Questions tagged [dual-boot]

For questions regarding the installation of two or more operating systems on a single computer.

What Questions Should Have This Tag?

  • Troubleshooting issues with dual booting
  • Troubleshooting issues with multi Booting

Some Basic Definitions:

Dual boot means having two installed operating systems, and can 'boot' into both, usually with one bootloader (GRUB is most commonly used for Ubuntu)

Multi boot means having more than two installed operating systems.

A partition (also sometimes known as a volume) is an area of space on a disk. Partitions are formatted with a filesystem (ext2, ext3, ext4, NTFS, FAT32, exFAT, Btrfs, etc)


Brief Introduction to the Subject:

Dual booting or multi booting a system is useful because one can have different operating systems for specific tasks, or for compatibility. A bootloader, such as GRUB, LILO, or Windows Boot Manager, will give access to every installed OS. Once booted, the selected system will have control of the system and full use of memory and CPU resources. Separate OSs are installed on separate partitions of the same disk, or on separate disks, and the boot records (which control how the bootloader knows what OSs are available, among other things) can be on a single partition, or multiple partitions.

Important Links for Learning More:

Consider using the boot info script when asking your question:

16909 questions
573
votes
12 answers

How do I install Ubuntu alongside a pre-installed Windows with UEFI?

I'm absolutely new to Linux. I would like to know how to install Ubuntu alongside the pre-installed Windows 8+ OS. Should I do it with Wubi, or through the Live USB/DVD? What steps do I need to take to correctly install Ubuntu?
Michał Tabor
  • 2,822
  • 5
  • 16
  • 12
406
votes
14 answers

How can I repair grub? (How to get Ubuntu back after installing Windows?)

I installed Windows 7, which ate Ubuntu's boot file. When starting up the computer, it now goes straight to Windows, without giving me the option of booting Ubuntu. How can I get Ubuntu back?
Salahuddin
  • 4,591
  • 7
  • 19
  • 19
379
votes
6 answers

Clock time is off on dual boot

Dual boot system Windows XP Pro and Ubuntu 12.04. I have the bios set for the correct time and Ubuntu set for US Eastern time. Ubuntu will boot up and the time will be off by -4 hours. If I correct the time in Ubuntu then when I boot up in Windows…
Bill Walden
  • 3,791
  • 3
  • 13
  • 3
274
votes
16 answers

How can I install Windows after I've installed Ubuntu?

I have Ubuntu on my laptop. Now I want install Windows 7 in a dual-boot. How can I do this? I can't lose my Ubuntu files, and I'm afraid that I might break GRUB. Go here for UEFI only!
Sk8er
  • 3,779
  • 4
  • 22
  • 26
249
votes
10 answers

How do I set the grub timeout and the grub default boot entry?

In Ubuntu 12.04 (or above), how do I set the GRUB time and the default OS (that I see at boot time) as I'm dual-booting Windows (7/8) and Ubuntu (12.04 or above)?
meteors
  • 2,745
  • 3
  • 16
  • 21
207
votes
12 answers

Uninstall GRUB and use Windows bootloader

I have Windows 8 pre-installed, and then I installed GRUB with Ubuntu. Ubuntu is not my thing, so now I want to remove it along with GRUB. From what I have learned, with UEFI, GRUB does not overwrite the windows bootloader in the EFI partition and…
mrolive
  • 2,225
  • 4
  • 12
  • 10
142
votes
5 answers

How to get grub2 to remember last choice?

Grub2 - Community Ubuntu Documentation says the following: Saving an OS can be achieved by running sudo grub-set-default if DEFAULT=saved is set in /etc/default/grub. It may also be saved if GRUB_SAVEDEFAULT=true is also set in…
Jay Sullivan
  • 1,747
  • 3
  • 13
  • 16
126
votes
12 answers

How to automount NTFS partitions?

I have two NTFS partitions, and I don't want to mount them manually every-time I start Ubuntu. How can I do this? Is there a tool or a code to use? If so, is it safe to automount? specially when they are being used by another OS?
Binarylife
  • 16,094
  • 10
  • 54
  • 65
117
votes
5 answers

How to get GRUB to be the default bootloader instead of Windows Boot Manager on a UEFI laptop?

I've got an HP Pavilion Touchsmart notebook that came with Windows 8. I've upgraded to 8.1, and now I want to dual-boot an Ubuntu distribution with Windows 10. When dual-booting with Windows 8.1, the Windows Boot Manager always took priority, even…
Michael Hoffmann
  • 3,525
  • 6
  • 15
  • 26
108
votes
14 answers

Windows 10 upgrade kills grub and boot-repair doesn't help

I've just upgraded to Windows 10 from Windows 8.1 on my partitioned laptop that has Ubuntu 14.04 installed. Grub no longer appeared on boot so I ran boot-repair from an Ubuntu liveUSB. This didn't seem to have any effect. I've checked and secure…
Nicholas Verstegen
  • 2,731
  • 4
  • 11
  • 9
97
votes
13 answers

GRUB does not detect Windows

I have finally installed Ubuntu on my second drive. When I start my computer GRUB only offers me to boot Ubuntu, not Windows 7. What needs to be done so that I can choose between Ubuntu and Windows in GRUB? When I press F12 for boot menu at startup…
HyperX
  • 1,131
  • 1
  • 9
  • 5
92
votes
11 answers

Can't install Ubuntu 18.10 on XPS 15 - EFI\BOOT\mmx64.efi not found

I tried to install Ubuntu 18.10 on my XPS 15 9570 earlier. Everything was working fine until I got to the partition selection part of the installation. That's when the installer crashed and I had to shut down my machine. I think it's because I had…
rykeeboy
  • 943
  • 1
  • 6
  • 8
89
votes
3 answers

Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives

How would I go about dual booting Windows 10 and Ubuntu, the windows drive is on an ssd as my c drive and my s drive is a hdd that I want to use for Linux. I have no idea what I need to download it or anything.
TechnicallyLive
  • 891
  • 2
  • 7
  • 4
87
votes
12 answers

How can I reinstall GRUB to the EFI partition?

I want to reinstall GRUB 2 and I found these instructions: How to Repair, Restore, or Reinstall Grub 2 with a Ubuntu Live CD or USB. In my case, the boot loader is installed in the EFI partition. If I use the commands provided in this guide, will…
Generoso
  • 1,169
  • 2
  • 13
  • 13
80
votes
5 answers

Windows 10 upgrade led to grub rescue

I was dual-booting Windows 7 and Linux Ubuntu on my desktop, and today is the day they gave out free Windows 10 upgrades. How exciting! I got the update, and it was installing, and I left to go take a 30 minute nap. However, when I came back to…
LChaos2
  • 901
  • 1
  • 7
  • 3
1
2 3
99 100