Installation of Fedora 12 with CD

Size: px
Start display at page:

Download "Installation of Fedora 12 with CD"

Transcription

1 Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com This document is produced under Creative Common License (Attribution No Derivatives). Attribution will be given to investech.wordpress.com.

2 Contents Preparation for Installation... 3 Choosing Between 32-bit / 64-bit Operating System... 3 Getting Fedora... 3 Hardware Requirement (x86)... 3 Getting Help... 4 Installation of Fedora 12 using Net Install CD (32-bit/64-bit)... 5 Start Installation using CD... 5 Hard Disk Partition... 9 Automatic Configuration of Disk Partition... 9 Manual Configuration of Disk Partition (without LVM) Manual Configuration of Disk Partition (with LVM) Manual Configuration of Disk Partition (with encryption) Setting Boot Loader (using Grub) Establish Internet Connection Customize Installation Package Completion of the Installation Post Installation Setup After the Installation Text Mode Minimal Installation on Fedora 12 using Net Install CD Alternative Installation Mode on Fedora 12 using Net Install CD

3 Preparation for Installation Choosing Between 32-bit / 64-bit Operating System When deciding to use 32-bit or 64-bit Fedora, you should consider the need and the usage of the system. If you have proprietary hardware, the drivers and software are usually written in 32-bit. You would have less problem with software installation such as Adobe products and most media players, since most of these software were written in 32-bit. You could still install and use 32-bit software in a 64-bit operating environment. However, you need to download all the 32-bit libraries, wrapper and component for installation and compilation. This will increase your hard disk space since you need to maintain both 32-bit and 64-bit libraries. You should consider using 64-bit operating system if you need to use a particular software application that requires speed and large amount of memory and this software is supported in 64- bit Linux. If you have more than 3GB of RAM, you should consider using 64-bit operating system because the 32-bit operating system only recognizes 3GB of RAM. You could use 32-bit Fedora that addresses more than 3GB of RAM. This requires a different kernel known as PAE (Physical Addressing Extension) kernel. This Fedora kernel makes use of PAE features provided by Intel. Getting Fedora You can download the latest Fedora distribution at Download the net install CD. For 32-bit version, the file name is Fedora-12-i386-netinst.iso and for 64-bit version, the file name is Fedora-12-x86_64-netinst.iso. This ISO is the smallest in size; it occupies only 350MB of CD space. Proceed to burn the ISO image to a CD. You can search the web on how to burn an ISO image to a CD. You can use the ISO image if you are installing on a virtual machine. Hardware Requirement (x86) Ensure that your hardware meets the minimum requirement: Recommended for text-mode: 200 MHz Pentium Pro or better Recommended for graphical: 400 MHz Pentium Pro or better Minimum RAM for text-mode: 256MB Minimum RAM for graphical: 512MB Recommended RAM for graphical: >512MB The hard disk space required is depend on what application you choose to install. You required a minimum of 5GB with minimal installation that includes basic GNOME desktop application. You need more space if you want to download everything. It is recommended you have a hard disk space of 6GB to 8GB for the operating system and applications. You might need additional hard disk space for user data. At least 5% free space should be maintained for proper system operation. 3

4 Getting Help You can look for helpful HOWTO documents, installation guide and wikis at You can search the web for help to resolve Fedora issues. You can also check out the following Linux forum: o o o 4

5 Installation of Fedora 12 using Net Install CD (32-bit/64-bit) Start Installation using CD This CD is the smallest in size because it does not contain any software packages. All it contains is the installation program. The installation program is configured to download the latest software directly from the Internet. This installation may take longer than usual because everything has to be downloaded from the web. The advantage is that you will install the latest software with the latest kernel. There is no need for kernel or software update. However, please beware to the download and installation time. It took 2 hours for a basic installation of Fedora with GNOME desktop excluding office and productivity software (1072 packages). On the start of installation you are given the choice of checking your DVD media for corruption. You may choose to skip it. 5

6 The installation program starts with the screen below. Then you proceed to select the language. 6

7 Choose the type of keyboard to use If you have new hard disk which has not been initialized, you might get a message asking to initialize the hard disk. The host name is the name of your computer. You need to supply the host name using the internet format localhost@domain.com. Local host is the name of the computer; domain name is use when you have an Internet domain. For personal use and home use, you can use the defaults. 7

8 Select your time zone Enter the root password The next stage, which is the most important stage, is to designate the drive partition where Fedora is to be installed. 8

9 Hard Disk Partition Automatic Configuration of Disk Partition If you have only one primary drive, you should let the system configure the drive. In Fedora 12, the default configuration creates a 200MB of hard disk using ext4 file system with mount point /boot. The rest of the disk partition is configured using LVM. Within the LVM group, there are 2 logical partition volumes. The lv_swap is configured using swap file type having the disk size twice as much as your RAM (swap file size = RAM x 2). The lv_root is configured using the rest of the hard disk with ext4 file system using mount point / (root or first level of the file system). Additionally, you have the option to encrypt the whole hard disk using a passphrase. 9

10 Manual Configuration of Disk Partition (without LVM) If you choose to configure the partition manually, you need to choose Create custom layout. This is especially true if you are having mixed partition with the Windows file system. Under Fedora 12, it is recommended that you create the following minimum partition: One main partition using ext4 file system with mount point set as / One swap partition using swap file system using a disk space of (RAM x 2) 10

11 The procedure for configuring disk partition manually is as follows: First, select Create Custom Layout Click [New], select the file type (either ext4 or swap) and select the mount point. You need to determine the size of the partition and the hard disk drive which the partition is to be created. 11

12 For better management of disk space with multiple users or large data size, you might consider the following: You might consider adding one or more partition using ext3 or ext4 with mount point /usr or /home. For a computer system with multiple users or computer system with large user data; it is better for user data to be place in a separate partition. If you have multiple hard disks, it is faster for the swap partition to be located in separate hard disk. LVM is designed for large hard disk space spanning into multiple hard disk. If you require more hard disk space and would like to combine multiple hard disk into a single logical volume; then you should configure the partition with LVM. For home user with a single hard disk, LVM is not necessary. This is the reason we do not use LVM for manual configuration. Manual Configuration of Disk Partition (with LVM) Under Fedora 12, it is recommended that you create the following minimum partition using LVM: One boot partition of MB, using ext4 file system with mount point set as /boot. (Boot partition does not work with LVM) The rest of partition format using LVM with group name of your choice such as VolGroup. To create logical partition in LVM. Click LVM button. Within LVM you can set the following: o One main partition using ext4 file system with mount point set as / o One swap partition using swap file system using a disk space of RAM size x 2 12

13 Manual Configuration of Disk Partition (with encryption) Under Fedora 12, it is recommended that you create the following minimum partition: One boot partition of MB, using ext4 file system with mount point set as /boot. (Boot partition cannot be encrypted) One swap partition using swap file system using a disk space of RAM size x 2 (Swap file can be encrypted) The rest of partition using ext4 file system with mount point set as / with encryption. Note: Make sure you check the Encrypt checkbox at the bottom 13

14 You will be given an opportunity to create a passphrase for the encryption. For laptop user, it is better to encrypt the whole hard disk except the boot partition. 14

15 Setting Boot Loader (using Grub) Fedora uses Grub as boot loader. You can choose to set up Grub as the default boot loader (in sda or hd0, 0 or 1 st partition in 1 st drive) in a multiple OS environment. You can choose not to install Grub if you have other boot loader installed. This means that you must configure your current boot loader before you could boot up Fedora. By default Grub is set to be installed in MBR which is usually the first partition in the first hard disk. Alternatively you can set the Grub on your Linux partition. Using this option, the system assumes that you have another boot loader in the MBR. This option allows you to use another boot loader to point to your Grub boot loader to load Fedora. You need to modify other boot loader to point to the Grub in your Linux partition or you won t be able to boot up Fedora. For any boot option used during the installation, you need to permanently include them in the boot loader. The configuration file is located at /boot/grub/grub.conf. If you have multiple hard disk but you intend to create MBR in every drive, the best way is to unplug all other drive in your system. This ensures that Fedora can install Grub at the MBR. You may proceed to plug in other drives after the installation. Note: You must physically unplug the drive because disabling the drives in BIOS does work. Linux can still see the partition information even the drive is disabled in the BIOS. For encrypted drive, the device will not be shown. 15

16 Establish Internet Connection At this stage you are given a choice to configure your network settings so that you can connect to the Fedora repository to retrieve installation file. you can supply your own IP address, gateway and DNS. Once the network connection is establish, the installer will automatically access the nearest repository the installer could find. There is no need to configure Fedora repository or entering URL. 16

17 Customize Installation Package At this stage you can select what type of application packages you want to install. To facilitate the selection, you are given 3 types of packages. They are office and productivity, software development and web server. You select the package that fits the intended use of your system. Please be aware that you are installing the files directly from the Internet, installation time will be lengthen if you selected more packages. You may select customize now to select the individual packages. 17

18 After the selection, the installer will check for software dependencies over the web. Then it initiates the installation process. 18

19 Completion of the Installation The installation program proceeds with the installation of the operating system by downloading the files from the Internet and install it to the hard disk. This process may take hours, depends on the amount of software you have selected for installation. Once the installation files are copied to the hard disk and boot loader is configured, you will be asked to reboot the OS. At this stage the installation is 90% complete. However, you still need to complete the final phase of installation after system reboot. 19

20 Post Installation Setup First you need to accept the license agreement. 20

21 Then you need to register a user Next, configures the system date and time 21

22 And finally you are asked to send hardware profile. The installation is completed when the system prompt the user for login ID. The advantage for installing Fedora directly over the web is that you do not need to perform system update after installation. You might need to get the drivers ready for any device that was missed during the installation. 22

23 After the Installation Firefox is installed in Fedora by default. However, you need to install Google Toolbar and any other plug-in such as Adobe Flash Player manually. You can choose to install more programs by selecting System Administration Add/Remove Program. You can also choose to use terminal command with root privilege and run $yum install <name of software packages> If you are using 64-bit Fedora, there isn t much software that is 64-bit. You can install 32-bit software such as OpenOffice etc on 64-bit Fedora. Alternatively, you can download the source code and recompile it into 64-bit program. 23

24 Text Mode Minimal Installation on Fedora 12 using Net Install CD Text mode install is the most minimal installation under Fedora installation. It provides a total of 200 packages to keep the system running. It uses about 800MB of hard disk space. Please note that using this installation mode gives you the most minimal packages, which means that a lot of commands or utilities are not working. You need to install them manually. For text mode installation over the Internet, it took 20 minutes for 200 packages. To install from text mode, append text under the boot option. On the start of installation you are given the choice of checking your DVD media for corruption. You may choose to skip it. 24

25 The installation program starts with the welcome screen below. Then you proceed to select the language. Choose the type of keyboard to use At this stage, you might need to reinitialize your hard disk if you have a brand new hard disk installed. 25

26 Select your time zone Enter the root password Text mode installation provides limited option for disk partition. You can select any autoconfiguration option but you are not allowed to perform customized disk partition. 26

27 Please not that you are not given a choice of configuring Grub, the boot loader. The system automatically configures Grub at the MBR. After configuration of disk partition, you are allowed to configure the network settings so that you are able to establish an Internet connection to the Fedora repository. Make sure the network card eth0 is checked with *. After you have configured your network card, the installer will connect to Fedora repository and retrieve installation information. 27

28 The system will proceed to check for software dependencies. Then, the system will proceed to start its installation process The installation program proceeds to install a minimum of 200 packages. Once the installation files are copied to the hard disk and boot loader is configured, you will be asked to reboot the OS. 28

29 Please note that although network drivers are installed in the system, the network is not configured automatically. You need to configure the network manually and activates them. In addition, a lot of basic utilities such as man page etc are not available; you need to install them manually. There is no post installation setup for text install. You login using root access. 29

30 Alternative Installation Mode on Fedora 12 using Net Install CD You can perform alternative mode of installation using the Net Install CD. You can configure the installer to install Fedora from CD/DVD, another hard disk, Network File System (NFS) or via Internet using specific URL. This URL mode of installation is different from the normal installation method use in the Net Install CD. Net Install CD points automatically to Fedora repository where as this URL method allows you to point to any URL, most likely your own web server. To perform alternative installation, boot up the DVD. Press [Tab] key to edit the boot option and append askmethod at the end of boot command. After that, you will be asked to enter language and keyboard types as shown below. 30

31 Then you are given the option to install Fedora using DVD, or Hard Drive or NFS or via Internet (URL). After this, the installation procedure is different using the different installation mode. Please refer to a separate guide: Alternative Method of Installing Fedora 12. *** End *** 31

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Amahi Instruction Manual

Amahi Instruction Manual History of Amahi Chapter 1 Installing fedora 10 and Amahi Home Digital Assistant (HDA) Chapter 2 Advanced Hard drive Partitioning Chapter 3 YOUR DHCP/DNS OPTIONS Chapter 4 Network Troubleshooting Chapter

More information

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD NOTE: Before performing the below tasks, please ensure you have one basic disk partition (with no data) or some free space

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

Installing caos with Cinch on Floppy Disk

Installing caos with Cinch on Floppy Disk Installing caos with Cinch on Floppy Disk Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: two floppy disks (at least)

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

User. Applications. Operating System. Hardware

User. Applications. Operating System. Hardware 2 User Applications Operating System Hardware 3 What is the Booting 1.When the user powers up the computer the CPU (Central Processing Unit) activates the BIOS (Basic Input Output System). 2. The first

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

Ubuntu (Intrepid-Ibex) Installation Manual

Ubuntu (Intrepid-Ibex) Installation Manual Ubuntu-8.10 (Intrepid-Ibex) Installation Manual INTRODUCTION Ubuntu 8.10 Intrepid Ibex is the latest release of Ubuntu Linux. You can obtain a copy of Ubuntu by downloading the ISO image or by requesting

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Installation Quick Start SUSE Linux Enterprise Server 11

Installation Quick Start SUSE Linux Enterprise Server 11 Installation Quick Start SUSE Linux Enterprise Server 11 NOVELL QUICK START CARD Use the following procedures to install a new version of SUSE Linux Enterprise Server 11. This document gives a quick overview

More information

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Charles Abzug (1) Be advised that the complete installation of Linux takes at least slightly in excess of

More information

Getting Started. System Requirements. Installation

Getting Started. System Requirements. Installation Getting Started NexentaOS is an OpenSolaris distribution for your x86/x64 desktop, laptop, or server - with a fast and easy-to-install regular releases and a selection of tightly-integrated excellent applications.

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CIS133 Installation Lab #1 Web Client OpenSUSE Install. I strongly recommend that the desktop client be used to complete the installation. You will have no mouse access during the installation and it s

More information

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection

Network Drawing. Computer Specs, I ve used. Installing a Network-Based Intrusion Detection HS1 HS2 OK1 OK2 PS 1 2 3 4 5 6 7 8 9 101112 COL- ACT- STA.- CONSOLE SD Installing a Network-Based Intrusion Detection created by: Rainer Bemsel Version 1.0 Dated: Apr/10/2003 The purpose of this document

More information

Fedora Core: Made Simple

Fedora Core: Made Simple Table of Contents Installing Fedora...2 Before you begin...2 Compatible Hardware...2 Minimum Requirements...2 Disk Space Requirements...2 Help! Booting from the CD ROM Drive Fails!...2 Installing Fedora

More information

Title: Demonstrate the linux installation and administration settings.

Title: Demonstrate the linux installation and administration settings. OOPL Assignment 1 Title: Demonstrate the linux installation and administration settings. Objectives: 1) To install Ubuntu Linux on Windows without erasing current operating system. 2) To give the students

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 Downloading and installing Fedora 12 on most desktop and laptop computers Red Hat Engineering Content Services Fedora Documentation Project Edited by Rüdiger Landmann Copyright 2009 Red Hat,

More information

Parallels Server 5 Bare Metal

Parallels Server 5 Bare Metal Parallels Server 5 Bare Metal Installation Guide Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels

More information

Chapter 02 Linux Installation and Usage

Chapter 02 Linux Installation and Usage Chapter 02 Linux Installation and Usage TRUEFALSE 1. A swap partition contains a filesystem. 2. When a user interacts with his computer, he interacts directly with the kernel of the computer's operating

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials Red Hat Enterprise Linux 5 Essentials 2 Red Hat Enterprise Linux 5 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

Arabic Ubuntu Support

Arabic Ubuntu Support Arabic Ubuntu Support How to install ubuntu 8.04 Ubuntu installtion it s very easy This topic is from howtoforge site All photos are from how to forge site 1 Install Media The install media is available

More information

Manually Mount Usb Flash Drive Ubuntu Server

Manually Mount Usb Flash Drive Ubuntu Server Manually Mount Usb Flash Drive Ubuntu 12.04 Server 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) SSH Commandline - Ubuntu x64 dedicated server

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to   fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 12 Red Hat Engineering Content Services Fedora Documentation Project Rüdiger Landmann Copyright 2009 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc Installing opensuse 11.0 Ready to get started? This article shows you how to install opensuse from the disc included with this special edition. BY MARCEL HILZINGER he two-sided DVD included with this special

More information

Parallels Server 4.0 for Mac Bare Metal Edition

Parallels Server 4.0 for Mac Bare Metal Edition Parallels Server 4.0 for Mac Bare Metal Edition Installation Guide Copyright 1999-2010 Parallels Holdings, Ltd. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International GmbH Vordergasse

More information

Manually Installation Windows Updates Xp From Usb Drive Bootable

Manually Installation Windows Updates Xp From Usb Drive Bootable Manually Installation Windows Updates Xp From Usb Drive Bootable Installing Windows from a pen drive is an easy process - just follow these steps. How to Make a Bootable USB Disk for Windows 8, Windows

More information

Xtra-PC User Guide. Published: April 2017 Edition: 2 Xtra-PC 4.0. Copyright Xtra-PC. All Rights Reserved.

Xtra-PC User Guide. Published: April 2017 Edition: 2 Xtra-PC 4.0. Copyright Xtra-PC. All Rights Reserved. Xtra-PC User Guide Published: April 2017 Edition: 2 Xtra-PC 4.0 Copyright 2014-2017 Xtra-PC. All Rights Reserved. Table of Contents Overview of Xtra-PC... 4 Hardware Requirements... 4 Initial Setup...

More information

Installation Guide for Beginners

Installation Guide for Beginners Page 1 of 25 Installation Guide for Beginners Manjaro 0.8.2 The Manjaro Development Team Core Team Roland Singer - Project Leader, Designer, Developer, Web Developer, Packager Guillaume Benoit - Server

More information

CIS 191A Final Exam. Fall CIS 191 Final Exam

CIS 191A Final Exam. Fall CIS 191 Final Exam CIS 191A Final Exam Fall 2008 CIS 191 Final Exam The final for CIS 191A is composed several parts: A. (10 points) Questions B. (5 points) Checklist C. (10 points) Troubleshooting D. (35 points) Building

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 04 Tutorial 1, Part 1 Ubuntu Hi everyone, welcome to the first

More information

Cisco UCS C-Series. Installation Guide

Cisco UCS C-Series. Installation Guide Installation Guide UPDATED: 04 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README

PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README PARALLELS SERVER 4.0 FOR MAC BARE METAL EDITION README February 18, 2010 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information

More information

Adaptive Restore 2010

Adaptive Restore 2010 PARAGON Technologie GmbH, Systemprogrammierung Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email sales@paragon-software.com

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

Manually Mount Usb Flash Drive Ubuntu Server Command Line

Manually Mount Usb Flash Drive Ubuntu Server Command Line Manually Mount Usb Flash Drive Ubuntu Server Command Line 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) sudo mount -t ntfs-3g /dev/sdb1 /media/external.

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

How to Dual-Boot OS X and Ubuntu

How to Dual-Boot OS X and Ubuntu How to Dual-Boot OS X and Ubuntu Nailen Matschke - nailen@caltech.edu 10/3/2015 What you need: 1. A USB drive with at least 2 GB of space, that you don t mind wiping 2. A copy of Ubuntu (available here),

More information

Fedora 18. Fedora Documentation Project

Fedora 18. Fedora Documentation Project Fedora 18 Installation Quick Start Guide Downloading and installing Fedora 18 on most desktop and laptop computers Fedora Documentation Project Copyright 2013 Red Hat, Inc. and others. The text of and

More information

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine on VMware ESX Server. This manual applies to C-MOR version 4 with 64 bit operating system. First download the

More information

YELLOW DOG LINUX 5.0.2

YELLOW DOG LINUX 5.0.2 A Guide to Installing YELLOW DOG LINUX 5.0.2 for Apple PowerPC by Terra Soft Solutions, Inc. Loveland, Colorado Rev 14 June 2007 A Guide to Installing Yellow Dog Linux on Apple PowerPC Copyright Terra

More information

Fedora 12 Essentials

Fedora 12 Essentials Fedora 12 Essentials 2 Fedora 12 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights

More information

Installing Fedora. In this chapter, you learn how to do a basic installation of CHAPTER 3 IN THIS CHAPTER. Research Your Hardware Specifications

Installing Fedora. In this chapter, you learn how to do a basic installation of CHAPTER 3 IN THIS CHAPTER. Research Your Hardware Specifications CHAPTER 3 IN THIS CHAPTER Before You Begin the Installation Choosing How to Install Fedora In this chapter, you learn how to do a basic installation of Fedora. You will see how to boot and then install

More information

Veritas System Recovery 18 Linux Edition README

Veritas System Recovery 18 Linux Edition README Veritas System Recovery 18 Linux Edition README ===================================================================== ====== Veritas(TM) System Recovery 18 Linux Edition README =====================================================================

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

Lab Install Windows 8

Lab Install Windows 8 Introduction In this lab, you will install Windows 8.1 and 8.0. Recommended Equipment A computer with a blank hard disk drive Windows 8.1 and 8.0 installation DVD or USB flash drive Step 1: Starting the

More information

into a Corporate Infrastructure -- A Case Study

into a Corporate Infrastructure -- A Case Study Integrating Linux Desktops into a Corporate Infrastructure -- A Case Study Ram Rao Infrastructure Architect Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

MT LoadMaster Cisco UCS C-Series. Multi-Tenant LoadMaster for Cisco UCS C-Series Rack Server. Installation Guide

MT LoadMaster Cisco UCS C-Series. Multi-Tenant LoadMaster for Cisco UCS C-Series Rack Server. Installation Guide Multi-Tenant LoadMaster for Cisco UCS C-Series Rack Installation Guide VERSION: 7.0 UPDATED: MARCH 2016 Table of Contents 1 Introduction... 3 1.1 Pre-requisites... 3 2... 4 2.1 Configure the Boot Options

More information

Installing caos with Cinch on CDROM

