I downloaded the new RC2 ISOs and decided to install them on HDD rather than carry USBs that get bashed everywhere. So, now I have a weird issue.
First, here's a scrot of my partitions.

sda16 => port32
sda11 => port64
I had a minor hiccup installing it to the partitions [ext4] but they're nicely installed.
I use GRUB2 as my bootloader (VSIDO => sda9) and my menu entry had:
Porteus 64bit:
Code: Select all
set root='hd0,msdos11' ### (hd1,11)
linux /boot/syslinux/vmlinuz rw from=LABEL:port64 changes=/porteus/
Code: Select all
set root='hd0,msdos16' ### (hd1,16)
linux /boot/syslinux/vmlinuz rw from=LABEL:port32 changes=/porteus/
After I changed the above line tofrom= cheatcode is incorrect. Press ENTER to scan through all possible devices
Code: Select all
set root='hd0,msdos16' ### (hd1,16)
linux /boot/syslinux/vmlinuz rw from=/dev/sda16 changes=/porteus/
Anyone knows why? 32 bit recognised the LABEL:port32 command previously... In fact, I got that from an earlier question I clarified from our forums. See here: http://forum.porteus.org/viewtopic.php?f=48&t=2195
So, I can't understand why it won't take it now. In fact, I'm on ext4, so there is no need for the container.dat anymore.
Thanks in advance people.
Surio o/