From owner-freebsd-questions@FreeBSD.ORG Sat Oct 21 18:19:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4D53216A417 for ; Sat, 21 Oct 2006 18:19:39 +0000 (UTC) (envelope-from lauwe@planet.nl) Received: from timkapel.nl (ip3e83f079.speed.planet.nl [62.131.240.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F22B43D49 for ; Sat, 21 Oct 2006 18:19:38 +0000 (GMT) (envelope-from lauwe@planet.nl) Received: from [192.168.0.7] by timkapel.nl (MDaemon PRO v9.0.4) with ESMTP id md50000007417.msg for ; Sat, 21 Oct 2006 20:19:36 +0200 Message-ID: <453A64B4.4000504@planet.nl> Date: Sat, 21 Oct 2006 20:19:32 +0200 From: Laurens Timmermans User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Kent Stewart References: <453A45CE.3080301@planet.nl> <200610211048.55010.kstewart@owt.com> In-Reply-To: <200610211048.55010.kstewart@owt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: laurens@timkapel.nl X-Spam-Processed: mail.timkapel.nl, Sat, 21 Oct 2006 20:19:36 +0200 (not processed: message from trusted or authenticated source) X-Return-Path: lauwe@planet.nl X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: Dualboot Ntloader "invalid slice" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lauwe@planet.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 18:19:39 -0000 Kent Stewart schreef: > On Saturday 21 October 2006 09:07, Laurens Timmermans wrote: >> Hi, >> >> >> I am trying to get a double boot system on my laptop with FreeBSD and >> Windows XP. I have tried this before using NTLOADER on my desktop-pc >> (by following the directions in the faq) and it works like a charm, >> but not on my laptop... >> I installed FreeBSD, copied /boot/boot1 to a usb-stick, set my >> windows-slice active and added a freebsd-entry to my boot.ini. >> When i boot i get the ntloader-menu, it boots xp just fine but when i >> choose FreeBSD i get "invalid slice". I can get back into my >> freebsd-install by setting it's slice active again (using >> boot/rescue-cd). I am using FreeBSD 6.2-beta2 (because of support for >> my pentium M). My disk looks as following: >> >> -ad0s1 = dell recovery-partition >> -ad0s2 = NTFS (windows xp) >> -ad0s3 = FreeBSD >> >> from fstab: >> +ad0s3b = swap >> +ad0s3a = / >> +ad0s3e = /tmp >> +ad0s3f = /usr >> +ad0s3d = /var >> >> How can i get this to work using ntloader ? >> > > That is very similar to what I am using right now on this computer and 3 > others. What does your boot.ini look like. > > Kent > My boot.ini looks like this: [boot loader] timeout=5 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professinal" /noexecute=optin /fastdetect c:\boot1="FreeBSD"