BackTrack2/Windows XP Dual Boot How-To

Size: px
Start display at page:

Download "BackTrack2/Windows XP Dual Boot How-To"

Transcription

1 Brought to you by BackTrack2/Windows XP Dual Boot How-To WARNING: While this procedure is pretty darn safe (if followed correctly) and we ve never had a meltdown as a result, you should know that ANY time you mess with your harddrive, especially repartitioning it, you are taking the risk of losing EVERYTHING. Make sure your backups are up to date, make a Ghost image, pray to your God, whatever. Most of all... if you can t stand the heat, stay out of the kitchen. Part I: Repartition your existing Hard Drive Properly shut down your windows operating system. If there are any errors on your windows partitions, the tool will detect them and prevent you from repartitioning your drive. We ll be using back the GParted tool to resize your track existing windows partition in order to make room for the new Linux operating system. There is a self-booting ISO available at net. Download the ISO and burn it to a CD or DVD. (Note: We ve found that ISOs burned to DVDs tend to boot faster compared to the same ISO burned to a CD). Boot your computer from your GParted disc. At the boot menu (See figure 1a), hit Enter to accept the default choice. 4. Press Enter at the Load keymap (Enter for default): prompt. 5. Press Enter at the Load keymap (Enter the number matching your language, Enter for US): prompt. 6. The system will now attempt to autodetect your computer s video card and monitor settings. If the software is unable to find a compatible video driver for your computer, you will be dropped to a shell prompt. figure 1a - GParted boot menu

2 At the prompt, type gparted ~# Forcevideo 7. at the Type the name of the driver you want to be forced in xorg.conf prompt, enter vesa 8. At the which resolution do you want to set? prompt, enter 1024x The system will now start the graphical environment using the standard VESA drivers. It won t be terribly pretty, but it will work just fine. Alternatively (eg: in the future when you know this is going to happen anyway), you can select the following option from the boot menu: GParted-liveCD Force VESA driver 10. The X graphical environment starts, and you are presented with the GParted display (see figure 1b). Select your NTFS partition and click Resize. 11. Repartition your disc such that there is a 10GB partition at the beginning of your drive. You can create the back new partition at the end of your track drive if you like, but BIOS limitations in many computers prevent the system from booting from such a partition, especially if you have a large hard drive in your laptop. Your resize window should look something like figure 1c. figure 1b - GParted GUI figure 1c - GParted Resize Window 12. Click Resize/Move. You will be returned to the main GParted window, which shows the proposed changes to your hard drive. 13. Your screen should look like figure 1d. Click Apply to begin the repartitioning process. This can take several hours, depending upon the speed of your computer and the size of your harddrive. figure 1d - GParted GUI

3 14. If you have errors on your NTFS partition, you may see a screen similar to figure 1e. If so, reboot into windows and repair the disk errors before trying again. 15. When the process is complete, click Exit (see figure 1f). Select Eject and reboot (see figure 1g). figure 1e - GParted NTFS error figure 1f - GParted repartitioning completed figure 1g - GParted exit screen 16. Allow your computer to reboot into Windows. You will notice that a disk check is forced -- this is normal. Just let it complete (see figure 1h). 17. You are now ready to install BackTrack Linux to your hard drive :) figure 1h - Windows wants to run a disk check

4 Part II: Install BackTrack 1. Download the BackTrack 2 ISO from and burn it to a CD or DVD. 2. Boot your computer from the BackTrack disc. 3. At the login prompt, login as user root with password toor. 4. At the prompt, type startx to launch the graphical environment. 5. Open a Shell window by clicking on the black terminal icon in the lower left of your screen (see figure 2a). 6. At the prompt, type fdisk -l to show all of your disk partitions. On most systems with PATA hard disks, your primary hard drive is called /dev/hda. If you have SATA drives, it will be called /dev/sda. figure 2a - BackTrack terminal window 7. Having learned the name of your hard disk, type fdisk /dev/hda (or fdisk /dev/sda depending upon what your disk is called) to begin the disk partitioning tool (see figure 2b). At the prompt, type 8. At the fdisk prompt, enter p to print (on the screen) the list of partitions. You should see your newly-resized windows partition listed. 9. n to create a new Partition. When prompted for a partition type, enter p for Primary. Press enter at the next two prompts to accept the defaults. 10. At the prompt, type p to print the list of partitions. You should now see your new linux partition listed (see figure 2c). 11. At the fdisk prompt, type w to write the changes to the disk. 12. At this point, it is wise to reboot your computer. At the # prompt, type reboot. figure 2b - fdisk partitioning tool 13. Boot your computer from the Backtrack CD, log in as root, start the graphical environment, and open a Shell window (repeat steps 3 through 5). figure 2c - your updated partition list

