From owner-freebsd-questions Sun Dec 23 3:59:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 1A1F537B416 for ; Sun, 23 Dec 2001 03:59:43 -0800 (PST) Received: from trittico.fiddi.com ([12.228.145.237]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20011223115942.BQQF6450.rwcrmhc52.attbi.com@trittico.fiddi.com> for ; Sun, 23 Dec 2001 11:59:42 +0000 Date: Sun, 23 Dec 2001 03:59:42 -0800 (PST) From: Dave Runkle X-X-Sender: dave@trittico.fiddi.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot boot single; no verbose details at boot In-Reply-To: <20011223031552.L6815-100000@trittico.fiddi.com> Message-ID: <20011223035612.A228-100000@trittico.fiddi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I figured it out! I was too aggressive in editing unused entries out of /boot/device.hints. I removed: hint.sc.0.at="isa" hint.sc.0.flags="0x100" so, I added them back and now it is just fine. Thank you and sorry for the false alarm - just not quite enough troubleshooting before asking for help. Thanks, Dave -- FreeBSD 5.0-CURRENT 3:56AM up 1 min, 1 user, load averages: 0.29, 0.12, 0.05 On Sun, 23 Dec 2001, Dave Runkle wrote: > Unusual, also can't find anything similar at the Marc archives. This > is a new build, halfway through. I've built current sources, built > and installed new kernel. Now I cannot go into single to install new > sources. > > No problems at all, running multi-. Just can't get into single. > Tried 'boot -s' at initial choice, also tried 'boot_single="YES"' in > /boot/loader.conf. No luck. > > Last build, about 10 days ago, allowed me to get into single to > install sources but both that build and this one would display no > boot details. Just this: > > /boot/kernel/kernel text=0x1b1da4 data=0x3828c+0x52d68 \(sameline) > syms=[0x4+0x30b10+0x4+0x3b481] > | (<-this doesn't revolve) > > then into the login prompt. > > This is /boot/loader.conf that I tried: > boot_single="YES" > boot_verbose="YES" > > Even though I get no details at boot, dmesg works just fine and is > up-to-date. > > $ uname -a ( <-- formatted for mail) > FreeBSD trittico.fiddi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: > Fri Dec 21 16:20:39 PST 2001 > root@trittico.fiddi.com:/usr/obj/usr/src/sys/TRITTICO i386 > > So where do I explore? I've read manpages, searched google/bsd, the > faq & handbook, of course. > > Should I look into what I might have config'd into my kernel? > Maybe I should try to boot GENERIC? (Yeah I'll try that, but I still > want to run my kernel with the options that I've added.) > > Any hints on what to explore would be very appreciated. > > Thanks, > Dave > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message