The configuration is really easy:
- You shouldn't install Linux boot loader into the MBR (you will use NT Boot Loader)
- After Linux installation run the following command:
dd if=/dev/hda2 of=/linux.bin bs=512 count=1 (/dev/hda2 was my Linux boot partition and I was told bs=512 is optional) - Copy linux.bin to the Windows partition (e.g. C:\linux.bin)
- Modify Windows boot.ini adding the following line at the botton of the file c:\linux.bin="Linux"
0 commenti:
Post a Comment