How to install Ubuntu 16.10 without any gui?
up vote
6
down vote
favorite
I want to start my computer and it should open up to a CLI. I don't want a GUI, no fancy login screen etc.
I need a solution that does not use a minimal ISO because it requires an internet connection. I need an offline installation.
command-line system-installation 16.10
|
show 2 more comments
up vote
6
down vote
favorite
I want to start my computer and it should open up to a CLI. I don't want a GUI, no fancy login screen etc.
I need a solution that does not use a minimal ISO because it requires an internet connection. I need an offline installation.
command-line system-installation 16.10
4
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
2
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
1
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
1
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13
|
show 2 more comments
up vote
6
down vote
favorite
up vote
6
down vote
favorite
I want to start my computer and it should open up to a CLI. I don't want a GUI, no fancy login screen etc.
I need a solution that does not use a minimal ISO because it requires an internet connection. I need an offline installation.
command-line system-installation 16.10
I want to start my computer and it should open up to a CLI. I don't want a GUI, no fancy login screen etc.
I need a solution that does not use a minimal ISO because it requires an internet connection. I need an offline installation.
command-line system-installation 16.10
command-line system-installation 16.10
edited Jan 17 '17 at 9:34
yarwest
1053
1053
asked Jan 17 '17 at 7:16
Bharat Middha
38114
38114
4
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
2
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
1
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
1
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13
|
show 2 more comments
4
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
2
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
1
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
1
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13
4
4
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
2
2
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
1
1
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
1
1
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13
|
show 2 more comments
2 Answers
2
active
oldest
votes
up vote
9
down vote
accepted
You can install Ubuntu Server. Ubuntu Server 16.10
Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.
– L. D. James
Jan 17 '17 at 8:04
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
add a comment |
up vote
2
down vote
You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,
help.ubuntu.com/community/Installation/UEFI-and-BIOS
This picture shows what it looks like after log in.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
accepted
You can install Ubuntu Server. Ubuntu Server 16.10
Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.
– L. D. James
Jan 17 '17 at 8:04
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
add a comment |
up vote
9
down vote
accepted
You can install Ubuntu Server. Ubuntu Server 16.10
Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.
– L. D. James
Jan 17 '17 at 8:04
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
add a comment |
up vote
9
down vote
accepted
up vote
9
down vote
accepted
You can install Ubuntu Server. Ubuntu Server 16.10
Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.
You can install Ubuntu Server. Ubuntu Server 16.10
Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.
edited Jan 17 '17 at 10:19
answered Jan 17 '17 at 7:50
Denny
1063
1063
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.
– L. D. James
Jan 17 '17 at 8:04
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
add a comment |
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.
– L. D. James
Jan 17 '17 at 8:04
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (
Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.– L. D. James
Jan 17 '17 at 8:04
I upvoted your answer because it will work, based on the criteria of the question. In the future, please consider using the comment for your question (
Do you mean Ubuntu Server
). A proper answer would better be, (Use the Server Install ISO
), which doesn't user or install X. X11 can be installed later if needed.– L. D. James
Jan 17 '17 at 8:04
1
1
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
@L.D.James This gives a solution and is thus an answer, and it would not have been correct to post it as a comment. (When question-like text in an answer seems to cause genuine confusion, you can edit to rectify the problem.) Furthermore, we have a strong community consensus that even if an answer attempt is incomplete or otherwise flawed, that still doesn't make it an appropriate comment. Before telling someone their answer should've been a comment, I recommend consulting these official guidelines.
– Eliah Kagan
Jan 17 '17 at 9:02
add a comment |
up vote
2
down vote
You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,
help.ubuntu.com/community/Installation/UEFI-and-BIOS
This picture shows what it looks like after log in.
add a comment |
up vote
2
down vote
You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,
help.ubuntu.com/community/Installation/UEFI-and-BIOS
This picture shows what it looks like after log in.
add a comment |
up vote
2
down vote
up vote
2
down vote
You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,
help.ubuntu.com/community/Installation/UEFI-and-BIOS
This picture shows what it looks like after log in.
You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,
help.ubuntu.com/community/Installation/UEFI-and-BIOS
This picture shows what it looks like after log in.
edited Jan 17 '17 at 8:48
answered Jan 17 '17 at 8:42
sudodus
22.1k32871
22.1k32871
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%2f872812%2fhow-to-install-ubuntu-16-10-without-any-gui%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
4
Possible duplicate of How do I install a minimal Ubuntu - no desktop needed?
– muru
Jan 17 '17 at 7:17
@muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection".
– ryanw
Jan 17 '17 at 7:24
2
I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here
– Doug Smythies
Jan 17 '17 at 7:30
1
@ryan Then install as normal and dupe of askubuntu.com/q/16371/158442
– muru
Jan 17 '17 at 7:48
1
Also related, though not a duplicate: How can I strip down Ubuntu? (The accepted, top-voted answer is to build up instead by installing Ubuntu Server and just whatever packages are needed.)
– Eliah Kagan
Jan 17 '17 at 9:13