Another question:

I copy the files bzImage and initrd.gz from the CD-Rom folder G:\isolinux, and modify the content of menu.lst (I am using GRUB for DOS) as following:

# For booting Linux
title Linux
root (hd0,0)
kernel /boot/bzImage
initrd /boot/initrd.gz

Wen I choose this item, the execution result is "Error 17: Inconsistent filesystem struction". What should I do? Thanks.