How to do a minimal non-server install of Ubuntu?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I really want to switch to Ubuntu 19.04 for my main workstation, however I want a very minimal installation with i3 and lightdm.
I don't want to manually figure out which packages to purge on the regular Ubuntu installation, so I just tested the beta of the 19.04 server and selected absolutely no features in the installer.
Even so it still holds quite a few server features, such as for instance cloud-init.
So using the server image isn't really an option either.
How can I install a strictly minimal Ubuntu with no window manager, zero Gnome/KDE/XFCE/etc. based applications and really just the bare essentials to boot into a terminal?
I'll add the necessary packages myself from there.
Note: I've looked through the similar questions, but they all suggest going the server route, which as mentioned really isn't all that feasible IMO as it adds too many server features.
ubuntu-minimal
add a comment |
I really want to switch to Ubuntu 19.04 for my main workstation, however I want a very minimal installation with i3 and lightdm.
I don't want to manually figure out which packages to purge on the regular Ubuntu installation, so I just tested the beta of the 19.04 server and selected absolutely no features in the installer.
Even so it still holds quite a few server features, such as for instance cloud-init.
So using the server image isn't really an option either.
How can I install a strictly minimal Ubuntu with no window manager, zero Gnome/KDE/XFCE/etc. based applications and really just the bare essentials to boot into a terminal?
I'll add the necessary packages myself from there.
Note: I've looked through the similar questions, but they all suggest going the server route, which as mentioned really isn't all that feasible IMO as it adds too many server features.
ubuntu-minimal
add a comment |
I really want to switch to Ubuntu 19.04 for my main workstation, however I want a very minimal installation with i3 and lightdm.
I don't want to manually figure out which packages to purge on the regular Ubuntu installation, so I just tested the beta of the 19.04 server and selected absolutely no features in the installer.
Even so it still holds quite a few server features, such as for instance cloud-init.
So using the server image isn't really an option either.
How can I install a strictly minimal Ubuntu with no window manager, zero Gnome/KDE/XFCE/etc. based applications and really just the bare essentials to boot into a terminal?
I'll add the necessary packages myself from there.
Note: I've looked through the similar questions, but they all suggest going the server route, which as mentioned really isn't all that feasible IMO as it adds too many server features.
ubuntu-minimal
I really want to switch to Ubuntu 19.04 for my main workstation, however I want a very minimal installation with i3 and lightdm.
I don't want to manually figure out which packages to purge on the regular Ubuntu installation, so I just tested the beta of the 19.04 server and selected absolutely no features in the installer.
Even so it still holds quite a few server features, such as for instance cloud-init.
So using the server image isn't really an option either.
How can I install a strictly minimal Ubuntu with no window manager, zero Gnome/KDE/XFCE/etc. based applications and really just the bare essentials to boot into a terminal?
I'll add the necessary packages myself from there.
Note: I've looked through the similar questions, but they all suggest going the server route, which as mentioned really isn't all that feasible IMO as it adds too many server features.
ubuntu-minimal
ubuntu-minimal
asked Apr 4 at 18:59
SteffenSteffen
1062
1062
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You could look at using the mini.iso
There is some info on that ISO over at https://help.ubuntu.com/community/Installation/MinimalCD.
With that being said, the ISO does not support UEFI out of the box and requires you to add support if you need or want that.
They also document a portion of this on that same page (direct link - https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode).
I have been working on an Ansible script to build up an I3 install as well. If you get stuck on the UEFI portion, let me know. I did script it. However, I am not at my computer to grab that info.
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
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%2f1131274%2fhow-to-do-a-minimal-non-server-install-of-ubuntu%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
You could look at using the mini.iso
There is some info on that ISO over at https://help.ubuntu.com/community/Installation/MinimalCD.
With that being said, the ISO does not support UEFI out of the box and requires you to add support if you need or want that.
They also document a portion of this on that same page (direct link - https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode).
I have been working on an Ansible script to build up an I3 install as well. If you get stuck on the UEFI portion, let me know. I did script it. However, I am not at my computer to grab that info.
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
add a comment |
You could look at using the mini.iso
There is some info on that ISO over at https://help.ubuntu.com/community/Installation/MinimalCD.
With that being said, the ISO does not support UEFI out of the box and requires you to add support if you need or want that.
They also document a portion of this on that same page (direct link - https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode).
I have been working on an Ansible script to build up an I3 install as well. If you get stuck on the UEFI portion, let me know. I did script it. However, I am not at my computer to grab that info.
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
add a comment |
You could look at using the mini.iso
There is some info on that ISO over at https://help.ubuntu.com/community/Installation/MinimalCD.
With that being said, the ISO does not support UEFI out of the box and requires you to add support if you need or want that.
They also document a portion of this on that same page (direct link - https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode).
I have been working on an Ansible script to build up an I3 install as well. If you get stuck on the UEFI portion, let me know. I did script it. However, I am not at my computer to grab that info.
You could look at using the mini.iso
There is some info on that ISO over at https://help.ubuntu.com/community/Installation/MinimalCD.
With that being said, the ISO does not support UEFI out of the box and requires you to add support if you need or want that.
They also document a portion of this on that same page (direct link - https://help.ubuntu.com/community/Installation/MinimalCD#mini_system_in_UEFI_mode).
I have been working on an Ansible script to build up an I3 install as well. If you get stuck on the UEFI portion, let me know. I did script it. However, I am not at my computer to grab that info.
answered Apr 4 at 19:55
Dustin KrysakDustin Krysak
862
862
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
add a comment |
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
I'll give the mini.iso a spin without UEFI at first, I'm not entirely sure it allows a minimal install. As I read it it's just for doing a network installation rather than downloading the entire image upfront (but I could be wrong ofc.)
– Steffen
Apr 5 at 17:28
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
@Steffen - no you are correct, it is a network install, but if you do not select any of the optional packages - it is about as minimal as you can get (from my understanding).
– Dustin Krysak
Apr 17 at 18:47
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%2f1131274%2fhow-to-do-a-minimal-non-server-install-of-ubuntu%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