Difference between revisions of "Mini Ubunto"
Jump to navigation
Jump to search
(Created page with "Much like Linux - Mini Debian, but done with Ubuntu...") |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Much like [[Linux - Mini Debian]], but done with Ubuntu... | Much like [[Linux - Mini Debian]], but done with Ubuntu... | ||
= Installing a minimal Ubuntu = | |||
[[File:Ubuntu Mini install 000.png{{!}}300px{{!}}right{{!}}thumb{{!}}Installer Menu]] | |||
[[File:Ubuntu Mini install 011.png{{!}}300px{{!}}right{{!}}thumb{{!}}SSH Setup]] | |||
[[File:Ubuntu Mini install 013.png{{!}}300px{{!}}right{{!}}thumb{{!}}Installation Not ActuallyComplete]] | |||
[[File:Ubuntu Mini install 014.png{{!}}300px{{!}}right{{!}}thumb{{!}}Installation Complete]] | |||
[[File:Ubuntu Mini install 017.png{{!}}300px{{!}}right{{!}}thumb{{!}}Boot Screen]] | |||
[[File:Ubuntu Mini install 018.png{{!}}300px{{!}}right{{!}}thumb{{!}}Success!]] | |||
* Insert the [https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-live-server-amd64.iso CD/ISO/whatever] & boot the machine/VM from it. | |||
** I'm running it as VMs under ESXi | |||
*** "ESXi 6.7 VM", "Linux", "Ubuntu Linux (64-bit)" | |||
*** 4 CPUs, 4GB memory, 16GB storage | |||
* Ubuntu Server defaults to a non-GUI install | |||
* Cruze along configuring the system to your liking until you reach the screen titled "'''SSH Setup'''" | |||
* Make sure '''Install OpenSSH server''' is selected, then continue | |||
* Keep cruzing along until it tells you '''Install complete''' <big>'''AND'''</big> you get the '''Reboot Now''' option at the bottom | |||
* When you tell it to continue, the system will reboot. | |||
* It'll probably fail to unmount the CD/ISO. Just hit Enter | |||
* During bootup, Ubunto appears to call home & set up some sort of cloud stuff... :( | |||
* When it's done booting, you won't see a login prompt until you smack the Enter key again. | |||
All done | |||
[[Linux - Mini Ubuntu - Pictures{{!}}The sequence in pictures...]] | |||
<span style="color: #169179;" >Upon first boot up of your new system:</span> | |||
* <code>sudo apt update</code> | |||
* <code>sudo apt upgrade</code> | |||
<span style="color: #169179;" >(Because there're ALWAYS updates...)</span> | |||
=Configuring the minimal Ubuntu= | |||
=Usage notes= | |||
[[Category:Linux]] |
Latest revision as of 13:14, 22 January 2022
Much like Linux - Mini Debian, but done with Ubuntu...
Installing a minimal Ubuntu
- Insert the CD/ISO/whatever & boot the machine/VM from it.
- I'm running it as VMs under ESXi
- "ESXi 6.7 VM", "Linux", "Ubuntu Linux (64-bit)"
- 4 CPUs, 4GB memory, 16GB storage
- I'm running it as VMs under ESXi
- Ubuntu Server defaults to a non-GUI install
- Cruze along configuring the system to your liking until you reach the screen titled "SSH Setup"
- Make sure Install OpenSSH server is selected, then continue
- Keep cruzing along until it tells you Install complete AND you get the Reboot Now option at the bottom
- When you tell it to continue, the system will reboot.
- It'll probably fail to unmount the CD/ISO. Just hit Enter
- During bootup, Ubunto appears to call home & set up some sort of cloud stuff... :(
- When it's done booting, you won't see a login prompt until you smack the Enter key again.
All done
Upon first boot up of your new system:
sudo apt update
sudo apt upgrade
(Because there're ALWAYS updates...)