Fw: no console in single user at boot time !

Cyrille Lefevre clefevre-lists at 9online.fr
Wed Apr 21 17:34:33 PDT 2004


sorry, I sent this message in -net instead of -current.

----- Original Message ----- 
From: "Cyrille Lefevre" <clefevre-lists at 9online.fr>
To: "freebsd net" <freebsd-net at FreeBSD.org>
Sent: Tuesday, April 20, 2004 3:14 PM
Subject: no console in single user at boot time !


> Hi,
>
> at boot time, while the kernel is loaded, while the start (-/|\)
> usually turns, it stop to turn and the pc console isn't accessible
> until /etc/rc.d/syscons is run. I don't see the Copyright notices.
> the only thing which happen is that the screen flash during the
> vesa initialisation. for instance, I've set-up a serial console to
> solve boot time problems, but I don't know how to fix this one !
> this problem also occur with the GENERIC kernel.
>
> I've booted w/ and w/o hint.atkbd.0.flags="0x1" with no luck.
>
> any idea ?
>
> thanks in advance.
>
> last cvsup/update/buildworld/buildkernel is from saturday.
> kern.osreldate is 502112
> uname -a is :
> FreeBSD gits 5.2-CURRENT FreeBSD 5.2-CURRENT #14: Mon Apr 19 05:29:50 CEST
2004
root at gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM  i386
>
> in attachment, /etc/devices.hints, /etc/rc.conf.local, /sys/i386/conf/CUSTOM,
> and /var/run/dmesg.boot.


Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre at laposte.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: device.hints
Type: application/octet-stream
Size: 2609 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040422/0f77677d/device.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: loader.conf.local
Type: application/octet-stream
Size: 3872 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040422/0f77677d/loader.conf.obj
-------------- next part --------------
#	$Id: CUSTOM 5-current root at gits.dyndns.org Sat Apr 17 01:47:15 CEST 2004
#
#	CUSTOM -- Gataway 2000 P5-200
#

machine		i386

cpu		I586_CPU		# aka Pentium

ident		CUSTOM
#hints		"CUSTOM.hints"

# maxusers	128

# === OPTIONS ===

# --- cpu ---

#options	HZ=1000

options 	CPU_SUSP_HLT

#options	PQ_CACHESIZE=512

#options 	CLK_USE_I8254_CALIBRATION
#options 	CLK_USE_TSC_CALIBRATION

# --- config ---

# strings -n 3 /kernel | sed -ne 's/^___//p'
options 	INCLUDE_CONFIG_FILE

# --- scheduler ---

#options 	SCHED_4BSD
options		SCHED_ULE

# --- compat ---

options 	COMPAT_43
options 	COMPAT_FREEBSD4

options 	SYSVSHM
options 	SYSVSEM
options 	SYSVMSG

# --- emul ---

options 	COMPAT_AOUT		# mod: aout req: gzip
#options 	COMPAT_LINUX		# mod: linux

#options 	COMPAT_SVR4		# mod: svr4
#device		streams			# mod: streams

#options 	IBCS2			# mod: ibcs2 ibcs2_coff

# --- posix ---

options 	P1003_1B_SEMAPHORES
options 	_KPOSIX_PRIORITY_SCHEDULING

# --- debug ---

options 	DDB
#options	DDB_UNATTENDED
options 	KTRACE
#options 	INVARIANTS
#options 	INVARIANT_SUPPORT
#options 	WITNESS
#options 	WITNESS_SKIPSPIN
#options 	DIAGNOSTIC
#options 	PERFMON
options		SW_WATCHDOG

# --- network ---

options 	INET
options 	INET6

options 	IPSEC
options 	IPSEC_ESP
#options 	FAST_IPSEC
#options	CRYPTO

#options 	NETGRAPH		# mod: netgraph

#options 	MROUTING		# mod: ip_mroute req: PIM
#options	PIM			# dep: MROUTING

#options 	IPFIREWALL		# mod: ipfw req: dummynet
#options 	IPFIREWALL_VERBOSE	# mod: ipfw
##options 	IPFIREWALL_VERBOSE_LIMIT=100	# mod: ipfw
##options 	IPFIREWALL_DEFAULT_TO_ACCEPT	# mod: ipfw

