On Friday July 8 2005 11:08 am, you wrote:
> On Fri, Jul 08, 2005 at 09:50:26AM -0400, Dimitri Yioulos wrote:
> > Hello to all.
> >
> > Sorry to start off this way, but I'm a complete noob to openbsd.  So,
> > please forgive if I ask stoopid, boring questions.  I will try to rtfm
> > and search for solutions to my issues before posting here.
>
> The issue isn't "stupid, boring questions", but providing no useful info.
>
> > I recently installed 3.7 on an older box:
> >
> > Gateway 200
> > Pentium Pro 200 cpu
> > 256MB RAM
> > 20GB EIDE HD
> >
> > On install, I had problems slicing the drive.  I wanted to do a
> > "standard" slicing (/, swap, /usr, /var, /tmp, /home).  I tried to create
> > the slices so that the total fit the drive (duh), but It may have been
> > the sizes of the slices themselves that caused me grief.
>
> Maybe.  you didn't show us.
>
> > Anyway, I gave up on that, and simply created / and swap (wd0a and wd0b).
> >  The install went fine from there.  However, upon initial and subsequent
> > reboots, I get the following error:
> >
> > wd0b: id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn
> > 39321948; cn 39009 tn 13 cn 57).
>
> something went bad when trying to read from swap (wd0b=swap).
>
> > That's the final message after the system has tried several times.  The
> > boot process then continues, and all appears to be well.  I've added some
> > programs, and done some other work, and the system seems fine.
> >
> > However, the error bothers me.  And, it may cause a disaster further down
> > the road, for all I know.
>
> you either mispartitioned your drive or you have a bad disk.  Either
> could cause that kind of message.
> Can't narrow it down with the information given.
> However, yes, you have an issue there that needs to be fixed.
>
> If you have a question about partitioning, you provide info about your
> partitioning (both fdisk and disklabel).  Always provide dmesg.
>
> http://www.openbsd.org/report.html
> http://www.openbsd.org/faq/faq2.html
>
> Nick.

Hi, Nick.

Apologies for not providing enough info.  At this point, I feel the issue was 
created by me, and is not a bug.  That's why I posted it here instead of 
reporting it.

OK, more info.:

I don't remember what the geometry of the "standard" partiton scheme that I 
first tried is.  At any rate, I thought I'd eliminated earlier scheme.  Then 
I created the / and swap scheme.

Here are the results of fdisk, disklabel, and dmesg (it's long; hope I don't 
get yelled at :-)  ):

cohasset# fdisk wd0
Disk: wd0       geometry: 2434/255/63 [39102210 Sectors]
Offset: 0       Signature: 0xAA55
         Starting       Ending       LBA Info:
 #: id    C   H  S -    C   H  S [       start:      size   ]
------------------------------------------------------------------------
*0: A6    0   1  1 - 2610 213 34 [          63:    41943040 ] OpenBSD
 1: 00    0   0  0 -    0   0  0 [           0:           0 ] unused
 2: 00    0   0  0 -    0   0  0 [           0:           0 ] unused
 3: 00    0   0  0 -    0   0  0 [           0:           0 ] unused

cohasset# fdisk wd0a
Disk: wd0a      geometry: 2434/255/63 [39102210 Sectors]
Offset: 0       Signature: 0xAA55
         Starting       Ending       LBA Info:
 #: id    C   H  S -    C   H  S [       start:      size   ]
------------------------------------------------------------------------
 0: E8 15356  77  8 - 229721 118  4 [   246698998:  3443776305 ] <Unknown ID>
 1: 01    0   0  1 - 267349  89  4 [           0:           0 ] DOS FAT-12
 2: 00    0   0  0 -    0   0  0 [           0:           0 ] unused
 3: 3F    0   0  1 - 267349  89  4 [           0:           0 ] <Unknown ID>

Disk: wd0b      geometry: 2434/255/63 [39102210 Sectors]
Offset: 0       Signature: 0x9679
         Starting       Ending       LBA Info:
 #: id    C   H  S -    C   H  S [       start:      size   ]
------------------------------------------------------------------------
 0: DB 133517 105 19 - 253777  94  8 [  2144957238:  1931976197 ] CPM/C.DOS/C*
 1: E5 183638 182 58 - 25911  53  7 [  2950155993:  1761074864 ] <Unknown ID>
 2: AF 237838 121 52 - 143090 116 43 [  3820875144:  2772840353 ] <Unknown ID>
 3: FA 254213 111 25 - 147860 196 22 [  4083938862:  2586411704 ] <Unknown ID>

cohasset# disklabel wd0
# using MBR partition 0: type A6 off 63 (0x3f) size 41943040 (0x2800000)
# /dev/rwd0c:
type: ESDI
disk: ad0s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 38792
total sectors: 39102336
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0

