#!/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 "Android-x86 4.0.3" --class android --class os { insmod ext2 set root='(hd0,3)' echo 'Loading Android-x86 4.0.3 ...' linux /android-4.0-RC1/kernel root=/dev/ram0 androidboot.hardware=tegav2 acpi_sleep=s3_bios,s3_mode SRC=/android-4.0-RC1 DATA= initrd /android-4.0-RC1/initrd.img }
menuentry "Clonezilla 20120620" --class iso --class os { insmod ext2 set root='(hd0,3)' loopback loop "/Clonezilla/clonezilla-live-20120620-precise.iso" linux (loop)/live/vmlinuz boot=live live-config union=aufs nolocales noprompt gfxpayload=800x600x16 ip=frommedia findiso="/Clonezilla/clonezilla-live-20120620-precise.iso" initrd (loop)/live/initrd.img }