Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rename Unix.old 1

Status
Not open for further replies.

markwilkinson

IS-IT--Management
Sep 28, 2003
44
GB
I have had to reboot my Openserver (5.0.7) from unix.old as booting from unix renders the system unusable. How can I make openserver boot from unix.old by default?

Many Thanks
 
You can just rename (or copy) /stand/unix.old to /stand/unix. Since /stand is mounted as "read only", you must first unmount:

# cd /
# umount /stand
# mount /stand
# cp /stand/unix.old /stand/unix.works
# mv /stand/unix.old /stand/unix
# umount /stand
# mount -r /stand

"Proof that there is intelligent life in Oregon. Well, Life anyway.
 
Many thanks for this. I have done as instructed and now got Openserver booting correctly again.
 
you will still have to change or correct whatever settings broke that kernel before you try to rebuild it again.
 
Many thanks for the advice. I will attempt to uninstall the offending patch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top