How to access MBR for changing grub configuration?

Status
Not open for further replies.

ajith_jk

Newbie level 1
Joined
Aug 1, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,316
I want to basically acces the MBR for changing my grub configuration.
Can u tell me the procedure for it.

Warm regards

Ajith.
 

Accesing MBR

If you want install grub to the MBR, you can run grub as root. Then run the following command in the grub shell:
grub> root (hd0, 5)
grub> setup (hd0)
where (hd0, 5) is the partion your grub is installed. (hd0,5) means /dev/hda6.
Changing grub's other configuration doesn't need to access MBR.
 

    ajith_jk

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…