LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Problems booting a fresh gentoo install on onboard sata (https://www.linuxquestions.org/questions/linux-distributions-5/problems-booting-a-fresh-gentoo-install-on-onboard-sata-222716/)

stoned 08-26-2004 12:04 PM

Problems booting a fresh gentoo install on onboard sata
 
Hi folks i just made a fresh install of gentoo on my epox 8hda amd64 box and i get this error when booting.

Code:

VFS: Cannot open root device "sda3" or unknown-block (0,0)
Please append a correct "root=" option
Kernel panic: VFS: unable to mount root fs on unknown-block (0,0)

I only have 1 sata disk connected and it's on the Sil3114 onboard sata controller.

I use grub as bootloader and it setup like this:

Code:

# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Splash image location
splashimage=(hd0,0)/grub/splash.xpm.gz

# For booting GNU/Linux
title=Gentoo Linux 2.6.8-r2
root (hd0,0)
kernel /kernel-2.6.8-gentoo-r2 root=/dev/sda3 vga=795

I checked my kernel and i think i didn't mis anything so if anyone knows what i should do please let me know.:Pengy:

spuzzzzzzz 08-27-2004 02:05 AM

Since your grub.conf looks fine, it is almost certainly your kernel. You need to make sure you have support for your SATA chipset compiled into the kernel (ie. not as a module) this is found under "Low-level drivers" under the SCSI menu. You also need SCSI Disk Support (also not as a module). This last one is a fact most how-to's seem to skip.

stoned 08-27-2004 02:42 AM

Thanks for the reply i'm gonna recompile the kernel tonight if i can find the time i'll keep you posted on my progress.;)

stoned 08-29-2004 05:43 AM

Well i've got it running i did forget something in the kernel.:newbie:

Things are running smooth.;)


All times are GMT -5. The time now is 10:10 AM.