Skip to content

Instantly share code, notes, and snippets.

@joshtronic
Created January 29, 2012 23:10
Show Gist options
  • Save joshtronic/1701275 to your computer and use it in GitHub Desktop.
Save joshtronic/1701275 to your computer and use it in GitHub Desktop.
menuentry "Linux Live CD" {
insmod ext2
set root='<strong>(hd1,1)</strong>'
loopback loop <strong>/linux-live-cd.iso</strong>
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=<strong>/linux-live-cd.iso</strong> noeject noprompt -
initrd (loop)/casper/initrd.lz
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment