Hide Forgot
Description of problem: How to reuse with onpart in a kickstart file the partition previously created with "part biosboot --fstype=biosboot --size=1" on a MBR disk ? "part biosboot --onpart=sda1" doesn't work. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Error message "You have not created a bootable partition" Expected results: Additional info:
From http://fedoraproject.org/wiki/Common_F16_bugs "Must explicitly specify clearpart=none to use an existing disk layout in kickstart " But you have to replace 'clearpart=none' by 'clearpart --none'