#!/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 12.04.2 LTS with Xen 4.3-unstable and 3.10.0-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 0add8c6e-9d0f-4407-a624-0bbaa5df9758 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 0add8c6e-9d0f-4407-a624-0bbaa5df9758 multiboot /boot/xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /boot/vmlinuz-3.10.0-xen-teo.en.ming-sgp placeholder root=UUID=0add8c6e-9d0f-4407-a624-0bbaa5df9758 console=tty quiet splash vt.handoff=7 nomodeset xen-pciback.hide=(00:02.0)(00:03.0)(00:14.0)(00:1a.0)(00:1b.0)(00:1d.0) xen-pciback.permissive module /boot/initrd.img-3.10.0-xen-teo.en.ming-sgp } menuentry 'Ubuntu 12.04.2 LTS with Xen 4.3-unstable and 3.11.0-rc1-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 0add8c6e-9d0f-4407-a624-0bbaa5df9758 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 0add8c6e-9d0f-4407-a624-0bbaa5df9758 multiboot /boot/xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /boot/vmlinuz-3.11.0-rc1-xen-teo.en.ming-sgp placeholder root=UUID=0add8c6e-9d0f-4407-a624-0bbaa5df9758 console=tty quiet splash vt.handoff=7 nomodeset xen-pciback.hide=(00:02.0)(00:03.0)(00:14.0)(00:1a.0)(00:1b.0)(00:1d.0) xen-pciback.permissive module /boot/initrd.img-3.11.0-rc1-xen-teo.en.ming-sgp } menuentry 'Ubuntu 12.04.2 LTS with Xen 4.3-unstable and 3.8.1-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 0add8c6e-9d0f-4407-a624-0bbaa5df9758 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 0add8c6e-9d0f-4407-a624-0bbaa5df9758 multiboot /boot/xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /boot/vmlinuz-3.8.1-xen-teo.en.ming-sgp placeholder root=UUID=0add8c6e-9d0f-4407-a624-0bbaa5df9758 console=tty quiet splash vt.handoff=7 nomodeset xen-pciback.hide=(00:02.0)(00:03.0)(00:14.0)(00:1a.0)(00:1b.0)(00:1d.0) xen-pciback.permissive module /boot/initrd.img-3.8.1-xen-teo.en.ming-sgp } menuentry 'Ubuntu 12.04.2 LTS with Xen 4.3-unstable and 3.10.3-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 0add8c6e-9d0f-4407-a624-0bbaa5df9758 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 0add8c6e-9d0f-4407-a624-0bbaa5df9758 multiboot /boot/xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /boot/vmlinuz-3.10.3-xen-teo.en.ming-sgp placeholder root=UUID=0add8c6e-9d0f-4407-a624-0bbaa5df9758 console=tty quiet splash vt.handoff=7 nomodeset xen-pciback.hide=(00:02.0)(00:03.0)(00:14.0)(00:1a.0)(00:1b.0)(00:1d.0) xen-pciback.permissive module /boot/initrd.img-3.10.3-xen-teo.en.ming-sgp }