Answer the question
In order to leave comments, you need to log in
What is installed as a result when installing ubuntu over the network?
For example, specifying during installation - archive.ubuntu.com/ubuntu/dists/xenial/main/instal...
Do I understand correctly that this is a minimal installation type?
Then I install the suggested set of "Basic Ubuntu server" packages.
As a result, for some reason, I get for some reason not the same as after installing from the ubuntu-16.04.1-server-amd64.iso image.
For example, during the boot of the installed system, the process is displayed completely differently. Why is this happening?
Answer the question
In order to leave comments, you need to log in
Because different packages have been installed, towards the end of the installation, you can choose which packages to install
Boot "looks" different due to differences in the default grub installed - in a server install
GRUB_DEFAULT=0
# GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=2
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX=""
And if over the network
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT= 10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT= "quiet splash"
GRUB_CMDLINE_LINUX=""
Then, I'm not sure yet, but I added the install option
I'm digging some more today...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question