From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 14:19:49 2004 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 CAA4316A4CE for ; Sat, 18 Dec 2004 14:19:49 +0000 (GMT) Received: from engine140.deployzone.net (engine140.deployzone.net [193.17.85.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 195F043D53 for ; Sat, 18 Dec 2004 14:19:49 +0000 (GMT) (envelope-from chris@zumbrunn.com) Received: from adsl-212-90-218-5.cybernet.ch [212.90.218.5] by engine140.deployzone.net; Sat, 18 Dec 2004 15:17:46 +0100 In-Reply-To: <3A6CF600-46B0-11D9-B9E6-000A95C969C6@zumbrunn.com> References: <3A6CF600-46B0-11D9-B9E6-000A95C969C6@zumbrunn.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chris Zumbrunn Date: Sat, 18 Dec 2004 15:19:46 +0100 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619) Subject: Re: Machine doesn't boot after switching from Linux to FreeBSD (solved) 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: Sat, 18 Dec 2004 14:19:49 -0000 On Dec 5, 2004, at 12:24 PM, Chris Zumbrunn wrote: > After fdisk, disklabel, and newfs for the disks and the rsync for the > data I am left with a system that won't boot. When attempting to boot > from the local disks I can't ping the system anymore, when net-booting > back into rescue mode I see that nothing was written to > /var/messages/log. So, I guess this looks like a bootstrapping > problem. The FreeBSD config that I'm rsynching to the new box is > FreeBSD 4.9-RELEASE. Both the existing machine and the new machine > have the same kind of disks in them: > > ar0: 117246MB [14946/255/63] status: READY subdisks: > 0 READY ad0: 117246MB [238216/16/63] at ata0-master > PIO4 > 1 READY ad2: 117246MB [238216/16/63] at > ata1-master > Finally found time again to attempt to resolve this and was able to get the system to boot after re-editing the slice table, partition table and again installing the bootstrapping code. # fdisk -i ar0 # disklabel -e ar0s1 # fdisk -B ar0 # disklabel -B ar0s1 Not sure what the problem really was, but I noticed that for some reason I had ended up with slices 1, 2 and 3 unused and slice 4 for FreeBSD. I changed that to slice 1 - maybe that somehow made a difference. Chris