I want to download the ubuntu server image and install it without internet
I searched the internet for the server image and got ubuntu-18.04.4-live-server-amd64.iso
which require internet to install
is there any image that does not require the internet to download?
I don't have the console so I cannot just click continue when it fails to connect to internet, as I am going to deploy this image as VM in KVM.
The images with the term
live
in their names almost rely on the internet. To install the Ubuntu server without any internet dependency, it is better to download the desired release image from ubuntu cd image sever and the one withoutlive
keyword in the name. e.g.,ubuntu-18.04.6-server-amd64.iso
for relative architecture (likely amd64).These images can install without the internet. However, if they can access the internet, they will use it. To ensure offline installation, one needs to disconnect the machine from the internet or the whole network. In the latter case, one should choose the
Do not configure network at this time
option