From mboxrd@z Thu Jan 1 00:00:00 1970 From: Apurva Mehta To: 9fans@cse.psu.edu Subject: Re: [9fans] kernel panics.. Message-Id: <20030623205008.69de2d04.apurva@gmx.net> In-Reply-To: <20030622011730.0dbc1aad.apurva@gmx.net> References: <20030622011730.0dbc1aad.apurva@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Mon, 23 Jun 2003 20:50:08 +0530 Topicbox-Message-UUID: d7ccb004-eacb-11e9-9e20-41e7f4b1d025 I fixed my kernel panic problem. It seems that Plan9 had a problem with booting from a non primary/master disk. All I had to do was switch the disk on which plan9 was installed to a primary master and it worked. It did not find the boot partition, but once I pointed it to the right direction, it booted into rio just fine. However, It still asks me the path to the boot partition everytime I boot up. I have modified my plan9.ini file and changed all occurences of sdC1 (The disk was connected to primary slave previously) to sdC0 but that has not worked. I tried reinstalling plan9 (I did not wipe the existing installation, however) but that has not helped either.. How do I point the loader to the correct boot partition? Thanks, - Apurva