kickstart partitioning fails with --recommended or --asprimary
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kickseed (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Use system-
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part / --fstype ext3 --size 3500 --asprimary
part swap --recommended
part /home --fstype ext3 --size 1 --grow --asprimary
When the partitioner kicks in there is a brief warning of "getopt: --recommended not recognized". Once the partitioning begins, it fails and states that it cannot create a partition outside of the disk. If I define a size for swap and get rid of the --asprimary, the disk gets automatically setup with logical partitions.
I know that --recommended isn't supported, but to my knowledge --asprimary is supported. Did you try without --recommended but with --asprimary?