bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: can't boot due to root device problem


From: Mario Klebsch
Subject: Re: can't boot due to root device problem
Date: Sun, 30 Sep 2001 10:57:17 +0200

-----BEGIN PGP SIGNED MESSAGE-----

On Sunday, 30. September 2001 01:13, Bob Berman wrote:

> When I boot Linux, the error I get is:
>
> request_module[block major-8]: root fs not mounted
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> VFS: Cannot open root device "sbd3" or 08:13
> Please append a correct "root=" boot option
> Kernel panic: VFS: Unable to mount root fs on 08:13

You did not include the device driver for block drvice major number 8
(the SCSI disk driver) into your kerne. So, it tries to load it as a
module, which fails, because the root fs is not mounted, yet.

Include the scsi device drivers (the driver for the adapter as well as
the driver for the SCSI disk devices and the ext2fs code) into your
kernel and the system will find its root partition.

BTW, this is not a GRUB problem but a misconfigured linux kernel. This
kernel would not be able to run on your system, if it is loaded by
other means (e.g. from disk or via etherboot). When I build a new
kernel, I always put it on a disk (make bzdisk) first, to see wether it
boots fine.

73, Mario
- --
Mario Klebsch                                           address@hidden
PGP-Key available at http://www.klebsch.de/public.key
Fingerprint DSS: EE7C DBCC D9C8 5DC1 D4DB  1483 30CE 9FB2 A047 9CE0
 Diffie-Hellman: D447 4ED6 8A10 2C65 C5E5  8B98 9464 53FF 9382 F518


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
MessageID: j4lUgGT3kniGToui+8K/2mZKWpb8f/Bn

iQA/AwUBO7behjDOn7KgR5zgEQJCxwCght9UhBpOnGyn3tzKXtJzI1DlhzYAnRt4
AUebwIHcoSVbnBAd3lGEr5t+
=wVTQ
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]