|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] linux-2.6.18-xen-3.4.0 Not Booting !!
On Thu, Jul 16, 2009 at 01:35:30AM +0530, Onkar wrote:
> I built linux-2.6.18-xen-3.4.0
>
> did the following -
>
> make -j2
> make modules
> make modules_install
>
> and then
>
> mkinitramfs -o /boot/initramfs /lib/modules/2.6.18.8/
> cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz
> /boot/vmlinuz-2.6.18.8-custom
> cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom
> cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom
>
>
> what must be the contents of /boot/grub/menu.lst file ??
>
> title XEN
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791
> initrd /boot/initramfs-2.6.30-custom
> savedefault
>
So you're trying to boot it as baremetal, not as Xen dom0 kernel?
-- Pasi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|