Difference between revisions of "Hard drive wiping checklist"
Line 1: | Line 1: | ||
+ | This page is outdated. It should be edited soon. | ||
+ | |||
=Macintosh Hard drive Wiping procedure= | =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. | 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. |
Revision as of 17:23, 25 March 2011
This page is outdated. It should be edited soon.
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. |