kali grub引导
2023-03-30 19:31 作者:acidr_unner | 我要投稿
ls,查看分区情况
ls (hdX,gptX)/boot/grub 找分区啦
set root=(hdX,gptX)
set prefix=(hdX,gptX)/boot/grub
insmod normal
normal
正常就自动reboot了
终端
grub-install /dev/sda
update-grub 要重新设置一下引导哦
the end.
ls,查看分区情况
ls (hdX,gptX)/boot/grub 找分区啦
set root=(hdX,gptX)
set prefix=(hdX,gptX)/boot/grub
insmod normal
normal
正常就自动reboot了
终端
grub-install /dev/sda
update-grub 要重新设置一下引导哦
the end.