Installing ubuntu server with pressed file

Eryk Witek

New Member
Oct 11, 2018
1
0
1
24
Hi,

I am trying install ubuntu server via CLI using preseed file, command below:

Code:
qm create $VM --net0 virtio,bridge=vmbr0 --ostype l26 --memory 512 --numa 0 --sockets 4 --cores 4 --scsi0 local-lvm:32
 --args '-kernel /media/linux -initrd /media/initrd.gz -append "preseed/url=http:10.1.1.2/ksfile.cfg locale=en_GB.UTF-8 keyboard-configuration/layoutcode=gb hostname=unassigned interface=ens3"'


everything works fine, but all the time my ubuntu server is install as Ubuntu Desktop, why ? any ideas?, I am using kernel and initrd.gz files from ubuntu server iso.

It is possible to install ubuntu server via ISO with preseed ?

Regards
 
Last edited: