On Fri, 2007-12-28 at 17:16 -0600, Alan Hamlett wrote:
> Currently running OpenBSD i386 3.8 with one 20GB IDE drive at wd0a and
> one 250gb IDE drive all partitioned for bsd.
> 
> Trying to install OpenBSD i386 4.2 from install42.iso by trading the
> 250gb drive for a cd-rom drive.
> 
> I keep getting this error message and I believe it has to do with the
> missing 250gb drive:
> 
> /dev/rwd0a: file system is clean; not checking
> Can't open /dev/rwd1d: Device not configured
> CAN'T CHECK FILE SYSTEM.
> /dev/rwd1d: UNEXPECTED INCONSISTENCY; RUN fsck_ffs MANUALLY.

The upgrade script tries to read your old fstab(5) and fsck(8) your
existing file systems.

wd1* is attached when your drive is there.  when you replace it with a
ROM it goes away.

The same error would happen if you booted the system w/o the 250
attached in 3.8.

Just comment out wd1* entries in your fstab(8) before you boot into the
install CD.

We're assuming here that wd1* contains data-only and no system
partitions.

~BAS

> Automatic file system check failed; help!
> 
> My dmesg output:
> 
> OpenBSD 3.8 (GENERIC) #138: Sat Sep 10 15:41:37 MDT 2005
>     [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
> cpu0: Intel Celeron ("GenuineIntel" 686-class, 128KB L2 cache) 498 MHz
> cpu0: 
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
> real mem  = 199860224 (195176K)
> avail mem = 175497216 (171384K)
> using 2465 buffers containing 10096640 bytes (9860K) of memory

Reply via email to