5 14. Check on your newly created partition by typing the command fdisk -l at the command line. You should see both partitions listed. Note the device name (/dev/hda2 or /dev/sda2) for your linux partiton (see figure 2d). 15. Format your new linux partition with the EXT3 filesystem using the following command. Be sure to specify the disk name (sda2 or hda2) which is correct for your system. IF YOU USE THE WRONG DISK NAME HERE, IT WILL FORMAT YOUR WINDOWS PARTITION AND YOU LOSE IT ALL. Use this command: mkfs.ext3 /dev/hda2 figure 2d - note the name of your linux partition 16. Mount your new partition. Once again, substitute your partition name for /dev/hda2 (see figure 2e) Use the command: mount /dev/hda2 /mnt/hda2 figure 2e - mount your newly-formatted partition 17. Start the BackTrack installer. Open the Backtrack Menu (in the lower left of the screen -- the same place you would find the windows Start button) and select BackTrack Installer from the System Menu (see figure 2f). 19. Select the Real installation method. 18. In the Install Backtrack To window, select your newly formatted partition (/mnt/hda2 or /mnt/sda2) 20. Click Install to begin the installation process. This can take anywhere between five and sixty minutes, depending upon the speed of your computer. 21. When the installation is complete, reboot your computer by clicking on the KDE Start menu -> Log Out -> End current session. figure 2f - BackTrack installer 22. Type reboot at the prompt. 23. The cdrom will be ejected automatically and your system will now boot into BackTrack from the hard drive installation. 24. Allow your system to reboot, and once again log in as root using the default password of toor. Start the GUI by typing startx at the command prompt.

6 Part III: Customize your installation. Now that Backtrack is installed, it s time for a few critical customizations. 1. Change the password to your root account by issuing the command passwd at the shell prompt (see figure 3a). Be sure to pick a strong password! 2. If you haven t already done so, type startx to start up the GUI. figure 3a - change the root password! 3. Now we need to configure a boot menu so that you can boot into either BackTrack or Windows. From the command prompt in a terminal window, enter kwrite /etc/lilo.conf (see figure 3b) figure 3b - kwrite to edit the boot menu 4. Add the following lines to the bottom of the file (see figure 3c): other=/dev/hda1 (substituting, of course, the proper label for your hardware -- usually /dev/hda1 or /dev/sda1 ) label=windows figure 3b - making edits to lilo.conf

7 5. 6. You may also wish to adjust the timeout and your default operating system. In the following example (see figure 3c), we ve changed the timeout to ten seconds, set the default operating system to Windows, and changed the menu text to read Backtrack 2 instead of bt : Save the file to commit your changes to disk, then close KWrite. figure 3c - more edits to lilo.conf 7. You must now rewrite your boot sector with the new information. To do this, issue the command lilo -v (see figure 3d) 8. You can double-check your installation by simply running lilo. You should see one line of output for each operating system installed, as shown in figure 3e. figure 3d - lilo -v command to rewrite boot sector figure 3e - lilo command to preview boot configuration

8 9. Typing startx every time you boot gets old rather quickly, so let s configure BackTrack do it automatically. To boot directly into the graphical user environment, type kwrite /etc/inittab and change the default runlevel to Save the changes and next time you boot, the GUI will start immediately. figure 3f - edit inittab to start KDE upon boot Well, there ya go. You now have a fully-functional dual-booting BackTrack machine. If you use BackTrack a lot, don t forget to make a donation to the remote-exploit.org team! Great stuff like this doesn t write itself. Look for more great tutorials involving BackTrack and system/network security at pskl.us

