[Bug 548617] Re: Fresh kickstart installation of lucid fails, - asking for ISCSI volumes

Launchpad Bug Tracker 548617 at bugs.launchpad.net
Mon Mar 19 18:50:17 UTC 2012


*** This bug is a duplicate of bug 546929 ***
    https://bugs.launchpad.net/bugs/546929

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kickseed (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to kickseed in Ubuntu.
https://bugs.launchpad.net/bugs/548617

Title:
  Fresh kickstart installation of lucid fails, - asking for ISCSI
  volumes

Status in “kickseed” package in Ubuntu:
  Confirmed

Bug description:
   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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kickseed/+bug/548617/+subscriptions




More information about the foundations-bugs mailing list