#!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry 'Ubuntu 11.10 Release with Xen 4.1.3-rc1-pre and Kernel 3.3.0-rc7-xen-teo.en.ming-sgp' --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 search --no-floppy --fs-uuid --set=root fd1ee157-7822-4a08-8549-56f4ae96f0dc set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root fd1ee157-7822-4a08-8549-56f4ae96f0dc multiboot /boot/xen.gz module /boot/vmlinuz-3.3.0-rc7-xen-teo.en.ming-sgp placeholder root=UUID=fd1ee157-7822-4a08-8549-56f4ae96f0dc dom0_mem=1024 console=tty quiet splash vt.handoff=7 module /boot/initrd.img-3.3.0-rc7-xen-teo.en.ming-sgp } menuentry 'Ubuntu 11.10 Release with Xen 4.1.3-rc1-pre and Kernel 3.2.11-xen-teo.en.ming-sgp' --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 search --no-floppy --fs-uuid --set=root fd1ee157-7822-4a08-8549-56f4ae96f0dc set root='(/dev/sda,msdos1)' search --no-floppy --fs-uuid --set=root fd1ee157-7822-4a08-8549-56f4ae96f0dc multiboot /boot/xen.gz module /boot/vmlinuz-3.2.11-xen-teo.en.ming-sgp placeholder root=UUID=fd1ee157-7822-4a08-8549-56f4ae96f0dc dom0_mem=1024 console=tty quiet splash vt.handoff=7 module /boot/initrd.img-3.2.11-xen-teo.en.ming-sgp }