Reboot hang in 6.0

From: Evgeny Piven <pegas_at_pegas.no-ip.org>
Date: Sun, 16 Oct 2005 14:46:29 -0700
When trying to reboot my newly updated 6.0-RC1 machine (updated from
5.4-RELEASE), my machine hangs during the reboot.
This issue has apparently come up before, but never really had a clean
fix (correct me if I'm wrong).
 From what I've read, the quick fix for this would be turning on USB
support in BIOS, though this didn't help in my case.
Basically the hang happens right after the "Uptime: " message is
displayed and then the machine just sits there and does nothing. From
what I've read, this might have something to do with ACPI support.

This is my kernel config:
###
#  RUFUS -- Kernel configuration file for rufus.wolfa
##
# See also:
# GENERIC, NOTES
##
# AMD64 3000+ (2043.11 MHz)
# 1GB 400MHz RAM
# 160GB Serial ATA
# 320GB Serial ATA
# 120GB IDE
# 250GB IDE
# 300GB IDE
# DVD-RW/CD-RW IDE
# Floppy
# 1000/100/10 Mbps NIC (sk)
# 802.11a/b/g wNIC (ath)
# SB Live! 5.1
###

# Processor & memory support
machine         amd64
cpu             HAMMER
ident           RUFUS
maxusers        128
options         MAXMEM=(1024*1024)

# Options
options         SCHED_4BSD
options         PREEMPTION
options         INET
options         FFS
options         SOFTUPDATES
options         UFS_ACL
options         UFS_DIRHASH
options         MD_ROOT
options         GEOM_GPT
options         COMPAT_43
options         COMPAT_IA32
options         COMPAT_FREEBSD4
options         COMPAT_FREEBSD5
options         COMPAT_LINUX32
options         SCSI_DELAY=5000
options         KTRACE
options         SYSVSHM
options         SYSVMSG
options         SYSVSEM
options         _KPOSIX_PRIORITY_SCHEDULING
options         KBD_INSTALL_CDEV
options         ADAPTIVE_GIANT

options         EXT2FS
options         NFSCLIENT
options         NFSSERVER
options         NTFS
options         NTFS_ICONV
options         MSDOSFS
options         MSDOSFS_ICONV
options         MSDOSFS_LARGE
options         CD9660
options         CD9660_ICONV
options         PROCFS
options         PSEUDOFS
options         QUOTA

options         LIBICONV

# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
device          atpic

# Linux 32-bit ABI support
options         LINPROCFS

# Bus support
device          acpi
device          isa
device          pci

# Floppy drives
device          fdc

# ATA and ATAPI devices
device          ata
device          atadisk
device          atapicd
device          atapifd
options         ATA_STATIC_ID

# SCSI peripherals
device          scbus
device          da

# atkbdc0 controls both the keyboard and the PS/2 mouse
device          atkbdc
device          atkbd

# Video card support
device          vga
device          splash

# Sound support
device          sound
device          "snd_emu10k1"

# syscons
device          sc
options         SC_PIXEL_MODE
options         SC_DFLT_FONT
makeoptions     SC_DFLT_FONT=cp866

# NICs
device          miibus
device          sk
device          wlan
device          ath
device          ath_hal
device          ath_rate_onoe

# Pseudo devices.
device          loop
device          mem
device          io
device          random
device          ether
device          sl
device          ppp
device          tun
device          pty
device          md
device          bpf

# USB support
device          uhci
device          ohci
device          ehci
device          usb
device          ugen
device          uhid
device          ukbd
device          umass
device          ums

# FireWire support
device          firewire


P.S. This is my first post to freebsd mailing lists ever, so if I missed
something previously answered, please direct me to the right place and
I'll gladly read documentation/support topics on the issue.

Best regards,
Evgeny Piven
Received on Sun Oct 16 2005 - 19:46:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:45 UTC