After a fresh install of opensuse 11.3 and a xen-hypervisor and tools (all default install, nothing special) just get a black screen when I try to use kernel-xen.
Default kernel runs like a charm.
Xen-kernel gives me a black screen just after grub menu.
>And… thats al falks. “Habemus kernel.xen booting”
Next step should be creating and loading some PV Guest for example same Suse 11.3.
I would expect you to get message “Hotplug scripts not working” attempting
to startup guest at Xen 4.0 ( 2.6.34-12-xen) Dom0.
Another way of booting xen kernel (if you have nvidia adapter) is to disable modesetting – just add nomodeset to grub kernel options.
And yes, I get “Hotplug scripts not working” when I try to create domU. Any ideas?
FYI: Another variation on the same problem - SOLVED!
I had same symptoms as vael (black screen after xen-hypervisor install w/ default options following a fresh Opensuse 11.3 install). In my case, the /boot/grub/menu.lst file did NOT have duplicate “vgamode=0x031a” option. Instead, I had “vga=0x031a” specified one-time.
Adding “nomodeset” to the kernel options solved the problem.