BackTrack Hard Drive Installation

BackTrack Hard Drive Installation BackTrack Hard Drive Installation BackTrack Development Team jabra [at] remote-exploit [dot] org Installing Backtrack to a USB Stick or Hard Drive 1 Table of Contents BackTrack Hard Drive Installation...3

More information

How to dual-boot Vista with XP (with XP installed first) - step-by-step guide with screenshots

How to dual-boot Vista with XP (with XP installed first) - step-by-step guide with screenshots How to dual-boot Vista with XP (with XP installed first) - step-by-step guide with screenshots Want to install Vista on your PC but don't want to get rid of XP just yet? Here's how to install it so you

More information

Red Hat Linux 7.2 Installation Guide

Red Hat Linux 7.2 Installation Guide Red Hat Linux 7.2 Installation Guide Ryan Spangler spanglerrp22@uww.edu http://ceut.uww.edu April 2002 Department of Business Education/ Computer and Network Administration Copyright Ryan Spangler 2002

More information

Installing Ubuntu inside Windows using VirtualBox

Installing Ubuntu inside Windows using VirtualBox Installing Ubuntu inside Windows using VirtualBox The screenshots in this tutorial use Ubuntu 12.04, but the same principles apply also to Ubuntu 11.10, 11.04, 10.04, and any future version of Ubuntu.

More information

Dual-boot Windows 10 alongside Windows 8

Dual-boot Windows 10 alongside Windows 8 Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it

More information

Installing a Second Operating System

Installing a Second Operating System Installing a Second Operating System Click a link below to view one of the following sections: Overview Key Terms and Information Operating Systems and File Systems Managing Multiple Operating Systems

More information

WES 9.2 DRIVE CONFIGURATION WORKSHEET

WES 9.2 DRIVE CONFIGURATION WORKSHEET WES 9.2 DRIVE CONFIGURATION WORKSHEET This packet will provide you with a paper medium external to your WES box to write down the device names, partitions, and mount points within your machine. You may

More information

Capture and analysis of 802.11 wireless traffic

Capture and analysis of 802.11 wireless traffic Capture and analysis of 802.11 wireless traffic October 2012 Ver. 1.00 Copyright Connect One Ltd., 2008-2012 The information in this document is subject to change without notice and shall not be construed

More information

How to Create a Windows El Torito Bootable CD/DVD-ROM

How to Create a Windows El Torito Bootable CD/DVD-ROM SUMMARY How to Create a Windows El Torito Bootable CD/DVD-ROM The contents of this document are, in part, derived from the El Torito Bootable CD-ROM Format Specification version 1.0 from Phoenix Technologies

More information

How to partition your disk with the parted magic linux livecd

How to partition your disk with the parted magic linux livecd How to partition your disk with the parted magic linux livecd Disclaimer: If you do not understand the concept of partitioning or do not know what you are doing then please stay away from any partitioning

More information

Lab - Dual Boot - Vista & Windows XP

Lab - Dual Boot - Vista & Windows XP Lab - Dual Boot - Vista & Windows XP Brought to you by RMRoberts.com After completing this lab activity, you will be able to: Install and configure a dual boot Windows XP and Vista operating systems. Explain

More information

Getting Started with Paragon Recovery CD. Quick Guide

Getting Started with Paragon Recovery CD. Quick Guide Getting Started with Paragon Recovery CD Quick Guide Paragon Recovery CD 2 Quick Guide CONTENTS 1 Introduction... 3 2 Distribution...3 2.1 Distributive CD...3 2.2 Online Distribution...3 3 Booting from

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

Navigating the Rescue Mode for Linux

Navigating the Rescue Mode for Linux Navigating the Rescue Mode for Linux SUPPORT GUIDE DEDICATED SERVERS ABOUT THIS GUIDE This document will take you through the process of booting your Linux server into rescue mode to identify and fix the

More information

Operating System Installation Guidelines

Operating System Installation Guidelines Operating System Installation Guidelines The following document guides you step-by-step through the process of installing the operating systems so they are properly configured for boot camp. The document

More information

USB FLASH DRIVE. User s Manual. USB 2.0 Compliant. Version A10. - 1 - Version A10

USB FLASH DRIVE. User s Manual. USB 2.0 Compliant. Version A10. - 1 - Version A10 USB FLASH DRIVE User s Manual USB 2.0 Compliant Version A10-1 - Version A10 Introduction Thank you for purchasing the USB FLASH DRIVE device. The manual explains how to use the USB FLASH DRIVE software

More information

Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption

Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption Backtrack 4 Bootable USB Thumb Drive with Full Disk Encryption This is a step-by-step guide showing how to create an encrypted bootable Backtrack 4 USB thumb drive. I put quotes around full in the title

More information

Recover Data Like a Forensics Expert Using an Ubuntu Live CD

Recover Data Like a Forensics Expert Using an Ubuntu Live CD Recover Data Like a Forensics Expert Using an Ubuntu Live CD There are lots of utilities to recover deleted files, but what if you can t boot up your computer, or the whole drive has been formatted? We

More information

Virtualization Technology (or how my Windows computer gave birth to a bunch of Linux computers)

Virtualization Technology (or how my Windows computer gave birth to a bunch of Linux computers) Virtualization Technology (or how my Windows computer gave birth to a bunch of Linux computers) The purpose of this document is to walk you through creating a Linux Virtual Machine (a guest Operating System)

More information

ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide Creating the Installer (Step 1)

ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide Creating the Installer (Step 1) ThinLinX TLXOS NUC / Compute Stick / RePC Installation Guide ThinLinX has created optimized versions of ThinLinX OS (TLXOS) for either the Intel NUC, Intel Compute Stick or RePC making full use of the

More information

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi

How to Install Microsoft Windows Server 2008 R2 in VMware ESXi How to Install Microsoft Windows Server 2008 R2 in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

VOICE IMPROVEMENT PROCESSOR (VIP) BACKUP AND RECOVERY PROCEDURES - Draft Version 1.0

VOICE IMPROVEMENT PROCESSOR (VIP) BACKUP AND RECOVERY PROCEDURES - Draft Version 1.0 VOICE IMPROVEMENT PROCESSOR (VIP) BACKUP AND RECOVERY PROCEDURES - Draft Version 1.0 This document contains the backup and recovery procedures for the NWR CRS VIP. These procedures shall be used by all

More information

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk?

Q1. What are the differences between Data Backup, System Restore, Disk Image, System Recovery Disc and System Repair Disk? Windows Q & A April 2012 By Mary Phillips, Secretary, Icon Users Group, MO April 2011 issue, The ICON-Newsletter of the Interactive Computer Owners Network www.iconusersgroup.com mary@iconusersgroup.org

More information

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish.

Updates Click to check for a newer version of the CD Press next and confirm the disc burner selection before pressing finish. Backup. If your computer refuses to boot or load Windows or if you are trying to restore an image to a partition the Reflect cannot lock (See here), and then you will have to start your PC using a rescue

More information

FOG Guide. IPBRICK International. July 17, 2013

FOG Guide. IPBRICK International. July 17, 2013 FOG Guide IPBRICK International July 17, 2013 1 Copyright c IPBRICK International All rights reserved. The information in this manual is subject to change without prior notice. The presented explanations,

More information

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC)

Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Installing Windows 98 in Windows Virtual PC 7 (Windows Virtual PC) Before beginning, you will need to have a Windows 98 installation CD and a Windows 98 license key and a bootable CD. A bootable floppy

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02

Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02 Cristie Bare Machine Recovery Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02 This documentation shows how to restore or migrate a Linux system on dissimilar

More information

Driver Updater Manual

Driver Updater Manual Driver Updater Manual Keep your drivers up-to-date! Improve your system performance and stability by keeping your drivers updated. Automatically find, update and fix the drivers on your computer and turn

More information

v4: How to create a BartPE Rescue CD for Macrium Reflect

v4: How to create a BartPE Rescue CD for Macrium Reflect So, you ve created your Linux based recovery CD, you push it in and boot up and it doesn t find your hard drives, network or both what s next? If the Linux Based Recovery CD option doesn t work for you

