|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Problem with grub2 and xen (Ubuntu 10.04)
-rw-r--r-- 1 root root 672055 2010-06-16 19:57 xen-4.0.1-rc3-pre.gz lrwxrwxrwx 1 root root 20 2010-06-16 19:57 xen-4.0.gz -> xen-4.0.1-rc3-pre.gz lrwxrwxrwx 1 root root 20 2010-06-16 19:57 xen-4.gz -> xen-4.0.1-rc3-pre.gz lrwxrwxrwx 1 root root 20 2010-06-16 19:57 xen.gz -> xen-4.0.1-rc3-pre.gz
--- On Wed, 6/16/10, Thomas Richard <thomas9999@xxxxxxxxx> wrote:
From: Thomas Richard <thomas9999@xxxxxxxxx> Subject: Re: [Xen-users] Problem with grub2 and xen (Ubuntu 10.04) To: xen-users@xxxxxxxxxxxxxxxxxxx Date: Wednesday, June 16, 2010, 12:45 PM
I tried that one, but it doesn't seem to work either (i've tried it before too) What's the approximate size of xen-4.0.1-rc3-pre.gz? Thanks Thomas Richard
2010/6/16 Boris Derzhavets <bderzhavets@xxxxxxxxx>
This one should work:-
menuentry "Xen 4 / Ubuntu 10.04 kernel 2.6.32.15" { insmod ext2 set
root='(hd2,2)'
multiboot (hd2,2)/boot/xen.gz dummy=dummy module
(hd2,2)/boot/vmlinuz-2.6.32.15-xenpci dummy=dummy nopat root=/dev/sdc2
ro console=tty0
module
(hd2,2)/boot/initrd.img-2.6.32.15-xenpci }
My current env :- menuentry "Xen 4.0 / Ubuntu 10.04 kernel 2.6.32.15" { insmod ext2 set root='(hd0,9)' multiboot (hd0,9)/boot/xen.gz dummy=dummy
module (hd0,9)/boot/vmlinuz-2.6.32.15 dummy=dummy nopat root=/dev/sda9 ro console=tty0 module (hd0,9)/boot/initrd.img-2.6.32.15 }
Boris.
|
-----Inline Attachment Follows-----
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|