Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. menuentry "ubuntu-14.04.1-server-amd64.iso" {
  2. set isofile="/boot/iso/ubuntu-14.04.1-server-amd64.iso"
  3. loopback loop (hd0,1)$isofile
  4. linux (loop)/install/vmlinuz iso-scan/filename=$isofile quiet --
  5. initrd (loop)/install/initrd.gz
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement