I once installed Debian onto my hard drive with GPT so there is a grub on it. Recently I erased Debian for some reason. But the grub is still there (which can launch nothing). How can I remove it? I know the trickfor MBR, can it be applied to GPT? Thank you.Code:dd if=/dev/null of=/dev/sdX bs=446 count=1
