Chui-Hui Chiu
2011-Jun-01 02:52 UTC
[Xen-users] Booting Xen 4.0.x with GRUB2 on Ubuntu 10.04
Hello, all, I have finished compiling the Xen tools and Dom0 kernel. The new kernel alone boots well. However, I cannot figure out how to configure the GRUB2 to boot all components together. I present my GRUB2 configuration below. Please give me some suggestions or give me your properly working configuration file to me as a reference. The menu entry for the new kernel which works fine: menuentry ''Ubuntu, with Linux 2.6.32.41'' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=''(hd0,1)'' search --no-floppy --fs-uuid --set 17b364bf-4e0a-4f74-a006-5f010325bd64 linux /boot/vmlinuz-2.6.32.41 root=UUID=17b364bf-4e0a-4f74-a006-5f010325bd64 ro quiet splash initrd /boot/initrd.img-2.6.32.41 } The menu entry for all virtualization components which does not work: My machine reboots immediately after I choose this entry. menuentry ''Xen 4.0.2-rc5 / Ubuntu, with Linux 2.6.32.41'' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root=''(hd0,1)'' multiboot /boot/xen.gz module /boot/vmlinuz-2.6.32.41 module /boot/initrd.img-2.6.32.41 } Many thanks, Chiu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Possibly Parallel Threads
- Installing Xen4.0.1 on Ubuntu 10.04 LTS issues (VGA crashes at boot-up)
- GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
- Xen Kernel Panic
- PyGrub And Grub2 Submenus
- Bug#479197: xen-hypervisor-3.2-1-amd64: hypervisor fails to load dom0 ("not an ELF binary")