Dual-boot is the process of having two (or more) operating systems installed on a computer, allowing one to be chosen during the boot process.
18
votes
3answers
9k views
Installing Grub (2) on a USB flash drive
MultiBootISOs is a tool that let you install Grub on a USB flash drive. I really like it because it lets me boot from ISO files and let me put a bunch of ISOs on my USB and choose which one to boot.
...
1
vote
3answers
5k views
Cannot boot Linux Mint after installing Windows (First) and Linux Mint (Second)
I can't boot my Linux Mint after installation of Windows. First I installed Windows and then installed Linux Mint with the option of "Install along with windows". But after I completed the Mint ...
10
votes
1answer
5k views
Can GRUB2 share the EFI system partition with Windows?
I have an existing Windows 7 GPT installation, which already has a EFI System partition.
I am now trying to install a Linux on a separate harddisk, which is also GPT formatted. I did not find any ...
7
votes
3answers
1k views
How can I tell grub I want to reboot into Windows—before I reboot?
I have a dual boot linux/windows system set up, and frequently switch from one to the other. I was thinking if I could add a menu item in one of the menus to reboot directly into windows, without ...
9
votes
3answers
3k views
Chainload two Grub2 installations
This is really getting me down. I have Gentoo and Ubuntu, both with Grub2. Gentoo has a dedicated /boot partition, while Ubuntu does not. I have a menuentry in Gentoo's /etc/grub.d/40_custom to boot ...
5
votes
3answers
2k views
How to setup a “data” partition shared by multiple Linux OS'es?
Currently I have a NTFS partition that contains shared data. My rationale is, NTFS doesn't have any idea about file permissions, so I won't have any trouble using them in a multi-boot system ...
1
vote
3answers
5k views
Grub not loading after Windows 8 Install
My system was configured to dual boot Ubuntu 12.04.1 LTS and Windows 7. Today I got my hands on the MSDN release of Windows 8 and I installed it over my Windows 7. Now the computer just boots to ...
1
vote
2answers
602 views
restore suse grub
I upgraded my ubuntu and that resulted in its grub loader being used. I have a triboot of windows, ubuntu and suse. I prefer the suse bootloader which I was using before the ubuntu updates. I would ...
0
votes
2answers
535 views
After removing linux Grub error
I have a dual boot Windows & Linux system. I removed the Linux partition, but after that I am not able to go in to Windows XP. It is not booting. It gives me a GRUB error.
16
votes
3answers
2k views
FreeNAS grub2 booting ISO
I've got usb-keys setup to multi-boot different Linux images. I wouldn't mind adding FreeNAS, and there's a doc with samples to add to grub.cfg
menuentry "FreeNAS-8.0.4-RELEASE-x64" {
insmod ufs2
...
4
votes
2answers
7k views
How do I change the GRUB boot configuration from within Windows?
I currently dual boot Windows 7 and Fedora 14, using GRUB, with Windows 7 as my default. I know that from Fedora, I can set GRUB to boot into Fedora, overriding the default, on the next reboot. Is ...
13
votes
3answers
3k views
Are there any side effects when two distros share a swap partition?
In order to save disk space, I want to have two OS installations share a single swap partition (a dual-boot). Is this a good idea?
2
votes
1answer
113 views
How to install Linux distro to a second hdd from within a running Linux Desktop Environment?
The title says it all! More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection.
Is there a possibility to avoid ...
4
votes
2answers
257 views
FreeBSD and Windows show different times
In a dual-boot system, I usually use FreeBSD 9 but when I boot to Windows 7 my system time in both OS automatically change and show incorrect time. What's the problem and How can I solve it?
3
votes
2answers
137 views
How do I make sure grub is only installed once?
I currently have Windows on one partition, and Ubuntu on another. I'd like to install Quimo, and possibly Mint and/or Lubuntu as well.
How do I make sure that only Ubuntu has Grub, and that the ...
3
votes
1answer
104 views
Disconnecting drives for dual-boot installation
Related to my post about my Arch installation, I'm wondering whether the following procedure would work:
Disconnect sda
Install Arch normally on sdb as if on a single-drive system
Disconnect sdb, ...
2
votes
1answer
530 views
Problem at booting Windows from GRUB2 menu made by Debian for itself
I've Asus UEFI motherboard with 2 hard disks, (hd0) and (hd1).
I managed to make my Debian Wheezy on my second disk bootable using grub-efi and it boots OK. I also have Windows on the first disk, ...
2
votes
0answers
273 views
Dual boot Fedora 16 with OS X refit
Having trouble with installing Fedora 16 on my Macbook Pro. While the installation itself completes without and issues, the bootloader doesn't install correctly.
I have rEFIt, which I already have ...
2
votes
1answer
681 views
Dual boot debian/Win XP - hidden partitions and primary partition limit
I decided it's (finally) time to make my eee a debian/WinXP dual boot. I have Windows already installed and chose to sacrifice most of an existing data partition for debian. Here's how the partitions ...
2
votes
2answers
315 views
Linux installation on an extended drive related
I just want to install another version of same distro linux into the extended partition, i. e. into the /dev/sda7.
Does it make any problem into current Linux and its data and contents?
If no, I ...
0
votes
4answers
194 views
Optimal Setup for Windows & Linux - Sharing and Partitioning
This question gets a little complicated so please bear with me.
So we have a new custom designed desktop which we will be mostly a dedicated machine for scientific computations in FORTRAN and ...