Date: Tue, 06 Aug 1996 12:15:51 -0700 From: Mark Stout <mcs@vpm.com> To: FreeBSD Questions <questions@freebsd.org> Subject: 2.1.5-RELASE kernel doesn't boot Message-ID: <199608061922.MAA11974@vpm.com>
next in thread | raw e-mail | index | archive | help
Hi All:
I've been trying to compile a customized kernel in 2.1.5-RELEASE and after
installing the kernel and rebooting, it starts reading the kernel, I mean
right after the 'boot:' prompt passes, then I see the video screen refresh
and nothing. It just hangs at that point. Anyone know what may be causing
this problem?
Thanks,
Mark
Here's my system config:
Pentium 75 w/Zappa motherboard, 256k cache and 32MB RAM
On-Board IDE Controller wth Bus mastering
Adaptec 2940 PCI SCSI Controller
SMC PCI NIC
1 - Western Digital 2.1GB HD <-- The entire FBSD is on this drive
2 - Maxtors 1.2 SCSI HD
1 - Seagate 2.1 SCSI Barracuda
Here's the kernel config:
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.46.2.18 1996/07/16 08:53:04 davidg Exp $
#
machine "i386"
cpu "I586_CPU"
ident VPM
maxusers 50
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
options BUFPAGES="3000"
options "NMBCLUSTERS=4096"
options SYSVSHM
options SYSVSEM
options SYSVMSG
options DDB
options KTRACE #kernel tracing
options USER_LDT #allow user-level control of i386 ldt
config kernel root on wd0
controller isa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
options ATAPI #Enable ATAPI support for IDE bus
device wcd0 #IDE CD-ROM
controller ahc0
controller scbus0
device sd0
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# Mandatory, don't remove
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
device lpt0 at isa? port? tty irq 7 vector lptintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
# ijppp uses tun instead of ppp device
#pseudo-device ppp 1
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device tun 1
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
pseudo-device gzip # Exec gzipped a.out's
options "CHILD_MAX=256"
options "OPEN_MAX=256"
#options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
#options ARP_PROXYALL # global proxy ARP
# Allow this many swap-devices.
options "NSWAPDEV=20"
# Disk quotas are supported when this option is enabled. If you
# change the value of this option, you must do a `make clean' in your
# kernel compile directory in order to get a working kernel.
#
options QUOTA #enable disk quotas
options SCSI_REPORT_GEOMETRY
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
options "MAXMEM=32768"
# default value: 12
options "MAXCONS=32"
options FDSEEKWAIT="16"
# Options for sio:
options COMCONSOLE #prefer serial console to video console
options COM_MULTIPORT #code for some cards with shared IRQs
options DSI_SOFT_MODEM #code for DSI Softmodems
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
#DDB, if available.
options PROBE_VERBOSE
==========================================================================
Mark Stout | The Village Potpourri Mall: http://www.vpm.com/
---------------+----------------------------------------------------------
VPM Enterprises; P.O.Box 6427; Folsom, CA 95763-6427
Secured Internet Sales, Marketing and Advertising Specialist
==========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608061922.MAA11974>
