Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5C6e3a10224 for linux-xfs-outgoing; Mon, 11 Jun 2001 23:40:03 -0700 Received: from mail.coltex.nl (IDENT:root@edge.coltex.nl [194.151.97.115]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5C6e1V10218 for ; Mon, 11 Jun 2001 23:40:01 -0700 Received: from auto-nb1.xs4all.nl (auto-nb1.coltex.nl [10.0.1.171]) by mail.coltex.nl (8.11.2/8.11.2) with ESMTP id f5C6duV02390; Tue, 12 Jun 2001 08:39:57 +0200 Message-Id: <4.3.2.7.2.20010612083703.02f859d0@pop.xs4all.nl> X-Sender: knuffie@pop.xs4all.nl (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 12 Jun 2001 08:39:55 +0200 To: Daniel Spratlen , linux-xfs@oss.sgi.com From: Seth Mos Subject: Re: boot problems In-Reply-To: <3B255A44.570F9EB8@arches.uga.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk At 19:54 11-6-2001 -0400, Daniel Spratlen wrote: >Hello xfsers, > First off, thank you for your hard and wonderful work. Now for my >question. I have an IBM x220 server, and I can't get RH7.1-xfs to boot >unless I use the boot disk that I created during the install. System >configuration is as follows: > ># more lilo.conf >boot=/dev/sda >map=/boot/map >install=/boot/boot.b >prompt >timeout=50 >message=/boot/message >linear >default=linux You say that you have altered the bios to make it boot from disk 6? You are NOT writing a boot sector to disk 6 with this config. If I think I am right sda == id0 and sdg == id6 Edit your lilo.conf to make3 boot=/dev/sda6 It should then write the MBR to the seventh disk in the array. -- Seth Every program has two purposes one for which it was written and another for which it wasn't I use the last kind.