HOW TO BOOT SLAX LINUX FROM ISO WITH SAVING ...nithin 04 Feb 2007 slax linux 5.1.8 step 1: make c:\linux 2: copy /boot contents of the cd to c:\linux 3: copy slaxlinux.iso file to c:\linux 4: get grub4dos 5: edit menu.lst, add the fillowing title slax linux kernel (hd0,0)/linux/vmlinuz from=/dev/hda1/linux/slaxlinux.iso max_loop=255 init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw autoexec=/mnt/hda1/linux/restore;xconf;startx nocd initrd (hd0,0)/linux/initrd.gz 6: make an empty text file named restore with the following contents configrestore /mnt/hda1/linux/slaxsav.dat 7: edit boot.ini ,add C:\grldr="GRUB Boot Loader For DOS" 8: boot into slax linux 9: make an empty file named saveconfig in /root with following contents configsave /mnt/hda1/linux/slaxsav.dat 10: after making ur changes just run saveconfig every time