You can boot Linux from any partition on any HDD by using Loadlin.exe utility
from MSDOS.
Firtsly, try to boot Linux and make zImage file:
- cd /usr/src/linux
- make config
- make depend
- make clean
- make zImage

If it run successfully then copy file /usr/src/linux/arch/i386/boot/zImage to
your MSDOS partition.
Boot up Linux from MSDOS by command:
loadlin zimage root=/dev/hdc -o rw (or any device you want)

Hope this helps.
HungHM.

Reply via email to