From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 04:38:39 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 7E88116A4CE for ; Sat, 31 Jan 2004 04:38:39 -0800 (PST) Received: from av3-1-sn1.fre.skanova.net (av3-1-sn1.fre.skanova.net [81.228.11.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0775A43D39 for ; Sat, 31 Jan 2004 04:38:38 -0800 (PST) (envelope-from homebell@telia.com) Received: by av3-1-sn1.fre.skanova.net (Postfix, from userid 502) id 4166637EC5; Sat, 31 Jan 2004 13:38:37 +0100 (CET) Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 350B437E58 for ; Sat, 31 Jan 2004 13:38:37 +0100 (CET) Received: from BELLDELL (h251n2fls31o930.telia.com [217.210.244.251]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id E109F37E4B for ; Sat, 31 Jan 2004 13:38:36 +0100 (CET) Message-ID: <014b01c3e7f7$2aa8cdb0$0300a8c0@BELLDELL> From: "Kjell B." To: Date: Sat, 31 Jan 2004 13:38:44 +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: 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 12:38:39 -0000 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? -- Kjell