Sabahattin,
First of all you were very kind and your advices pointed me in the right
direction.
As I said to Rod Carty, I used the Ranish Partition Manager setting the MBR
from its state of Unknown IPL to Standard IPL.
Also I downloaded zap and wipe and read their documentation, while booting
with ultimatebootcd that I have found earlier that afternoon. I agree with
you they are great tools and fortunately I could solve my problem in the
previous step.
I downloaded zap and wipe from this location:
http://www.isgsp.net/files/ibm-wipe-zap.zip and thanks to the owner of this
site.
Thank you, best regards
Martin
"Sabahattin Gucukoglu" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Martin,
>
> "Martin" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>> How can I delete the information in the boot sector or somewhere that
>> prevents me from formatting this disk?
>
> I'm not entirely sure why these tools should respond to MBR corruption by
> falling over, nor exactly what Linux might have put there to in any way
> upset any standard partitioning tools, but anyway ...
>
> 1. If you have access to a live CD that you can use to boot Linux (EG
> Knoppix), do so and get to a root shell. Then, you could use something
> like:
> dd if=/dev/zero of=/dev/hda bs=1K count=64
> (assuming /dev/hda is the disk in question, i.e. pri/mast). That oughta
> wipe out enough to keep the tools happy (but there's then absolutely no
> hope of recovering any bootsector there, if you need to - unfortunately,
> Windows tools are known to depend on zeroing out the actual partition
> bootsectors/MDs for newly created partitions).
>
> 2. IBM's wipe.com or zap.com are cute little programs for DOS written in
> X86 assembler. They use int13 BIOS and have only 8gbyte access, but
> that's
> *more* than enough for your purpose. :-) Find them on the net somewhere;
> let me know if you can't and I'll try to dig them out for you.
>
> Hope this helps.
>
> Cheers,
> Sabahattin
>
>