Difference between revisions of "MacBuild PPC Checklist"
m (→Build) |
m (→Build: added -e1 to badblocks command) |
||
Line 41: | Line 41: | ||
# When prompted for HD partitioning we need to make a decision. | # When prompted for HD partitioning we need to make a decision. | ||
## If this is a computer with a wiped and tested hard drive we can accept the default and let the installation proceed. | ## If this is a computer with a wiped and tested hard drive we can accept the default and let the installation proceed. | ||
− | ## If this is a computer that needs to have the hard drive tested (coming straight from Mac eval or TARDIS), we need to run '''badblocks'''. To do this we choose "Go Back" and then select "Execute a shell" from the menu. At the prompt type "'''badblocks -wvvf -c1024 /dev/hda'''" and hit enter. If that command fails, try "'''badblocks -wvvf -c1024 /dev/sda'''" instead. It will take about 3 hours to run badblocks. | + | ## If this is a computer that needs to have the hard drive tested (coming straight from Mac eval or TARDIS), we need to run '''badblocks'''. To do this we choose "Go Back" and then select "Execute a shell" from the menu. 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. It will take about 3 hours to run badblocks. |
## If there are any bad blocks we must replace the hard drive. | ## If there are any bad blocks we must replace the hard drive. | ||
## If there are no bad blocks, you can proceed with the installation. To do this type "exit" to leave the shell, select "Partition drives" from the list, choose "Guided Partitioning" when the partitioner starts and then accept the defaults and the rest of the installation will proceed automatically. | ## If there are no bad blocks, you can proceed with the installation. To do this type "exit" to leave the shell, select "Partition drives" from the list, choose "Guided Partitioning" when the partitioner starts and then accept the defaults and the rest of the installation will proceed automatically. |
Revision as of 12:52, 14 September 2010
Build
Steps | Notes/Detailed Instructions | Done |
Attach network cable and power cord | ||
Clear the PRAM |
While starting up, hold the Option+Apple+p+r keys. Continue holding the keys until the system chimes three times. Release the keys after the third chime is heard and shift quickly to the Option+Apple+o+f keys. |
|
Set the system clock and NVRAM in Open Firmware |
While starting up, hold the Option+Apple+o+f keys. Release the keys when the Open Firmware prompt comes up. Run the following command: decimal dev rtc [sec min hour day month year] set-time All values aside from the year should be two-digit numbers in 24-hour format. The year should be a four-digit number. Additionally, the clock needs to be set to UTC, so remember to add 7 hours to the current time if on regular time or 8 hours during Daylight Saving Time. For example, to set the clock to 1:58 PM on September 18th, 2009, the command would be decimal dev rtc 00 58 20 18 09 2009 set-time To reset the NVRAM type the following commands in the specified order: reset-nvram set-defaults reset-all The system will reboot after the reset-all command is entered. |
|
Start the network installation and run badblocks if necessary |
To access this install, hold down the n key (for network) while the computer starts. As soon as the network icon starts blinking on the screen you may release the n key.
The remainder of the installation will take approximately 30 minutes and the computer will automatically reboot following the installation. |
|
Start up Ubuntu |
|
|
Set up the environment and verify hardware in the system |
add the following to the file:
save the file and then run
To verify the hardware in a system, open up a terminal and run: sudo lshw This runs a command called lshw (which stands for "list hardware") The items to pay attention to are:
|
|
Test CD/DVD data and sound |
|
|
Check if wireless works (if the system has a wireless card) |
Use Network Manager to see if you can connect to Free Geek's wireless network. If you can, the wireless card works. |
|
Test battery life |
To start the battery test:
To check the results of the battery test
|
|
Generate "printme" report for system |
|
|
Finish up the build |
Power down the system, attach the printme sheet, and take to the store or place on storage shelf as appropriate. |