Re: Reqst: How get Fedora to boot Trent Buck wrote:
> Up spake Charles Sullivan:
>> Perhaps I'm misunderstanding, but how would a system boot from
>> the MBR of a second drive? The system is always going to start at
>> the MBR of the first drive (unless your BIOS has an option to do
>> otherwise). The bootloader on the first drive should then point
>> to the root partition of the OS in question on the second drive.
>
> You are correct.
I think he's mistaken and what you've specified below is correct.
And my Bootmanager already DOES point to the drive with the Linux on it
(/dev/hdb in Linux talk) & can even point to the /boot partition
(/dev/hdb1) - -
Problem is that Linux does *not* boot.
From what I've found in the GRUB documents the Linux OS requires a special
Bootmanager to boot, it requires the Bootmanager itself to point to s file
location within a MS-Dos partition it calls "/boot"
- - other systems generally just use a boot-strap at the very start of the
drive or a MS style Dos-partition.
My problem is that this anaconda installation routine does not allow one to
"update" the installation drives own MBR unless it is the primary drive on
the system.
So can you tell me how do I mannually update the second drives MBR so that
it can boot the Linux OS that's installed on it?
> For example, if you
>
> - install Mandrake on the first disk (/dev/hda1)
> - install FC on the second disk (/dev/hdb1)
>
> You still need to
>
> - add /dev/hda1 and /dev/hdb1 to the bootloader menu
> - install the bootloader on, say, the second disk (/dev/hdb)
> - add /dev/hdb to the start of the BIOS boot list
>
> There is no way for the FC installer to perform the last action; you
> must do it manually.
> |