Created
May 25, 2014 06:19
-
-
Save relrod/64011ab63d47e1c5ad0e to your computer and use it in GitHub Desktop.
How I installed Debian on a T2000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing OSes on Sunfire T2000 | |
================================ | |
This can boot from HTTP or TFTP. | |
- Console into LOM | |
sc> bootmode bootscript="setenv auto-boot? false" | |
sc> poweron | |
sc> console | |
- You are now at the OpenBoot "ok" prompt. | |
{0} ok setenv network-boot-arguments host-ip=192.168.30.2,router-ip=192.168.30.1,subnet-mask=255.255.255.0,hostname=foo.local,file=http://192.168.30.1/boot.img | |
{0} ok boot net debconf/priority=low DEBIAN_FRONTEND=text | |
- The server will now reboot into net install. | |
You will see: SC Alert: Host System has Reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment