#!/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 13.04, with Linux 3.8.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-19-generic-advanced-279889d3-c3a1-49b3-853d-d48f5c4e775a' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 196ce727-0968-4b1d-95fe-75b256c09c48 else search --no-floppy --fs-uuid --set=root 196ce727-0968-4b1d-95fe-75b256c09c48 fi echo 'Loading Linux 3.8.0-19-generic ...' linux /vmlinuz-3.8.0-19-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff echo 'Loading initial ramdisk ...' initrd /initrd.img-3.8.0-19-generic } menuentry 'Ubuntu 13.04 amd64 Release with Xen 4.4-unstable and Linux Kernel 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 196ce727-0968-4b1d-95fe-75b256c09c48 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 196ce727-0968-4b1d-95fe-75b256c09c48 multiboot /xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /vmlinuz-3.10.0-xen-teo.en.ming-sgp placeholder root=/dev/mapper/ubuntu--vg-root 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) module /initrd.img-3.10.0-xen-teo.en.ming-sgp } menuentry 'Ubuntu 13.04 amd64 Release with Xen 4.4-unstable and Linux Kernel 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 196ce727-0968-4b1d-95fe-75b256c09c48 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 196ce727-0968-4b1d-95fe-75b256c09c48 multiboot /xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /vmlinuz-3.11.0-rc1-xen-teo.en.ming-sgp placeholder root=/dev/mapper/ubuntu--vg-root 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) module /initrd.img-3.11.0-rc1-xen-teo.en.ming-sgp } menuentry 'Ubuntu 13.04 amd64 Release with Xen 4.4-unstable and Linux Kernel 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 196ce727-0968-4b1d-95fe-75b256c09c48 set root='hd0,msdos1' search --no-floppy --fs-uuid --set=root 196ce727-0968-4b1d-95fe-75b256c09c48 multiboot /xen.gz dom0_mem=1024M iommu=1 loglvl=all guest_loglvl=all unrestricted_guest=1 msi=1 module /vmlinuz-3.8.1-xen-teo.en.ming-sgp placeholder root=/dev/mapper/ubuntu--vg-root 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) module /initrd.img-3.8.1-xen-teo.en.ming-sgp }