From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2a37c247aae9b8c9f37b893a649d9169@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] panic exeption/interrupt 14 From: "Russ Cox" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Jun 2003 14:48:06 -0400 Topicbox-Message-UUID: d09ceb6e-eacb-11e9-9e20-41e7f4b1d025 > My bios is capable of booting from a slave disk, so I am tempted to > set the boot method to 'plan9'. However, I am weary that it may write to > the MBR of my first hard disk (on which GRUB is installed). I want it > to install to the MBR of my second hard disk. Where will it install? If you choose 'plan9', it will set the Plan 9 partition active in the MBR of the disk containing the Plan 9 partition. You don't need to choose any boot method at all if you are going to use GRUB -- just point it at the Plan 9 partition (type 0x39) that you've got and it should be all set. Russ