download ISO
mout -o loop isoFile mountPointcd /mountPoint/casperpick up the vmlinuz and initrd.gz files from here.
umount moutPointHad problems with the live-server distro - the vmlinuz & initrd.gz files were found (as described above)...also added
extra = "console=hvc0" (below the initrd.gz entry)....yet on boot drops to initramfs shell.
Rather than banging head against this shit ... downloaded Ubuntu Server mini.iso:
so changed the cfg file to add builder = "hvm" ...to attempt HVM.
builder = "HVM"uuid = "9306ddd5-a735-4f4a-b6c7-0113f066b9e1" ##uuidgenname = "ubu1804Internal_A"# Kernel paths for install kernel = "../vmlinuz_mini"ramdisk = "../initrd.gz_mini"#### CLONE CHANGE DISKdisk = [ '/dev/mapper/nvmep3_lvm-internal_alp_A_VG1,raw,xvda,rw', '/dev/mapper/sataAB_data-internal_alp_A_VG2,raw,xvdb,rw', '/dev/mapper/sataAB_swap-internal_alp_A_VG3,raw,xvdc,rw', '/media/floppy/images/ubuntu-18.04-mini-amd64.iso,raw,xvdd,devtype=cdrom,ro']boot = 'dc'##domU settingsvcpus = 2maxvcpus = 3memory = 8192#### CLONE CHANGE MAC +2vif = [ 'mac=02:4A:F8:2E:A4:42, bridge=xenbr0' ]on_reboot = 'restart'on_crash = 'restart'on_poweroff = 'destroy' ### remote GUIstdvga = 1videoram = 128vnc = 1vnclisten= '0.0.0.0'vncunused=1vncconsole = 1#### CLONE CHANGE VNC port +1vncdisplay = 23vncpasswd = "some_very_secure_Shit"Finish the install and then.. change the running config:
builder = "hvm"uuid = "9306ddd5-a735-4f4a-b6c7-0113f066b9e1" ##uuidgenname = "ubu1804Internal_A"##kernel = "/usr/lib/xen/boot/pv-grub-x86_64.gz"disk = [ '/dev/mapper/nvmep3_lvm-internal_alp_A_VG1,raw,xvda,rw', '/dev/mapper/sataAB_data-internal_alp_A_VG2,raw,xvdb,rw', '/dev/mapper/sataAB_swap-internal_alp_A_VG3,raw,xvdc,rw',]boot = "c"vcpus = 2maxvcpus = 3memory = 8192vif = [ 'mac=02:4A:F8:2E:A4:42, bridge=xenbr0' ]on_reboot = 'restart'on_crash = 'restart'on_poweroff = 'destroy' stdvga = 1videoram = 128vnc = 1vnclisten= '0.0.0.0'vncunused=1vncconsole = 1vncdisplay = 23vncpasswd = "some_very_secure_Shit"Had trouble coz NO BIOS installed
apk add seabiosBoot w/ the new cfg and JHAKKAAAASS.....