Page 1 of 1

[HOWTO] boot multiple versions of Porteus from one partition

Posted: 24 Jan 2011, 15:46
by Ahau
This Article has been posted to the main site, here.

Edit 14-7-15: Approximate Update for above Link

Feel free to continue discussing this article in this thread.

Thanks!

Re: [HOWTO] run 64- and 32-bit Porteus from the same partiti

Posted: 24 Jan 2011, 17:11
by fanthom
need to admit that before Ahau mentioned this i used to copy and paste 32/64 bit versions from other folder to the main one.
Now i dont have to :)

Thanks!

BTW - instead of:

Code: Select all

mknod /dev/loop/142 b 7 142
mkdir /mnt/iso
mount –o loop /path/to/iso/isofilename.iso /mnt/iso
you can just do

Code: Select all

mloop /path/to/iso/isofilename.iso
this is one of the hidden features of Porteus (thanks to brokenman) :wink:

Re: [HOWTO] run 64- and 32-bit Porteus from the same partiti

Posted: 25 Jan 2011, 00:22
by Ahau
Great, thank you!

To be honest, I've been using the max_loop cheatcode and using 'mount /path/to/iso.iso /mnt/iso' without any other options, but I thought mknod and mount -o loop were more technically correct. Courtesy of brokenman, it looks like I can now have it both ways!