Tip of the Day - Solaris Reconfigure
January 13th, 2008
Introduction
It is possible to reconfigure the system just as if it were a new install. This is possible when you add or change your hardware on the system.
On SPARC hardware you startup with
boot -r
On x86/64 hardware you edit your grub startup by pressing e when the prompt appears then e again when the multiboot kernel line is highlighted. Now you can edit your startup options. Append the following on the end of the line.
-r
Press return to save your edit and b to boot up that modified entry.
-Ron
Leave a Reply