I installed grub at MBR of my USB stick
/boot/grub/menu.lst reads
default 0
timeout 3
title tiny core
root (hd0,0)
kernel /boot/vmlinuz
initrd /boot/core.gz
It seems mydata.tgz stored in USB stick does not get loaded .
ALso , I end up with a prompt in which 'df' does not show any partition (/mnt/sd##) mounted.
Also /etc/fstab shows my hard disk NTFS partition as sda5 while USB as sdb1.
Please suggest ?