Boot Slax linux(Debain) from ISO File without USB
Boot Slax Linux(Debian) from ISO File without USB. I am on window’s 10. And I successfully run the slax Linux(Debian) version. I have used GRUB 2 WIN. Here is the configuration file for GRUB 2 WIN.
My slax Linux(Debian) ISO file is located at c:\Dlax\slax-64bit-debian-12.2.0.iso
Here is the complete script.
clear
set isopath=’/Dlax/slax-64bit-debian-12.2.0.iso’
# These paths are inside the ISO.
# You can confirm by opening the ISO with 7-Zip — they should exist in the root directory.
set kernelpath=/slax/boot/vmlinuz
set initrdpath=/slax/boot/initrfs.img
# Boot parameters for Slax
# The key parameter is “from=” which tells Slax where to find the ISO file.
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”