TC 2.2
I'm dual booting a eeepc using grub and I was surprised to see the partition mapping it uses. I have 3 partitions on the ssd, the last one contains the tc boot files. Everything works fine except the device mapping seems strange. Grub reports via the command [setup (hd "tab"] that hd (0,0), hd (0,1), hd (0,4) & hd (0,5) are present and tc reports that sda1,2,5,6 are all present. Although, sda2 will not mount. Any ideas?
Here's my menu.lst:
#timeout 30
#default /default
title WinXP
find --set-root /ntldrxp
chainloader /ntldrxp
title TCL
root=(hd0,5)
kernel /bzImage tinycore waitusb=5 norestore embed pause
initrd /tinycore.gz
boot