LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-18-2012, 12:57 PM   #1
jasperbuckens
LQ Newbie
 
Registered: Dec 2012
Posts: 1

Rep: Reputation: Disabled
Dual Boot Windows 7 and Linux Mint 13, Windows failed


By trying to dual boot Linux Mint 13 and Windows 7 I have made some changes in the partitions on my hard disk. I succeed and Linux is working fine but now I can't start windows. I tried to run the recovery and set my computer back to factory settings but I can't find it either. Is there anyone with an idea how to solve this?
I'm new to this site so I'm also not quit sure if this is the right place for this question, any help is welcome! Doesn't matter how smal.
 
Old 12-18-2012, 01:28 PM   #2
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
Please read:
http://forums.linuxmint.com/viewtopi...28#p366328/url
especially chapter 6.1 and post the output of "findGrub".
(And maybe: http://www.linuxquestions.org/questi...am-4175441783/)

Last edited by alfredo10; 12-18-2012 at 01:29 PM. Reason: Correction
 
Old 12-18-2012, 01:53 PM   #3
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Well, Win7 takes three primary partitions when it's installed -- and you can't mess with them without causing yourself a lot of grief. If you want to install Linux alongside Win7 you can only use logical partitions for the Linux side of the world; e.g., root, swap, home, etc. And, of course, you would have to shrink the Win7 side to give yourself a large block of disk space to logically partition and install Linux.

So, if you had an already installed Win7 and fiddled with any of the existing Win7 partitions... uh, you probably blew it and you'll need to reinstall Windows from scratch (then wait through over 250 critical updates, oh, joy). I don't remember what the names of any of them are (because I wipe Win7 completely, install Linux and then, maybe, install Win7 in VirtualBox; save a whole lot of time and trouble) but somebody with a "real" Win7 machine might be able to tell you (won't do you much good if they're gone, though).

Now that I think about it, maybe that would be a good alternative, if the thing is all messed anyway, to do a complete rebuild -- partition you drive completely with a, oh, I don't know, 50G - 100G partition for Win7, install VirtualBox (pointing it at that partition) and do a full install of Win7 as a virtual machine? Otherwise you're probably going to have to start from scratch and reinstall Win7. This because you're not able to use any of the Win7 "fixit" tools which is a good indication that the tools can't find what is needed to get everything back -- you do want to install Win7 then install Linux after it (just be aware of those three primary partitions that Win7 will create and remember that you will use logical partitions for Linux, you can look at the drive with cfdisk to see what they are if you're curious).

There might some way to fix it without reinstalling but I don't know what that might be; essentially, I won't all Windows on the property and only maintain one copy in VirtualBox. Hopefully you didn't blow it beyond recovery (somehow or other).

Hope this helps some.
 
Old 12-18-2012, 03:15 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,573

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
You would have to post some information on what your drive/partition structure is as we have no way of knowing what changes you made.
Are you still able to boot Mint? If so do it, otherwise boot the Mint installation disk and open a terminal and run this command:

Quote:
sudo fdisk -l
Lower case Letter L in the command. If you run it from the installed Mint, you will be prompted for your password.
Posting that information should enable someone to tell you whether you still have your windows partition.
 
Old 12-19-2012, 04:37 AM   #5
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
To find Grub (from the German wiki ubuntuusers.de):
Code:
sudo fdisk -l 2>/dev/null | egrep "Disk /|/dev/" | sed "s#^/dev/#Part /dev/#" | awk '{print $2}' | sed 's/://' | xargs -n1 -IX sudo sh -c "hexdump -v -s 0x80 -n  2 -e '2/1 \"%x\" \"\\n\"' X | xargs -n1 -IY sh -c \"case  \"Y\" in '48b4') echo X: GRUB 2 v1.96 ;; 'aa75' | '5272') echo X: GRUB Legacy ;; '7c3c') echo X: GRUB 2 v1.97 oder v1.98 ;; '020') echo X: GRUB 2 v1.99 ;; *) echo X: Kein GRUB Y ;; esac\""
Copy and paste the entire command into a Terminal / Konsole.
E.g.: Kein Grub = no Grub, especially 6f74 = fat 32.
 
Old 12-20-2012, 04:29 PM   #6
filmtechie
LQ Newbie
 
Registered: Dec 2012
Posts: 14

Rep: Reputation: Disabled
reply to Alfredofrom last posting.

i have been informed that the free image site you have listed has been recently involved in malware and trojan distribution...any comment?
 
Old 12-21-2012, 01:37 PM   #7
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
?
The URLs I was posting are web pages of forums which I often visit - without any problem.
 
  


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
LXer: How to dual-boot Linux Mint 13 Cinnamon/MATE and Windows 7 LXer Syndicated Linux News 0 06-07-2012 11:50 AM
Dual Boot Linux Mint 10 and Windows 7 Problems Pogo947 Linux - Newbie 4 06-02-2011 03:03 PM
windows failed on dual boot animeman Linux - Newbie 62 08-05-2010 11:27 AM
I'm installing Linux Mint on an HP Laptop with Windows 7 for a dual boot 2cen Linux - Newbie 10 03-12-2010 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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