Public bug reported:

 I have a fresh download from March 25th - 2010 of Lucid Lynx,
During kickstart installation it stops in menu:

!! Partitioning disks
This menu allows you to configure iSCSI volumes
iSCSI configuration actions
      Log into iSCSI targets
      Finish
<Go Back>

I do not want to use iSCSI devices, but I can not find a way out this
menu.

* Selecting "Finish" Sends me straight back to this same menu again.
* Selecting "Log in..." an then continue without entering any iscsi-config 
makes a blue screen doing nothing. Ctrl C gets me out of this screen and then 
present the same menu again.
* Selecting "Go Back"  sends me to the same blue screen, and so on...

I Expected the installation to complete without any question at all, like it do 
with my Lucid download from March 11th - 2010.
 

Here is a part of my kickstart file:

#System language
lang en_GB

#Language modules to install
langsupport en_GB nb_NO nn_NO --default=en_US

#System keyboard
keyboard no

#System mouse
mouse

#System timezone
timezone --utc Europe/Oslo

#Root password
rootpw --iscrypted $xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

#Initial user
user --disabled

#Reboot after installation
reboot

#Use text mode install
text

#Install Ubuntu instead of upgrade
install

#Use HTTP installation media
#url --url http://repo.met.no/ubuntu
url --url http://no.archive.ubuntu.com/ubuntu

#Disable the question of Iscsi partitioning in kisckstart
#iscsi=false

#System bootloader configuration
bootloader --location=mbr

#Clear the Master Boot Record
zerombr yes

#Clear all partitions from the disk
clearpart --drives=sda --initlabel

#Disk partitioning information
   # Bug https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/537421 ( does 
not work with --ondisk )
   #part / --fstype ext4 --size 15360 --asprimary --ondisk sda
   #part swap --fstype swap --size 2028 --asprimary --ondisk sda
   #part /home --fstype ext4 --size 10240 --ondisk sda 
   #part /disk1 --fstype ext4 --size 1024 --grow --ondisk sda
part / --fstype ext4 --size 15360 --asprimary
part swap --fstype swap --size 2028 --asprimary
part /home --fstype ext4 --size 10240
part /disk1 --fstype ext4 --size 1024 --grow

#System authorization infomation
auth  --useshadow  --enablemd5

#Network information
network --bootproto dhcp

#Firewall configuration
firewall --disabled

** Affects: kickseed (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Fresh kickstart installation of lucid fails, - asking for ISCSI volumes
https://bugs.launchpad.net/bugs/548617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to