Hi branpurn
... What exactly should the partitioning look like? ...
A single partition anywhere between 2 and 4 gig should be adequate.
... I see multiple UUID's defined so not just one big ext2 ...
Look again. You see the same UUID specified multiple times. That's how Tinycore knows
where to find those directories. I prefer to keep these directories on the same partition.
That way I can install multiple versions of Tinycore with their own directories and keep
them separated. You can create multiple partitions if you wish, but this is simpler.
To get the uuid of a partition:
tc@E310:~$ blkid /dev/sda2
/dev/sda2: LABEL="TC10_backup" UUID="22559ae7-7e12-4a3b-9efa-6f8c8a9a8a6a" TYPE="ext4" PARTUUID="594f4868-02"You'll want the one called UUID=.
... What other kernel cmdline params should/might make it in? ...
I would start with these:
nozswap no387 udev.children-max=1 mem=nopentiumThe mem=nopentium code disables use of 4MB pages for kernel memory
so it should lighten the memory demand.
The remaining kernel parameters you added either don't look like they would
save any memory, or are not valid kernel parameters.
Instead of trying core.gz for the initrd, see if it using rootfs.gz gets you to a command line.