Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. menuentry “Other Distro” {
  2. set isofile=”/dev/sda3/os.iso”
  3. }
  4.  
  5. instead of all of this?
  6. menuentry “Ubuntu 14.04 ISO” {
  7. set isofile=”/home/name/Downloads/ubuntu-14.04.1-desktop-amd64.iso”
  8. loopback loop (hd0,1)$isofile
  9. linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=${isofile} quiet splash
  10. initrd (loop)/casper/initrd.lz
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement