From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Mon, 4 Jun 2007 08:35:26 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] fossil crash after installation In-Reply-To: <10b109140706040026k65c5377auecdd583673409f1d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 77d32ab4-ead2-11e9-9d60-3106f5b1d025 > A few minutes after installation when I > started configuration of system files the OS panics... It sounds to me like plan9 doesn't know about the quirks of your IDE controller, even though it obviously thinks it does. You could try turning off disk i/o DMA just in case that helps, DMA seems to be the quirkest area in the IDE interface. echo 'dma off' > /dev/sd00/ctl Unfortunately this will have a significant performance hit but if it works reliably then you could start looking at the datasheets for your chipset to try to bugfix it. -Steve