Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. menuentry "ubuntu-16.04-desktop-amd64.iso" {
  2. set isofile="/downloads/ubuntu-16.04-desktop-amd64.iso"
  3. loopback loop (hd1,9)/$isofile
  4. linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile quiet noeject nopromt spalsh --
  5. initrd (loop)/casper/initrd.lz
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement