Hardeep Narwan writes: > Hi All, > > I've just installed the latest version of OpenSolaris 2009.06 to hopefully > find an OS that finally fits. Things look good so far. I just wanted to > figure out if I can disable the grub menu during boot. I only have one > version there and it would be good to have the machine boot into OpenSolaris > ASAP instead of waiting 30 seconds or having me to enter the only selection. > > Thanks for helping in advance. > > Hardeep > -- > This message posted from opensolaris.org > _______________________________________________ > opensolaris-help mailing list > opensolaris-help at opensolaris.org
You can use bootadm set-menu timeout 5 to reduce the delay to 5 seconds. As soon as you do an image-update to move on to later bits, you'll have more than one boot environment. Because of this you may find it handy to have a short delay rather than none at all. I do. tom