View previous topic :: View next topic |
Author |
Message |
penguinpwrdbox n00b
Joined: 13 Oct 2003 Posts: 22 Location: Chicago, IL
|
Posted: Tue Dec 09, 2003 5:28 pm Post subject: Sooooooooooo Close!!!!!! Help!!! |
|
|
Alright
I have done everything.
Complete Stage 1 install.
First reboot, I get the pretty splash.
GRUB loads
I can choose My Kernel from the menu.
And then - ERROR!!!!
"Booting command - list
Boot (hd0,0)
Error 8: Kernel must be loaded before booting.
Press any key to continue."
What's wrong?!? _________________ The New Math...... MS + TCPA = Linux
Registered Linux User #317345 |
|
Back to top |
|
|
Mr. Atoz Tux's lil' helper
Joined: 06 May 2002 Posts: 84 Location: Colorado
|
Posted: Tue Dec 09, 2003 6:14 pm Post subject: |
|
|
Can you post your grub.conf file? What do your partitions look like? Are they the default? _________________ ---Atoz |
|
Back to top |
|
|
penguinpwrdbox n00b
Joined: 13 Oct 2003 Posts: 22 Location: Chicago, IL
|
Posted: Tue Dec 09, 2003 6:22 pm Post subject: |
|
|
I wrote verbatim the recommended grub.conf in the install guide, but, here ya go::
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux
boot (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda3
PS, my config is as follows:
/dev/hda1 = boot (ext2)
/dev/hda2 = swap
/dev/hda3 = root (reiserfs) _________________ The New Math...... MS + TCPA = Linux
Registered Linux User #317345 |
|
Back to top |
|
|
senderap n00b
Joined: 05 May 2003 Posts: 12 Location: Tinley Park, IL (Suburb of Chicago)
|
Posted: Tue Dec 09, 2003 7:11 pm Post subject: |
|
|
Post /etc/fstab _________________ Patrick Sendera
Tinley Park, IL
"Careful with that axe, Eugene" |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Dec 09, 2003 7:12 pm Post subject: |
|
|
Code: |
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel bzImage root=/dev/hda3
|
notice the root (instead of boot) in line 5. |
|
Back to top |
|
|
penguinpwrdbox n00b
Joined: 13 Oct 2003 Posts: 22 Location: Chicago, IL
|
Posted: Tue Dec 09, 2003 7:42 pm Post subject: |
|
|
Ok, yeah, found that typo. So, now, it will boot, but, Kernel panic - cannot mount root filesystem........now what? _________________ The New Math...... MS + TCPA = Linux
Registered Linux User #317345 |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Dec 09, 2003 7:48 pm Post subject: |
|
|
make sure you compiled support for the needed filesystems (e.g. reiserfs, ext3) into your kernel. boot from live cd, mount partitions, chroot and type 'genkernel --config' or 'make menuconfig' in /usr/src/linux. |
|
Back to top |
|
|
penguinpwrdbox n00b
Joined: 13 Oct 2003 Posts: 22 Location: Chicago, IL
|
Posted: Tue Dec 09, 2003 7:51 pm Post subject: |
|
|
I am almost positive I included reiserfs support into the kernel. Lemme check......thanks guys, for all the help.... _________________ The New Math...... MS + TCPA = Linux
Registered Linux User #317345 |
|
Back to top |
|
|
Mr. Atoz Tux's lil' helper
Joined: 06 May 2002 Posts: 84 Location: Colorado
|
Posted: Tue Dec 09, 2003 9:10 pm Post subject: |
|
|
Does your /etc/fstab look correct? Go ahead and post it if you are still having trouble... _________________ ---Atoz |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Dec 09, 2003 9:28 pm Post subject: |
|
|
and also what 'fdisk -l' tells you as you cannot misconfigure that one |
|
Back to top |
|
|
|