[Bug 537421] Re: automatic partitioning within kickstart does not work

2011-05-10 Thread Amit Purohit
I was getting this problem. Though I could fix it by using combination of kickstart and preseed. I had to add following to the preseed file so that the installation can continue unattened. d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i

[Bug 537421] Re: automatic partitioning within kickstart does not work

2011-01-19 Thread Mattias Andersson
I'm getting exactly the same error when I use either 'onpart' or 'usepart' (Ubuntu 10.10). In addition, the partitioner creates 8 new partitions after sda9, which is not what I was expecting. My kickseed configuration file: part /boot --fstype ext4 --size 1024 --asprimary --usepart sda1 part

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-04-30 Thread Max
Not sure if it's the same problem, but I'm getting unwanted prompts even without 'ondisk'. == part /boot --fstype ext2 --size 250 part pv.01 --size 1 --grow volgroup vg pv.01 logvol / --vgname=vg --size=1 --grow --fstype ext3 --name=root logvol /tmp --vgname=vg --size=1024 --fstype ext3

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-13 Thread Stein Henrik Jensaas
** Changed in: kickseed (Ubuntu) Status: Incomplete = Confirmed -- automatic partitioning within kickstart does not work https://bugs.launchpad.net/bugs/537421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-12 Thread Stein Henrik Jensaas
I confirm this behavior, and will come back with some logs -- automatic partitioning within kickstart does not work https://bugs.launchpad.net/bugs/537421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-12 Thread Stein Henrik Jensaas
Attached is my /var/log/installer/partman and .. syslog from a installation Here is a part of my config: url --url http://no.archive.ubuntu.com/ubuntu bootloader --location=mbr zerombr yes clearpart --drives=sda --initlabel part / --fstype ext4 --size 15360 --asprimary --ondisk sda part swap

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-12 Thread Stein Henrik Jensaas
** Attachment added: partman http://launchpadlibrarian.net/40874306/partman -- automatic partitioning within kickstart does not work https://bugs.launchpad.net/bugs/537421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-12 Thread Stein Henrik Jensaas
From my syslog: Mar 12 10:41:44 kickseed: unsupported restriction 'ondisk' for non-RAID Mar 12 10:41:44 kickseed: unsupported restriction 'ondisk' for non-RAID Mar 12 10:41:44 kickseed: unsupported restriction 'ondisk' for non-RAID Mar 12 10:41:44 kickseed: unsupported restriction 'ondisk' for

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-11 Thread Marcus
Update: removing the --ondisk sda parameter seems to resolve the problem. -- automatic partitioning within kickstart does not work https://bugs.launchpad.net/bugs/537421 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 537421] Re: automatic partitioning within kickstart does not work

2010-03-11 Thread Colin Watson
It would speed up handling of this bug if you could attach /var/log/syslog and /var/log/partman from a failing installation run (if the installation completes, those files are saved to /var/log/installer/). Thanks in advance. ** Package changed: partman-partitioning (Ubuntu) = kickseed (Ubuntu)