Edit I got the title wrong. It is Linux Mint and not LMDE. Them both got created
2011 so I thought them was the same. I am slow most of the time sorry.
old text
No criticism at all. I am not only a Newbody I am a persistent Nooby that fails
with most in life. Even to tie the shoelaces at times
Okay. d4p at Puppy forum suggested this to work for frugal install using grub4dos.
It works fine internal/external Hd
title Bodhi_1.2.1.iso
find --set-root --ignore-floppies --ignore-cd /bodhi_1.2.1.iso
map --heads=0 --sectors-per-track=0 /bodhi_1.2.1.iso (0xFF)
map --hook
root (0xFF)
kernel /casper/vmlinuz file=/cdrom/preseed/custom.seed boot=casper persistent iso-scan/filename=/bodhi_1.2.1.iso quiet splash --
initrd /casper/initrd.gz
Wow I have to test I thought and as expected it totally failed to boot.
Now usually I have to do something else for a fortnight to lick my wounds of bad self image.
but this time by poor luck I had a whim. Why on earth has he the map and hook there.
So I did d for delete and kept the first one so it looked like this
It works fine internal/external Hd
title Bodhi_1.2.1.iso
find --set-root --ignore-floppies --ignore-cd /bodhi_1.2.1.iso
kernel /casper/vmlinuz file=/cdrom/preseed/custom.seed boot=casper persistent iso-scan/filename=/bodhi_1.2.1.iso quiet splash --
initrd /casper/initrd.gz
Whoa it just booted and not only that it allowed me to see the internal ntfs hdd and to edit the
menu.lst and to save the changes which AntiX totally fails to do for me.
So I tested to boot AntiX with this code instead of the old one. Sadly that booted but still
did not allow me to edit any text files.
Okay so now I had Bodhi Linux booting what about Peppermint Linux? Yes that booted too.
Ubuntu 100.04 booted too. And the best of all LMDE 11 also booted and that one had all the codex
I needed and it allowed me to save edits to the menu.lst like the otehrs also do.
So the easy way to get AntiX to boot frugally using iso boot in grub4dos is
to look how them did this for the other Debian compatible linux distros.