| ryanflannery.net | |
|
Navigation
Link Roll
m & r . net
m & r rate recipes
neal hogan
john schlipf
logic matters
tim gowers
scott aaronson
aatu koskensilta
log blog
it's only a theory
OpenBSD
OpenPorts.se
undeadly.org
advogato
§apio§oft
λ server
xkcd
PhD comics
c & h
s.m.b.
Far Left Side
a.p.o.d.
bbc sci.
life hacker
wvxu/wnku/npr
cet/ket/pbs cinci rollergirls banksy mark ryden todd shorr |
Accessing the Sun PROM on OpenBSD
After installing OpenBSD on my Sun Blade 100, the "stop-a" ProblemHow to access the Sun PROM when an OS other than Solaris is installed? When I shut down, I can see the PROM command line, but it doesn't accept input? Solution
Once the OS starts to load, you will be unable to access the PROM like you
normally can when running Solaris. You must reboot the system and send a
To make it easier, you could simply set the PROM variable
To do this, use # eeprom auto-boot?=false If your shell is trying to interpret the '?', just escape it: # eeprom auto-boot\?=false |