Results 1 to 3 of 3
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-06-2012 #1Just Joined!
- Join Date
- Sep 2012
- Posts
- 1
How to remove grub from a GPT hard drive?
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 trick
for MBR, can it be applied to GPT? Thank you.Code:dd if=/dev/null of=/dev/sdX bs=446 count=1
- 10-01-2012 #2Just Joined!
- Join Date
- Sep 2012
- Location
- Bangalore
- Posts
- 22
If GRUB is sitting on physical partition which is not used by other OS, storage, etc. you can format the partition using utility of your choice (like Gparted !)
- 10-01-2012 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hello and welcome!

In addition to what Shantanu said above, installing a different bootloader to the same locations should overwrite GRUB, thereby removing it.oz


Reply With Quote
