|
报告几个问题
我的安装部署方式是,我在我的硬盘安装了wee,d盘安装了grub4dos硬盘工具箱,grub4dos硬盘工具箱的/boot/grub/menu.lst更名为menu.g4d,0pe生成iso后解开复制到d盘更目录下,删除更目录下的grldr,m.0pe更名为MENU.0PE复制到/boot/grub/,自己编写menu.lst调用/boot/grub/MENU.0PE,
title 0.find and load BOOTMGR of Windows VISTA/WIN7/WIN2008
fallback 3
find --set-root --devices=h /bootmgr
chainloader /bootmgr
savedefault --wait=2
title 1.configfile /boot/grub/menu.g4d
errorcheck off
configfile /boot/grub/menu.g4d || configfile /BOOT/GRUB/MENU.G4D
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.g4d && configfile /boot/grub/menu.g4d
errorcheck on
commandline
title 2.find /boot/grub/MENU.0PE
errorcheck off
configfile /boot/grub/MENU.0PE || configfile /BOOT/GRUB/MENU.0PE
find --set-root --ignore-floppies --ignore-cd /boot/grub/MENU.0PE && configfile /boot/grub/MENU.0PE
errorcheck on
commandline
我以前的pe都是这么部署的,都可以成功启动。这次也可以成功启动0pe蓝屏版,但是在进入桌面后在启动网络影音功能是出问题了。启动网络影音功能,我是一路点确定的,突然死机了,鼠标和键盘都没反应,硬盘灯也不亮。
另外,自动生成的iso里面很多长文件名被截短了,经过测试0pe1.3.0测试版似乎都有这个问题,是否mkisofs参数用错了。
[ 本帖最后由 2011_dihuo0 于 2011-6-15 13:04 编辑 ] |
|