From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 10:38:23 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 B39B316A4CF for ; Sat, 31 Jan 2004 10:38:23 -0800 (PST) Received: from av1-2-sn4.m-sp.skanova.net (av1-2-sn4.m-sp.skanova.net [81.228.10.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA68443D2F for ; Sat, 31 Jan 2004 10:38:18 -0800 (PST) (envelope-from homebell@telia.com) Received: by av1-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 2634937E6C; Sat, 31 Jan 2004 19:38:18 +0100 (CET) Received: from smtp2.fre.skanova.net (smtp2.fre.skanova.net [195.67.227.95]) by av1-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 1320737E52 for ; Sat, 31 Jan 2004 19:38:18 +0100 (CET) Received: from BELLDELL (h251n2fls31o930.telia.com [217.210.244.251]) i0VIcHVM014852 for ; Sat, 31 Jan 2004 19:38:17 +0100 (CET) Message-ID: <00b201c3e829$6a221eb0$0300a8c0@BELLDELL> From: "Kjell B." To: Date: Sat, 31 Jan 2004 19:38:26 +0100 Organization: Not particularly organized MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: MBR problem 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, 31 Jan 2004 18:38:23 -0000 Kjell B. wrote: > I just installed FreeBSD 5.2-RELEASE (using the mini-install CD) on my > laptop which already had Win XP Home + Win XP Pro on it. During > partition definition I chose not to touch the MBR. (I wanted to make > use of Windows boot.ini for booting into FreeBSD.) Nevertheless, > whenever I boot I get directly to the FreeBSD boot menu where there's > no option to boot Windows. > > disk layout: > ad0s1: 31 MB DELL slice > ad0s2: 8001 MB Windows XP Home slice > ad0s3: 8510 MB extended DOS slice with three logical Win partitions > (one of them Windows XP Professional) > ad0s4: 2533 MB FreeBSD slice > > I tried to restore the MBR using fixmbr from Windows Recovery > Console. It doesn't help. I claims it has overwritten the file, but I > still get directly into FreeBSD at boot. > > I've tried setting ad0s2 and ad0s4 as bootable and then writing > changes (W) in FDISK partition editor in sysinstall. At the following > choice of MBR, I choose 'Install the FreeBSD Boot Manager'. I then > get "ERROR: Unable to write data to disk ad0!" followed by "Disk > partition write returned an error status!". The same result also if I > choose 'Standard' or 'None' in the MBR choice menu. > > (Another weird thing in sysinstall -> fdisk: Positioning the cursor > on any of the slices and hitting F1 yields "Sorry! The slice file is > not provided on this particular floppy image". This indicates to me > that something is wrong with my installation, but what?) > > Any hints on ways out of this? > > Another question: In 5.2 there are two sysinstalls - > /stand/sysinstall and /usr/local/sbin/sysinstall whereas in 4.8 I > only find /stand/sysinstall. Which one should I use with 5.2 and > what's the difference between them? OK, I did find a hint Googling a little more. Apparently GEOM prevents me from using sysinstall on the installation for changing MBR. I need to use the install CD and run sysinstall from there. Then I could do the change of MBR and got the standard FreeBSD boot manager. I now can boot Win XP or FreeBSD using the standard FreeBSD boot manager. What remains is to get rid of that and use Windows boot.ini for choosing between Win XP and FreeBSD, i.e. overwrite the MBR using fixmbr. -- Kjell