Netra t1 (UltraSPARC-IIi 440MHz), No Keyboard
OpenBoot 3.10.24 ME, 256 MB memory installed, Serial #11701099.
Ethernet address 8:0:20:b2:8b:6b, Host ID: 80b28b6b.
Executing last command: boot
Boot device: disk:c File and args:
[...]
root on sd0c
^^^^^^^^^^^^ see below
</snipped>
#cat /etc/fstab
/dev/sd0a / ffs rw 1 2
</snipped>
Hi,
Looks like you messed up the installation some how:
Why is root on sd0c? c is the raw whole disk it should be sd0a.
Good catch. Given the boot device listed early in the kernel messages,
it is likely that the prom environment variable ``boot-device'' is
set to ``disk:c''.
Changing it to ``disk'' (so as to actually boot from disk:a i.e. sd0a)
should fix the problem.
Miod