Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
After cloning a system from the [[ReferencePlatforms|ReferencePlatforms]], the following steps need to be done on the new system: | After cloning a system from the [[ReferencePlatforms|ReferencePlatforms]], the following steps need to be done on the new system: | ||
= Leopard/Snow Leopard = | |||
* Set the hostname by opening up Terminal and typing: | * Set the hostname by opening up Terminal and typing: | ||
Line 9: | Line 9: | ||
* Go to System Preferences -> Bluetooth -> Advanced and clear the checkbox for "Open Bluetooth Setup Assistant at startup when no input device is present" | * Go to System Preferences -> Bluetooth -> Advanced and clear the checkbox for "Open Bluetooth Setup Assistant at startup when no input device is present" | ||
= Fedora/CentOS = | |||
* Open a terminal window and "su -" to become root. | * Open a terminal window and "su -" to become root. | ||
Line 18: | Line 18: | ||
Note: If you run into a "GRUB GRUB" error while booting, open the the IPMI console on a machine, boot an Ubuntu ISO(Virtual Storage), boot a 'rescue environment', then run "grub", with the commands "root (hd0,0)", and "setup (hd0)". After that, issue the command "dd if=/dev/sda of=mbr bs=512 count=63". Copy(and overwrite) the 'mbr' file onto the DeployStudio server into /Volumes/Deploy/Masters/PC/ImageName/mbr. That should fix the booting issue for all other imaged servers. | Note: If you run into a "GRUB GRUB" error while booting, open the the IPMI console on a machine, boot an Ubuntu ISO(Virtual Storage), boot a 'rescue environment', then run "grub", with the commands "root (hd0,0)", and "setup (hd0)". After that, issue the command "dd if=/dev/sda of=mbr bs=512 count=63". Copy(and overwrite) the 'mbr' file onto the DeployStudio server into /Volumes/Deploy/Masters/PC/ImageName/mbr. That should fix the booting issue for all other imaged servers. | ||
= Windows XP = | |||
Open System Properties and go to Computer Name tab, click on Change and enter the host's hostname there. Then click on 'more settings' to add the hosts domain name to the DNS suffix field. | Open System Properties and go to Computer Name tab, click on Change and enter the host's hostname there. Then click on 'more settings' to add the hosts domain name to the DNS suffix field. |