我一直试图在我的笔记本上使用可移动的USB拇指驱动器安装Linux 16 Petra,经过多次尝试,每次都会遇到相同的错误:
error: file '/boot/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
grub rescue>我试着遵循这里的指令,但绝对没有任何帮助。
如何引导我的电脑?
发布于 2013-11-24 09:17:15
发布于 2014-02-01 18:04:02
在menu.lst中使用grub4dos USb引导中的以下行:
# # #
find --set-root /linuxmint.iso
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /firadisk.img (fd1)
map --mem (md)0x6000+800 (fd0)
map --mem /linuxmint.iso (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)
# # #PS:
发布于 2014-02-01 23:01:52
看看diddy手册。他有命令cc在那里
diddy.boot-land.net/firadisk/files/win_iso_install.htm
也是本页的最后指南,名为“使用dd编辑扇区”。
http://www.rmprepusb.com/tutorials/grub4dos#TOC-grub4dos-undocumented-commands
那么请评论一下
https://unix.stackexchange.com/questions/102312
复制相似问题