Boot Slax linux(Slackware) from ISO File without USB
Boot SLAX Linux(Slackware) from ISO File without USB.
I am on window’s 10.
And I successfully run the SLAX Linux(Slackware) version.
I have used GRUB 2 WIN.
Here is the configuration file for GRUB 2 WIN.
My slax Linux(Slackware) ISO file is located at c:\Dlax\slax-64bit-slackware-15.0.4.iso
Here is the complete script.
clear
set isopath=’/Dlax/slax-64bit-slackware-15.0.4.iso’
# These paths are inside the ISO (you can verify them by opening the ISO with 7-Zip)
set kernelpath=/slax/boot/vmlinuz
set initrdpath=/slax/boot/initrfs.img
# Slax boot parameters
setparams ‘from=’${isopath}’ load_ramdisk=1 prompt_ramdisk=0 rw noeject nopersistent’
# Do not edit this line!
g2wisoboot “$1″”$2″”$3″”$4″”$5″”$6″”$7″”$8″”$9″”$10”
Remember one thing.
My slax iso is inside a folder named “Dlax” in C:\.