Difference between revisions of "Pegasos"

From Earlham CS Department
Jump to navigation Jump to search
 
Line 1: Line 1:
 
==Netbooting==
 
==Netbooting==
The ODWs use SmartFirmware.  The SmartFirmware [http://www.pegasosppc.com/manuals/SFUserManual.pdf user manual] has a good netbooting tutorial, but the ODWs we have don't seem to support DHCP.  As such, configure the boot-device explicitly with the server IP, file name, client IP, and timeouts, like so:   
+
The [http://www.pegasosppc.com/odw.php Open Desktop Workstations] (ODWs) use SmartFirmware.  The SmartFirmware [http://www.pegasosppc.com/manuals/SFUserManual.pdf user manual] has a good netbooting tutorial, but the ODWs we have don't seem to support DHCP.  As such, configure the boot-device explicitly with the server IP, file name, client IP, and timeouts, like so:   
 
<pre>
 
<pre>
 
setenv boot-device eth:159.28.234.1,vmlinuz.chrp,159.28.234.140,,3,3
 
setenv boot-device eth:159.28.234.1,vmlinuz.chrp,159.28.234.140,,3,3

Revision as of 23:32, 19 January 2006

Netbooting

The Open Desktop Workstations (ODWs) use SmartFirmware. The SmartFirmware user manual has a good netbooting tutorial, but the ODWs we have don't seem to support DHCP. As such, configure the boot-device explicitly with the server IP, file name, client IP, and timeouts, like so:

setenv boot-device eth:159.28.234.1,vmlinuz.chrp,159.28.234.140,,3,3

This can be saved in the firmware by editing the nvramrc script. To begin editing, type nvedit and add the above command to the end of the list (change 'eth' to the devalias of whatever ethernet device you wish to use). When finished, hit control-C to exit the editor. Then, type nvstore to save your changes.