[Bug 1995347] Re: Autoinstall is stuck with ubuntu-22.10-desktop-amd64.iso

Chris Guiver 1995347 at bugs.launchpad.net
Tue Nov 1 11:28:50 UTC 2022


Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1995347

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

** Changed in: ubiquity (Ubuntu)
       Status: New => Incomplete

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

Title:
  Autoinstall is stuck with ubuntu-22.10-desktop-amd64.iso

Status in ubiquity package in Ubuntu:
  Incomplete

Bug description:
  Problem:
  Autoinstall stop on the phase "Updates and other software" as attached screenshot shows with ubuntu-22.10-desktop-amd64.iso.
  After click "Continue" button, the autoinstall will go on and finish the unattended installtion

  
  Details:
  I modify the files /preseed/ubuntu.seed and /boot/grub/grub.cfg inside ubuntu-22.10-desktop-amd64.iso for the unattended install.

  With the modified ISO, the autoinstall begins but stop on the phase "Updates and other software" as attached screenshot shows.
  After click "Continue" button, the autoinstall can go on and finish the unattended installation.

  
  Content of /preseed/ubuntu.seed:
  ### step 1 : Localization
  d-i debian-installer/locale string en_US
  ubiquity languagechooser/language-name select English (US)
  ubiquity countrychooser/shortlist select US
  ubiquity localechooser/supported-locales multiselect en_US.UTF8

  # Step 2 keyboard
  ubiquity keyboard-configuration/layoutcode select us
  d-i console-setup/ask_detect boolean false
  d-i keyboard-configuration/xkb-keymap select us

  
  # Step 3 install Mode
  ubiquity ubiquity/minimal_install boolean true
  ubiquity ubiquity/download_updates boolean false
  ubiquity/use_nonfree boolean false

  #step 4 disk
  ubiquity partman-auto/disk string /dev/sda
  ubiquity partman-auto/method string regular
  ubiquity partman-lvm/device_remove_lvm boolean true
  ubiquity partman-md/device_remove_md boolean true
  ubiquity partman-auto/choose_recipe select atomic

  # This makes partman automatically partition without confirmation
  d-i partman-partitioning/confirm_write_new_label boolean true
  d-i partman/choose_partition select finish
  d-i partman/confirm boolean true
  d-i partman/confirm_nooverwrite boolean true

  #step 5 : time/zone
  d-i time/zone string Asia/Shanghai
  d-i clock-setup/utc-auto boolean true
  d-i clock-setup/utc boolean true
  d-i clock-setup/ntp boolean true
  d-i clock-setup/ntp-server ntp.vmware.com

  ### step 6 Account setup
  .....
  .....
  .....


  
  Note:
  with the same file /preseed/ubuntu.seed, autoinstall can works well with ubuntu-18.04-desktop-amd64.iso.
  But it stop on "Step 3" with ubuntu-22.10-desktop-amd64.iso/ubuntu-20.04.5-desktop-amd64.iso


  Not sure it's the issue about /preseed/ubuntu.seed or ubiquity installer. 
  Would someone help me with it ?  Thanks

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




More information about the foundations-bugs mailing list