#options 	IPV6FIREWALL		# mod: ip6fw
#options 	IPV6FIREWALL_VERBOSE	# mod: ip6fw
##options 	IPV6FIREWALL_VERBOSE_LIMIT=100
##options 	IPV6FIREWALL_DEFAULT_TO_ACCEPT

options 	IPDIVERT

#options 	IPFILTER		# mod: ipfilter
#options 	IPFILTER_LOG		# mod: ipfilter
#options	IPFILTER_DEFAULT_BLOCK	# mod: ipfilter

options		PFIL_HOOKS		# req: pf

options 	IPSTEALTH

options 	RANDOM_IP_ID		# req: pf

#options	ACCEPT_FILTER_DATA	# mod: accf_data
#options	ACCEPT_FILTER_HTTP	# mod: accf_http

#options 	TCPDEBUG

options 	TCP_DROP_SYNFIN
#options 	TCP_RESTRICT_RST

#options 	DUMMYNET		# mod: dummynet
#options 	BRIDGE

#options	DEVICE_POLLING

#options	NETSMB			# mod: smbfs req: libmchain libiconv smbfs
#options	NETSMBCRYPTO		# mod: smbfs dep: netsmb
##options	LIBMCHAIN		# mod: libmchain dep: netsmb
#options	LIBICONV		# mod: libiconv dep: netsmb

# --- security ---

#options	MAC

# --- filesystem ---

#options		GEOM_SUNLABEL
#options		DIRECTIO

options 	FFS
options 	SOFTUPDATES
#options	UFS_ACL			# dep: ufs_extattr
options 	UFS_DIRHASH
#options	UFS_EXTATTR		# req: ufs_acl ufs_extattr_autostart
#options	UFS_EXTATTR_AUTOSTART	# dep: ufs_extattr
#options 	QUOTA
#options 	SUIDDIR

#options 	MFS			# mod: mfs
#options 	MD_ROOT			# mod: md
#device		md			# mod: md

#options 	BOOTP
#options 	BOOTP_NFSROOT
#options 	BOOTP_NFSV3
#options 	BOOTP_COMPAT
##options 	BOOTP_WIRED_TO=ep0

#options 	NFSSERVER		# mod: nfsserver
#options 	NFSCLIENT		# mod: nfsclient
#options 	NFS_ROOT

#options 	CD9660			# mod: cd9660
#options	CD9660_ICONV		# mod: cd9660_iconv
#options 	CD9660_ROOT
#options	UDF			# mod: udf
#options	UDF_ICONV		# mod: udf_iconv

#options 	NODEVFS
#options 	EXT2FS			# mod: ext2fs
#options 	FDESCFS			# mod: fdesc

#options 	MSDOSFS			# mod: msdosfs
#options	MSDOSFS_ICONV		# mod: msdosfs_iconv
#options 	NTFS			# mod: ntfs
#options	NTFS_ICONV		# mod: ntfs_iconv
#options 	NWFS			# mod: nwfs

#options 	NULLFS			# mod: nullfs
##options 	NULLFS_DIAGNOSTIC

#options 	PORTALFS		# mod: portalfs
#options 	PROCFS			# mod: procfs
#options	PSEUSOFS		# mod: pseudofs

#options	SMBFS			# mod: smbfs dep: netsmb

#options 	UMAPFS			# mod: umapfs
##options 	UMAPFS_DIAGNOSTIC

#options 	UNIONFS			# mod: unionfs
##options 	UNIONFS_DIAGNOSTIC

# --- misc ---

options 	MSGBUF_SIZE=65536
options 	SHOW_BUSYBUFS

#options	NBUF=0
#options	NMBCLUSTERS=8192
#options	NMBUFS=4096

# === ISA ===

device		isa

# --- power ---

#device		apm	# flags 0x20	# mod: apm
device		pmtimer

# --- keyboard ---

device		atkbdc
device		atkbd	# flags 0x1
options 	KBD_INSTALL_CDEV

