From owner-freebsd-mobile@FreeBSD.ORG Thu May 20 06:28:07 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D2516A4CE for ; Thu, 20 May 2004 06:28:07 -0700 (PDT) Received: from iron.cat.pdx.edu (iron.cat.pdx.edu [131.252.208.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id F16E243D3F for ; Thu, 20 May 2004 06:28:06 -0700 (PDT) (envelope-from jrb@cs.pdx.edu) Received: from sirius.cs.pdx.edu (root@sirius.cs.pdx.edu [131.252.208.57]) by iron.cat.pdx.edu (8.12.10/8.12.10) with ESMTP id i4KDRkYr029217 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 20 May 2004 06:27:46 -0700 (PDT) Received: from sirius.cs.pdx.edu (jrb@localhost [127.0.0.1]) by sirius.cs.pdx.edu (8.12.10/8.12.10) with ESMTP id i4KDRjLJ018143 for ; Thu, 20 May 2004 06:27:45 -0700 (PDT) Message-Id: <200405201327.i4KDRjLJ018143@sirius.cs.pdx.edu> To: freebsd-mobile@freebsd.org Date: Thu, 20 May 2004 06:27:45 -0700 From: Jim Binkley X-Virus-Scanned: by amavisd-new Subject: toshiba laptop satellite a45-s150 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 13:28:07 -0000 I'm sending this email to just log what I did to get a dual-boot xp/bsd 5.2.1 toshiba laptop up ... 1. I used a bootable linux cdrom that had qtparted on it to repartition the harddrive to shrink the 60GB Win XP partition into three partitions, half for Win XP, a small fat32 partition for communication, and the rest for a FreeBSD slice. I used a bootable gentoo recovery cd that had qtparted on it. The BSD boot manager boots both os'en ok. qtparted was very simple to use. 2. the toshiba would not boot BSD, disabling acpi did nothing useful. The following is what did the trick ... set hw.pci.enable_io_modes="0" Jim Binkley jrb@cs.pdx.edu