More information

Introduction to Operating Systems

Introduction to Operating Systems Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these

More information

Using the IPMI interface

Using the IPMI interface Using the IPMI interface The T800, T1600 and T3200 server models are equipped with an IPMI interface with KVM / IP functionality. This enables you to access the server console if it becomes inaccessible

More information

How to Make a USB Bootable

How to Make a USB Bootable /0/0 Ways to Make a USB Bootable - wiki How to Make a USB Bootable Five Methods: Ad Making a USB Drive to Install Any PC Operating System Making a Windows Vista or 7 Install Drive Creating a USB PC Repair

More information

Yosemite Server Backup Installation Guide

Yosemite Server Backup Installation Guide Yosemite Server Backup Installation Guide Part number: First edition: October, 2010 Legal and notice information Copyright 2004, 2012 Barracuda Networks, Inc. Under copyright laws, the contents of this

More information

USB 2.0 Flash Drive User Manual

USB 2.0 Flash Drive User Manual USB 2.0 Flash Drive User Manual 1 INDEX Table of Contents Page 1. IMPORTANT NOTICES...3 2. PRODUCT INTRODUCTION...4 3. PRODUCT FEATURES...5 4. DRIVER INSTALLATION GUIDE...6 4.1 WINDOWS 98 / 98 SE... 6

More information

Installing and configuring Ubuntu Linux 9.04

Installing and configuring Ubuntu Linux 9.04 Installing and configuring Ubuntu Linux 9.04 Table of Contents Introduction...2 Getting Started...2 Downloading Ubuntu...2 Installing Ubuntu...5 Dual Boot - Install inside Windows - The easiest solution...5

More information

Serial ATA 2 Ports PCI Host

Serial ATA 2 Ports PCI Host Serial ATA 2 Ports PCI Host This Manual is for the various Model of 2ports SATA HBA: Model A: Low Profile Serial ATA Internal 2 Ports Model B: Low Profile External 1 Port + Internal 1 Port Model C: Low

More information

Installation Instructions Windows XP Recovery for ThinkPads Neptun, November 2007

Installation Instructions Windows XP Recovery for ThinkPads Neptun, November 2007 Installation Instructions Windows XP Recovery for ThinkPads Neptun, November 2007 To Do / Info Screenshot Preliminary Measures If you have already used your laptop: Begin by making a backup of your data.

More information

Avira Rescue System. HowTo

Avira Rescue System. HowTo Avira Rescue System HowTo Table of contents 1. Introduction... 3 2. System Requirements... 4 3. Product availability... 4 4. Product features... 5 5. Using the Rescue System... 6 5.1 The BIOS setup...6

More information

Partition Alignment of Intel SSDs for Achieving Maximum Performance and Endurance Technical Brief February 2014

Partition Alignment of Intel SSDs for Achieving Maximum Performance and Endurance Technical Brief February 2014 Partition Alignment of Intel SSDs for Achieving Maximum Performance and Endurance Technical Brief February 2014 Order Number: 330105-001US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL

More information

The BackTrack Successor

The BackTrack Successor SCENARIOS Kali Linux The BackTrack Successor On March 13, Kali, a complete rebuild of BackTrack Linux, has been released. It has been constructed on Debian and is FHS (Filesystem Hierarchy Standard) complaint.

More information

Installing Sun's VirtualBox on Windows XP and setting up an Ubuntu VM

Installing Sun's VirtualBox on Windows XP and setting up an Ubuntu VM Installing Sun's VirtualBox on Windows XP and setting up an Ubuntu VM laptop will need to have 10GB of free space to install download the latest VirtualBox software from www.sun.com make sure you pick

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 4 Installation overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows on your Mac 4 Step 4: Install

More information

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a)

IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) IBM Rapid Restore PC powered by Xpoint - v2.02 (build 6015a) User s Reference Guide Internal IBM Use Only This document only applies to the software version listed above and information provided may not

More information

HP Personal Workstations Step-By- Step Instructions for Upgrading Windows Vista or Windows XP Systems to Windows 7

