我一直尝试在笔记本电脑上使用可移动 USB 拇指驱动器安装 Linux Mint 16 Petra,经过多次尝试,每次都会遇到相同的错误:
error: file '/boot/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
grub rescue>
我尝试按照说明进行操作这里,但绝对没有帮助。
如何让我的电脑启动?
答案1
答案2
使用这些行菜单.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)
# # #
附:
linuxmint.iso 适用于任何操作系统 iso 的安装
firadisk.iso 是一个虚拟 iso(google 一下)
答案3
看看迪迪手册。他有 cc 命令
diddy.boot-land.net/firadisk/files/win_iso_install.htm
还有此页面上的最后一个指南,称为“使用 dd 编辑扇区”
http://www.rmprepusb.com/tutorials/grub4dos#TOC-grub4dos-undocumented-commands
那么请评论