我有一台预装了 Windows 8.1 的一键恢复的联想 g50-45。我使用 Ubuntu 进行了双启动。然后我卸载了 Ubuntu。然后尝试使用一键通过 USB 重新安装。我看到了以下屏幕:
GNU GRUB ver2.02 .....ect.
Minimal BASH-like line editing is supported. For the first word, .....ect.
grub>
因此,我执行了“ls”并得到了以下结果:
grub> ls
(hd0) (hd0,gpt7) (hd0,gpt6) (hd0,gpt5) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1)
其他所有人都返回“文件系统未知”
仅有的
grub> ls (hd0,3)
grub> ls (hd0,2)
返回“文件系统很胖”
因此,我查看了这两个分区中的文件
grub> ls (hd0,2)/
回到:
efi/ boot/
然后我看了看其他分区:
grub> ls (hd0,3)/
返回结果:
bootmgr bootmgr.efi Version.txt Boot/ efi/ OneKey/ System Volume Information/
因此很明显,(hd0,3) 分区是联想分区。而 (hd0,2) 很可能是 Windows。
我的问题是:
我需要采取什么步骤才能恢复正常启动?
我如何重新启动 Windows?
之后我该如何安装 Ubuntu?(通过 USB 一键安装)
任何帮助都将不胜感激!
我现在非常紧张!谢谢!
****编辑:更多 ls*****
我做到了:
grub> ls (hd0,2)/boot/
我有:
./ ../ boot.sdi
还做了:
grub> ls (hd0,2)/efi/
./ ../ Microsoft /Boot ubuntu/
grub> ls (hd0,2)/efi/Microsoft/
./ ../ Boot/
grub> ls (hd0,2)/efi/Microsoft/Boot/
./ ../ bg-BG/ bootmgr.efi memtest.efi boot.stl bootmgfw.efi bootstat.dat Fonts/
Resources/ BCD.LOG1 BCD.LOG2 bcd bcd. log
我不知道该怎么办!
****编辑:我只需要内核!!****我还尝试了一件事:
grub>set root=(hd0,2)
grub>boot
error: you need to load the kernel first.
那么,我该如何加载内核?请记住,我不再有 Ubuntu。只有 Windows8.1 内核。我只需要加载内核。我该怎么做!!!???
****编辑:快完成了****
我进入了GRUB2:
grub>set root=(hd0,2)
grub>chainloader (hd0,2)+1
error: invalid EFI file path
grub>boot
error: you need to load the kernel first.
我觉得我已经很接近了。请帮帮我!!!
答案1
您需要修复 MBR(主引导记录)才能再次启动 Windows 8.1。