Re: GRUB question On Thu, 04 Sep 2003 05:39:27 GMT, in article <jeA5b.649$kW.235@edtnps84>,
Ko Fei Pu wrote:
>> The best suggestions are
>>
>> man grub
>> info grub
>>
> Based on the posting, it seems better to have GRUB installed in MBR and
> boot w2k or linux from it,
That's what I do, but what's better is what works better for you.
> right now I have w2k installed in MBR and
> GRUB installed on /boot directory,
I think you should reread the GRUB documentation. You have "GRUB files" in
your /boot directory, but
* the GRUB stage-1 boot loader is in the first sector (not a file) of
some partition; and
* if you're loading GRUB from W2K, there's a copy of that sector in
another file somewhere, and W2K's BOOT.INI specifies its location.
> so when I want to boot linux, I have
> to select linux from w2k boot loader,
To boot W2K, if you have GRUB in the MBR, you'll have to go through the W2K
boot menu. Unless you specify something like "timeout=0" in one or both
bootloaders, you'll have to navigate menus.
> I would like to remove the GRUB loader if it's possible
> and won't damage my current installation.
I'm only familiar with one way to boot Linux -- with a bootloader like LILO
or GRUB. There may be other ways, but LILO and GRUB have always worked for
me. |