Skip to content

Instantly share code, notes, and snippets.

@johnlane
Created April 17, 2015 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlane/7fece74c501fd77cc0c3 to your computer and use it in GitHub Desktop.
Save johnlane/7fece74c501fd77cc0c3 to your computer and use it in GitHub Desktop.
Grub loopback iso example
set imgdevpath='/dev/disk/by-uuid/e7bc3210-ee80-4111-a6da-3db1d2e2cbef'
set isofile="/iso/tails-i386-1.2.2.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz fromiso=$imgdevpath/$isofile boot=live config noswap nopersistent nomodeset noautologin splash
initrd (loop)/live/initrd.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment