LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-22-2014, 11:41 AM   #16
Motte
LQ Newbie
 
Registered: May 2014
Location: Cologne
Distribution: Manjaro
Posts: 25

Original Poster
Rep: Reputation: Disabled

Sorry for double posting but I still need help :-(
So here is a *push* to hopefully gain some attention ;-)
 
Old 09-22-2014, 12:06 PM   #17
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

After reading through the boot info. script that you posted I see that all of your Windows partitions are on sda on your first hard disk drive that the system see's.

Your second drive has multiple partitions and 3 different distro's (Ubuntu, Mageia and Debian) and only one swap partition.
Code:
/dev/sdb2 is Ubuntu 14.04
/dev/sdb3 Is an Extended partition
/dev/sdb5 is Mageia
/dev/sdb6 is a swap partition (in association to which distro I don't know)
/dev/sdb4 is Debian 7
How your Windows partition made it onto your second drive is unknown to me.
I would leave that partition alone.

If this were my machine I would start all over again and before installing any distribution I would open the tower and unplug the 1 TB drive so that there is no confusion as to which drive to install to.


With your second drive being a 250 GB HDD I wouldn't install more than 2 distributions.
I'm not sure if triple booting is wise with a HDD of that size.

Install one distribution at a time making a 'ext 4' journaling file system and a 1 GB linux-swap partition.
 
Old 09-22-2014, 12:16 PM   #18
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I had a linuxmint install list itself atleast 4x, but I also had debian on the drive. My main OS is always debian so I just booted to debian & reinstalled grub, which fixed that problem.

As far as windows not being detected, I mount the wins partition & run update-grub.
 
Old 09-22-2014, 04:47 PM   #19
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Quote:
With your second drive being a 250 GB HDD I wouldn't install more than 2 distributions.
I guess that would depend more upon what the OP uses them for. I have a 320GB drive with 6 Linux distributions plus windows 7.

I'm not sure what the question is. Are you looking still for suggestions on how to partition? If you are going to installing windows 8 you will need to familiarize yourself with GPT and EFI. I don't think you have to use EFI, but if you install multiple systems I believe they all need to be EFI or MBR, mixing creates problems. Another thing you might consider is a separate data partition in addition to the filesystem partition for each distribution. That way you would easily have access to the partition from any other OS and if you formatted it ntfs, you could also access it from windows.

Last edited by yancek; 09-22-2014 at 05:15 PM.
 
Old 09-24-2014, 08:05 AM   #20
Motte
LQ Newbie
 
Registered: May 2014
Location: Cologne
Distribution: Manjaro
Posts: 25

Original Poster
Rep: Reputation: Disabled
Hi there, thanks for the replies!

My goal is to create a Linux HDD with one home (which is sdb7) and one swap (sdb6) partition, with every distro using these.
On sda only Win8 is installed and I don't want to change that.

My problems are:

- GRUB going nuts with all those mageia menu items
- I can't boot into mageia
- a GRUB installation which I can't use. It seems it is installed on sda because it loads up when booting from sda (I want to get rid of this installation)

I hope I could clear things up a little
 
Old 09-24-2014, 12:06 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
a GRUB installation which I can't use. It seems it is installed on sda because it loads up when booting from sda (I want to get rid of this installation)
Looking at the boot information script it shows that your sda 1 TB HDD has Grub installed as the bootloader for all of your Windows partitions.
Code:
 Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and uses an 
    embedded config file:
Do you want to get rid of Grub?

Boot loader Grub: how to repair, adapt or remove it
https://sites.google.com/site/easylinuxtipsproject/grub

Quote:
- GRUB going nuts with all those mageia menu items
- I can't boot into mageia
Did you change or modify the Mageia partition?
 
Old 09-24-2014, 12:58 PM   #22
Motte
LQ Newbie
 
Registered: May 2014
Location: Cologne
Distribution: Manjaro
Posts: 25

Original Poster
Rep: Reputation: Disabled
Thanks for pointing me to this how to. But I'm afraid of deleting both GRUB installations, but I want to keep the one on sdb.
How do I chose which MBR is repaired when using my Win8 dvd?

I didn't change anything on the Mageia partition. I installed from a live session and then was never able to boot into Mageia from sdb.

@ EDDI1: I'm sorry I didn't answer to you. Win8 is being detected by both GRUB installations, but I can't boot into Windows when using sda as primary boot option.
 
Old 09-24-2014, 09:25 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Windows 8: fix the MBR-
https://neosmart.net/wiki/fix-mbr/#F...R_in_Windows_8

After you installed Mageia did your pc boot to a black screen?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Unable to boot XCP on a multiOS workstation with GRUB fbcyborg Linux - General 5 10-13-2011 01:06 PM
Setting up harddrives on fileserver for maximum r/w speed kummiliim Linux - Server 3 03-25-2010 11:24 AM
dual boot ; two harddrives phats_O Linux - General 1 05-20-2005 12:28 AM
MultiOS Boot Question rvijay Linux - General 2 07-19-2004 06:02 AM
dual boot with 2 harddrives..PLEASE HELP Ermac6 Linux - General 8 01-17-2002 03:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration