#!/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 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 module /vmlinuz-3.10.0-xen-teo.en.ming-sgp placeholder root=/dev/mapper/ubuntu--vg-root dom0_mem=1024 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 }