Here is my situation:
i have 3 HDD
hda : here is windows (to partitions)
hdb : here are my windows data
hde (on RAID) : here is my linux (FC2)
Bootloader is GRUB, he is on MBR, and i can boot linux from it, there is also entry for windows but it does not work, i think becouse there is grub in MBR. Anyway here is my grub conf:
Code:
default=0
timeout=10
splashimage=(hd2,0)/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd2,0)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
title Other
rootnoverify (hda,4)
chainloader +1
I think that in my situation it will be easier to boot linux from windows bootloader.
I have read in some magazine that i can do this that way:
(i do not understand it all)
Code:
dd if=/dev/hdaX bs=512 count=1 of=bootsect.lin
// X is the number of partition where linux kernel is installed
// so i think i should instead of hdaX write hde2 (it is my "/" main linux dir.)
// but after executin that command i bootsect.lin there are ^@^@^@^@^@... that signs...
then i should copy it to c:\ (on win)
and add a line to boot.ini
c:\bootsect.ini="linux"
i dont know is it correct.
OH, can you help me...
please
mathew...