Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: novack on April 09, 2010, 04:26:20 PM

Title: Install TC help
Post by: novack on April 09, 2010, 04:26:20 PM
I went by the steps and when i rebooted to see if everything worked, it gives me the grub box with grub>.

Wonder what I did wrong.

Edit - Im doing a reinstall. But this time I get a
"/dev/hda1 is mounted; will not make a filesystem here!"
how do i fix that?
Title: Re: Install TC help
Post by: curaga on April 09, 2010, 04:40:17 PM
Looks like grub can't find its config file.

Is it named correctly? (menu.LST in lowercase)
Title: Re: Install TC help
Post by: novack on April 09, 2010, 04:43:12 PM
i saved it as menu.lst as stated in the install page
Title: Re: Install TC help
Post by: curaga on April 09, 2010, 04:46:46 PM
You can unmount it first - "sudo umount /dev/hda1".
Title: Re: Install TC help
Post by: novack on April 09, 2010, 05:05:55 PM
quick question

"kernel /boot/bzImage quiet"

is it bzimage or bzlmage?

another one, when in vi, creating my menu.lst when i hit the esc key to get out of insert mode and hit x to save and exit, when i hit x, it will delete a key and doesnt exit.
Title: Re: Install TC help
Post by: novack on April 09, 2010, 05:34:22 PM
ok, found out what i all did wrong, got it to go now.
Title: Re: Install TC help
Post by: lucky13 on April 09, 2010, 06:37:47 PM
It's ":x" or ":wq" -- you need to use a colon to enter the write-quit command.
Title: Re: Install TC help
Post by: Juanito on April 10, 2010, 12:26:05 AM
It's bzImage - an "I" in upper case.