Results 1 to 10 of 13
Hey, I am having a little trouble wiping my drive with knoppix in it
The system is not reconizing the floppy drive or CD drive or USB
I can make ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
Removing Knoppix
Hey, I am having a little trouble wiping my drive with knoppix in it
The system is not reconizing the floppy drive or CD drive or USB
I can make a DBAN floppy to wipe the drive on a windows OS but when placed in my computer with Knoppix it does not run DBAN when booting, does not work for CD's or a Flash Drive.
any sugestions?
I also don't have the root password because I bought the computer from someone else.
- 03-09-2008 #2
Apparently you have Knoppix installed on a hard drive. This should never be done. Knoppix is not supposed to be installed like that, it is a Live cd and putting it on a hard drive can cause grief.
When you say that the system doesn't recognise the CD drive, is it enabled in the BIOS? Can you boot from a CD?
The root password problem will be easy to sort out. When you remove Knoppix (which you really should do) and replace it with something else, you'll be able to create a new root password.Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 03-09-2008 #3
Hi and Welcome !
Do you want to wipe Hard Disk, no data, no partitions? Is Knoppix booting up fine?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-09-2008 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Check this HowTo for resetting the root password, then go to a terminal or konsole, su to root, and enter the following command to totally wipe the drive of all content:
You'll need to replace /dev/sda with your actual device name such as /dev/hda.Code:dd if=/dev/zero of=/dev/sda bs=512 count=1
If needed, you can use the fdisk -l command to determine your device name:
Note that it's a lowercase letter "L" in the fdisk command, and not a numeral 1.Code:fdisk -l
Last edited by oz; 03-10-2008 at 03:32 AM. Reason: corrected command
oz
- 03-10-2008 #5Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
Yes, Knoppix is installed on the hard drive, not something that I would have done, but that's just how it came.
One of the reasons from me removing knoppix was that I did not have the root password, but I'll see if I can reset it, thanks.
And the CD drive is being kind of strange. It' will read CD's, but not auto play them when loaded.
I can install games, but when I go to try to play them, it says that it cannot read a required file and for me to insert the CD.
Also as a side note, when originally trying to wipe the drive with DBAN, I could not make the disk on this computer because the drives could not be detected.
- 03-10-2008 #6
Boot up Knoppix and execute 'dd' command in Konsole as suggested by ozar. It will wipe your harddisk.
In case it doesn't work, execute fdisk -l command and post output here.
* Its small L in fdisk -l.Code:su - fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-14-2008 #7Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
Ok, so I screwed up resetting the root password somehow
I believe I edited the kernels wrong because now when the OS begins to load it says
GRUB 1.5 loading...
Error 17
So no I can't load knoppix to do these things....
Maybe I should just suck it up and by a new hard drive for that old piece of crap comp...Last edited by Kutison; 03-14-2008 at 12:43 AM. Reason: added more info
- 03-14-2008 #8
Do you have Floppy Drive?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2008 #9
What kind of grief are we talking about? I have Knoppix installed on my IBM thinkpad right now, concurrently with Windows XP. XP loads by default on a 60 gig partition, or I have 25 seconds to choose Knoppix 5.1 on a 10 gig partition. Since it all runs smoothly now am I in the clear? Or is something expected to break later? o_O;;;
- 03-19-2008 #10This is from Knoppix Wiki :
Originally Posted by enyocnosaj
More details are here.Be cautioned, however, that because Knoppix is designed for use from a Live CD, some choices have been made that are good when running from a live CD, but do cause problems when attempting to install Knoppix to hard disk, particularly when updating and installing new software. There are many and frequent reports of things that worked fine from the CD but stopped working after a "hard disk install".It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

