Hi. I'm new and this is my first post. I'm currently running the minefield browser in tinycore.
I wrote the method I used to install it. I'm probably not the first to do such a thing but I imagine this may help
someone else who wants to install tinycore on an empty partition.
This is how I installed tinycore linux on my first partition. I did this using knoppix 6.4.4, which is running from
my second partition.
First, I changed to the directory where I downloaded the iso.
cd /mnt-system/iso/tinycore
Then I mounted it in a temporary place.
sudo mkdir /tmp/tinycore
sudo mount tinycore-current.iso -o loop=/dev/loop1 /tmp/tinycore
Then I copied the "boot" folder to my preformatted sda1 partition. I used the file manager
to copy since I'm lazy.
Then I added this entry to my existing menu.lst file.
title tinycore
rootnoverify (hd0,0)
kernel /boot/bzImage quiet
initrd /boot/tinycore.gz
At first, it worked, but I was stuck at a 640x480 resolution.
Later on, after installing Xorg-7.6 and Xfbdev it worked at the usual 1024x768
resolution I'm used to.
In case you're interested, I boot knoppix from my second partition with this grub entry.
title Knoppix
rootnoverify (hd0,1)
kernel /boot-knoppix/isolinux/linux ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off nomce libata.force=noncq loglevel=1 tz=localtime no3d
initrd /boot-knoppix/isolinux/minirt.gz