Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eduardobcastro/1372ebdc67c3186638f7a838a20ef903 to your computer and use it in GitHub Desktop.
Save eduardobcastro/1372ebdc67c3186638f7a838a20ef903 to your computer and use it in GitHub Desktop.
menuentry "Debian 9.4 Stretch i386 Live system (XFCE)" {
set isoPath="/ISOs"
set linuxPath="$isoPath/Linux"
set isofile="$linuxPath/debian-live-9.4.0-i386-xfce.iso"
set bootoptions="findiso=$isofile boot=live components quiet splash"
loopback loop $isofile
linux (loop)/live/vmlinuz-4.9.0-6-686 $bootoptions
initrd (loop)/live/initrd.img-4.9.0-6-686
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment