#!/bin/sh exec tail -n +3 $0 # This file is an example on how to add custom entries # #Ubuntu Jaunty sur /dev/sdc1 menuentry "Ubuntu (on /dev/sdc1)" { set root=(hd2,1) linux /vmlinuz root=/dev/sdc1 ro quiet silent initrd /initrd.img }