Installing caos with Cinch on CDROM Installing caos with Cinch on CDROM Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: one blank CD-R (or CD-RW) disk (at

More information

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives Installing Linux (Chapter 8) Note packet # 4 CSN 115 Operating Systems Ken Mead Genesee Community College Objectives Learn about the hardware components of your computer system Configure hard disk space

More information

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION

LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION LENOVO THINKSTATION P520C, P520, P720, & P920 WINDOWS 10 INSTALLATION Contents OVERVIEW SECTION 1 BIOS & PRE-INSTALLATION STEPS SECTION 2 WINDOWS 10 INSTALLATION SECTION 3 WINDOWS 10 UPGRADE USING MEDIA

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE

ASIANUX SERVER 3 SP1 INSTALLATION GUIDE ASIANUX SERVER 3 SP1 INSTALLATION GUIDE Asianux Server 3 SP1 Installation Guide Asianux Team December 12, 2008 Contents Preface 4 Audience.................................................... 4 Typographic

More information

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to fedoraproject.org/wiki/legal:trademark_guidelines.

Fedora 12. For guidelines on the permitted uses of the Fedora trademarks, refer to   fedoraproject.org/wiki/legal:trademark_guidelines. Fedora 12 Fedora 12 Red Hat Engineering Content Services Fedora Documentation Project Edited by Rüdiger Landmann Copyright 2009 Red Hat, Inc. and others. The text of and illustrations in this document

More information

IBM Security QRadar SIEM Version 7.2. Installation Guide

IBM Security QRadar SIEM Version 7.2. Installation Guide IBM Security QRadar SIEM Version 7.2 Installation Guide Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 45. Copyright IBM Corp.

More information

A Guide to Installing YELLOW DOG LINUX for PLAYSTATION 3. by Terra Soft Solutions, Inc. Loveland, Colorado

A Guide to Installing YELLOW DOG LINUX for PLAYSTATION 3. by Terra Soft Solutions, Inc. Loveland, Colorado A Guide to Installing YELLOW DOG LINUX 5.0.2 for PLAYSTATION 3 by Terra Soft Solutions, Inc. Loveland, Colorado Rev 22 July 2007 A Guide to Installing Yellow Dog Linux on a PS3 Copyright Terra Soft Solutions,

More information

MODULE 02. Installation

MODULE 02. Installation MODULE 02 Installation Identify the type of system, hardware, and network settings necessary for Linux installation Describe the need for pre-installation procedures Identify the different types of file

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Installing Ubuntu Server

Installing Ubuntu Server CHAPTER 1 Installing Ubuntu Server You probably chose Ubuntu as a server solution because of either your gratifying experience using it on the desktop or the raves you ve heard from others about its user-friendly

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved.

Virtuozzo 6. Installation Guide. July 19, Copyright Parallels IP Holdings GmbH and its affiliates. All rights reserved. Virtuozzo 6 Installation Guide July 19, 2016 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse 59 8200 Schaffhausen Switzerland

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

Collaboration Management Suite. Installation manual

Collaboration Management Suite. Installation manual Collaboration Management Suite Installation manual R5900021/03 30/03/2017 Barco NV Beneluxpark 21, 8500 Kortrijk, Belgium Phone: +32 56.23.32.11 Fax: +32 56.26.22.62 Support: www.barco.com/en/support Visit

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

VERSION 2.1. Installation Guide

VERSION 2.1. Installation Guide VERSION 2.1 Installation Guide VMware, Inc. 3145 Porter Drive Palo Alto, CA 94304 www.vmware.com Please note that you will always find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/.

More information

Usb Port On Manually Create Bootable Windows Xp Install Driver

Usb Port On Manually Create Bootable Windows Xp Install Driver Usb Port On Manually Create Bootable Windows Xp Install Driver Step 9: Install your third-party hardware and software drivers. Use Windows XP Files & Settings Transfer Wizard To Backup Files & Data option

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS October, 2015

MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS October, 2015 MASSACHUSETTS INSTITUTE OF TECHNOLOGY HAYSTACK OBSERVATORY WESTFORD, MASSACHUSETTS 01886 13 October, 2015 Telephone: 781-981-5951 Fax: 781-981-0590 TO: FROM: SUBJECT: Distribution Chester Ruszczyk Mark5

More information

WHITE PAPER. Instant openmosix. How to build a working openmosix cluster without touching a compiler

WHITE PAPER. Instant openmosix. How to build a working openmosix cluster without touching a compiler WHITE PAPER How to build a working openmosix cluster without touching a compiler Document Approvals Approved for Publication: Author Name: Ian Latter 5 April 2006 CONTROL PAGE Document Control Document

More information

Manual Install Ubuntu Alongside Windows 7 Using Usb

Manual Install Ubuntu Alongside Windows 7 Using Usb Manual Install Ubuntu 12.04 Alongside Windows 7 Using Usb First off, I had to create a UEFI 3.0 USB stick for the WIN7 install because it would not recognize the SSD. recognize the WIN7 OS, and I would

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

(Ubuntu 10.04), the installation command is slightly different.

(Ubuntu 10.04), the installation command is slightly different. Grub Manual Install Ubuntu 10.04 Without 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Ubuntu or when you can't boot Windows after installing Ubuntu, or when GRUB is

More information

Installation Guide-x86, x86-64

Installation Guide-x86, x86-64 Installation Guide-x86, x86-64 In order to start the installation of Asianux 2.0, it needs to boot installation program. We can use two methods: CD booting or floppy booting. 1. Method of booting installation

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

Installing and Using Openfiler 2.3 with ESX Server

Installing and Using Openfiler 2.3 with ESX Server January 28, 2011 2011 Installing and Using Openfiler 2.3 with ESX Server Openfiler 2.3 as an iscsi SAN and NFS Share This documents covers the procedures for installing Openfiler 2.3 on bare metal or as

More information

Installing FreePBX Official Distro

Installing FreePBX Official Distro Installing FreePBX 10.13.66 Official Distro Follow these instructions for the easiest, totally automated FreePBX installation! 1. Download the ISO file from http://www.freepbx.org/downloads. 2. Convert

More information

Ubuntu Manual Disk Partitioning Guide

Ubuntu Manual Disk Partitioning Guide Ubuntu 10.10 Manual Disk Partitioning Guide 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Boot-Repair also has advanced options to back up table partitions, back up.

More information

CCNA Discovery Server Live CD v2.0

CCNA Discovery Server Live CD v2.0 CCNA Discovery Overview CCNA Discovery Server Live CD v2.0 Information and Installation Instructions The Discovery Server Live CD provides all of the network services necessary to support the CCNA Discovery

More information

Linux Operating System

Linux Operating System Linux Operating System IT250 Unit 1 Chapters 1, 2, and 3 An Introduction to Linux Linux Operating Systems Wednesday, 9:00 am 1:20 pm Attendance is Mandatory! Each class may begin with a quiz from previous

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

Step by Step Installation of CentOS Linux 7 and Active Circle

Step by Step Installation of CentOS Linux 7 and Active Circle Step by Step Installation of CentOS Linux 7 and Active Circle Active Circle Storage System Abstract This document describes the step-by-step procedures for installing and configuring the CentOS Linux 7

More information

Installation of OEL5.4 in windows machine (64 bit)

Installation of OEL5.4 in windows machine (64 bit) Requirements: Installation of OEL5.4 in windows machine (64 bit) 1. Virtual Box software (VirtualBox-4.2.18-88781-Win) Go to the link and click on the below setup file for download. Platform Windows (32-bit/64-bit)

More information

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM

XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM white paper XD10004: How to Install VMware ESX Server 3.5 on VMware Workstation 6.5 as a VM VI in a Box - the portable virtual infrastructure Title: How to Install VMware ESX Server 3.5 on VMware Workstation

More information

Format Hard Drive After Install Ubuntu From Usb To Blank

Format Hard Drive After Install Ubuntu From Usb To Blank Format Hard Drive After Install Ubuntu From Usb To Blank If your hard disk doesn't show up, try formatting to FAT32. Also UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2

Windows 2000 Flavors Windows 200 ws 0 Profess 0 P ional Windows 2000 Server Windows 200 ws 0 Advan 0 A ced Server Windows 2000 Datacen ter Server 2 Copyright 2006 Heathkit Company, Inc. All Rights Reserved Lab 9-3 Windows 2000 Pre-Installation Windows 2000 Flavors Windows 2000 Professional Windows 2000 Server Windows 2000 Advanced Server Windows 2000

More information