<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br>I've read through the information on the Arch-wiki about transitioning from grub-legacy to grub2.  I've organized my notes.  Before i go ahead and do <br>this, I want to double check I didn't miss anything.  Updates to grub always make me nervous: if it messes up, I potentially can't get into my computer <br>at all.<br><br>Currently, I am duel-booting with windowsXP.<br><br>So far, I think I figured out the first part:<br><br># mv /boot/grub /boot/grub-legacy<br># dd if=/dev/sdX of=/backup/bootcode_backup bs=446 count=1<br># pacman --noprogressbar -S grub-bios<br># modprobe dm_mod<br># grub-install --directory=/usr/lib/grub/i386-pc --target=i386-pc --grub-setup=/bin/true --boot-directory=/boot --recheck --debug /dev/sda<br># mkdir -p /boot/grub/locale<br># cp /usr/share/locale/en@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo<br># grub-mkconfig -o /boot/grub/grub.cfg<br><br>The next step on the wiki is:<br># grub-probe --target=fs_uuid /media/Windows/bootmgr<br><br>But when I mount my windows partition, I don't see any bootmgr under the windowsXP root?  How do I find the XP equivalent of bootmgr?                                           </div></body>
</html>