Here is the output after commenting out "|| !biosinited" in /sys/src/boot/pc/devbios.c:137: bios0: drive 0x80: 4001292288 bytes, type 3 biosinit: sorry, only one bios drive; can't read last one
(From reading the 9load code I don't understand how biosinited is ever 1 when biosinit() gets called. The only place that sets biosinited is in biosinit(), but to get there biosinited must already be set to 1!) The drive detected seems to be the 4 GB SSD. Either the BIOS is not exposing the USB stick as a disk, or the 9load BIOS device code isn't searching correctly. I'm going to give it a rest here for now. Stefan On Thu, Mar 27, 2008 at 9:26 AM, Stefan Hajnoczi <[EMAIL PROTECTED]> wrote: > I am just playing with that right now. I have removed *nobiosload > from plan9.ini. But I think 9load isn't able to access my plan9.ini > on the USB stick. > > > > What were those options in plan9.ini for letting the bios do the disk > access? > *nobiosload may need to be disabled? > > Stefan > > > > On Thu, Mar 27, 2008 at 9:14 AM, Robert Raschke <[EMAIL PROTECTED]> wrote: > > I don't think 9load can just boot off a usb yet. > > > > Can the eee bios make the usb look like a disk? What were those > > options in plan9.ini for letting the bios do the disk access? > > > > Robby > > > > >