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

Can't boot i386 kernels compiled after August 20th...



I am having problems with kernels built around August 20th and beyond...

When I try to boot one, the entire machine reboots after it is just loaded
(right before the blue section starts, [ preserving xyz ... ]) 

I do regular cvs updates... Perhaps the problem is with my bootblocks /should
be updated/  any clues?


Here is dmesg and config from a working kernel:

OpenBSD 2.3 (NMEDIA) #13: Mon Aug 17 17:55:54 PDT 1998
    chris_(_at_)_mimosa:/usr/src/sys/arch/i386/compile/NMEDIA
cpu0: family 5 model 7 step 0
cpu0: AMD K6 ("AuthenticAMD" 586-class) 301 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,MCE,CX8,MMX
BIOS mem  = 654336 conventional, 133169152 extended
real mem  = 133824512
avail mem = 116133888
using 2822 buffers containing 13590528 bytes of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(a8) BIOS, date 05/08/98
bios0: pciinfo 0xf02f900c apminfo 0xf02f9028 diskinfo 0xf02f9050 cksumlen 1 memmap 0xf02f90cc
apm0 at bios0: Power Management spec V1.1
apm0: AC on, no battery
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel 82439TX System Controller (MTXC)" rev 0x01
"Intel 82371AB PIIX4 ISA Bridge" rev 0x01 at pci0 dev 7 function 0 not configured
"Intel 82371AB IDE controller (PIIX4)" rev 0x01 at pci0 dev 7 function 1 not configured
"Intel 82371AB USB Host Controller (PIIX4)" rev 0x01 at pci0 dev 7 function 2 not configured
"Intel 82371AB Power Management Controller (PIIX4)" rev 0x01 at pci0 dev 7 function 3 not configured
fxp0 at pci0 dev 13 function 0 "Intel 82557 Fast Ethernet" rev 0x04: address 00:a0:c9:92:f3:9f, irq 14
"S3 ViRGE" rev 0x06 at pci0 dev 14 function 0 not configured
eap0 at pci0 dev 15 function 0 "Ensoniq AudioPCI" rev 0x00: "Ensoniq AudioPCI" rev 0x00 (rev. 0x00)
eap0: interrupting at irq 11
audio0 at eap0
ahc0 at pci0 dev 16 function 0 "Adaptec AHA-2940 Ultra" rev 0x00: irq 15
ahc0: aic7880 Wide Channel, SCSI Id=7, 16 SCBs
scsibus0 at ahc0: 16 targets
ahc0: target 0 using 16Bit transfers
ahc0: target 0 synchronous at 20.0MHz, offset = 0x8
sd0 at scsibus0 targ 0 lun 0: <WDIGTL, ENTERPRISE, 1.91> SCSI2 0/direct fixed
sd0: 4157MB, 5720 cyl, 8 head, 186 sec, 512 bytes/sec, 8515173 sec total
ahc0: target 1 synchronous at 4.0MHz, offset = 0xf
cd0 at scsibus0 targ 1 lun 0: <PLEXTOR, CD-ROM PX-4XCS, 1.01> SCSI2 5/cdrom removable
isa0 at mainbus0
lpt0 at isa0 port 0x378-0x37b irq 7
isadma0 at isa0
npx0 at isa0 port 0xf0-0xff: using exception 16
pccom0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, 16 byte fifo
vt0 at isa0 port 0x60-0x6f irq 1: S3 ViRGE, 80 col, color, 8 scr, mf2-kbd
pms0 at vt0 irq 12
spkr0 at vt0 port 0x61
fdc0 at isa0 port 0x3f0-0x3f5 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
biomask 8840 netmask c840 ttymask d8c2
root on sd0a
pctr: user-level cycle counter enabled
dkcsum: sd0 matched BIOS disk 80
rootdev=0x400 rrootdev=0xd00 rawdev=0xd02





# me
#

machine         i386            # architecture, used by config; REQUIRED

option          I586_CPU
option          BUFCACHEPERCENT=10

option          CPUDEBUG
option          XSERVER
option          APERTURE

option          COMPAT_FREEBSD  # binary compatibility with FreeBSD
option          COMPAT_BSDOS    # binary compatibility with BSD/OS

option          TIMEZONE=0      # time zone to adjust RTC time by
option          DST=0           # daylight savings time used by RTC

option          SWAPPAGER       # paging; REQUIRED
option          DEVPAGER        # mmap() of devices

