unattended Bionic server install - set language
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I am trying to automate the installation of Ubuntu Server 18.04 Bionic using a custom ISO. No existing solutions I can find seem to work. All I want to accomplish at this point is to automatically select the language. At least then I can verify I'm not going down another dead-end.
For the ISO, I've started with ubuntu-18.04-live-server-amd64.iso
, and I've updated the ISO to have the following files:
preseed.cfg
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
ks.cfg
auth
bootloader
keyboard us
lang en_US
langsupport en_US
mouse
part / --onpart=sda1 --grow
rootpw --disabled
timezone --utc
isolinux/lang
en
isolinux/langlist
en
isolinux/txt.cfg
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz auto file=/cdrom/preseed.cfg locale=en_US languagechooser/language-name=English localechooser/supported-locales=en_US.UTF-8 countrychooser/shortlist=US priority=critical ks=cdrom:/ks.cfg ---
isolinux/isolinux.cfg
path
include menu.cfg
prompt 0
timeout 1
I've verified the "live" block is being started by renaming it and seeing that the system will not even boot then.
I've tried numerous combinations of different approaches. This is the simplest test case I can come up with that does nothing but attempt to set the language in every documented way I can find.
system-installation 18.04 preseed
add a comment |Â
up vote
0
down vote
favorite
I am trying to automate the installation of Ubuntu Server 18.04 Bionic using a custom ISO. No existing solutions I can find seem to work. All I want to accomplish at this point is to automatically select the language. At least then I can verify I'm not going down another dead-end.
For the ISO, I've started with ubuntu-18.04-live-server-amd64.iso
, and I've updated the ISO to have the following files:
preseed.cfg
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
ks.cfg
auth
bootloader
keyboard us
lang en_US
langsupport en_US
mouse
part / --onpart=sda1 --grow
rootpw --disabled
timezone --utc
isolinux/lang
en
isolinux/langlist
en
isolinux/txt.cfg
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz auto file=/cdrom/preseed.cfg locale=en_US languagechooser/language-name=English localechooser/supported-locales=en_US.UTF-8 countrychooser/shortlist=US priority=critical ks=cdrom:/ks.cfg ---
isolinux/isolinux.cfg
path
include menu.cfg
prompt 0
timeout 1
I've verified the "live" block is being started by renaming it and seeing that the system will not even boot then.
I've tried numerous combinations of different approaches. This is the simplest test case I can come up with that does nothing but attempt to set the language in every documented way I can find.
system-installation 18.04 preseed
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to automate the installation of Ubuntu Server 18.04 Bionic using a custom ISO. No existing solutions I can find seem to work. All I want to accomplish at this point is to automatically select the language. At least then I can verify I'm not going down another dead-end.
For the ISO, I've started with ubuntu-18.04-live-server-amd64.iso
, and I've updated the ISO to have the following files:
preseed.cfg
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
ks.cfg
auth
bootloader
keyboard us
lang en_US
langsupport en_US
mouse
part / --onpart=sda1 --grow
rootpw --disabled
timezone --utc
isolinux/lang
en
isolinux/langlist
en
isolinux/txt.cfg
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz auto file=/cdrom/preseed.cfg locale=en_US languagechooser/language-name=English localechooser/supported-locales=en_US.UTF-8 countrychooser/shortlist=US priority=critical ks=cdrom:/ks.cfg ---
isolinux/isolinux.cfg
path
include menu.cfg
prompt 0
timeout 1
I've verified the "live" block is being started by renaming it and seeing that the system will not even boot then.
I've tried numerous combinations of different approaches. This is the simplest test case I can come up with that does nothing but attempt to set the language in every documented way I can find.
system-installation 18.04 preseed
I am trying to automate the installation of Ubuntu Server 18.04 Bionic using a custom ISO. No existing solutions I can find seem to work. All I want to accomplish at this point is to automatically select the language. At least then I can verify I'm not going down another dead-end.
For the ISO, I've started with ubuntu-18.04-live-server-amd64.iso
, and I've updated the ISO to have the following files:
preseed.cfg
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
ks.cfg
auth
bootloader
keyboard us
lang en_US
langsupport en_US
mouse
part / --onpart=sda1 --grow
rootpw --disabled
timezone --utc
isolinux/lang
en
isolinux/langlist
en
isolinux/txt.cfg
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append boot=casper initrd=/casper/initrd.gz auto file=/cdrom/preseed.cfg locale=en_US languagechooser/language-name=English localechooser/supported-locales=en_US.UTF-8 countrychooser/shortlist=US priority=critical ks=cdrom:/ks.cfg ---
isolinux/isolinux.cfg
path
include menu.cfg
prompt 0
timeout 1
I've verified the "live" block is being started by renaming it and seeing that the system will not even boot then.
I've tried numerous combinations of different approaches. This is the simplest test case I can come up with that does nothing but attempt to set the language in every documented way I can find.
system-installation 18.04 preseed
edited May 16 at 19:00
mook765
2,8052717
2,8052717
asked May 16 at 4:13
Rich Remer
1236
1236
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
As far as I know, preseed system only work with Debian Installer used by alternate ISO. It will definitely not working with live ISO.
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
As far as I know, preseed system only work with Debian Installer used by alternate ISO. It will definitely not working with live ISO.
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
add a comment |Â
up vote
2
down vote
accepted
As far as I know, preseed system only work with Debian Installer used by alternate ISO. It will definitely not working with live ISO.
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
As far as I know, preseed system only work with Debian Installer used by alternate ISO. It will definitely not working with live ISO.
As far as I know, preseed system only work with Debian Installer used by alternate ISO. It will definitely not working with live ISO.
answered May 16 at 18:51
olivierb2
1,40457
1,40457
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
add a comment |Â
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
That's really helpful information, but currently Canonical is not providing any other ISOs.
â Rich Remer
May 17 at 0:32
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
OK, I found the other ISOs. I've gotta rework some things so I can test.
â Rich Remer
May 17 at 2:23
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
The alternative installer for AMD64 is at: cdimage.ubuntu.com/releases/18.04/release/â¦.
â Lencho Reyes
May 19 at 22:57
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036783%2funattended-bionic-server-install-set-language%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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