I have only recently realised that by Label booting seems to be non-functioning in a situation where a Live (Poorman's) install is done rather than a full installation.
This functionality is very desireable if one is to use PCLOS with Grub bootmanager on a USB flash/HDD drive or such, particularly across various PCs but especially if persistence is to be used.
Are there any plans to incorporate this functionality into the ISO for those who use PCLOS on removeable drives?
Thanks.
What version are you using?
This works fine for 2009.2 (and, LXDE 2009.4) for me, from USB.
Here is my menu.lst from my USB key:
timeout 10
color black/cyan yellow/cyan
#gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 0
title PCLOS cica 2009 -- With Persistence
kernel (hd0,0)/isolinux/vmlinuz vga=788 livecd=livecd fromusb root=Label=PCLOS changes_dev=LABEL=PCLOS acpi=on fstab=rw,noauto
initrd (hd0,0)/isolinux/initrd.gz
title PCLOS cica 2009
kernel (hd0,0)/isolinux/vmlinuz vga=788 livecd=livecd fromusb root=Label=PCLOS acpi=on fstab=rw,noauto
initrd (hd0,0)/isolinux/initrd.gz...and it boots great! In fact, I have both 2009.2 and LXDE 2009.4 on this same key, and I just swap out the
isolinux folder and
livecd.sqfs file to change environments.
EDIT
Clean up formatting