Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created August 31, 2015 00:10
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 btbytes/03245d344b9af5893819 to your computer and use it in GitHub Desktop.
Save btbytes/03245d344b9af5893819 to your computer and use it in GitHub Desktop.

To boot directly from a Puppy linux Live CD using these instructions

Put this in /etc/grub.d/40_custom and run update-grub2.

menuentry "Puppy linux ISO" {
set isofile="/boot/april.iso" 
loopback loop (hd0,1)$isofile
linux (loop)/vmlinuz  iso-scan/filename=${isofile} quiet splash
initrd (loop)/initrd.q
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment