IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Edit lilo.conf
Once you're in Linux, edit /etc/lilo.conf so that boot= points to /dev/hda5 instead of /dev/hda. Then run lilo. Note that it will still break if you move /dev/hda5 at all. Perhaps you could investigate [link|http://www.gnu.org/software/grub/|GRUB] which doesn't have this problem.

Then you will have to find a way for BootMagic to re-write the MBR the way it wants.

Wade.

"All around me are nothing but fakes
Come with me on the biggest fake of all!"

New Lilo saved the boot sector
Before making the changes to lilo.conf, look for a 512 byte file in /boot (probably boot.0300) and check that the date matches the installation date. lilo -u will put the stored bootsector back where it came from. Failing that, dd if=/boot/boot.0300 of=/dev/hda bs=446 count=1 will restore it by hand.

The extension is based on the device numbers, so if you already moved it to hda5, you should have two boot sectors sitting there.
     LILO - (bepatient) - (2)
         Edit lilo.conf - (static) - (1)
             Lilo saved the boot sector - (scoenye)

I took the liberty of fixing the punctuation.
37 ms