From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 14 14:24:02 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1582816A401 for ; Wed, 14 Feb 2007 14:24:02 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id CD2B613C481 for ; Wed, 14 Feb 2007 14:24:01 +0000 (UTC) (envelope-from bjoern.koenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 92250-10; Wed, 14 Feb 2007 15:03:29 +0100 (CET) Received: from alpha-tierchen.de (port-212-202-170-218.dynamic.qsc.de [212.202.170.218]) by mail.liberty-hosting.de (Postfix) with ESMTP id D214F180489; Wed, 14 Feb 2007 15:03:28 +0100 (CET) Received: from [192.168.1.2] (muhkuh.lan [192.168.1.2]) by alpha-tierchen.de (Postfix) with ESMTP id 0DAE75090D; Wed, 14 Feb 2007 15:03:27 +0100 (CET) Message-ID: <45D316C8.7020305@alpha-tierchen.de> Date: Wed, 14 Feb 2007 15:03:52 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Cecil References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: freebsd-mobile@freebsd.org Subject: Re: dual boot freebsd and win2k X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 14:24:02 -0000 Cecil schrieb: > Hello all, > > I would like to build a dual boot ThinkPad r40 with Free 6.2 and win2k. I tried installing win2k first and modifing the boot.ini and got a dead win install. Finally, I install Free6.2 first after the free install I got boot options F1 and F2 then installed Win2K on a NTFS partition on the second partition same disk. The Win install boot without options, I booted the free CD and made the Free partition active now win is not seen. HELP!!! > > ceco FreeBSD offers a simple boot manager that is placed in the first sector of your hard disk. It is called boot0. You can install easily: - boot FreeBSD - allow to write the first sector: sysctl kern.geom.debugflags=16 - install the boot manager boot0cfg -B /dev/ad0 - reboot Now you should be able to choose between the operating systems. You can also boot from the FreeBSD CD (disc1) and choose "Fixit" -> "CD/CDROM". In this case you can skip the second step. Regards Björn