Created
May 18, 2018 00:13
-
-
Save eduardobcastro/1372ebdc67c3186638f7a838a20ef903 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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