Side note if you're trying to get lilo to boot nt4. You can put lilo on
the MBR and get it to boot nt4 by simply having it run an image of nt4's
MBR. With nt4's *on the MBR, boot into linux w/ a floppy or
something and run "dd if=/dev/hda of=/boot/nt4-mbr bs=512 count=1".
This copies the MBR (always 512 bytes) from hda to a file in /boot.
Then add an "other" entry to lilo.conf, specifying /boot/nt4-mbr instead
of a partition. Eg:
other = /boot/nt4-mbr
label=winnt
The issue is that nt4's MBR loader does something other than simply
running the code at the beginning of the nt4 partition, which is all
lilo does.
Richard
>>Hi all
>>I installed a RH 7.1on a IDE disk connected to secondary channel (Disk Master - CD_Rom-Slave) while on the other IDE channel I got a Windows Box.Everything is working fine (until now at least) except for the boot sequence.Each time I setup a LILO boot configuration the MBR of the first disk (windows box) become corrupted and I have to run the fdisk /mbr option to fix it.To overcome the problem I am booting Linux from a floppy but I would like to understand and solve the problem.
>>Thnx all
>>Claudio
> What flavor windows? Nt e.g. doesn't like anything on the mbr but
> it's own stuff.
> Rinaldi