09  Dec
SGI reinstall

Well I tried to reinstall IRIX on my SGI today. Guess it has been awhile since I have done it as I completely forgot how to do it. Whatever I did, it only comes up with a extremely slimmed down GUI (not the fancy one like before) and when I log in, there is nothing on the desktop except for the Console window. Guess I will be reinstalling it again this weekend. Need to look up the docs first.

Posted by unixwiz, filed under SGI IRIX. Date: December 9, 2005, 11:06 pm | No Comments »

So I decided to boot my SGI Indy tonight (got another one to hopefully use for parts), any ways, I have not had it booted in about 2.5 years. So I forgot what I made the root password on it. So to recover it (aka wipe it out) I did the following:

(Machine was running IRIX 6.2)

  1. Booted the machine and told it I wanted to go to maintenance mode.
  2. Booted off of the Install media (I happened to have 6.5 on hand, which made it interesting)
  3. Then went to the admin section
  4. Told it I wanted to run a shell.

Here is where it got interesting. Since I booted off of the 6.5 media it did not like me running the 6.2 binaries on the harddrive, so I could not use vi to wipe out the password. So I was left with cat and sed on the install media. Easy enough:

cd /root/etc
cat passwd | sed ’s/OlDEncRypTedPassword//g’ > passwd.new

where the OlDEncRypTedPassword is the root’s passwd. Yes IRIX 6.2 still keeps the passwords in /etc/passwd and not /etc/shadow like 6.5 does

Then I did a cp passwd.new to passwd and rebooted and voila, now I can get in… Going to see what kind of a SGI monster Indy I can make now.

Posted by unixwiz, filed under SGI IRIX. Date: December 7, 2005, 9:23 pm | No Comments »