我的menu.lst片段如下:
title Slax
root (hd0,0)
kernel /slax/vmlinuz root=/dev/ram0 ramdisk_size=512000 rw init=linuxrc max_loop=255 vga=791 from=/dev/hda1/slax
initrd /slax/initrd.gz
boot
不太一样的地方就是root (hd0,0)和from=/dev/hda1/slax
检查一下Slax文件夹的位置吧……
hd0,0应该是和hda1对应吧……
不过你的能引导的话,应该是内核和Initrd文件正确,把hda1改成hdaX(我也算不出来是哪个……)