In this video http://www.youtube.com/watch?v=RGre8VxSlcY
you should see the very specific instruction, you might has been missed:
This is a video cast on how to install Tiny Core in your hard disk. This video cast is using Virtualbox to virtualize . have a hard disk with 1 GB of size.
- open Appbrowser
- search for cfdisk.tcz, then click GO button (Go means Install, OK~), then do the same on grub-0.97-splash.tcz
- if everything is ok, then open terminal
- type "sudo su"
- type fdisk -l for
- type "cfdisk /dev/hda" (hda stands for Your Own Driveletter.)
- make space
- when done, type "rebuildfstab" so you can refresh the drive list
- type "mkfs.ext3 /dev/hda1" where hda1 is your own drive letter.
- type "mount /mnt/hda1" where hda1.. urgh...
- type "mkdir -p /mnt/hda1/boot/grub"
- type "mount /mnt/hdc" where.. the hdc.. is.. your.. cd rom drive letter.
- type "cp -p /mnt/hdc/boot/* /mnt/hda1/boot/"
- type "mkdir -p /mnt/hda1/tce"
- type "touch /mnt/hda1/tce/mydata.tgz"
- type "cp -p /usr/lib/grub/i386-pc/* /mnt/hda1/boot/grub/" to install grub
- type "vi /mnt/hda1/boot/grub/menu.lst" to make a new grub menu list
- press "I" key to enter edit mode. then include
default 0 timeout 10 title tinycore kernel /boot/bzImage quiet initrd /boot/tinycore.gz
- type ": (space)x" to exit and save changes that has been made (this forum turned : x to smiley)
- type "grub"
- In the grub prompt, type
root (hd0,0) setup (hd0) quit
- type umount /mnt/hdc, then eject /dev/hdc
- reboot then completed!!!!!!!!!!!!!!