Suse/Xenserver Xen-tools: Difference between revisions
From Mana zināšanu grāmata
No edit summary |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 10:41, 16 April 2026
Inside the VM, mount the cdrom: for PV version "mount /dev/xvdd /mnt" for HVM version (no need for -o loop, suse is smart enough :) )
mount /dev/xvdd /mnt
OR
mount /dev/sr0 /mnt
change directory to
/mnt/Linux: cd /mnt/Linux
run install.sh script with manually specified os version as a parameter:
./install.sh -d sles -m 11
