Difference between revisions of "Hard drive wiping checklist"

From FreekiWiki
Jump to navigation Jump to search
m (→‎Macintosh Hard drive Wiping procedure: added network access to badblocks)
Line 10: Line 10:
 
|width="7%"  align="center"|Done
 
|width="7%"  align="center"|Done
 
|-
 
|-
| Turn computer on and insert ''Ubuntu 8.04 Alternative Install'' CD. Then turn off computer||
+
| Connect keyboard, mouse, and network cable to the computer ||
 
||
 
||
 
|-
 
|-
| Boot from CD||
+
| Boot from network||
Hold down the "'''c'''" key while turning the computer on. Release the key when boot menu appears and type "'''rescue'''"
+
Hold down the "'''n'''" key while turning the computer on. Release the key when you see the flashing globe on the screen.  At the first stage bootloader, press the "'''l'''" key to boot into Linux.  Press enter at the second stage bootloader to start the process.
 
||
 
||
 
|-
 
|-
Line 22: Line 22:
 
|-
 
|-
 
| Execute shell ||
 
| Execute shell ||
Use the tab key to "'''go back'''" two screens to a menu of options. Use the arrow key to highlight "'''Execute shell'''" and press enter.  
+
Once the system asks you to confirm the hard driving partitioning scheme, use the tab key to "'''go back'''" two screens to a menu of options. Use the arrow key to highlight "'''Execute shell'''" and press enter.  
 
||  
 
||  
 
|-
 
|-
 
| Run badblocks ||
 
| Run badblocks ||
At the prompt type "'''badblocks -wvvf -c1024 /dev/hda'''" and hit enter.  If that command fails, try "'''badblocks -wvvf -c1024 /dev/sda'''" instead.
+
At the prompt type "'''badblocks -wvvf -c1024 -e1 /dev/hda'''" and hit enter.  If that command fails, try "'''badblocks -wvvf -c1024 -e1 /dev/sda'''" instead.
 
||
 
||
 
|}
 
|}

Revision as of 14:12, 20 July 2010

Macintosh Hard drive Wiping procedure

Mac hard drives are wiped while still inside the system. This is because Macs take forever to disassemble. Currently Mac hard drives are wiped using the tools available during the network installation. Details are contained in the MacBuild checklists. If you should need to wipe a hard drive using a CD rather than the network you can use the instructions detailed below.

Please follow the steps below to wipe a hard drive. If you come across problems, such as the system won't boot from CD, you can refer to MacBuild Tips 'n Tricks for troubleshooting.

Steps Notes/Detailed Instructions Done
Connect keyboard, mouse, and network cable to the computer
Boot from network

Hold down the "n" key while turning the computer on. Release the key when you see the flashing globe on the screen. At the first stage bootloader, press the "l" key to boot into Linux. Press enter at the second stage bootloader to start the process.

Go through the prompts given and chose the appropriate options

The options you should select are English, United States, NO, USA, and USA.

Execute shell

Once the system asks you to confirm the hard driving partitioning scheme, use the tab key to "go back" two screens to a menu of options. Use the arrow key to highlight "Execute shell" and press enter.

Run badblocks

At the prompt type "badblocks -wvvf -c1024 -e1 /dev/hda" and hit enter. If that command fails, try "badblocks -wvvf -c1024 -e1 /dev/sda" instead.