利用grub从ubuntu找回windows启动项

时间:2023-03-01 22:58:05

在 /boot/grub/grub.cfg 中添加:

menuentry "Windows 10" --class windows --class os {
insmod ntfs
search --no-floppy --set=root --fs-uuid 90A04671A0465DBA
ntldr /bootmgr
}

记得将 90A04671A0465DBA 改成你自己的windows盘的uuid。