eubnara / troubleshooting

이것저것 공부하다가 맞닥뜨리는 문제점, 해결방식 등 정리
2 stars 0 forks source link

grub2 terminal 에서 부팅하기 #55

Open eubnara opened 3 years ago

eubnara commented 3 years ago

https://unix.stackexchange.com/questions/329926/grub-starts-in-command-line-after-reboot

eubnara commented 3 years ago

Maybe it depends on situation, I succeeded with following commands:

grub2> set prefix=(hd0,2)/boot/grub
grub2> set root=(hd0,2)
grub2> insmod linux
grub2> insmod normal
grub2> normal

after boot

$ sudo update-grub
eubnara commented 3 years ago

kde neon

set prefix=(hd0,1)/efi/neon
insmod linux
insmod normal
normal

after boot

sudo update-grub