option          DDB             # in-kernel debugger
option          DIAGNOSTIC      # internal consistency checks
option          KTRACE          # system call tracing, a la ktrace(1)

option          SYSVMSG         # System V-like message queues
option          SYSVSEM         # System V-like semaphores
option          SYSVSHM         # System V-like memory sharing
#option         SHMMAXPGS=1024  # 1024 pages is the default

#option         COMPAT_09       # Kernel compatibility with NetBSD 0.9,
#option         COMPAT_10       # NetBSD 1.0,
option          COMPAT_11       # NetBSD 1.1,
option          COMPAT_43       # and 4.3BSD
#option         TCP_COMPAT_42   # TCP bug compatibility with 4.2BSD

option          FFS             # UFS
option          FFS_SOFTUPDATES # enable ffs softupdates
option          QUOTA           # UFS quotas
option          MFS             # memory file system

option          NFSCLIENT       # Network File System client
#option         NFSSERVER       # Network File System server

option          CD9660          # ISO 9660 + Rock Ridge file system
option          MSDOSFS         # MS-DOS file system
option          FDESC           # /dev/fd
option          FIFO            # FIFOs; RECOMMENDED
option          KERNFS          # /kern
option          PORTAL          # dynamically created filesystem objects
option          PROCFS          # /proc

option          NMBCLUSTERS="4096"
option          INET            # IP + ICMP + TCP + UDP
option          IPSEC           # IPsec
#option         NS              # XNS
#option         NSIP            # XNS tunneling over IP
#option         IPX             # IPX+SPX
#option         IPXIP           # IPX tunneling over IP
#option         ISO,TPIP        # OSI
#option         EON             # OSI tunneling over IP
#option         CCITT,LLC,HDLC  # X.25
option          IPFILTER        # IP packet filter for security
option          IPFILTER_LOG    # use /dev/ipl to log IPF

option          BOOT_CONFIG     # add support for boot -c

maxusers        48              # estimated number of users

config          bsd     swap generic

mainbus0 at root

bios0   at mainbus0
apm0    at bios0

isa0    at mainbus0
pci0    at mainbus0 bus ?
option  PCIVERBOSE

pchb*   at pci? dev ? function ?        # PCI Host bridges
ppb*    at pci? dev ? function ?        # PCI-PCI bridges
pci*    at ppb? bus ?
pci*    at pchb? bus ?

npx0    at isa? port 0xf0 irq 13        # math coprocessor
isadma0 at isa?
#isapnp0        at isa?

#vga0   at pci? dev ? function ?
#pc0    at isa? port 0x60 irq 1         # generic PC console device
vt0     at isa? port 0x60 irq 1

pccom0  at isa? port 0x3f8 irq 4        # standard PC serial ports
pccom1  at isa? port 0x2f8 irq 3

lpt0    at isa? port 0x378 irq 7        # standard PC parallel ports

pms0    at pckbd? irq 12                # PS/2 auxiliary port mouse

ahc*    at pci? dev ? function ?        # Adaptec 2940 SCSI controllers
scsibus* at ahc?

sd*     at scsibus? target ? lun ?      # SCSI disk drives
st*     at scsibus? target ? lun ?      # SCSI tape drives
cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
uk*     at scsibus? target ? lun ?      # unknown SCSI

fdc0    at isa? port 0x3f0 irq 6 drq 2  # standard PC floppy controllers
fdc1    at isa? port 0x370 irq ? drq ?
fd*     at fdc? drive ?

eap*    at pci? dev ? function ?
audio* at eap?

fxp*    at pci? dev ? function ?                # EtherExpress 10/100B ethernet
ed*     at pci? dev ? function ?                # NE2000-compat ethernet cards
ed0     at isa? port 0x300 iomem 0xd0000 irq 5


spkr0   at pckbd? port 0x61

pseudo-device   loop    2       # network loopback
#pseudo-device  null    1       # network blackhole
pseudo-device   bpfilter 8      # packet filter
pseudo-device   tun     2       # network tunneling over tty
pseudo-device   enc     1       # encryption device

pseudo-device   pty     64      # pseudo-terminals
pseudo-device   tb      1       # tablet line discipline
pseudo-device   vnd     4       # paging to files

pseudo-device   pctr    1



--
"People blame me because these water mains break, but I ask you, if the
water mains didn't break, would it be my responsibility to fix them then?
WOULD IT!?!"

M. Barry, Mayor of Washington, DC


Visit your host, monkey.org