Sunday, July 20, 2008

How to find out which boot loader is installed.

dd if=/dev/hda of=/tmp/bootsec.img bs=512 count=1
file /tmp/bootsec.img
grep LILO /tmp/bootsec.img
grep GRUB /tmp/bootsec.img

0 comments: