install ubuntu server 12.04 LTS

In this article I will be going through basic steps for installing Ubuntu Server 12.04 LTS, this is actually part of another article “Install Fog Server” just to cover whatever is needed for a working setup of Fog Server I am covering installation of base OS i.e. Ubuntu Server 12.04 LTS.

lets start the fun,  I got this old Dell PC ‘Optiplex 380’ to test on.

Install_ubuntu_on_Dell_PC
Dell Optiplex 380

This is actually quite fine for running a Fog Server Setup based on Ubuntu Server,

  • Download ISO file from ubuntu site this is 32bit ubuntu server 12.04 “not latest” but I want to use this as it works perfectly fine, had some issues with 14.04 :-(.  once you got CD ready boot your PC/Server from that CD and enter the Install mode.

    ubuntu_boot
    ubuntu_boot_screen
  • Just follow very basic steps like keyboard, language selection and keep hitting ENTER.
  • Important step is Static IP as for this server we need static IP , during install it will try to get IP from your DHCP server if you have one running, if not it will say failed to get IP and give you options to manually enter IP, or even if its taken IP automatically, then it will present you with hostname Screen.  now here I will hit “Go Back”  so that we can define IP parameters manuually.

Ubuntu Server IP setup

  • Hit Go Back and you will get manually IP setting scree.

IMAG0943

  • go through manual IP setup process, then simply follow the instructions and best to use “Guided Use Entire Disk”  option for disk format etc. so this will actually utilize entire disk .
  • at select and install software screen we will just select, SSH server, so that we can get in via putty etc remotely.

select and install ubuntu

  • hit continue and this will proceed with install process,
  • At last say yes to “Install the GRUB boot loader to master boot record”
  • install should complete and ask you to remove disk and system will reboot. ready for you to login to console with username/password you created during install “this is not root user yet”
  • Now we need to create password for Root User so we can login using root remotely via putty .
  • login with standard username/password you created during install then enter below command.
  • sudo passwd
  • this will ask you to enter your standard user password twice then ask you to setup new password for root, here you can define any good password for Root user.
  • now we can login remotely via putty using IP address with root user, i would recommed doing “apt-get update” and “apt-get upgrade” just to install aviable updates etc.

with this you should have minimal running Ubuntu server,  ready to install Fog server or any other applications if you have plan for.

thanks  for reading. positive comments welcome.

Regards

Harry

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *