Quote:
Originally posted by dasy2k1
I am trying to install Slackware 10.2 on a old windows ME box that has totally crashed.
|
You want to replace Win ME by Slackware I understand... Correct me if I am wrong.
What could help is:
take a MsDos installation diskette, boot up and issue:
A:> fdisk /MBR
This cleans your Master Boot Record. (for your lilo bootmanager).
use the fdisk from MsDos to destroy all current partitions.
It is better not to use Linux' fdisk to do this. That often gives 'issues'.
Then with a clean hard disk start the installation cdrom, first use fdisk (or cfdisk) to make some partitions (advice: minimal two, one for / and one for /home), and a swap partition. then start setup.
If your hardware is OK, your installation should go well now.
Quote:
Originally posted by dasy2k1
the caps lock and scroll lock lights on the keyboard then flash at me (which also stops me from changing my KVM to the windows box i am writing this on!)
|
What is a KVM? I don't understand what you are telling us here.
As a last ressort you could try the following:
startup a linux flop, knoppix, Slackware cd # 2 (that one is bootable with a small system, i am told), some other live cd.
don't mount your harddisk /dev/hda
issue :
# dd if=/dev/null of=/dev/hda
This should run a couple of hours, and you get a disk full of $00 bytes, everything is wiped out. Then your disk should be fdisked with linux fdisk and an installation should succeed.
However I never tryed this out myself. Google around for more advice.
Good luck, Douwe