Skip to content

Instantly share code, notes, and snippets.

@ritesh
Created February 13, 2014 23:01
Show Gist options
  • Save ritesh/8985759 to your computer and use it in GitHub Desktop.
Save ritesh/8985759 to your computer and use it in GitHub Desktop.
Grub boot for Debian 7.4
menuentry "Debian 7.4 Live" {
set isofile="/home/ritesh/Downloads/debian-live-7.4-amd64-xfce-desktop.iso"
# Change partition if needed to hd whatever
loopback loop (hd0,5)$isofile
linux (loop)/live/vmlinuz boot=live config toram=filesystem.squashfs findiso=$isofile
initrd (loop)/live/initrd.img
}
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment