From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 16:34:02 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC0516A4CE for ; Fri, 22 Apr 2005 16:34:02 +0000 (GMT) Received: from engine140.deployzone.net (engine140.deployzone.net [193.17.85.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EBF643D39 for ; Fri, 22 Apr 2005 16:34:01 +0000 (GMT) (envelope-from chris@czv.com) Received: from adsl-212-90-218-5.cybernet.ch [212.90.218.5] by engine140.deployzone.net; Fri, 22 Apr 2005 18:30:01 +0200 In-Reply-To: <42692350.3080102@dial.pipex.com> References: <5af4153cc97abfa75d403f30eb8e9963@czv.com> <4268E78D.6030009@dial.pipex.com> <42692350.3080102@dial.pipex.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <42f9671b54b3016c2501bfebb7e97ddb@czv.com> Content-Transfer-Encoding: 7bit From: Chris Zumbrunn Date: Fri, 22 Apr 2005 18:33:58 +0200 To: Alex Zbyslaw X-Mailer: Apple Mail (2.622) cc: questions@freebsd.org Subject: Re: Stuck in bootstrapping hell - how do I troubleshoot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 16:34:02 -0000 On Apr 22, 2005, at 6:16 PM, Alex Zbyslaw wrote: > Chris Zumbrunn wrote: > >> >> On Apr 22, 2005, at 2:01 PM, Alex Zbyslaw wrote: >> >>> I.e. you can boot some OS which is not the one of the local disk? >>> If so, then boot the network FreeBSD, mount your local disks and >>> look at /var/log/messages. If the machine was at least booting >>> FreeBSD when it died then you should see something. >> >> >> I did check that. Nothing is written to /var/log/messages during a >> local boot attempt. So, the boot fails before that. > > Could it be that the boot manager is fine but that the partition it > tries to boot from by default does not exist, or has windows or > something? E.g. you have three partitions, FreeBSD is on the second > but it is trying to boot from the first? So if you were sat in front > of it you could press e.g. F2, but since you're not, you can't! (I.e. > partitions in the "windows" sense). > > If that's plausible then I believe there is a way to change the boot > manager's idea of which partition to boot from, but I don't know it > offhand -- check the handbook. The FreeBSD partition is the first partition and it is active, which is what I believe determines where the BIOS will look for a MBR. The other three partitions are unused. The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 240107427 (117239 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: > Clutching at straws for you here. Just how hard is it to get someone > to sit in front of the console? (I mean that as a genuine question; > not being sarcastic). It seems like you could have your answer in > five minutes if only someone was watching... Yes, I'm just waiting until someone has to go by there anyway in the next days. No big deal, but it's not urgent enough to justify the trip just for that. In the meantime, it is annoying to know that ultimately I just have this problem because I'm doing something wrong! ...where am I screwing up the setup? :-) Chris