Ubuntu Pastebin

Paste from mark at Wed, 1 Mar 2017 18:30:05 +0000

Download as text
1
2
3
4
5
6
7
8
9
menuentry "Ubuntu 16.04 Desktop" --class ubuntu {
  set isopath="/home/mark/Downloads" 
  set isoname="ubuntu-16.04"
  set isofile="${isopath}/${isoname}"
  echo "Using ${isoname}..."
  loopback loop $isofile
  linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile}
  initrd (loop)/casper/initrd.lz
}
Download as text