|
原帖由 cptank 于 2012-10-18 21:32 发表
FBinstTool 制作的CDlinux能启动台式机,不能启动ThinkPad E40 笔记本,提示:can't find out where cdlinux is installed
文件结构
149859
菜单
149858
有人改造成这样启动,我照着做成功了。
title [ 3 ] Microsoft Windows 7 PE
find --set-root /MINIPE/WIN7PE.ISO
map /MINIPE/WIN7PE.ISO (0xff)
map --hook
chainloader (0xff)
title [ 4 ] CDlinux-0.9.7.1
kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8 CDL_AMOUNT=yes CDL_DEV=/dev/root CDL_GUI=yes CDL_LOOP=no vga=0x317
initrd /CDlinux/initrd
title [ 5 ] 绕过Win系统密码
map --mem ()/IMGS/KONBOOT.IMG (fd0) || find --set-root /IMGS/KONBOOT.IMG (fd0) && map --mem ()/IMGS/KONBOOT.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0) |
|