|
本帖最后由 Bourne1234 于 2015-3-31 21:19 编辑
小弟电脑单硬盘,UEFI+GPT安装了win8,今天手痒装了Deepin Linux,EFI启动Deepin没搞好,于是想曲线救国,用U盘启动硬盘里的Deepin Linux。
主板打开CSM支持,关掉Secure boot,开启Legacy first启动支持。U盘安装Grub4dos主引导,打算用grub4dos来启动Deepin,菜单是这么写的:
title Deepin Linux
find --set-root /boot/grub/i386-pc/core.img
kernel /boot/grub/i386-pc/core.img
boot
但启动失败,提示: partition 0 ended too near,如下图:
从图中看来,grub4dos能够访问Deepin所在的EXT分区(hd1,8),目测我这种方法应该可行,但partition 0 ended too near是什么回事呢?又要如何解决? 请大侠赐教 |
|