There's a thread running on Ubuntu Forum"ISO Booting with Grub 2.
Here --->
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ubuntuforums.org/showthread.php?t=1549847"
linktext was:"http://ubuntuforums.org/showthread.php?t=1549847"
====================================
(This method is not the same as a"frugal install").
There's some information too in the antiX wiki and also in the Mepis wiki.
Here is the GRUB2 menuentry that works for me.
(Tested with antiX M12 Pre-Final)
Code: Select all
menuentry"antiX ISO" {
isofile="/boot/iso/antiX-486.iso"
loopback loop $isofile
linux (loop)/antiX/vmlinuz fromiso=$isofile fromhd=/dev/sda1 quiet noxorg nomodeset nouveau.modeset=0 tz=Europe/London lang=uk
initrd (loop)/antiX/initrd.gz
}
"fromhd=/dev/sda1"
This is needed so that antiX looks for the iso on my hard drive instead of CD or USB.
__{{emoticon}}__