HP Personal Workstations Step-By- Step Instructions for Upgrading Windows Vista or Windows XP Systems to Windows 7 HP Personal Workstations Step-By- Step Instructions for Upgrading Windows Vista or Windows XP Systems to Windows 7 September 15, 2009 Introduction HP is committed to supporting our customer s operating

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4 10 Steps to Developing a QNX Program Quickstart Guide 2008, QNX Software Systems GmbH & Co. KG. A Harman International Company. All rights

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

Amahi Instruction Manual

Amahi Instruction Manual History of Amahi Chapter 1 Installing fedora 12 and Amahi Home Digital Assistant (HDA) Chapter 2 Your DHCP/DNS options Chapter 3 Network Troubleshooting Chapter 4 Getting Started Appendix: Advanced Hard

More information

Student Notes. Lesson 1

Student Notes. Lesson 1 Student Notes Lesson 1 Setting up your Environment Lesson Objective: To Setup a Windows 8 App Development Environment This will comprise an overview of setting up the environment, downloading Visual Studio

More information

Getting Started User s Guide

Getting Started User s Guide Getting Started This short guide can help you to quickly start using Acronis True Image Home 2011. It describes just a few of the key features of Acronis True Image Home 2011. For detailed program information,

More information

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Quick Start Guide 3.0 (c) 2005-2007 Copyright 2006-2007 by Parallels Software International, Inc. All rights reserved. Parallels and Parallels

More information

Upgrading from Windows XP to Windows 7

Upgrading from Windows XP to Windows 7 Upgrading your PC from Windows XP to Windows 7 requires a custom installation which doesn't preserve your programs, files, or settings. It s sometimes called a clean installation for that reason. A custom

More information

Installing Windows On A Macintosh Or Linux Using A Virtual Machine

Installing Windows On A Macintosh Or Linux Using A Virtual Machine Installing Windows On A Macintosh Or Linux Using A Virtual Machine At Shaw Programs, the software we develop is made using Microsoft Access. As with all Microsoft Software it requires Windows in order

More information

WARNING!!: Before installing Truecrypt encryption software on your

WARNING!!: Before installing Truecrypt encryption software on your Truecrypt installation and usage guide for Windows XP, 7, Vista and 8 WARNING!!: Before installing Truecrypt encryption software on your computer, you should create an Acronis image back up of your computer

More information

Common SofTest Troubleshooting Techniques

Common SofTest Troubleshooting Techniques Black Screen and Internet Restoration (Windows) On the rare occasion that SofTest Windows experiences an abnormality either during or immediately following an exam, it may not be capable of automatically

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time P34 V6.0 Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point

More information

Drobo How-To Guide. What You Will Need. Use a Drobo iscsi Array with a Linux Server

Drobo How-To Guide. What You Will Need. Use a Drobo iscsi Array with a Linux Server In today s IT environments, administrators need to learn and understand how to make all of the components that provide services to their users work together. These components include network devices, servers,

More information

The 2013 Experimental Warning Program (EWP) Virtual Weather Event Simulator (WES) Windows & Linux Installation Documentation

The 2013 Experimental Warning Program (EWP) Virtual Weather Event Simulator (WES) Windows & Linux Installation Documentation The 2013 Experimental Warning Program (EWP) Virtual Weather Event Simulator (WES) Windows & Linux Installation Documentation National Severe Storms Laboratory (NSSL) Norman, OK Contents I WINDOWS CONFIGURATION

More information

What you need. Downloading the tool. Windows and Office. Automatically sign up for TechRepublic's Windows and Office newsletter!

What you need. Downloading the tool. Windows and Office. Automatically sign up for TechRepublic's Windows and Office newsletter! 1 of 13 10/4/2012 8:15 AM Windows and Office By Greg Shultz September 27, 2012, 9:52 AM PDT Takeaway: Greg Shultz shows you how to transfer a Windows 8 ISO to a bootable USB flash drive. In last week s

More information

Installing and Upgrading to Windows 7

Installing and Upgrading to Windows 7 Installing and Upgrading to Windows 7 Before you can install Windows 7 or upgrade to it, you first need to decide which version of 7 you will use. Then, you should check the computer s hardware to make

More information

Format the USB Thumb Drive for Ghost

Format the USB Thumb Drive for Ghost First, download the 3 files found on this FTP site: ftp://ftp.meta.moleculardevices.com/outgoing/kudoh/ Also, download the files found here: ftp://ftp.meta.moleculardevices.com/support/wavetracer/ You

More information

Firmware Update Instructions for Crucial Client SSDs

Firmware Update Instructions for Crucial Client SSDs Firmware Update Instructions for Crucial Client SSDs Overview By using this guide, a user can perform a firmware update on Crucial Client SSDs installed in a personal computing environment, referred to

More information

Instrument Software Update Instructions. Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Upgrading an older version to A.12.

Instrument Software Update Instructions. Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Upgrading an older version to A.12. Instrument Software Update Instructions Keysight X-Series Signal Analyzers (PXA/MXA/EXA/CXA) Purpose Upgrading an older version to A.12.09 and above The purpose of this document is to outline the instrument

More information

Getting Started with VMware Fusion

Getting Started with VMware Fusion Getting Started with VMware Fusion VMware Fusion for Mac OS X 2008 2012 EN-000933-00 2 Getting Started with VMware Fusion You can find the most up-to-date technical documentation on the VMware Web site

More information

Imation LOCK User Manual

Imation LOCK User Manual Page: - 0 - Imation LOCK User Manual Security Application Program V2.0 - D Page: - 1 - Table of Contents A. Introduction... 2 B. General Description... 2 C. Features... 2 D. Before Using the Security Application

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

FAQ (Frequently Asked Questions)

FAQ (Frequently Asked Questions) Installing DOS on a Windows XP Computer It is possible to run DOS on almost any computer that runs WindowsXP! You can add DOS to the computer (called dual-booting ) without losing any of your data or having

More information

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux NOTE: If you need more information regarding the installation process for other distributions

More information

INSTALLING "PUPPY LINUX" AS THE ONLY OPERATING SYSTEM

INSTALLING PUPPY LINUX AS THE ONLY OPERATING SYSTEM INSTALLING "PUPPY LINUX" AS THE ONLY OPERATING SYSTEM OBJECTIVE AND DESIRED RESULT: Install "Puppy Linux" as the only operating system in either a real computer or a virtual machine. BASIC ADVICE "Puppy

More information

Fiery Clone Tool For Embedded Servers User Guide

Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool For Embedded Servers User Guide Fiery Clone Tool allows you to clone image files to a folder on a USB flash drive connected to the Fiery server. You can restore the image file to the Fiery

More information

II. Installing Debian Linux:

