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
Sunday, July 20, 2008
How to find out which boot loader is installed.
Subscribe to:
Post Comments (Atom)
Technical adventures of a Linux consultant.
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:
Post a Comment