How to remove Android Bug GRUB (UEFI ONLY)
Channel:
Subscribers:
3,350
Published on ● Video Link: https://www.youtube.com/watch?v=wHJ7vMSqSWg
commands me use:
diskpart
disk list
select disk 0 (select the disk where installed windows)
list partition
select partition 2 (select partition where say System)
assign letter=S
exit
S:
format S: /FS:FAT32 (if not working just use command format S:)
y (in the 2 steps where say something of fomat just use y)
System (in the last part add name System)
bcdboot C:\Windows /s S: /f UEFI
exit
(Enjoy GRUB Bug Android its removed)