刚刚测试了BCDW /isolinux/linux ,还是不行,启动后好像也是个死循环。。
如果不把ROS放到根目录的话,要想正常安装应该怎么修改?
example
LABEL somethig
kernel memdisk
append myFolder/myDisk.img
This is example how you can use folders. In this example isolinux will search for myDisk.img in subfolder of folder that contains isolinux.cfg (in most cases this is /Isolinux folder). If isolinux.cfg is in folder /Isolinux, then myDisk.img should be in /Isolinux/myFolder.
example
LABEL something
kernel /vmlinuz
append max_loop=255 initrd=/initrd.gz init=linuxrc livecd_subdir=/ ...
This one will search for vmlinuz in a parent folder of folder that contains isolinux.cfg. It will also search for initrd.gz in parent folder ( "/" before vmlinuz and before initrd.gz). If isolinux.cfg folder is /Isolinux then files will be searched in root folder of the CD.
default system
label system
kernel linux
append load_ramdisk=1 initrd=initrd.gz
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) | Powered by Discuz! X3.3 |