I just tried a very stock kickstart configuration: See below and the dual boot partitioning with Ubuntu 10.10 still does not work. This is very easy for you all to reproduce. Install Windows using only, say 50% of a disk, then try this kickstart file and watch it fail.
lang en_US.UTF-8 keyboard us timezone America/Vancouver #Root password rootpw --iscrypted <MYPASSWORD> #Reboot after installation reboot #Use text mode install text #Install OS instead of upgrade install #Use CD-ROM installation media cdrom # System bootloader --md5pass $1$CgIXv$laSfgcbmFW62.Y7PWbtBB0 configuration bootloader --md5pass <MYPASSWORD> --location=mbr # Clear the Master Boot Record zerombr yes # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --linux part /boot --fstype ext3 --size=1024 part / --fstype xfs --size=1 --grow part swap --fstype swap --recommended #Network Information network --bootproto dhcp --noipv6 %packages @ubuntu-desktop %pre %post -- Ubuntu Kickstart/Kickseed does not work with dual boot hosts https://bugs.launchpad.net/bugs/420903 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
