From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Booting Plan9 after installation From: Richard Miller MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020207145403.7DB8019A59@mail.cse.psu.edu> Date: Thu, 7 Feb 2002 14:52:44 +0000 Topicbox-Message-UUID: 4e605b00-eaca-11e9-9e20-41e7f4b1d025 > Has anyone managed to get plan 9 booted from grub? Yes, I use grub to boot Plan 9 and Linux on a thinkpad. The first sector of the 9fat partition contains /386/pbslba; the 9fat fs contains 9load, plan9.ini and 9pcdisk.gz, and /boot/grub/menu.lst (in the Linux partition) contains this entry: title = brazil root = (hd0,5) chainloader = +1 -- Richard