byghis

Xen 40_custom tested OK with xen-4.1.1-rc1-pre.gz in Lucid

May 28th, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #!/bin/sh
  2. exec tail -n +3 $0
  3. # This file provides an easy way to add custom menu entries. Simply type the
  4. # menu entries you want to add after this comment. Be careful not to change
  5. # the 'exec tail' line above.
  6.  
  7. menuentry "Ubuntu, Xen 4.0.1 dom0 2.6.32.40-pv" {
  8. recordfail
  9. insmod ext2
  10. set root='(hd0,3)'
  11. search --no-floppy --fs-uuid --set 8b1da4ef-6f52-4c40-affd-0a4abd5e364c
  12. #multiboot (hd0,3)/xen-4.0.1.gz ro noreboot dom0_mem=512M dom0_max_vcpus=1 com1=115200 console=com1,vga
  13. multiboot (hd0,3)/xen-4.1.1-rc1-pre.gz dummy=dummy ro noreboot dom0_mem=1024M dom0_max_vcpus=1 com1=115200 console=com1,vga
  14. module (hd0,3)/vmlinuz-2.6.32.40-xen-pv dummy=dummy root=/dev/sda5 ro console=hvc0 console=tty0 xencons=hvc
  15. module (hd0,3)/initrd.img-2.6.32.40-xen-pv
  16. }
Advertisement
Add Comment
Please, Sign In to add comment