LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-19-2010, 08:10 AM   #1
odway
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Rep: Reputation: 0
Dual Boot Installation Issue


Hi guys,
I'm having installation issues with linux and could really use your advice.

I'm trying to set up a dual boot with vista and linux. I prepared my computer by backing up my files and partitioning my hard drive, leaving 20GB for linux. I downloaded Linux Mint 7, and booted from USB (using the universal USB installer from pendrivelinux.com). All good, entered into linux and installed by following the prompts (selecting use largest unallocated partition to point linux to the partition). At this stage the screen cleared to just leave me with the desktop background, and I patiently waited for it to reboot.... which never happened. So I waited for 20mins or so, then shut the computer down because I couldn't think of what else to do. When I restarted (without using the livecd/usb) it just went straight to vista.

I did a bit of reading and found it might have been something to do with vista taking over grub, and some of the tutorials suggested downloading EasyBCD. So I did that, here's the summary:

Code:
There are a total of 2 entries listed in the Vista Bootloader.
Bootloader Timeout: 30 seconds.
Default OS: Linux Mint 7

Entry #1

Name:  Microsoft Windows Vista
BCD ID:  {current}
Drive:  C:\
Bootloader Path:  \Windows\system32\winload.exe
Windows Directory:  \Windows

Entry #2

Name:  Linux Mint 7
BCD ID:  {default}
Drive:  C:\
Bootloader Path:  \NST\nst_grub.mbr
Code:
Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {bbf9569e-31e5-11df-a844-91f7867d7949}
resumeobject            {3fb6bf64-700d-11db-8409-0016d303c867}
displayorder            {3fb6bf63-700d-11db-8409-0016d303c867}
                        {bbf9569e-31e5-11df-a844-91f7867d7949}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 30

Windows Boot Loader
-------------------
identifier              {3fb6bf63-700d-11db-8409-0016d303c867}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence        {572bcd55-ffa7-11d9-aae2-0007e994107d}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {3fb6bf64-700d-11db-8409-0016d303c867}
nx                      OptIn

Real-mode Boot Sector
---------------------
identifier              {bbf9569e-31e5-11df-a844-91f7867d7949}
device                  partition=C:
path                    \NST\nst_grub.mbr
description             Linux Mint 7
Now when I turn my computer on, I get options for vista and linux. Vista works find, but if I select Linux Mint 7 I get an error that reads "cannot load from harddisk, insert systemdisk and press any key"

Any ideas?
This is like unwrapping a new present, and not being able to use it! Ahh!

Thankyou in advance.

Last edited by odway; 03-19-2010 at 08:15 AM.
 
Old 03-19-2010, 09:52 AM   #2
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Manjaro
Posts: 10,005

Rep: Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191
Hi odway

Now I could be wrong (someone else may correct me) but I have never had any success with Linux (any distro)
using a Windows boot loader to start.
My main issue with what I see above would be the line that reads:

device partition=C:

As Linux does not use this nomenclature to refer to the head of your system but rather
the symbol / (slash) is referred to as the root partition.

I would therefore agree that your install has not worked correctly and to perhaps retry.
Most newish linux distros use grub and will detect your Windows partition and create the
relevant entry.

Hope this helps.
 
Old 03-19-2010, 10:25 AM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Easybcd works in vista if grub is installed to the linux root partition. However IMHO, it doesn't sound like mint 7 installed correctly.
 
Old 03-19-2010, 11:56 AM   #4
odway
LQ Newbie
 
Registered: Mar 2010
Posts: 2

Original Poster
Rep: Reputation: 0
Thankyou guys,
I'm sure this is super newbie, but how do I go about attempting to reinstall linux? Would I need to delete my pre-existing partition?
 
Old 03-19-2010, 04:37 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,974

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Now when I turn my computer on, I get options for vista and linux. Vista works find, but if I select Linux Mint 7 I get an error that reads "cannot load from harddisk, insert systemdisk and press any key"

Let's start with did you install mint and did it seem to install correctly? If so then we might need to simply tweek easybcd.

The issue may be that we would need to put grub or lilo on your linux partition (or another partion) or simply use grub to boot both vista and linux. Kind of your choice on that so let us know.

Both Vista's bcd and grub can boot either or both just as well as the other.


This a a common issue with dual boots. It may be that your system is new enough to not even need a dual boot. Have you considered a virtual machine?
 
Old 03-19-2010, 05:55 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
No you don't have to delete the partition, during the partitioning section of the install select manual mode and setup the partiton manually, however for someone new to linux it might be easier to delete the partition and then attempt to install as before. Don't create any new partitions before the installation, the installer will create the partitons after selecting use largest unallocated space

Last edited by colorpurple21859; 03-19-2010 at 08:51 PM.
 
  


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
Dual Boot Slackware 13 with FreeBSD, but Issue Dual Booting PC-BSD Photon Blizzard *BSD 2 11-09-2009 11:55 AM
Dual Boot Slackware 13 with FreeBSD, but Issue Dual Booting PC-BSD Photon Blizzard Linux - Newbie 1 10-22-2009 10:07 PM
Dual Boot issue with Suse and XP - Vista boot hangs masterkeedu Linux - Software 5 01-24-2009 06:34 PM
Dual Boot (XP Pro/Fedora 10) boot issue - mounting error Ironman00 Fedora - Installation 1 12-17-2008 05:37 PM
Boot loader config issue, updating Fedroa 6 to 7, dual-boot machine (XP) BurntChips Fedora - Installation 5 04-16-2008 04:12 AM

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

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