On Tue, Aug 12, 2008 at 21:22, MHR mhullrich@gmail.com wrote:
So, what is the best way to put a correct MBR that will boot from /dev/sda on /dev/sda if /dev/sda is the first boot device?
Assuming you use grub to boot:
# grub-install /dev/sda
HTH, Filipe