|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] how should I go for Xen 4.0.1 with a non pv-ops Dom0 ker
On Thu, Mar 3, 2011 at 2:44 PM, Fajar A. Nugraha <list@xxxxxxxxx> wrote:
> On Thu, Mar 3, 2011 at 3:55 PM, Abhishek Dixit <abhidixit87@xxxxxxxxx>
> wrote:
>>
>> my hypervisor could not boot and unfortunately the
>> system is rebooting so frequently that I am not able
>> to note down the error messages on a paper and pencil.
>
> Try http://wiki.debian.org/Xen#dom0automaticreboots
> --
Your link is good I tried it but the results are not different.
menuentry 'Xen 4.0.1 with new kernel' {
root='(hd0,1)'
kernel (hd0,1)/boot/xen.gz noreboot
module (hd0,1)/boot/vmlinuz-2.6.32.27-pv-ops root=/dev/sda1
ro console=tty0
module (hd0,1)/boot/initrd.img-2.6.32.27-pv-ops
}
error: unknown command kernel
error :u need to load the multiboot kernel first
error :u need to load the multiboot kernel first
Press any key to continue
Now when I changed the entry to some thing like this
menuentry 'Ubuntu, with Xen and Linux 2.6.32.27' {
recordfail
insmod ext2
set root='(hd0,1)'
multiboot (hd0,1)/boot/xen.gz dummy=dummy noreboot
module (hd0,1)/boot/vmlinuz-2.6.32.27 dummy=dummy nopat
root=/dev/sda1 ro console=tty0
module (hd0,1)/boot/initrd.img-2.6.32.27
}
Then even before I could note down any message on screen it becomes black.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|