Ubuntu18.04 unattended install stuck at “Welcome/Language selection”
up vote
3
down vote
favorite
I am trying to install Ubuntu18.04 with the preseed file downloaded from http://releases.ubuntu.com/18.04/.
But unfortunately, it stuck at 'welcome/language selection' screen like below:
Here is the changed isolinux.cfg
file which locate the preseed file:
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
append file=/cdrom/unattended.seed auto=true priority=critical debian-installer/locale=en_US keyboard-configuration/layoutcode=us languagechooser/language-name=English countrychooser/shortlist=US localechooser/supported-locales=en_US.UTF-8 boot=casper initrd=/casper/initrd quiet splash noprompt noshell ---
and the preseed file:
d-i preseed/early_command string tail -f /var/log/syslog > /dev/hvc0 &
d-i debian-installer/locale string en_US
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/modelcode string SKIP
d-i netcfg/choose_interface select eth0
d-i mirror/file/directory string /cdrom
d-i mirror/http/proxy string
d-i debian-installer/allow_unauthenticated string true
d-i apt-setup/backports boolean false
d-i time/zone string string UTC
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write
changes to disk
d-i partman/confirm boolean true
d-i passwd/make-user boolean false
d-i passwd/root-login boolean true
d-i passwd/root-password-crypted password
popularity-contest popularity-contest/participate boolean false
tasksel tasksel/first multiselect standard
d-i pkgsel/include string openssh-server psmisc patch build-essential flex
bc python net-tools
d-i grub-installer/only_debian boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string sed -ri 's/^#?PermitRootLogin prohibit-
password/PermitRootLogin yes/g' /target/etc/ssh/sshd_config;
/target/etc/init.d/ssh restart; sed -i 's/quiet splash
$vt_handoff/console=hvc0 console=tty0/g' /target/boot/grub/grub.cfg;
I read this link
if stuck at welcome it maybe needs to add to preseed like below:
d-i grub-installer/bootdev string /dev/sda
But still stuck at welcome.
Any suggestions will be appreciated, thanks.
boot grub2 system-installation kernel
add a comment |
up vote
3
down vote
favorite
I am trying to install Ubuntu18.04 with the preseed file downloaded from http://releases.ubuntu.com/18.04/.
But unfortunately, it stuck at 'welcome/language selection' screen like below:
Here is the changed isolinux.cfg
file which locate the preseed file:
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
append file=/cdrom/unattended.seed auto=true priority=critical debian-installer/locale=en_US keyboard-configuration/layoutcode=us languagechooser/language-name=English countrychooser/shortlist=US localechooser/supported-locales=en_US.UTF-8 boot=casper initrd=/casper/initrd quiet splash noprompt noshell ---
and the preseed file:
d-i preseed/early_command string tail -f /var/log/syslog > /dev/hvc0 &
d-i debian-installer/locale string en_US
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/modelcode string SKIP
d-i netcfg/choose_interface select eth0
d-i mirror/file/directory string /cdrom
d-i mirror/http/proxy string
d-i debian-installer/allow_unauthenticated string true
d-i apt-setup/backports boolean false
d-i time/zone string string UTC
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write
changes to disk
d-i partman/confirm boolean true
d-i passwd/make-user boolean false
d-i passwd/root-login boolean true
d-i passwd/root-password-crypted password
popularity-contest popularity-contest/participate boolean false
tasksel tasksel/first multiselect standard
d-i pkgsel/include string openssh-server psmisc patch build-essential flex
bc python net-tools
d-i grub-installer/only_debian boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string sed -ri 's/^#?PermitRootLogin prohibit-
password/PermitRootLogin yes/g' /target/etc/ssh/sshd_config;
/target/etc/init.d/ssh restart; sed -i 's/quiet splash
$vt_handoff/console=hvc0 console=tty0/g' /target/boot/grub/grub.cfg;
I read this link
if stuck at welcome it maybe needs to add to preseed like below:
d-i grub-installer/bootdev string /dev/sda
But still stuck at welcome.
Any suggestions will be appreciated, thanks.
boot grub2 system-installation kernel
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am trying to install Ubuntu18.04 with the preseed file downloaded from http://releases.ubuntu.com/18.04/.
But unfortunately, it stuck at 'welcome/language selection' screen like below:
Here is the changed isolinux.cfg
file which locate the preseed file:
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
append file=/cdrom/unattended.seed auto=true priority=critical debian-installer/locale=en_US keyboard-configuration/layoutcode=us languagechooser/language-name=English countrychooser/shortlist=US localechooser/supported-locales=en_US.UTF-8 boot=casper initrd=/casper/initrd quiet splash noprompt noshell ---
and the preseed file:
d-i preseed/early_command string tail -f /var/log/syslog > /dev/hvc0 &
d-i debian-installer/locale string en_US
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/modelcode string SKIP
d-i netcfg/choose_interface select eth0
d-i mirror/file/directory string /cdrom
d-i mirror/http/proxy string
d-i debian-installer/allow_unauthenticated string true
d-i apt-setup/backports boolean false
d-i time/zone string string UTC
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write
changes to disk
d-i partman/confirm boolean true
d-i passwd/make-user boolean false
d-i passwd/root-login boolean true
d-i passwd/root-password-crypted password
popularity-contest popularity-contest/participate boolean false
tasksel tasksel/first multiselect standard
d-i pkgsel/include string openssh-server psmisc patch build-essential flex
bc python net-tools
d-i grub-installer/only_debian boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string sed -ri 's/^#?PermitRootLogin prohibit-
password/PermitRootLogin yes/g' /target/etc/ssh/sshd_config;
/target/etc/init.d/ssh restart; sed -i 's/quiet splash
$vt_handoff/console=hvc0 console=tty0/g' /target/boot/grub/grub.cfg;
I read this link
if stuck at welcome it maybe needs to add to preseed like below:
d-i grub-installer/bootdev string /dev/sda
But still stuck at welcome.
Any suggestions will be appreciated, thanks.
boot grub2 system-installation kernel
I am trying to install Ubuntu18.04 with the preseed file downloaded from http://releases.ubuntu.com/18.04/.
But unfortunately, it stuck at 'welcome/language selection' screen like below:
Here is the changed isolinux.cfg
file which locate the preseed file:
default live
label live
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz
append file=/cdrom/unattended.seed auto=true priority=critical debian-installer/locale=en_US keyboard-configuration/layoutcode=us languagechooser/language-name=English countrychooser/shortlist=US localechooser/supported-locales=en_US.UTF-8 boot=casper initrd=/casper/initrd quiet splash noprompt noshell ---
and the preseed file:
d-i preseed/early_command string tail -f /var/log/syslog > /dev/hvc0 &
d-i debian-installer/locale string en_US
d-i console-keymaps-at/keymap select us
d-i keyboard-configuration/xkb-keymap select us
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us
d-i console-setup/modelcode string SKIP
d-i netcfg/choose_interface select eth0
d-i mirror/file/directory string /cdrom
d-i mirror/http/proxy string
d-i debian-installer/allow_unauthenticated string true
d-i apt-setup/backports boolean false
d-i time/zone string string UTC
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write
changes to disk
d-i partman/confirm boolean true
d-i passwd/make-user boolean false
d-i passwd/root-login boolean true
d-i passwd/root-password-crypted password
popularity-contest popularity-contest/participate boolean false
tasksel tasksel/first multiselect standard
d-i pkgsel/include string openssh-server psmisc patch build-essential flex
bc python net-tools
d-i grub-installer/only_debian boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true
d-i preseed/late_command string sed -ri 's/^#?PermitRootLogin prohibit-
password/PermitRootLogin yes/g' /target/etc/ssh/sshd_config;
/target/etc/init.d/ssh restart; sed -i 's/quiet splash
$vt_handoff/console=hvc0 console=tty0/g' /target/boot/grub/grub.cfg;
I read this link
if stuck at welcome it maybe needs to add to preseed like below:
d-i grub-installer/bootdev string /dev/sda
But still stuck at welcome.
Any suggestions will be appreciated, thanks.
boot grub2 system-installation kernel
boot grub2 system-installation kernel
edited Aug 31 at 9:31
abu_bua
3,06081023
3,06081023
asked Aug 31 at 7:33
lm2484909
162
162
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You are using the Live DVD and automation does not work (27/11/2018) you need to use the non-Live DVD. http://cdimage.ubuntu.com/releases/18.04/release/
I had exactly the same issue until i saw this https://askubuntu.com/a/1037088/497218
For those that are not sure: The Live DVD has the kernel @ /casper/vmlinuz where as the non-Live DVD has it at /install/vmlinuz - you would see this in your txt.cfg file.
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You are using the Live DVD and automation does not work (27/11/2018) you need to use the non-Live DVD. http://cdimage.ubuntu.com/releases/18.04/release/
I had exactly the same issue until i saw this https://askubuntu.com/a/1037088/497218
For those that are not sure: The Live DVD has the kernel @ /casper/vmlinuz where as the non-Live DVD has it at /install/vmlinuz - you would see this in your txt.cfg file.
New contributor
add a comment |
up vote
0
down vote
You are using the Live DVD and automation does not work (27/11/2018) you need to use the non-Live DVD. http://cdimage.ubuntu.com/releases/18.04/release/
I had exactly the same issue until i saw this https://askubuntu.com/a/1037088/497218
For those that are not sure: The Live DVD has the kernel @ /casper/vmlinuz where as the non-Live DVD has it at /install/vmlinuz - you would see this in your txt.cfg file.
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
You are using the Live DVD and automation does not work (27/11/2018) you need to use the non-Live DVD. http://cdimage.ubuntu.com/releases/18.04/release/
I had exactly the same issue until i saw this https://askubuntu.com/a/1037088/497218
For those that are not sure: The Live DVD has the kernel @ /casper/vmlinuz where as the non-Live DVD has it at /install/vmlinuz - you would see this in your txt.cfg file.
New contributor
You are using the Live DVD and automation does not work (27/11/2018) you need to use the non-Live DVD. http://cdimage.ubuntu.com/releases/18.04/release/
I had exactly the same issue until i saw this https://askubuntu.com/a/1037088/497218
For those that are not sure: The Live DVD has the kernel @ /casper/vmlinuz where as the non-Live DVD has it at /install/vmlinuz - you would see this in your txt.cfg file.
New contributor
New contributor
answered Nov 27 at 11:20
mohclips
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1070749%2fubuntu18-04-unattended-install-stuck-at-welcome-language-selection%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown