From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 2 10:40:33 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F7C316A4CE for ; Wed, 2 Feb 2005 10:40:33 +0000 (GMT) Received: from mail.emict.com (brig.emict.com [212.90.172.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EB2243D3F for ; Wed, 2 Feb 2005 10:40:05 +0000 (GMT) (envelope-from ant@emict.com) Received: from [10.0.0.232] (unknown [10.0.0.232]) by mail.emict.com (Postfix) with ESMTP id 3BD2123A2C; Wed, 2 Feb 2005 12:39:33 +0200 (EET) From: Andriy Tkachuk Organization: eMICT To: Chris Shenton Date: Wed, 2 Feb 2005 12:39:32 +0200 User-Agent: KMail/1.7 References: <86acqt6j65.fsf@PECTOPAH.shenton.org> <86k6px7xbn.fsf@PECTOPAH.shenton.org> In-Reply-To: <86k6px7xbn.fsf@PECTOPAH.shenton.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502021239.33021.ant@emict.com> X-Mailman-Approved-At: Wed, 02 Feb 2005 13:36:50 +0000 cc: freebsd-hackers@freebsd.org Subject: Re: Boot fails: Default F1? hangs. Trashed MBR? replaced FBSD mbr. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 10:40:33 -0000 maybe the reason you didn't receive any answer about your problem till now is that you choose the wrong list for your problem the right one is probably -questions anyway: you probably lost the partiotion table as well as mbr. if your filesystems didn't reformatted or erased - all is fine, you don't have to panic since all your information don't lost. if you lost your partition table, you can recover. for this you must find the first sectors of you partitions. all this recovery staff you should do on some another machine or booting from fixit cd, but the first is the best. the first sector of your first slice (let's call it right) starts probably on 63 sector. create it (fdisk) with some reasonable size, say 500Mb. after this try disklabel (if it has several partitions) or fsck to see it's real size. probably you can use some another util for this - no matter. the main idia is that you recover you partition table by content of your partiotions. you may find useful for this dd(1) and file(1) utils. sorry i have no time now for bigger explanations, also i did such staff several years ago (there was even worse case - i erase the disklabels on fbsd slice) and i don't remember some exact things, but i think you will overcome this. regards On Saturday 29 January 2005 05:01, you wrote: > Chris Shenton writes: > > So I booted from floppies, went to Wizard mode, did the Install > > FreeBSD Bootmanager. Rebooted. Now it halts at the prompt "Default: > > F1" and beeps when I hit any key, like RETURN, F1, etc. > > Forgot to mention... > > When I was installing the FreeBSD MBR from floppy, I don't recall the > sysinstall program showing me any partitions, at all. Perhaps I've > wiped out the info on disk that says where they are and what size. > Again, I'm getting way outside my understanding of FreeBSD's boot > process, but figured this might be rather significant. I'm getting a > bad feeling about this. > > Thanks again. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"