I have an HP laptop with a 160GB drive, junk for BIOS options (overlapping AMD/ATI video memory), 4GB DDR3 and the desire to split the drive off more times than partitioning will normally allow (ie: A testing/working/development environment for 4x86, 4x64, 5x86, 5x64 and 5xPure totaling out to ~15 partitions.) Each version needs its own persistent home, opt and tce directories.
I tried boot codes of tce=sda1/tce4x86 -- this works fine.
I tried boot codes of opt= and home= the same as tce= and it fails, claiming the other two are being disregarded, thus I have to assume only tce-setup (tce=something) supports paths?
I tried boot codes with labels... again, only tce= followed the need.
As such, I considered since the number of environments will exceed the normally allowed partition count of a single drive, what about using virtual drives? I ran a quick search in the forum here but haven't come across anything pertaining to what I'm after.
Example:
/dev/sda1 has a label of tinycore
sda1/images/tc4x86.img would be an image (say 5GB) with a single partition formatted ext4.
The "goal" here would have boot codes with an outcome similar to
vdisk=sda1/images/tc4x86.img tce=vdisk opt=vdisk home=vdisk or something of the sort.
Is there anything in place that comes close already?
Thanks for your time!