II. Installing Debian Linux: Debian Linux Installation Lab Spring 2013 In this lab you will be installing Debian Linux in a KVM (Kernel Virtual Machine). You will be guided through a series of steps to setup the network (IP addresses,

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System (WBAdmin)... 2 Requirements and recommendations... 2 Overview... 3 1.1 How to backup Microsoft Windows System (WBAdmin)... 5 How to restore Microsoft Windows

More information

ECT362 Installing Linux Virtual Machine in KL322

ECT362 Installing Linux Virtual Machine in KL322 ECT362 Installing Linux Virtual Machine in KL322 The steps below outline how to install Linux under Windows as a virtual machine. This install uses the Ubuntu 10.04 distribution of Linux along with the

More information

Windows 7 USB/DVD download tool

Windows 7 USB/DVD download tool Windows 7 USB/DVD download tool Overview Installation Usage FAQ Troubleshooting Overview When you choose to download most software from the Microsoft Store, you have the option of using Download Manager

More information

What this document covers: Physical to Virtual Migration with Portlock Storage Manager

What this document covers: Physical to Virtual Migration with Portlock Storage Manager Physical to Virtual Migration with Portlock Storage Manager What this document covers: This document covers physical to virtual migration using Portlock Storage Manager to image the physical server and

More information

Ocster Backup - Rescue System

Ocster Backup - Rescue System Overview Ocster Backup - Rescue System The software allows you to create a rescue CD, DVD or USB-Stick. This rescue system is intended for two kinds of situations: 1. To restore a backup to your main hard

More information

How to Restore a Linux Server Using Bare Metal Restore

How to Restore a Linux Server Using Bare Metal Restore How to Restore a Linux Server Using Bare Metal Restore This article refers to firmware version 5.4 and higher, and the Barracuda Linux Backup Agent 5.4 and higher. Use the steps in this article to restore

More information

Maxtor OneTouch User's Guide

Maxtor OneTouch User's Guide EXTERNAL HARD DRIVE Maxtor OneTouch User's Guide TM II P/N:20259600 i Contents 1 Introduction................................................. 1 Maxtor OneTouch II Drive Components............................

More information

How to Encrypt your Windows 7 SDS Machine with Bitlocker

How to Encrypt your Windows 7 SDS Machine with Bitlocker How to Encrypt your Windows 7 SDS Machine with Bitlocker ************************************ IMPORTANT ******************************************* Before encrypting your SDS Windows 7 Machine it is highly

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1.

2.5 XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. 2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. The suggested interface for your computer is USB2.0 to have better

More information

Intel Data Migration Software

Intel Data Migration Software User Guide Software Version 2.0 Document Number: 324324-002US INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY

More information

Installing an IBM Workplace/Portal Server on Linux

Installing an IBM Workplace/Portal Server on Linux Installing an IBM Workplace/Portal Server on Linux Auteur Roel Broersma Versie 1.0 Page 1 of 9 Installing an IBM Workplace/Portal Server on Linux... 1 1. Introduction... 3 2. Installing CentOS... 4 3.

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

NTI CORPORATION. NTI Backup Now EZ v3. User's Guide

NTI CORPORATION. NTI Backup Now EZ v3. User's Guide NTI CORPORATION NTI Backup Now EZ v3 NTI Backup Now EZ v3 User's Guide Backup Now EZ v3 User's Guide 2013 NTI Corporation i Table of Contents INTRODUCTION... 3 WELCOME TO NTI BACKUP NOW EZ... 5 OVERVIEW

More information

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer

Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1

Required Virtual Interface Maps to... mgmt0. bridge network interface = mgmt0 wan0. bridge network interface = wan0 mgmt1 VXOA VIRTUAL APPLIANCE KVM Hypervisor In-Line Deployment (Bridge Mode) 2012 Silver Peak Systems, Inc. Support Limitations In Bridge mode, the virtual appliance only uses mgmt0, wan0, and lan0. This Quick

More information

Over-the-top Upgrade Guide for Snare Server v7

Over-the-top Upgrade Guide for Snare Server v7 Over-the-top Upgrade Guide for Snare Server v7 Intersect Alliance International Pty Ltd. All rights reserved worldwide. Intersect Alliance Pty Ltd shall not be liable for errors contained herein or for

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

Bare Metal Backup And Restore

Bare Metal Backup And Restore Bare Metal Backup And Restore A TundraWare Inc. Technical Note Author: Tim Daneliuk (tundra@tundraware.com) Version: $Id: baremetal.rst,v 1.124 2014/08/26 13:15:28 tundra Exp $ Précis Many commercial and

More information

Configuring Virtual Blades

Configuring Virtual Blades CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

How to create a Virtual machine from a Macrium image backup

How to create a Virtual machine from a Macrium image backup ImgToVhd is a utility that creates VHD files from Macrium backup images. These can then be used to create a bootable virtual machine facilitating quick access to a failed machine whose repair would be

More information

Accessing RCS IBM Console in Windows Using Linux Virtual Machine

Accessing RCS IBM Console in Windows Using Linux Virtual Machine Accessing RCS IBM Console in Windows Using Linux Virtual Machine For Graphics Simulation Experiment, Real Time Applications, ECSE 4760 Quan Wang Department of ECSE, Rensselaer Polytechnic Institute March,

More information

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server

StarWind iscsi SAN Software: Using StarWind with VMware ESX Server StarWind iscsi SAN Software: Using StarWind with VMware ESX Server www.starwindsoftware.com Copyright 2008-2010. All rights reserved. COPYRIGHT Copyright 2008-2010. All rights reserved. No part of this

More information