samoloth
Posts: 4
Joined: Wed Jul 01, 2020 1:07 pm

How to manually install Ubuntu Server?

Wed Jul 01, 2020 1:14 pm

Hi,

I'd like to buy Raspberry Pi to create simple web server at home . I want to host some of my projects and store files. Is there a possibility to install Ubuntu Server manually instead of flashing preinstalled version?

User avatar
topguy
Posts: 6466
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: How to manually install Ubuntu Server?

Wed Jul 01, 2020 1:38 pm

Is there a possibility to install Ubuntu Server manually.
That may depend on what you mean by "manually".

I dont think you can do it similar to what you would do on a PC: insert usb-stick with ubuntu-installer and install on a HDD (SD) )

samoloth
Posts: 4
Joined: Wed Jul 01, 2020 1:07 pm

Re: How to manually install Ubuntu Server?

Wed Jul 01, 2020 5:37 pm

I like minimalism and knowledge about what is installed on device. During standard installation process I can customize it and that's what I'm looking for. I'm a little bit afraid of using preinstalled OS.
And also I'm going to use external HDD drive, at least for storing data.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: How to manually install Ubuntu Server?

Wed Jul 01, 2020 5:40 pm

samoloth wrote:
Wed Jul 01, 2020 5:37 pm
I like minimalism and knowledge about what is installed on device. During standard installation process I can customize it and that's what I'm looking for. I'm a little bit afraid of using preinstalled OS.
And also I'm going to use external HDD drive, at least for storing data.

Ubuntu Server Operating System is very minimalistic, command line only:

https://ubuntu.com/download/raspberry-pi
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

samoloth
Posts: 4
Joined: Wed Jul 01, 2020 1:07 pm

Re: How to manually install Ubuntu Server?

Wed Jul 01, 2020 5:52 pm

Have you ever used Ubuntu Server for Raspberry Pi? What is the basic configuration?

User avatar
waveform80
Posts: 359
Joined: Mon Sep 23, 2013 1:28 pm
Location: Manchester, UK
Contact: Website Twitter

Re: How to manually install Ubuntu Server?

Thu Jul 02, 2020 1:34 pm

The Ubuntu Server for Pi images are derived from the Ubuntu Cloud images, i.e. the pre-installed images used on clouds like AWS, Azure, etc. These are (necessarily) pretty minimal images: no GUI, no services beyond SSH, all the usual networking stuff, systemd, etc. If you want to have a look what's included you can have a look at the .manifest files next to the images here:

http://cdimage.ubuntu.com/releases/focal/release/

This lists all the packages pre-installed in the images. You could compare that to "dpkg -l" output on an Ubuntu Server installation to see what (if anything) is extraneous, if you wished.
Author of / contributor to a few pi related things (picamera, Sense HAT emulator, gpio-zero, piwheels, etc.), and currently a software engineer at Canonical responsible for Ubuntu Server and Core on the Raspberry Pi.

samoloth
Posts: 4
Joined: Wed Jul 01, 2020 1:07 pm

Re: How to manually install Ubuntu Server?

Fri Jul 03, 2020 8:11 pm

Thanks for all responses. I'll definitely try.
Please tell me what's the difference between Ubuntu Core and Ubuntu Server. I found those two versions, but I don't know which one should I use for web server.

webdev
Posts: 16
Joined: Sun Jun 14, 2020 5:14 pm

Re: How to manually install Ubuntu Server?

Fri Jul 03, 2020 9:39 pm

I have an article about USB dual boot - https://www.spket.com/blog/raspberry-pi ... dual-boot/
It shows how to install OS manually, it's for Raspberry Pi OS, Ubuntu is similar.

Return to “Ubuntu”