LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 06-11-2014, 11:26 AM   #1
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Rep: Reputation: 147Reputation: 147
Mint 17 installer does not see Windows 7 installation already on computer


Thought I'd try Mint 17 (cinnamon) on my Gateway i7 machine that has Windows 7 professional already installed.

Everything is 64-bit.

Mint 17 installer says that it detects no installed OS on the computer, and wants to take over the entire hard drive. I don't want to do that, I want to dual boot. So I cancel the install and am now at a loss. Why isn't the linux installer recognizing the existing Win7 installation?

I'd like to avoid having to install to a pre-selected partition and then go in and edit grub-2 if I can avoid it.

Thanks
 
Old 06-11-2014, 02:14 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
Did you do an md5checksum on the iso? Do you not see the 'Install Alongside' option in the Installation Type window? Did you try the 'Something Else' option? Same result?

Quote:
I'd like to avoid having to install to a pre-selected partition and then go in and edit grub-2 if I can avoid it.
So you don't want to make any decision? Why would you not want to select the partition yourself? Why do you think you would need to edit Grub? The situation you describe certainly would not require that.
 
Old 06-11-2014, 04:54 PM   #3
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by yancek View Post
Did you do an md5checksum on the iso? Do you not see the 'Install Alongside' option in the Installation Type window? Did you try the 'Something Else' option? Same result?



So you don't want to make any decision? Why would you not want to select the partition yourself? Why do you think you would need to edit Grub? The situation you describe certainly would not require that.
I don't mind selecting the partition. I just don't want to go in and edit grub-2 if I can avoid it. If I have to, I have to. The essential point is WHY isn't the install alongside option showing up?


The MD5checksum is fine, and I can install on another computer. I know the dvd is good.
 
Old 06-11-2014, 07:04 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
The only thing I can think of is there is no unallocated space or partitions on which to install Mint. If that's not it, I have no idea.
 
Old 06-11-2014, 07:58 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,008

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Not sure why it doesn't report an OS unless you have a flash drive on it or different partition. Could be some encrypted drive too.

I might suggest you just run a virtual machine. The core i7 should be fine for this.

If you want you can boot to the live media and use other tools to see what this distro sees on this drive. There should be three partitions on it already or maybe more.

You'd have to create some room on a partition.
 
Old 06-11-2014, 09:37 PM   #6
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by jefro View Post
Not sure why it doesn't report an OS unless you have a flash drive on it or different partition. Could be some encrypted drive too.

I might suggest you just run a virtual machine. The core i7 should be fine for this.

If you want you can boot to the live media and use other tools to see what this distro sees on this drive. There should be three partitions on it already or maybe more.

You'd have to create some room on a partition.
/dev/sda had 5 partitions originally, the win7 boot (100 meg), C:, E:, and 2 data partitions.

I transfered the data from the data partitions into the E: partition, and then deleted, combined, and formatted them into 1 partition at the end of the hard disk.

I then installed Mint 17 /, /home, /var, /opt, swap, etc. (all separated out) into the now free partition. 900 gigs worth. Mint 17 is working fine, and I've been downloading apps and surfing the net all evening.

Trouble was, when installing, Mint 17 said there was no OS on the computer at all.

Learning how to find my win7 boot and then configuring grub-2 will be a pain, but do-able. I'm just mystified at the lack of recognition of the existence of the win7 OS to begin with.

Now I know I've wiped out my boot for win7, but there was plenty of space on the drive at all times. My concern is that Linux Mint didn't see it at all.

Last edited by moxieman99; 06-11-2014 at 09:38 PM.
 
Old 06-11-2014, 10:03 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
I've seen posts with the problem of not recognizing windows on the Mint forums so you're not alone with the problem.
You could try running sudo os-prober and sudo update-grub to see if windows gets added to the menu. Windows entries in Grub2 are pretty simple:

Code:
menuentry "Windows 7 (loader) (on /dev/sdb1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd1,msdos1)'
	search --no-floppy --fs-uuid --set=root A0A03A5CA03A395C
	chainloader +1
}
The only things you would need to change from the example above are the (hd1,msdos1) on the set root line above to conform to the partition you have it on and the uuid at the end of the search line which you can get with: sudo blkid
 
1 members found this post helpful.
Old 06-12-2014, 07:14 AM   #8
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by yancek View Post
I've seen posts with the problem of not recognizing windows on the Mint forums so you're not alone with the problem.
You could try running sudo os-prober and sudo update-grub to see if windows gets added to the menu. Windows entries in Grub2 are pretty simple:

Code:
menuentry "Windows 7 (loader) (on /dev/sdb1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd1,msdos1)'
	search --no-floppy --fs-uuid --set=root A0A03A5CA03A395C
	chainloader +1
}
The only things you would need to change from the example above are the (hd1,msdos1) on the set root line above to conform to the partition you have it on and the uuid at the end of the search line which you can get with: sudo blkid
Yancek, Wonderful advice. os-prober found my windows 7 (making it all the more puzzling why it wasn't picked up before) and update-grub added it to my boot menu. Thanks!
 
Old 06-12-2014, 01:59 PM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,547

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
If I'm reading your post 6 correctly, that you had five windows partitions when you booted Mint that would be why you did not get the Install Alongside option. It's not that the OS wasn't detected but that there was no "alongside" to install to, a partition or unallocated/free space. If you had the partitions before initially trying to install Mint then I have no idea what the problem would be.
 
Old 06-12-2014, 06:10 PM   #10
moxieman99
Member
 
Registered: Feb 2004
Distribution: Dabble, but latest used are Fedora 13 and Ubuntu 10.4.1
Posts: 425

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by yancek View Post
If I'm reading your post 6 correctly, that you had five windows partitions when you booted Mint that would be why you did not get the Install Alongside option. It's not that the OS wasn't detected but that there was no "alongside" to install to, a partition or unallocated/free space. If you had the partitions before initially trying to install Mint then I have no idea what the problem would be.
I had made the space for Mint before I tried to install. I had about 900 gig worth of space to install into. It's a mystery. Oh Well (Parts 1 & 2)
 
Old 06-18-2014, 06:28 AM   #11
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Add Grub Customizer to your Mint install - it does a great job tweaking Grub and avoiding having to manually edit the config files...
 
Old 11-15-2014, 01:09 PM   #12
boredtech78
LQ Newbie
 
Registered: Nov 2014
Posts: 2

Rep: Reputation: Disabled
humor me

change your boot mode setting of efi/legacy to either one or the other. Once you find which one windows boots into then restart using your install for linux. It should now see windows 7. That's how simple it was for me.
 
  


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
change my Windows XP tower computer to linux mint cinamon using disk I ordered davidlaughbourgh Linux Mint 7 05-12-2015 10:53 AM
How to transfer from old computer of Windows 7 & Linux Mint files to new computer Socrates2 Linux Mint 12 07-02-2014 01:20 PM
can i run windows vista and linux mint and ubuntu on the same computer NickRudd Linux - Newbie 11 04-25-2012 06:03 AM
want to install ubuntu and linux mint from windows installer? ? sandy6573 Linux - Laptop and Netbook 3 08-03-2011 03:36 PM
Mint 6 Update Causes Error in MInt Installer Novatian Linux Mint 0 10-19-2009 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 07:17 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