#!/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 artful 17.10' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio insmod part_gpt insmod zfs set root='hd1,gpt0' search --no-floppy --fs-uuid --set=root 3f1e7de17907507c linux /ROOT/artful@/boot/vmlinuz-4.13.0-16-generic root=ZFS=rpool/ROOT/artful ro initrd /ROOT/artful@/boot/initrd.img-4.13.0-16-generic }