8 partitions:
#             size        offset  fstype [fsize bsize  cpg]
  a:      37748529            63  4.2BSD   2048 16384  328 # Cyl     0*- 37448
  b:       2097648      37748592    swap                   # Cyl 37449 - 39529
  c:       8387505            63  unused      0     0      # Cyl     0*-  8320
disklabel: partition b: partition extends past end of unit
disklabel: warning, unused partition i: size 1413615339 offset -2147417768
disklabel: warning, unused partition j: size -1900006918 offset 402701520
disklabel: warning, unused partition k: size 503365533 offset 1463353529
disklabel: warning, unused partition l: size -1407327343 offset -1382830702
disklabel: warning, unused partition m: size -2013104760 offset -1065155243
disklabel: warning, unused partition n: size 402998726 offset 268977606
disklabel: warning, unused partition o: size -400023365 offset 17760443
disklabel: warning, unused partition p: size 1723867151 offset 251775107

OpenBSD 3.7 (GENERIC) #50: Sun Mar 20 00:01:57 MST 2005
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium Pro ("GenuineIntel" 686-class, 256KB L2 cache) 199 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV
real mem  = 268017664 (261736K)
avail mem = 237793280 (232220K)
using 3297 buffers containing 13504512 bytes (13188K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 05/21/96, BIOS32 rev. 0 @ 0xfd8e0
apm0 at bios0: Power Management spec V1.1
apm0: AC on, battery charge unknown
pcibios0 at bios0: rev 2.1 @ 0xf0000/0x10000
pcibios0: PCI BIOS has 5 Interrupt Routing table entries
pcibios0: PCI Interrupt Router at 000:07:0 ("Intel 82371SB ISA" rev 0x00)
pcibios0: PCI bus #0 is the last bus
WARNING: can't reserve area for I/O APIC.
WARNING: can't reserve area for Local APIC.
bios0: ROM list: 0xc0000/0x8000 0xc8000/0x800 0xc8800/0x800 0xea000/0x2000
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel 82441FX" rev 0x02
pcib0 at pci0 dev 7 function 0 "Intel 82371SB ISA" rev 0x01
pciide0 at pci0 dev 7 function 1 "Intel 82371SB IDE" rev 0x00: DMA, channel 0 
wired to com
patibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <WDC WD200EB-75CSF0>
wd0: 16-sector PIO, LBA, 19092MB, 39102336 sectors
wd0(pciide0:0:0): using PIO mode 4, DMA mode 2
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <TOSHIBA, CD-ROM XM-5702B, 2826> SCSI0 5/cdrom 
removable
cd0(pciide0:1:0): using PIO mode 0, DMA mode 1
vga1 at pci0 dev 15 function 0 "ATI Mach64 GT" rev 0x41
wsdisplay0 at vga1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
xl0 at pci0 dev 17 function 0 "3Com 3c905C 100Base-TX" rev 0x30: irq 11, 
address 00:04:75:
81:41:82
ukphy0 at xl0 phy 24: Generic IEEE 802.3u media interface
ukphy0: OUI 0x00601d, model 0x0035, rev. 0
xl1 at pci0 dev 19 function 0 "3Com 3c905C 100Base-TX" rev 0x78: irq 11, 
address 00:0a:5e:
42:31:ac
exphy0 at xl1 phy 24: 3Com internal media interface
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0 (mux 1 ignored for console): console keyboard, using 
wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
sysbeep0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
isapnp0 at isa0 port 0x279: read port 0x203
sb1 at isapnp0 "Creative SB16 PnP, CTL0031, , Audio" port 
0x220/16,0x330/2,0x388/4 irq 5 d
rq 1,5: dsp v4.13
midi1 at sb1: <SB MPU-401 UART>
audio0 at sb1
opl0 at sb1: model OPL3
midi2 at opl0: <SB Yamaha OPL3>
"Creative SB16 PnP, PNPFFFF, , Reserved" at isapnp0 port 0x100/1 not 
configured
joy0 at isapnp0 "Creative SB16 PnP, CTL7001, PNPB02F, Game" port 0x200/8
biomask e745 netmask ef45 ttymask ffc7
pctr: 686-class user-level performance counters enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matched BIOS disk 80
root on wd0a
rootdev=0x0 rrootdev=0x300 rawdev=0x302
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57), retrying
wd0: transfer error, downgrading to PIO mode 4
wd0(pciide0:0:0): using PIO mode 4
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57), retrying
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57), retrying
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57), retrying
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57), retrying
wd0b:  id not found reading fsbn 1573356 of 1573356-1573359 (wd0 bn 39321948; 
cn 39009 tn
13 sn 57)

I honestly don't know where to go from here.

Dimitri 

Reply via email to