On: October 17, 2020
Can't boot into window after deleting ubuntu partition
Problem
- I have window and ubuntu dual-boot. When I am in window, I delete ubuntu partition by disk management. Then I can’t boot into window, my laptop only show grub menu.
Solution
Using efibootmgr
by below steps:
- Using USB boot of Ubuntu.
- Select trying linux ( without install)
- Open ternimal
sudo efibootmgr
( show all boot )sudo efibootmgr -b 1 -B
( delete ubuntu entry in menu boot order ) => It’s working now. I can boot into window.
References:
- https://askubuntu.com/a/923231
Tagged with linux