ReWrite LILO boot head of the CF card
When using 'dd' command to copy the whole disk of CF, I encountered that the CF card can't boot croectly,there are many lo lo lo on the screan.
Ok, boot the machine from 'TomLinux'(a floppy Linux edition),do as follows:
#mkdir -p /mnt/hda1
#mount /dev/hda1 /mnt/hda1
#chroot /mnt/hda1
.#/sbin/lilo
.#exit
#reboot
note:assume /dev/hda1 the '/' directory of the machine.
. 。 o O