The cheatcodes.txt says:
Code: Select all
from=/path/porteus.iso
... Loads Porteus from the specified device, folder or ISO file.
(from http://peter-heinrich-claus.eu.org/arti ... x.php#v3_1 )Rather then wasting a CD or wearing-out one of your USB sticks, you could boot directly off the ISO. See below for a sample entry of the Grub2 40_custom file. Change /path/to/iso.iso as required. More options
menuentry "Porteus ISO" {
set iso="/path/to/iso.iso"
loopback loop (hd0,1)$iso
linux (loop)/boot/syslinux/vmlinuz from=/dev/sda1$iso iso-scan/filename=$iso noeject
initrd (loop)/boot/syslinux/initrd.xz
Since it says nothing in the cheatcodes.txt, does that mean one can load any bootable ISO, be it Porteus, another Linux or even BSD or Windoze from an given ISO file like so?
Is any more stuff needed to be told to Porteus when it's NOT a Porteus ISO to boot, or will all bootable ISO work that way?