Tiny Core Linux

General TC => General TC Talk => Topic started by: kenkato on February 21, 2009, 12:44:17 PM

Title: Problem running Grub on SD card
Post by: kenkato on February 21, 2009, 12:44:17 PM
Hello,

I'm installing TCL on an SD card. The procedures was smooth all the way completing the creation of menu.lst. When I ran GRUB, since the device is /dev/sdb1, I should type root (sd1,0) right? But it showed me Error 23: Error while parsing number. So I tried root (hd1,0). It showed Filesystem type unknown, partition type 0x6. Is this correct?

Next, I type setup (sd1), but it showed me the same error Error 23:... So I type setup (hd1) instead, but it gave an error Error 17: Cannot mount selected partition.

Could you please correct me?

Thank you.
Title: Re: Problem running Grub on SD card
Post by: curaga on February 21, 2009, 02:05:58 PM
Grub does not use sd - only cd, fd and hd. Type

setup (hd

and press tab to see all options, you should be able to find your SD card that way.
Title: Re: Problem running Grub on SD card
Post by: kenkato on February 22, 2009, 02:12:58 AM
 :P....Thank you. I'll try it shortly.
Title: [SOLVED] Re: Problem running Grub on SD card
Post by: kenkato on February 23, 2009, 11:30:31 AM
Solved! In fact, even after changing to setup (HD1), it could not find "/boot/grub/stage1". I was wondering why since I could see the files inside /mnt/sdb1/boot/grub. But when I place the SD card on another system, I realized that the SD card is faulty. ??? After switching to another card, it worked now.  ;D

Now, I'm trying PPR .....  :-[