Unattended install of Ubuntu 18.04 minimal desktop (netboot with preseed.cfg)How do I setup a fine grained preseed with tasksel set to manual?Unattended Offline Edubuntu 14.04 InstallUnattended Installation for Ubuntu 14.04 Desktop?where is the preseed.cfg file for ubuntu 15 desktopHow do I create a completely unattended install of Ubuntu Desktop 16.04.1 LTS?Automated UEFI install not working (ubuntu desktop)Unattended install of Ubuntu 18.04 minimal desktop?unattended Bionic server install - set languageUpgrade Server 18.04 to desktop as minimal installationMinimal cd missing option for Minimal Ubuntu Desktop install
Where is the logic in castrating fighters?
Question about exercise 11.5 in TeXbook
Mother abusing my finances
What does it mean when you think without speaking?
Crossing US border with music files I'm legally allowed to possess
Can a wire having a 610-670 THz (frequency of blue light) AC frequency supply, generate blue light?
What are the benefits of cryosleep?
Why does the UK have more political parties than the US?
What does uniform continuity mean exactly?
shutdown at specific date
Crossword gone overboard
Can you heal a summoned creature?
Minimum depth of a leaf in a tree that corresponds to a comparison-based sorting algorithm
Employer demanding to see degree after poor code review
Is this resistor leaking? If so, is it a concern?
Why does the 6502 have the BIT instruction?
I think I may have violated academic integrity last year - what should I do?
Modern approach to radio buttons
Why are C64 games inconsistent with which joystick port they use?
What is the National Identification Number of Dutch citizens?
Apparent Ring of Craters on the Moon
A Mathematical Discussion: Fill in the Blank
What is the 中 in ダウンロード中?
What are these (utility?) boxes at the side of the house?
Unattended install of Ubuntu 18.04 minimal desktop (netboot with preseed.cfg)
How do I setup a fine grained preseed with tasksel set to manual?Unattended Offline Edubuntu 14.04 InstallUnattended Installation for Ubuntu 14.04 Desktop?where is the preseed.cfg file for ubuntu 15 desktopHow do I create a completely unattended install of Ubuntu Desktop 16.04.1 LTS?Automated UEFI install not working (ubuntu desktop)Unattended install of Ubuntu 18.04 minimal desktop?unattended Bionic server install - set languageUpgrade Server 18.04 to desktop as minimal installationMinimal cd missing option for Minimal Ubuntu Desktop install
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I try to install the minimal desktop from Ubuntu 18.04 with netboot and preseed.cfg. I have added the following line into preseed.cfg: ubiquity ubiquity/minimal_install boolean true, but it doesn't install the minimal installation, it still install the full version. The netboot image amd64 - For 64-bit Intel/AMD (x86_64) is downloaded from this url: http://cdimage.ubuntu.com/netboot/18.04/
All other settings from the file seem to work fine. The full preseed.cfg file:
d-i debconf/priority string critical
d-i auto-install/enable boolean true
# use -proposed udebs
d-i apt-setup/proposed boolean false
# minimal install (the only one not working!)
ubiquity ubiquity/minimal_install boolean true
# update and install packages
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/include string net-tools git ssh make mc openvpn xdotool wmctrl chrome-gnome-shell libxss1 libappindicator1 libindicator7 vino
d-i pkgsel/exclude string firefox update-manager avahi-daemon gnome-control-center gnome-software
d-i pkgsel/upgrade select full-upgrade
# localization
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
# keyboard
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/xkb-keymap select us
# use dhcp network configuration
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# user setup
d-i passwd/user-fullname string em-admin
d-i passwd/username string acc_admin
d-i passwd/user-password-crypted password [pass_here]
d-i user-setup/encrypt-home boolean false
# enable shadow passwords
d-i passwd/shadow boolean true
# hw clock
d-i clock-setup/utc boolean true
# time zone
d-i time/zone string Europe/Amsterdam
# release to install
d-i mirror/suite string bionic
# do not enable live installer, use normal instead
d-i live-installer/enable boolean false
# activate DASD, dasdfmt if needed
d-i s390-dasd/dasd string 0.0.0200,0.0.0300,0.0.0400
# DASD configuration
d-i s390-dasd/auto-format boolean true
d-i s390-dasd/force-format boolean true
# auto-partition, all files in one partition
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/choose_partition select finish
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm boolean true
# reboot at the end
d-i finish-install/reboot_in_progress note
18.04 preseed
add a comment |
I try to install the minimal desktop from Ubuntu 18.04 with netboot and preseed.cfg. I have added the following line into preseed.cfg: ubiquity ubiquity/minimal_install boolean true, but it doesn't install the minimal installation, it still install the full version. The netboot image amd64 - For 64-bit Intel/AMD (x86_64) is downloaded from this url: http://cdimage.ubuntu.com/netboot/18.04/
All other settings from the file seem to work fine. The full preseed.cfg file:
d-i debconf/priority string critical
d-i auto-install/enable boolean true
# use -proposed udebs
d-i apt-setup/proposed boolean false
# minimal install (the only one not working!)
ubiquity ubiquity/minimal_install boolean true
# update and install packages
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/include string net-tools git ssh make mc openvpn xdotool wmctrl chrome-gnome-shell libxss1 libappindicator1 libindicator7 vino
d-i pkgsel/exclude string firefox update-manager avahi-daemon gnome-control-center gnome-software
d-i pkgsel/upgrade select full-upgrade
# localization
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
# keyboard
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/xkb-keymap select us
# use dhcp network configuration
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# user setup
d-i passwd/user-fullname string em-admin
d-i passwd/username string acc_admin
d-i passwd/user-password-crypted password [pass_here]
d-i user-setup/encrypt-home boolean false
# enable shadow passwords
d-i passwd/shadow boolean true
# hw clock
d-i clock-setup/utc boolean true
# time zone
d-i time/zone string Europe/Amsterdam
# release to install
d-i mirror/suite string bionic
# do not enable live installer, use normal instead
d-i live-installer/enable boolean false
# activate DASD, dasdfmt if needed
d-i s390-dasd/dasd string 0.0.0200,0.0.0300,0.0.0400
# DASD configuration
d-i s390-dasd/auto-format boolean true
d-i s390-dasd/force-format boolean true
# auto-partition, all files in one partition
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/choose_partition select finish
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm boolean true
# reboot at the end
d-i finish-install/reboot_in_progress note
18.04 preseed
add a comment |
I try to install the minimal desktop from Ubuntu 18.04 with netboot and preseed.cfg. I have added the following line into preseed.cfg: ubiquity ubiquity/minimal_install boolean true, but it doesn't install the minimal installation, it still install the full version. The netboot image amd64 - For 64-bit Intel/AMD (x86_64) is downloaded from this url: http://cdimage.ubuntu.com/netboot/18.04/
All other settings from the file seem to work fine. The full preseed.cfg file:
d-i debconf/priority string critical
d-i auto-install/enable boolean true
# use -proposed udebs
d-i apt-setup/proposed boolean false
# minimal install (the only one not working!)
ubiquity ubiquity/minimal_install boolean true
# update and install packages
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/include string net-tools git ssh make mc openvpn xdotool wmctrl chrome-gnome-shell libxss1 libappindicator1 libindicator7 vino
d-i pkgsel/exclude string firefox update-manager avahi-daemon gnome-control-center gnome-software
d-i pkgsel/upgrade select full-upgrade
# localization
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
# keyboard
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/xkb-keymap select us
# use dhcp network configuration
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# user setup
d-i passwd/user-fullname string em-admin
d-i passwd/username string acc_admin
d-i passwd/user-password-crypted password [pass_here]
d-i user-setup/encrypt-home boolean false
# enable shadow passwords
d-i passwd/shadow boolean true
# hw clock
d-i clock-setup/utc boolean true
# time zone
d-i time/zone string Europe/Amsterdam
# release to install
d-i mirror/suite string bionic
# do not enable live installer, use normal instead
d-i live-installer/enable boolean false
# activate DASD, dasdfmt if needed
d-i s390-dasd/dasd string 0.0.0200,0.0.0300,0.0.0400
# DASD configuration
d-i s390-dasd/auto-format boolean true
d-i s390-dasd/force-format boolean true
# auto-partition, all files in one partition
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/choose_partition select finish
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm boolean true
# reboot at the end
d-i finish-install/reboot_in_progress note
18.04 preseed
I try to install the minimal desktop from Ubuntu 18.04 with netboot and preseed.cfg. I have added the following line into preseed.cfg: ubiquity ubiquity/minimal_install boolean true, but it doesn't install the minimal installation, it still install the full version. The netboot image amd64 - For 64-bit Intel/AMD (x86_64) is downloaded from this url: http://cdimage.ubuntu.com/netboot/18.04/
All other settings from the file seem to work fine. The full preseed.cfg file:
d-i debconf/priority string critical
d-i auto-install/enable boolean true
# use -proposed udebs
d-i apt-setup/proposed boolean false
# minimal install (the only one not working!)
ubiquity ubiquity/minimal_install boolean true
# update and install packages
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/include string net-tools git ssh make mc openvpn xdotool wmctrl chrome-gnome-shell libxss1 libappindicator1 libindicator7 vino
d-i pkgsel/exclude string firefox update-manager avahi-daemon gnome-control-center gnome-software
d-i pkgsel/upgrade select full-upgrade
# localization
d-i debian-installer/language string en
d-i debian-installer/country string US
d-i debian-installer/locale string en_US.UTF-8
# keyboard
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/xkb-keymap select us
# use dhcp network configuration
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# user setup
d-i passwd/user-fullname string em-admin
d-i passwd/username string acc_admin
d-i passwd/user-password-crypted password [pass_here]
d-i user-setup/encrypt-home boolean false
# enable shadow passwords
d-i passwd/shadow boolean true
# hw clock
d-i clock-setup/utc boolean true
# time zone
d-i time/zone string Europe/Amsterdam
# release to install
d-i mirror/suite string bionic
# do not enable live installer, use normal instead
d-i live-installer/enable boolean false
# activate DASD, dasdfmt if needed
d-i s390-dasd/dasd string 0.0.0200,0.0.0300,0.0.0400
# DASD configuration
d-i s390-dasd/auto-format boolean true
d-i s390-dasd/force-format boolean true
# auto-partition, all files in one partition
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/choose_partition select finish
d-i partman/confirm_nooverwrite boolean true
d-i partman/confirm boolean true
# reboot at the end
d-i finish-install/reboot_in_progress note
18.04 preseed
18.04 preseed
edited Sep 13 '18 at 20:52
Sander
asked Sep 13 '18 at 20:33
SanderSander
12912
12912
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The preseed.cfg still contains the line
tasksel tasksel/first multiselect ubuntu-desktop
which will install a full Ubuntu desktop system (tasksel). Remove the line and try again.
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f1075069%2funattended-install-of-ubuntu-18-04-minimal-desktop-netboot-with-preseed-cfg%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The preseed.cfg still contains the line
tasksel tasksel/first multiselect ubuntu-desktop
which will install a full Ubuntu desktop system (tasksel). Remove the line and try again.
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
add a comment |
The preseed.cfg still contains the line
tasksel tasksel/first multiselect ubuntu-desktop
which will install a full Ubuntu desktop system (tasksel). Remove the line and try again.
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
add a comment |
The preseed.cfg still contains the line
tasksel tasksel/first multiselect ubuntu-desktop
which will install a full Ubuntu desktop system (tasksel). Remove the line and try again.
The preseed.cfg still contains the line
tasksel tasksel/first multiselect ubuntu-desktop
which will install a full Ubuntu desktop system (tasksel). Remove the line and try again.
answered Sep 13 '18 at 22:02
Simon SudlerSimon Sudler
1,904817
1,904817
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
add a comment |
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
After removing this line it doesn't install any desktop anymore. I need the Desktop but in minimal install
– Sander
Sep 14 '18 at 9:06
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.
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%2f1075069%2funattended-install-of-ubuntu-18-04-minimal-desktop-netboot-with-preseed-cfg%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