View Single Post
  #5   (View Single Post)  
Old 8th May 2010
carpman carpman is offline
Shell Scout
 
Join Date: Jul 2008
Posts: 94
Default

Quote:
Originally Posted by Beastie View Post
I don't quite understand what you're saying.

The fdisk command I gave you should remove the manager altogether.

# boot0cfg -t 55 -o noupdate ad0.
-t 55 will give you an approximately 3 seconds delay, and noupdate will make the MBR read-only so that everytime it'll boot the current system so make sure you execute that command when logged in the system, not from a live cd or something.
Sorry i meant that currently without your suggestion it does not auto boot and requires manually intervention by pressing F1 to boot system

My root is mount on /dev/aacd0s1a so i would do

Code:
boot0cfg -t 55 -o noupdate aacd0s1a -t 55
or

Code:
boot0cfg -t 55 -o noupdate aacd0s1 -t 55
cheers
Reply With Quote