Re: kernel can't find root filesystem
- From: Michael Proto <mike@xxxxxxxxxxxxxx>
- Date: Mon, 26 Jun 2006 17:18:59 -0400
Robert Ames wrote:
From: "M.Hirsch" <M.Hirsch@xxxxxxxxx>
I had the same problem with 6.1. But only on some occasions, not
always (iirc).
The installations I made over the last weeks had all very different
environments and deployment methods.
I can't tell anymore when it happens and when not because I simply
added the below loader.conf setting to my postinstall-script.
Add "vfs.root.mountfrom=ufs:da0s1" to /boot/loader.conf to fix it.
Thank you. That solves my problem even though it seems more like
a workaround than an actual solution. But I'll take it. :-)
Also, someone responded asking if I had a valid entry in /etc/fstab
for the root filesystem.
foo# cat /etc/fstab
# Device Mountpoint FStype Options Dump
Pass#
/dev/da0s1a / ufs rw
1 1
/dev/da0s1b none swap sw
0 0
/dev/da1s1d /local ufs rw
2 2
/dev/cd0 /cdrom cd9660 ro,noauto
0 0
If I'm not mistaken, you could also try to (re)install the boot0 loader:
boot0cfg /dev/da0
-Proto
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: kernel can't find root filesystem
- From: M.Hirsch
- Re: kernel can't find root filesystem
- References:
- Re: kernel can't find root filesystem
- From: Robert Ames
- Re: kernel can't find root filesystem
- Prev by Date: Re: vmstat 'b' (disk busy?) field keeps climbing ...
- Next by Date: Re: FreeBSD 6.x CVSUP today crashes with zero load ...
- Previous by thread: Re: kernel can't find root filesystem
- Next by thread: Re: kernel can't find root filesystem
- Index(es):
Relevant Pages
|