我已重新启动计算机,但现在 Opensuse 未加载,而是转到 grub。
我有grub 2.06
和opensuse 14.1
。
我一直在努力追随这回答但无法让它与 opensuse 一起工作。
我运行以下命令:
ls
(proc) (hd0) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1)
然后,
ls (hd0,1)/
efi/
...
ls (hd0,1)/efi
./ ../ boot/ opensuse/
...
ls (hd0,1)/efi/boot
./ ../ bootx64.efi fallback.efi MokManager.efi
...
ls (hd0,1)/efi/opensuse
./ ../ MokManager.efi grub.efi shim.efi boot.csv grub.cfg grubx64.efi
当我跑步时(改变(hd0,1)
, 到(hd0, 2)
ls (hd0, 2)
dev/ rub/ selinux/ lib/ sbin/ srv/ usr/ opt/ .Trash-0/ lib64/ .snapshots/ home/ etc/ var/ tmp/ sys/ mnt/ root/
如何解决启动问题?
答案1
摘自https://wiki.archlinux.org/title/GRUB#Using_the_command_shell
请尝试以下步骤:
set root=(hd0,2)
linux (hd0,1)/vmlinuz-linux root=/dev/sda1
initrd (hd0,1)/initramfs-linux.img
boot