PDA

View Full Version : [ubuntu] Triple Boot



JonthueM
January 19th, 2014, 05:02 AM
I am doing a factory reset with the intent of freshing up for the year and getting not only ubuntu but also
Fedora and grub2 graphic with windows as well on the system.How would you do it without causing havoc for a newbie like me. I want fedora for the full gnome3 experience unless you have something better.

Bucky Ball
January 19th, 2014, 06:23 AM
Make a partitioning plan. You are looking at an involved one.

Install Windows first, first partition, first drive (sda1). There are factors which are going to effect how you go about this. Are you installing in EFI or legacy? Which Win are you using?

I know nothing about Fedora, but once Win is installed, install Ubuntu so you have Win and Ubuntu installed and operational, then perhaps you can hunt around the Fedora forums for how you go about installing that. You might have more luck (and discussion of installing Fedora should be in a new thread in Other OS/Distro Support here).

Good luck. ;)

1clue
January 19th, 2014, 07:07 AM
Um.

Virtual machines?

Dual/triple boot is a deliberate handicap of functionality.

If it's virtual machines, you can copy/paste between VMs, share apps and services or any other type of collaboration. You don't have to close any apps to switch operating systems, it's just selecting a window and doing whatever, then coming back.

Bucky Ball
January 19th, 2014, 07:17 AM
If you have the RAM and suitable hardware, that is. ;)

jp734
January 19th, 2014, 03:43 PM
The thing with VM is you don't get the full screen as well.

Triple boot is ok and you should be fine. I've had triple boot for years now and have tried fedora and Ubuntu combo with no problem. But now I'm a die hard Lubuntu and Crunchbang fanatic (low resource OSes)

Good luck to you

1clue
January 19th, 2014, 04:23 PM
@Bucky Ball. Yes, of course.

@jp734 why not? Don't bother using 'console' on the VM, that sucks no matter if it's KVM or VMware or whatever. Just connect to the box using whatever would be appropriate for a remote computer and go full screen with that.

@JontheuM, Look at your hardware of course, but also map out all the advantages of using these systems when they run simultaneously, and then compare that to advantages and disadvantages of having to shut one down before starting the other.

oldfred
January 19th, 2014, 05:10 PM
Some have posted that Fedora installs with separate /boot and LVM. LMV is a logical partition structure overlaying the physical partitions. Fine for full drive installs but not best with multiple boot as then it really has none of its advantages and all of its disadvantages.

If possible change from default LVM to just a more standard ext4s partition if dual booting with Fedora.

JonthueM
January 20th, 2014, 12:22 AM
Win 7 I got win 7 up just thinking about which to do first.

JonthueM
January 20th, 2014, 12:23 AM
I choose fedora because Gnome 3 I heard is better then on ubuntu

JonthueM
January 20th, 2014, 12:28 AM
What distro would you suggest for full gnome experience?

JonthueM
January 21st, 2014, 04:17 PM
What about this instruction?
http://www.linuxbsdos.com/2013/03/05/triple-boot-windows-7-ubuntu-12-10-and-fedora-18-on-one-hdd/

JonthueM
January 21st, 2014, 04:20 PM
@Oldfred how do you do that?

oldfred
January 21st, 2014, 04:59 PM
I have not installed Fedora, so do not know. Others have posted that the do install to an ext4 partition, so it must be a manual install.

You can still use the LVM, but then in Ubuntu have to add the lvm2 driver and mount the Fedora partition for grub2's os-prober to find the Fedora install.

The Ubuntu installer has the lvm2 drivers, but if you do not choose LVM in Ubuntu (which is full drive unless you use manual install), you can see it un-install the lvm2 driver during the cleanup at the end of the install process.

JonthueM
January 23rd, 2014, 06:31 PM
Okay I been to AskUbuntu, one reply was
My steps would be:


Boot to Fedora flash drive
Shrink Windows partition using installer
Create a root partition for Fedora following the Windows partition (leave room for Ubuntu!)
Create a swap partition at the end of the disk (4-8GB should be enough)
Install Fedora on its partition
Reboot to Ubuntu flash drive
Create Ubuntu root partition in the remaining space
Use the swap partition you created earlier for Ubuntu swap as well, by selecting the "Use as" option, and selecting "swap"
Install Ubuntu on its root partition
Reboot! Ubuntu should have detected Fedora and Windows and set up GRUB accordingly.

You should end up with the following partitions in this order:


Windows partitions
Fedora root partition
Ubuntu root partition
Swap partition



But because I already had a separation partition for it and ubuntu which is just 62 GB, I just pop in the flash drive trying to do a manual install when... error basically cant do anything because my drive is full. How?! No Idea. this is not a live disc sooo!!!! what should I do? dose it matter I start with fedora then ubuntu?

oldfred
January 23rd, 2014, 06:43 PM
Did you use all 4 primary partitions?

Post this from Ubuntu installer's terminal.
sudo parted -l

Not sure how to do above from Fedora, it that is version you have running.

JonthueM
January 23rd, 2014, 09:31 PM
I did not started with ubuntu I tried to do it with fedora rather then ubuntu first. Do you suggest I do from that way and then get grub2 afterwards? it was fedora that was giving me problems.