BirdandFish
deepin
2019-07-15 18:59 wubildr.cfg------------------------------------------------------------------------------
set show_panic_message=true
if search -s -f -n /deepin/disks/root.disk; then
if loopback loop0 /deepin/disks/root.disk; then
set root=(loop0)
if [ -e /boot/grub/grub.cfg ]; then
if configfile /boot/grub/grub.cfg; then
set show_panic_message=false
fi
elif [ -e /grub/grub.cfg ]; then
if configfile /grub/grub.cfg; then
set show_panic_message=false
fi
else
if search -s -f -n /deepin/install/wubildr-disk.cfg; then
if configfile /deepin/install/wubildr-disk.cfg; then
set show_panic_message=false
fi
fi
fi
fi
fi
if [ ${show_panic_message} = true ]; then
if search -s -f -n /deepin/install/boot/grub/grub.cfg; then
if configfile /deepin/install/boot/grub/grub.cfg; then
set show_panic_message=false
fi
else
if search -s -f -n /grub.cfg; then
if configfile /grub.cfg; then
set show_panic_message=false
fi
fi
fi
fi
if [ ${show_panic_message} = true ]; then
echo "It is not possible to boot from the Deepin image."
echo "
lease verify that the Deepin installation was not removed."
echo "If that is not the case, please check that the Windows filesystem"
echo "is not corrupted: reboot into Windows and run: chkdsk /r"
echo "Then try again."
fi
set show_panic_message=true
if search -s -f -n /deepin/disks/root.disk; then
if loopback loop0 /deepin/disks/root.disk; then
set root=(loop0)
if [ -e /boot/grub/grub.cfg ]; then
if configfile /boot/grub/grub.cfg; then
set show_panic_message=false
fi
elif [ -e /grub/grub.cfg ]; then
if configfile /grub/grub.cfg; then
set show_panic_message=false
fi
else
if search -s -f -n /deepin/install/wubildr-disk.cfg; then
if configfile /deepin/install/wubildr-disk.cfg; then
set show_panic_message=false
fi
fi
fi
fi
fi
if [ ${show_panic_message} = true ]; then
if search -s -f -n /deepin/install/boot/grub/grub.cfg; then
if configfile /deepin/install/boot/grub/grub.cfg; then
set show_panic_message=false
fi
else
if search -s -f -n /grub.cfg; then
if configfile /grub.cfg; then
set show_panic_message=false
fi
fi
fi
fi
if [ ${show_panic_message} = true ]; then
echo "It is not possible to boot from the Deepin image."
echo "
lease verify that the Deepin installation was not removed."echo "If that is not the case, please check that the Windows filesystem"
echo "is not corrupted: reboot into Windows and run: chkdsk /r"
echo "Then try again."
fi
Reply Like 0 View the author


中文 

现在是win7,四个盘,
deepin_s.exe deepin-15.10.1-amd64.iso放在E盘,
打开deepn_s.exe后,选择安装到F盘,
完成后,重启,自动引导安装deepin, 完成
然后重启
在windows启动管理器里有3个选项,window7 ,1key gohst,deepin
选deepin,
读了两下代码就出错了。
现在还支持windows启动管理器启动吗?
启动错误界面------------------------------------------------------------------------------------------------------------------------------------------------------------------
系统文件安装情况----------------------------------------------------------------------------------------------------------------------------------------------------------