Ubuntu 12.04

From FOG Project
Revision as of 14:48, 3 December 2013 by Tom-elliott.7271 (talk | contribs) (Enabling Root on Ubuntu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

USE AT YOUR OWN RISK: We are not responsible for any damage to yourself, hardware, or co-workers. Use at your own risk. This is a set up that was proven to work in at LEAST 3 test environments. Any misuse or replication of this walk through in any other form is STRICTLY PROHIBITED.

Ubuntu 12.04, 12.10, 13.10 Setup & Installation

  1. Insert your Ubuntu installation disc and reboot the computer. Boot from the disc, Ubuntu will launch in it’s live form for you to get a feel for the OS or install. You will be presented with two options, install Ubuntu or run a Live instance. Click the “Install Ubuntu” Option when it is presented to you at the Welcome screen.
  2. Proceed with a normal install of Ubuntu. It is recommended to make the choice to Download the Latest updates while installing by Ticking the checkbox. Ubuntu will now examine hardware and alert you of any previously existing operating systems. Recommended that you remove all information unless you have other OS's you want to keep on the system. During the install Ubuntu will ask you to set your timezone, Layout, and some user information such as a user name and password. Set this information to your liking. In the latest flavors of Ubuntu the Root user account is disabled, after installation this guide will show you how to enable it. Ubuntu will copy files and begin the installation.
  3. After installation is complete, reboot. Remove the installation disc and press enter, your computer will reboot and boot up in it’s new operating system that is much faster and more durable than it’s squishy, virus prone, partners. Log in with the Password and the User you specified during installation.

Your system should now be installed and ready to go.

Enabling Root on Ubuntu

  1. Please open up a terminal or console and log in as the user you created.
  2. To gain access, enter the following command and re-type the user password.
    • sudo su -
  3. Then type the following command:
    • passwd root
    • It will ask you to enter the new password. You will not see anything being entered, but it is typing. Once complete Press Enter.
    • It will ask you to confirm the password. You will not see anything being entered, but it is typing. Once complete Press Enter.
    • The terminal will return with Password updated successfully!
  4. Type or copy the following code into the terminal and press enter.
    • echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf
  5. Please restart the machine with the command:
    • shutdown -r now
  6. Once the system returns, you can now login as the root user even from the GUI. Just type the username: root in the Password field, you'll type the password you set in the passwd root command above.

Setting static IP

To be continued.