Dual-Booting

From Info Wiki
Revision as of 01:28, 24 August 2012 by Rpeters (talk | contribs) (Created page with "== For General Users == The idea of having both Windows and Linux installed on a computer and being able to select one at boot time appeals to many who are trying, or migrating …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

For General Users

The idea of having both Windows and Linux installed on a computer and being able to select one at boot time appeals to many who are trying, or migrating to, Linux.

The better known Linux distributions will set this up automatically, during installation to a single hard disk drive in the computer It is likely to cease functioning following the next update of Windows and restoring dual-boot requires Getting Technical

Getting Technical

The above problem can usually be obviated by having additional hard disk(s) in the computer. This is not an expensive option, given current HDD prices.

USB Drive

Pros

  • easily added
  • no change to internal HDD

Cons

  • Linux relies on the absolute order of storage devices detected by the computer's firmware
    • plugging in (say) a uSB memory drive, may upset the booting

Internal HDD

  • ensures permanent order of drives

Installation

  • mainstream Linux will allow installation to a second hDD
  • the bootloader must also be installed to the second HDD, in this technique
    • can require "drilling down" the installation options

Selecting Boot Device

The selection of "drive" and hence OS is done at POST stage and depends on type of firmware in the computer

BIOS

  • usually by pressing F11 at POST stage - soometimes other keys such as F12, F8
  • then select relevant "drive"

UEFI

  • usually requires entering "Setup" mode for firmware
  • will require password, if one set in CMOS
  1. navigate to "Boot" tab
  2. select "Boot Override"
  3. select relevant "drive"

Strictly for Geeks

--Rpeters11:28, 24 August 2012 (EST) --