You are not logged in.

#1 2009-02-21 00:23:36

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

GRUB is impossible to uninstall!

Hi guys,


I ha ve to install windows vista. So I got a nice 180Gb NTFS partition setup for it (/dev/sdb1). But when I'm installing Vista the computer reboots (its normal for it to that) but instead of continue with the installation, it boots into grub! The same thing happen when installing windows XP! So I can't install no windows! (I know that's great, but there's a new game coming on 25th and I wanted to play!)

So I decided to uninstall GRUB. I've tried everything out there and nothing works for me! Here is a list of all the things I tried:

- pacman -R grub
- fixmbr (using windows XP cd)
- fixboot (using windows xp cd)
- Bootrec.exe /FixMbr (using windows vista cd)
- dd if=/dev/null of=/dev/sdb bs=446 count=1
- Fix MBR with Super GRUB Disk

None of the above worked. What did work however was this

dd if=/dev/zero of=/dev/sdb bs=446 count=1

when I rebooted after that I got nothing but a blank screen, so I thought that I had got it, but when vista reboots during installation instead of continuing installation I got the same blank screen....

so I chrooted into arch grub-install'ed and here I am asking for your help....


hope you can help me...

Last edited by saz (2009-02-21 01:30:01)

Offline

#2 2009-02-21 04:43:32

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: GRUB is impossible to uninstall!

try swapping your disks ... seeing you have removed grub anyway

Otherwise - your computer will always try to boot from the primary disk - which is where you had grub
If you want to reinstall grub, then add the following to menu.lst:

title windows vista
rootnoverify (hd0,1)
chainloader +1

- or -
you can swap the disks in grub thus:
map (hd0) (hd1)
map (hd1) (hd0)

- but you have allready removed grub ... yup, I would just swap disks so that sdb becomes sda and vice versa

Offline

#3 2009-02-21 20:39:12

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: GRUB is impossible to uninstall!

perbh solution sounds about right... By the sound of it you're replacing Arch with Windows (as opposed to dual booting)?

btw, after your dd command above, did you re-create the partition table in fdisk / cfdisk / gparted etc?

Offline

#4 2009-02-21 23:25:35

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: GRUB is impossible to uninstall!

If you want GRUB gone, the only way I recall doing it easily was to boot a Windows disk and go into the recovery console. Then youtype something like "fixmbr" or something. That fixes the MBR on the drive. you then install Windows and start missing Linux...


Matt

"It is very difficult to educate the educated."

Offline

#5 2009-02-21 23:40:24

Xyne
Administrator/PM
Registered: 2008-08-03
Posts: 6,963
Website

Re: GRUB is impossible to uninstall!

mrunion wrote:

If you want GRUB gone, the only way I recall doing it easily was to boot a Windows disk and go into the recovery console. Then youtype something like "fixmbr" or something. That fixes the MBR on the drive. you then install Windows and start missing Linux...

saz wrote:

So I decided to uninstall GRUB. I've tried everything out there and nothing works for me! Here is a list of all the things I tried:

- pacman -R grub
- fixmbr (using windows XP cd)
- fixboot (using windows xp cd)
- Bootrec.exe /FixMbr (using windows vista cd)
- dd if=/dev/null of=/dev/sdb bs=446 count=1
- Fix MBR with Super GRUB Disk


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#6 2009-02-21 23:54:36

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: GRUB is impossible to uninstall!

Perhaps the bs=446...s/b bs=512  ?????


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#7 2009-02-22 16:08:23

MajorTom
Member
Registered: 2008-09-12
Posts: 58

Re: GRUB is impossible to uninstall!

lilsirecho wrote:

Perhaps the bs=446...s/b bs=512  ?????

Don't. This would overwrite the partition table.

Windows' fdisk should be able to write MBR. If I remember right, there's a hidden switch fdisk /mbr
The last time I used it was from a Windows 98 boot floppy though.

Offline

Board footer

Powered by FluxBB