Bootloaders
Sorry if this has been asked before but i really need youe help.
I just installed yoper in my hda4 partition which was formatted by yoper as reiserfs (hda1 Windows NTFS, hda2 Windows FAT32, hda3 swap) and during the installation i chose to install grub on hda4. I knew that would create a problem of not being able to boot into linux since there is no option for bootdisk in the installation. I want to use Windows Bootloader (Please don't ask me why and tell me how lilo and grub are better i just want Smile ) but the problem is that when i follow the instructions used in Mandrake and RedHat (and worked) nothing seems to happen.
I mount the /dev/hda4 partition using Knoppix Live Cd and do:
mount -t msdos /dev/fd0 /mnt/floppy
dd if=/dev/hda4 of=/mnt/floppy/linux.bin bs=512 count=1
umount /mnt/floppy/
This writes a file linux.bin on the floppy but when i open it with notepad in windows its empty!!!
As i said before this worked using mandrake and redhat with the bootloader installed on the /dev/hda4 partition.
What am i doing wrong? Does anyone know how to make this work without installing a linux bootloader in MBR (again i don't want to do this and i don't want to install it and later remove it using fixmbr - i've had bad times with this one to many times)
Could it be the fact that i installed grub as a bootloader in /dev/hda4 instead of lilo although being experimental in Yoper?
I also never used reiserfs as the filesystem before. I always used ext3.
Thanks for all your help.
|