From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2f537c2cad5dc776f411e765c20469da@rei2.9hal> Date: Tue, 20 Mar 2012 11:20:35 +0100 From: cinap_lenrek@gmx.de To: 9fans@9fans.net In-Reply-To: <16922209.2557.1332231554137.JavaMail.geo-discussion-forums@pbcju1> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Unable to boot from CD Topicbox-Message-UUID: 6c073568-ead7-11e9-9d60-3106f5b1d025 9load doesnt detect your storage devices. you could try plan9front cd (http://r-36.net/9front/) wich uses a different bootloader wich uses bios to access storage devices (so it doesnt need a custom driver) wich will probably gets a kernel loaded. if the kernel also doesnt detect the ide/sata controller, type !rc at the bootargs prompt to get into a pre boot shell, then run: grep -n '^01' '#$/pci/'*ctl often, its just a matter of adding pci vid/did to the ide/sata driver to get it running. -- cinap