Find the answer to your Linux question:
Results 1 to 8 of 8
hello all, i am still very new at this, and unfortunately would like to remove suse from my computer completely. dont have windows on seperate partition. just need everything off ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    4

    uninstall suse 10, completely *solved - thanks*

    hello all,

    i am still very new at this, and unfortunately would like to remove suse from my computer completely. dont have windows on seperate partition. just need everything off and a fresh start.

    thanks
    Last edited by chavo; 03-27-2007 at 05:28 AM. Reason: solved

  2. #2
    Linux User tech_man's Avatar
    Join Date
    Jan 2007
    Location
    USA
    Posts
    385
    Easiest is DBAN.
    'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
    --Abraham Lincoln

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    4

    what if my cd drive is not yet configured?

    my cd drive is not yet configured, and i really don't know how to

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Maybe the floppy version available from the same link will work for you.
    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.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    boot up SuSe, log in as root and execute this
    Code:
    dd if=/dev/zero of=/dev/hda bs=521 count=1
    this command will *wipe* harddisk and harddisk will be clean on reboot.
    if your disk is SATA, replace hda with sda.
    [/code]
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Mar 2007
    Posts
    4

    got this message:

    1+0 records in
    1+0 records out
    521 bytes (521 B) copied, 0.024078 seconds, 21.6 kB/s

    not too sure...?


    Quote Originally Posted by devils_casper
    boot up SuSe, log in as root and execute this
    Code:
    dd if=/dev/zero of=/dev/hda bs=521 count=1
    this command will *wipe* harddisk and harddisk will be clean on reboot.
    if your disk is SATA, replace hda with sda.
    [/code]

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    1+0 records in
    1+0 records out
    521 bytes (521 B) copied, 0.024078 seconds, 21.6 kB/s
    its done. your harddisk is blank now. reboot machine and check it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Posts
    4

    perfect

    thanks for everyone's help. hard drive is clean

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...