> Has anyone succeeded in booting cpu server from usbdisk?

There is no problem in booting the CPU server, since
you can always specify the required values by hand
during the boot.
You problem is that you can't read/write theses
values from/to the disk.

I suppose you're using the USB image I am providing
on 9legacy.org. A nvram partition is present, but
I haven't properly configured the plan9.ini to use
an nvram on the USB disk.

You can simply mount the first FAT partition
from the USB disk, edit the plan9.ini and add
the "readparts=" parameter in the [common] section,
just before the "nvram=" parameter, like this:

readparts=
nvram=/dev/sdXX/nvram

If you are curious how this USB image was built,
you can look at the mkusbboot(8) script provided
in the Plan 9 distribution, or check my notes
available on:

http://www.9legacy.org/9legacy/doc/fossil/usb

There is nothing specific here. Everything is
already provided in Plan 9 from Bell Labs.

-- 
David du Colombier

Reply via email to