Lab Session 1 Installing Multiple Os: Prerequisite Knowledge
Lab Session 1 Installing Multiple Os: Prerequisite Knowledge
INSTALLING MULTIPLE OS
In this lab session we will be dealing with:
Native Installation of Linux
Removing the installed Linux
Installing Linux on a Virtual Machine
Prerequisite Knowledge:
Basic computer operations along with some knowledge of BIOS setup.
Prerequisite Tools/software:
USB drive with at least 700MB free space , x86 emulator, ISO for any Linux distribution,
Universal USB Installer.
In this lab session, we'll use Ubuntu for the demonstrations. We'll first install it natively on a
system, in it's own partition, and then we'll install it again inside VMware Player and
VirtualBox running on Windows and QEMU running on Linux. Then we'll remove Linux to
bring the system back to its single-boot state.
• Browse an ISO image from Hard Disk and select USB flash Drive letter.
• Set Few MB size for storing changes(100 MB ) and click on create.
• Just wait now. Let it Complete the process and finally close it.
NATIVE INSTALLATION
The term dual-booting refers to the common configuration of exactly two operating systems.
Installing Ubuntu
1. If you choose to install Ubuntu directly, the installer will launch immediately. If you
choose the Try Ubuntu option, you'll be in the Ubuntu live session. From there, click the
Install Ubuntu icon on the desktop.
2.Choose your time zone.
3. Then choose the keyboard layout and the default generally is USA.
4. Now comes the most important part in the process i.e. the partitioning part.
• Choose "Manually edit partition table"
• Listed will be your current partitions
• Select the partition you want to resize and press Enter.
• Select "Size:” press Enter.
• Select Yes, press Enter.
• Type in a new size in Gigabytes for your partition, it's recommended that
there is AT LEAST 10 GB of free space for your Ubuntu install. Press Enter.
• Create a swap partition of at least your amount of RAM (if you don't know,
2000 MB is a good value).
• Create a partition for your Ubuntu installation, at least 10 GB. The root
directory or mount point is ‘/’.
• In the format partition choose the ext4 file system and Mount point “/”.
Select "Finish partitioning and write changes to disk".
5. Next you have to give your details.
6. Now Ubuntu will show you the settings which you have specified throughout the
process.
Go through it (If you want). And click on “Install”. After that Ubuntu will start installing.
REMOVING NATIVE INSTALL
Removal of Linux will require two steps – To restore the previous boot loader, and to actually
delete all its files so the space can be used elsewhere.
• Oracle VirtualBox – Multi Platform, available for both Linux and Windows.
• VMware Player – Multi Platform, available for both Linux and Windows.
• QEMU – default software in the Ubuntu linux distribution.
Now that we know what Virtual Machines are, we’ll first try installing Linux as a Virtual
Machine in Windows, using two softwares, VirtualBox and VMware Player, and then install
Linux inside Linux using QEMU.
1. VIRTUALBOX
Questions:
1.What is native installation ?
2.What is the need of Virtual machine?
3.While using Virtual machine does it affect speed of computer?
4. What are the different Boot Loaders that are used to boot a system?
5. What is dual booting and how can that be configured?
6.What is the advantage of using bootable pen drive to install os.?
7.Why we need to create swap area while installing linux?
8.What are the different distributions of linux?