# --- graphic ---

device		vga
#options 	VESA			# mod: vesa

# --- console ---

device		sc	# flags 0x100
options 	MAXCONS=8
#options	SC_CUT_SEPCHARS=" "
options 	SC_CUT_SPACES2TABS
#options	SC_DISABLE_DDBKEY
#options	SC_DISABLE_REBOOT
options 	SC_HISTORY_SIZE=250

# --- joystick ---

#device		joy			# mod: joy

# --- serial ---

device		sio
#device		nmdm			# mod: nmdm

# --- floppy ---

device		fdc			# mod: fdc

# --- parallel ---

device		ppc			# req: ppbus
device		ppbus			# mod: ppbus dep: ppc req: lpt
device		lpt			# mod: lpt dep: ppc ppbus

# --- sound ---

#device		pcm			# mod: snd_pcm req: sbc sb16
#device		sbc			# mod: snd_sbc dep: pcm req: sb16
#device		sb			# mod: snd_sb16 dep: pcm sbc

# --- speaker ---

#device		pca

# --- network ---

#device		ep			# mod: if_ep
#device		miibus			# mod: miibus req: xl
#device		xl			# mod: if_xl dep: miibus

# --- mouse ---

device		psm

# --- fpu ---

device		npx	# flags 0x0 iosiz 0x0

# === PCI ===

device		pci
#options 	PCI_QUIET

# --- video ---

#device		smbus			# req: bktr
#device		iicbus			# req: bktr
#device		iicbb			# req: bktr dep: iicbus
#device		bktr			# mod: bktr dep: smbus iicbus iicbb
#options	BKTR_USE_FREEBSD_SMBUS

# --- scsi ---

device		ahc			# mod: ahc
options 	AHC_ALLOW_MEMIO
options 	AHC_REG_PRETTY_PRINT

device		sym			# mod: sym
#options	SYM_SETUP_SCSI_DIFF	# 895 (U2W) 896 897
					# 825a 875 (F) 876 885 ?

#device		trm

# --- atapi ---

device		ata

# === SCSI ===

device		scbus

options 	CAMDEBUG
options 	SCSI_DELAY=5000
#options 	SCSI_NO_SENSE_STRINGS
#options 	SCSI_NO_OP_STRINGS
options 	SES_ENABLE_PASSTHROUGH

device		cd
#device		ch
device		da
device		pass
#device		ses
device		pt
device		sa
#device		targ
#device		targbh

# === ATAPI ===

options 	ATA_STATIC_ID

device		atadisk
device		ataraid
device		atapicd
#device		atapifd
#device		atapist
device		atapicam

# === PSEUDOS ===

# --- network ---

device	bpf
#device	disc			# mod: if_disc
device	ether
device	loop
#device	sl			# mod: if_sl
#device	tap			# mod: if_tap
#device	tun			# mod: if_tun req: ppp
#device	vlan			# mod: if_vlan
#device	wlan			# mod: wlan

#device	faith			# mod: if_faith req: inet6
#device	gif			# mod: if_gif req: inet6
#device	stf			# mod: if_stf req: inet6

#device	gre			# mod: if_gre req: pf
#device	pf			# mod: pf dep: gre req: pflog pfsync
#device	pflog			# mod: pflog dep: pf
#device	pfsync			# mod: pfsync dep: pf

#device	ppp			# mod: if_ppp req: pppd
#options 	PPP_BSDCOMP	# mod: if_ppp
#options 	PPP_DEFLATE	# mod: if_ppp
#options 	PPP_FILTER	# mod: if_ppp dep: bpf

# --- misc ---

#device	ccd			# mod: ccd
device	gzip			# dep: aout
device	pty
device	random			# mod: random
#device	snp			# mod: snp
device	speaker			# mod: speaker
device	splash			# req: splash_* *_saver
#device	vinum			# mod: vinum
#device	vn			# mod: vn

# eof
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmesg.boot
Type: application/octet-stream
Size: 5732 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20040422/0f77677d/dmesg.obj


More information about the freebsd-current mailing list