推荐使用这俩种方法:
1。复制所有光盘上的文件到一个文件夹内如slax,什么分区都可以。光盘启动FanX,看到boot:载入vmlinuz和initrd。gz后迅速拿出光盘,它就会自动搜索slax文件夹并启动。
注意:但是该分区的中文显示是解决不了的。
2。dos引导,运行boot\dos目录下的linux.bat文件,注意修改config文件内容
比如是slax文件夹,那就应改是这样的:
\boot\vmlinuz # first value must be the filename of the Linux-kernel
root=/dev/ram0 # the device which gets mounted as root FS
rw # mount it read-write
initrd=\boot\initrd.gz # this file gets loaded as 'initial ramdisk'
init=linuxrc # start /linuxrc script from initrd.gz image
load_ramdisk=1 #
prompt_ramdisk=0 # we do not need to be prompted
ramdisk_size=4444 # our initrd.gz is 4444 KB of size when unpacked
max_loop=255 # overide default to allow inserting up to 256 modules