public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.19 - 2.5.21 don't boot with devfs
@ 2002-06-14 14:41 Duncan Sands
  0 siblings, 0 replies; 2+ messages in thread
From: Duncan Sands @ 2002-06-14 14:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: devfs

Starting from 2.5.19 (x86), booting fails at "Checking root file system..."
if devfs is mounted; there is no problem if devfs is not mounted.  With
devfs mounted I get:

...
Checking root file system...
fsck 1.27 (8-Mar-2002)
...
fsck.ext3: No such file or directory while trying to open /dev/hda2

Here is my fstab:

# /etc/fstab: static file system information.
#
# <file system>	<mount point>	<type>	<options>			<dump>	<pass>
/dev/hda2	/		ext3	defaults,errors=remount-ro	0 1
/dev/hda3	none		swap	sw		        	0 0
/dev/hda1	/windows	vfat	defaults,user,exec		0 2
proc		/proc		proc	defaults			0 0
none    	/proc/bus/usb	usbdevfs	defaults		0 0
none		/devices	driverfs	defaults		0 0

Any ideas?

Duncan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.19 - 2.5.21 don't boot with devfs
@ 2002-06-14 15:14 gphat
  0 siblings, 0 replies; 2+ messages in thread
From: gphat @ 2002-06-14 15:14 UTC (permalink / raw)
  To: Duncan Sands, linux-kernel, devfs

I had the same problem, as the familiar /dev/hdN devices were not there. 
 
You can likely find them deep /dev/ata/... 
 
I adjusted my fstab to use /dev/ata/... devices.  I believe I had done that 
once for /dev/ide, but then it was switched to ata ;) 
 
> Starting from 2.5.19 (x86), booting fails at "Checking root file system..." 
> if devfs is mounted; there is no problem if devfs is not mounted.  With 
> devfs mounted I get: 
>  
> .... 
> Checking root file system... 
> fsck 1.27 (8-Mar-2002) 
> .... 
> fsck.ext3: No such file or directory while trying to open /dev/hda2 
>  
> Here is my fstab: 
>  
> # /etc/fstab: static file system information. 
> # 
> # <file system> <mount point> <type> <options>   <dump> <pass> 
> /dev/hda2 /  ext3 defaults,errors=remount-ro 0 1 
> /dev/hda3 none  swap sw           0 0 
> /dev/hda1 /windows vfat defaults,user,exec  0 2 
> proc  /proc  proc defaults   0 0 
> none     /proc/bus/usb usbdevfs defaults  0 0 
> none  /devices driverfs defaults  0 0 
>  
> Any ideas? 
>  
> Duncan. 
> - 
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in 
> the body of a message to majordomo@vger.kernel.org 
> More majordomo info at  http://vger.kernel.org/majordomo-info.html 
> Please read the FAQ at  http://www.tux.org/lkml/ 
> 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-14 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-14 14:41 2.5.19 - 2.5.21 don't boot with devfs Duncan Sands
  -- strict thread matches above, loose matches on Subject: below --
2002-06-14 15:14 gphat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox