Results 1 to 3 of 3
Hi there.
I received an old (read: ancient) IBM Thinkpad as a gift a few years back and it's running a version of Debian. Now, I haven't used it in ...
- 03-22-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Delete Everything
Hi there.
I received an old (read: ancient) IBM Thinkpad as a gift a few years back and it's running a version of Debian. Now, I haven't used it in a while, but since recently I've had sparked interest in getting it up and running again.
What I'd like to do is completely remove everything and install either Windows XP or a lightweight OS, like Puppy Linux.
Now, being I've used Windows for 99.5% of my lifetime, I have no clue where to begin. How do I go about formatting and deleting everything?
I assume once all is gone, I start up the laptop with a disc containing the new OS (Puppy Linux for example) and its a simple install right?
Help really appreciated.
PS - For added fun, I don't have access to the root account being that I have no clue what the root password is. I'm not sure, but I'm guessing I might need that to do this, could be wrong though.
- 03-22-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Welcome to the forums!
You can wipe the drive and get a fresh start quickly and easily by using a Linux liveCD such as Parted Magic.
After downloading the Parted Magic ISO file and burning it to disk, you can wipe the drive of all content by booting with the liveCD, going to a terminal, and issuing the following command:
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
Using the dd command above will write zeros to the entire drive giving you a totally fresh start.
If needed, you can use the fdisk -l command to determine your device name:
On the other hand, if your Windows installation CD will boot, you might be able to boot with it and then delete all the current partitions from there.Code:fdisk -l
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-22-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Hey ozar, you rock. Worked like a charm. Now to install Puppy Linux, hopefully I can do it on my own, if not, I'll brb

EDIT: Eh, I almost did it all on my own. New problem, lol - http://www.linuxforums.org/forum/oth...tml#post679726


Reply With Quote
