From owner-freebsd-mobile Sat Aug 3 15:19:49 2002 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 BCD3537B400; Sat, 3 Aug 2002 15:19:44 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6212443E3B; Sat, 3 Aug 2002 15:19:44 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0245.cvx22-bradley.dialup.earthlink.net ([209.179.198.245] helo=mindspring.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17b7FO-0002IW-00; Sat, 03 Aug 2002 15:19:42 -0700 Message-ID: <3D4C56CB.3F59B0FE@mindspring.com> Date: Sat, 03 Aug 2002 15:18:51 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Pete Carah Cc: current@freebsd.org, mobile@freebsd.org Subject: Re: Problem booting current on VAIO R505ES References: <200208032043.g73KhaUR065207@ns.altadena.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Pete Carah wrote: > I got around the lack of IRQ on pcic1 by means of a trick involving > hw.... sets in loader.conf (thanks to the mobile contributors); now it > won't mount root. > > I know what the problem is but not why; the loader brings the kernel in > fine, and probes work fine; I'd presume if the partition were too high this > would be where the failure would lie. However, the layout is (LBA): Doesn't matter. The problem is in the Sony BIOS. I have a PCG-XG29, and a friend has a PCG-XG28, both of which are a precursor to the 505 you have. Specifically, it's an INT 13 implementation limitation. > Yes I know, I could make slice 1 smaller. However, I don't know an NTFS > version of partition magic. Sony's reinstaller does allow me to make > the partition smaller and I suspect I'll have to do this, with a complete > reinstall of everything. However, especially on a new system where I > might have to deal with the warranty, I like to leave the windoze system > alone :-( Partition Magic 7.x supports resizing NTFS partitions. Be aware that you will need to create a minimal (~33M -- God, when did that become "minimal"?!?) Windows FAT32 partititon, pretending that you are going to install a bootable OS on it, so that the Partition Magic "Boot Easy" program can locate its files, since the first stage boot loader is not capable of reading non FAT based parititions for loading copies of bootstraps or icons. Search the FreeBSD archives; I wrote up an extensive description of how you have to configure this. > Now, why is there a mount-root problem at 16mb where the bios limit > should end up at 8mb. The "bad" line is at 2**25????? You mean GB. And -- again -- it's because of the Sony BIOS. > Note that stable (once it is up) gets to all the slices just fine (that > is how I've been installing, cross-compiling from -stable). Yes; that's how it works. Protected mode drivers don't use the BIOS to access the disk, so they can get anywhere on it. It's because of the Sony BIOS. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message