15-02-2009, 06:08
|
#1
|
|
Inactive
Join Date: Jan 2008
Posts: 954
|
Hard Disk Problem
This is probably the wrong place to ask this, if so the mods can feel free to move or delete this as they deem fit, with no hard feelings.
I am hoping someone can come up with a solution to a problem I am having with a recently "reclaimed" hard disk. Let me explain a little about the situation...
I have 2 PC's, one runs as a fileserver/internal webserver for testing webapplications on, and runs Ubuntu Linux. The other PC is a gaming PC, running Windows Vista.
I recently put a larger hard disk in the fileserver, that was a painless operation. I then decided to put the old disk that was in the fileserver, into the gaming PC to give me more disk space. Here is the problem...
The gaming PC now keeps trying to boot off that disk, instead of its own hdd. Meaning I have to keep pressing F11 at boot time, to get the boot menu, and select the right disk to boot from.
I have been into BIOS, but there is no option to select which hard disk to boot from as default, just "HDD Group", "ATAPI CDRom", "Network", and "USB Devices", so thats of no use.
I have downloaded Maxtor's Maxblast utility and deleted all the partitions off the disk, however, it doesn't seem to be able to delete GRUB, which is the one thing it needs to delete in order to stop it trying to boot from it.
Some forums have suggested downloading Maxtor's "PowerMax" software, and create a set of bootable floppies, and do a low-level format. Modern machines don't have floppy disk drives anymore, so that is an avenue I cannot persue.
I have tried a gparted live CD, again, that was unable to remove GRUB from it.
Other forums have said to boot the Vista dvd, and let it fix the MBR. The thing is, the MBR of the main disk doesn't need fixing. I need the MBR of the secondary disk wiping... or something.
So, does anyone have a suggestion?
|
|
|
15-02-2009, 07:15
|
#2
|
|
Inactive
Join Date: Oct 2008
Location: Essex
Services: Sky TV, VM 20Mb
Posts: 110
|
Re: Hard Disk Problem
Hi, what type of hdd's are they i.e IDE on same cable sata etc and has any of the drive letters changed, sometimes when reclaimed hdd is installed you can get conflict with drive letters and windows will automaticlly change drive letters as there can only be one C: drive I have had this before.
|
|
|
15-02-2009, 08:17
|
#3
|
|
Inactive
Join Date: Jan 2008
Posts: 954
|
Re: Hard Disk Problem
The main disk is SATA, the second disk, the one I added is EIDE. Yes my PC has both SATA and EIDE interfaces.
No drive letters have changed.
--Edit: Found the solution--
Windows has no tool for this that I could find. The final solution was:
1) Download and burn the cd iso of gparted-live
2) Boot gparted-live
3) Select the drive you wish to work on.
4) Remove all partions.
5) Remove MBR record. <- This is the key step. No windows tool will remove the MBR.
6) Apply changes.
7) Reboot.
And now it boots properly.
|
|
|
15-02-2009, 08:40
|
#4
|
|
Inactive
Join Date: Oct 2008
Location: Essex
Services: Sky TV, VM 20Mb
Posts: 110
|
Re: Hard Disk Problem
all good then?
|
|
|
15-02-2009, 08:49
|
#5
|
|
Inactive
Join Date: Jan 2008
Posts: 954
|
Re: Hard Disk Problem
Its a MCP61PM-HM (Basically, a Compaq rebadged Nettle-2).
The PC started off life as a cheap, factory reconditioned, ex-demo unit. It's since recieved more RAM, a faster CPU, better graphics card, better sound card, etc. I guess if I want to keep expanding it, it needs a better motherboard.
Yes, alls good now, thanks.
|
|
|
15-02-2009, 11:03
|
#6
|
|
Inactive
Join Date: Feb 2004
Location: There's no place like 127.0.0.1
Services: Depends on the person and the price they're offering
Posts: 12,384
|
Re: Hard Disk Problem
For future reference there's an awesome utility within Linux called dd.
You can use it to write zeros to every bit on a drive. This includes the space occupied by the MBR.
Where # is the drive you want to zero:
Code:
dd if=/dev/zero of=/dev/hd#
The drive should not be mounted when you start the process, and you should direct 'of' to the drive and not to individual partitions (unless you want to zero a partition of course.....). You'll need to format the drive when you're done and you will lose every piece of data on the drive
|
|
|
15-02-2009, 11:39
|
#7
|
|
Guest
|
Re: Hard Disk Problem
Quote:
Originally Posted by Milambar
Its a MCP61PM-HM (Basically, a Compaq rebadged Nettle-2).
The PC started off life as a cheap, factory reconditioned, ex-demo unit. It's since recieved more RAM, a faster CPU, better graphics card, better sound card, etc. I guess if I want to keep expanding it, it needs a better motherboard.
Yes, alls good now, thanks. 
|
like triggers broom he has had it 20 years its only had 17 new heads and 14 new handles
http://www.youtube.com/watch?v=jSmSTpRUeLs
|
|
|
|
15-02-2009, 20:11
|
#8
|
|
cf.mega poster
Join Date: Jun 2003
Location: Mansfield
Age: 59
Services: There is no destination to life, the journey is everything!
Posts: 5,532
|
Re: Hard Disk Problem
Quote:
Originally Posted by zinglebarb
|
lol pmsl
|
|
|
22-02-2009, 04:23
|
#9
|
|
Inactive
Join Date: Feb 2009
Posts: 5
|
Re: Hard Disk Problem
This brings back memories lol! The problem you experienced was actually common around a decade or so ago when PC's moved over to NTFS. There was in fact a windows utility available then that allowed you to remove all partitions and effectively wipe the disc clean, but the name escapes me, will probably come when it hits my memory reserves lol You would have though had to maka a boot disc, commonly a 3.5' 1.44 floppy but I suspect it would have worked fine copied onto a dos boot CD which is fairly easily obtainable (still). Actually while writing this the old grey matter has had a sudden burst - I think the utility was called delpart.exe
|
|
|
22-02-2009, 10:19
|
#10
|
|
Inactive
Join Date: Feb 2009
Location: Luton
Services: Virgin Media 100Mbps
Sky TV
BT Infinity (Installed Soon)
Posts: 14
|
Re: Hard Disk Problem
Quote:
Originally Posted by itsbroke
This brings back memories lol! The problem you experienced was actually common around a decade or so ago when PC's moved over to NTFS. There was in fact a windows utility available then that allowed you to remove all partitions and effectively wipe the disc clean, but the name escapes me, will probably come when it hits my memory reserves lol You would have though had to maka a boot disc, commonly a 3.5' 1.44 floppy but I suspect it would have worked fine copied onto a dos boot CD which is fairly easily obtainable (still). Actually while writing this the old grey matter has had a sudden burst - I think the utility was called delpart.exe
|
fdisk is probably what you are thinking about... Ahh the good 'ol days...
|
|
|
22-02-2009, 10:46
|
#11
|
|
Guest
|
Re: Hard Disk Problem
fdisk was a dos utility and did not partition to NTFS
|
|
|
|
22-02-2009, 10:55
|
#12
|
|
Inactive
Join Date: Dec 2006
Location: Lincoln UK
Age: 77
Services: 50Mb, TV & Phone
Posts: 3,673
|
Re: Hard Disk Problem
Quote:
Originally Posted by alphadog911
fdisk is probably what you are thinking about... Ahh the good 'ol days... 
|
fdisk could never cope with removing non-MS boot records IIRC.
try gdisk.. that was always what I used.
|
|
|
22-02-2009, 11:57
|
#13
|
|
Inactive
Join Date: Feb 2009
Posts: 5
|
Re: Hard Disk Problem
I loved fdisk, made messing about with partitions so much fun! Delpart.exe on the otherhand was used to remove NTFS partitions that fdisk could not cope with. (it could not create them).
|
|
|
22-02-2009, 13:03
|
#14
|
|
Guest
|
Re: Hard Disk Problem
fdisk was a nightmare. analyse partition analyse again stuff that im glad I will never use it again
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 02:17.
|