Added by Joao Pinto, last edited by Zhang Sen (aka. jesse) on Dec 21, 2009  (view change) show comment

Labels:

Add Labels
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

When you install another OS you may lose your ability to boot into Foresight Linux because the extlinux bootloader was replaced.

You can re-install the bootloader by using an installation CD/DVD, on the boot screen type:

linux rescue

Please make sure you select the attempt to mount partition option.

<The following is copied from GrubToSyslinuxMigration

Check that the size of the new syslinux/extlinux MBR (/usr/share/syslinux/mbr.bin) is < 440 bytes in size. If it is any larger, it is corrupt and installing it will hose your partition table. You have been warned.

(In the instructions below, the primary boot disk is assumed to be /dev/sda)

[ermo@gizmo ~]$ ls -l /usr/share/syslinux/mbr.bin
-rw-r--r-- 1 root root 410 2007-11-20 22:03 /usr/share/syslinux/mbr.bin
[ermo@gizmo etc]$ sudo su -
Password:
[root@gizmo ~]# cat /usr/share/syslinux/mbr.bin > /dev/sda

[root@gizmo ~]# extlinux --install /boot/extlinux