On Thu, 2009-12-31 at 13:00 -0800, B wrote: > Thanks Bob! > > I already have an existing 40_custom file that I can edit but I assume that I > need to do it from the terminal versus navigating to it via gui...... > > I am at that place but it won't let you save it because Root is the owner... > > What is the easiest way to edit and save via gui?
In terminal do gksudo gedit /etc/grub.d/40_custom That prompt you for your password. When you supply that it will bring up the gedit editor under root. Then you copy and paste the code that Wayne1 provided: menuentry "OpenSolaris" { set root=(hd0,1) chainloader +1 } Save the file and quit gedit. Then run (in terminal) sudo update-grub Next time you reboot your machine you will be given the choice to boot into OpenSolaris. --Bob _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org