I'm trying to launch the openSUSE 13.2 installer in a Xen DomU via pvgrub2.
It looks like the installer iso contains all the Xen PV pieces.
mount -o loop openSUSE-13.2-DVD-x86_64.iso /mnt/iso
cd /mnt/iso
find . | grep xen | egrep "/xen|/initrd|/vmlinuz|/grub|/kernel"
./boot/x86_64/initrd-xen
./boot/x86_64/vmlinuz-xen
./suse/x86_64/grub2-x86_64-xen-2.02~beta2-20.5.1.x86_64.rpm
./suse/x86_64/kernel-xen-3.16.6-2.1.x86_64.rpm
./suse/x86_64/kernel-xen-devel-3.16.6-2.1.x86_64.rpm
./suse/x86_64/xen-4.4.1_06-3.3.x86_64.rpm
./suse/x86_64/xen-doc-html-4.4.1_06-3.3.x86_64.rpm
./suse/x86_64/xen-kmp-default-4.4.1_06_k3.16.6_2-3.3.x86_64.rpm
./suse/x86_64/xen-kmp-desktop-4.4.1_06_k3.16.6_2-3.3.x86_64.rpm
./suse/x86_64/xen-libs-4.4.1_06-3.3.x86_64.rpm
./suse/x86_64/xen-tools-4.4.1_06-3.3.x86_64.rpm
./suse/x86_64/xen-tools-domU-4.4.1_06-3.3.x86_64.rpm
Using this for the Guest config at the Dom0
cat /home/lt/work/test.cfg
boot = 'd'
disk =
['file:/home/lt/work/openSUSE-13.2-DVD-x86_64.iso,hdd:cdrom,r', ]
kernel = "/usr/lib/grub2/x86_64-xen/grub.xen"
name = 'test'
netif = 'yes'
sdl = 0
stdvga = 1
vif = [ 'mac=00:16:3E:01:01:01, bridge=br0, vifname=vif0',]
vnc = 0
creating the Guest
xl create -c ./test.cfg
just drops to a "grub>" prompt.
What's missing from the config ^^ to get past the grub prompt and 'start' the
installer?
LT
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]