LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   partitioning? (https://www.linuxquestions.org/questions/linux-newbie-8/partitioning-455682/)

silvershady22 06-17-2006 10:51 AM

partitioning?
 
Im trying to get rid of grub, how do i delete a partition with just the console?
(i was looking to just delete the whole partition grub is on hda1)

saikee 06-17-2006 11:24 AM

If you have Grub in the MBR the only way to get rid of Grub is to overwrite it with another boot loader. Any other way could be dangerous because the partition table is inside the 512 bytes of the MBR too.

If you have a Dos floppy with fdisk.exe inside then Grub will be overwritten by booting the Dos floppy up and typing
Code:

fdisk /mbr
The alternative is to load a Win2k or XP installation disk, opt for recovery console and issue the command
Code:

fixmbr

silvershady22 06-17-2006 11:34 AM

ok ill try that


All times are GMT -5. The time now is 08:37 AM.