byghis

main steps xen 4.1.1 - update grub2

Aug 1st, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. edward@pituba:~$ cat /etc/grub.d/40_custom
  2. #!/bin/sh
  3. exec tail -n +3 $0
  4. # This file provides an easy way to add custom menu entries. Simply type the
  5. # menu entries you want to add after this comment. Be careful not to change
  6. # the 'exec tail' line above.
  7.  
  8. menuentry "Ubuntu, Xen 4.1.2 RC1 dom0 2.6.32.43-xen-pv-02" {
  9. recordfail
  10. insmod part_msdos
  11. insmod ext2
  12. set root=('/dev/sda,msdos1)'
  13. search --no-floppy --fs-uuid --set=root ff98608f-c5c8-46fc-a81e-5d77743e9231
  14. multiboot /xen-4.1.2-rc1-pre.gz dummy=dummy ro noreboot dom0_mem=1024000 com1=115200 console=com1,vga
  15. module /vmlinuz-2.6.32.43-xen-pv-02 dummy=dummy root=/dev/sda2 ro console=hvc0 console=tty0 xencons=hvc i915.modeset=1
  16. module /initrd.img-2.6.32.43-xen-pv-02
  17. }
  18. edward@pituba:~$
Advertisement
Add Comment
Please, Sign In to add comment