다시 시작하면 Opensuse가 grub 명령줄에 로드됩니다.

다시 시작하면 Opensuse가 grub 명령줄에 로드됩니다.

컴퓨터를 다시 시작했지만 이제 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

관련 정보