Results 1 to 4 of 4
i have a problem , i installed fedora only on notebook , i need remove grub .
obvious search in google , but no find i need . winxp remove ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-28-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 2
How do I remove grub ? on fedora 17 :confused:
i have a problem , i installed fedora only on notebook , i need remove grub .
obvious search in google , but no find i need . winxp remove grub but not linux or fedora remove grub.
- 10-29-2012 #2
Hi and Welcome !
Why do want to remove Grub? Are you planning to install other Linux distro or boot loader? There are a lot of ways to remove Grub. Boot up Fedora from Hard disk or use its LiveCD/USB and execute this command in Terminal :
Above command will remove GRUB from MBR.Code:su - dd if=/dev/null of=/dev/sda bs=446 count=1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-29-2012 #3Just Joined!
- Join Date
- Oct 2012
- Posts
- 2
as i have only fedora, i want remove grub, I think is not important grub.
no, I have fedora and not any other operating system.
just remove grub.
Code:su - dd if=/dev/null of=/dev/sda1 ds=512 count=1 # dd if=/dev/null of=/dev/sdX bs=446 count=1 That doesn't work. You need to use /dev/zero
forgive my English.
Thanks for your answer.
i love fedora.Last edited by vgannicus; 10-29-2012 at 04:37 AM. Reason: fix
- 10-29-2012 #4
If you remove GRUB, you won't be able to boot up Fedora. As I asked earlier, why do you want to remove GRUB?
You are executing wrong command.
Code:su - dd if=/dev/null of=/dev/sda bs=446 count=1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

