Posts: 2
bat999
Joined: 31 May 2012
#1
Hi
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
}
Note.
"fromhd=/dev/sda1"
This is needed so that antiX looks for the iso on my hard drive instead of CD or USB.
__{{emoticon}}__
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Thanks for that bat999.

As you say, this is for booting the iso. Does adding the persist cheat (once persistence is set up) allow for persistence to work? I don't have grub2 anywhere to test this out.
Posts: 2
bat999
Joined: 31 May 2012
#3
anticapitalista wrote:Does adding the persist cheat (once persistence is set up) allow for persistence to work?
Hi
I haven't tried to use persistence when booting any iso with GRUB2 so far, though it was discussed in the Ubuntu thread.

I think this GRUB2 iso method is intended as a 'cheap and cheerful' method to trial distros without burning CDs.
__{{emoticon}}__