LinuxQuestions.org
Review your favorite Linux distribution.
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 12-23-2012, 11:44 PM   #1
fabe856
Member
 
Registered: Apr 2012
Posts: 115

Rep: Reputation: Disabled
Installing fedora 17 with windows 7


Hi,
I have windows 7 installed on my laptop. I want to install fedora 17 on a separate partition D (27 GB). Please suggest what should I do to make it dual bootable and retain windows 7.

Regards
Fabe
 
Old 12-24-2012, 12:24 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
? Read the dual boot instructions on the fedora docs .
http://docs.fedoraproject.org/en-US/...llation_Guide/
and search the "fedoraforum"
http://forums.fedoraforum.org/index.php
this is a very common question

I my self like to chainload to the windows bootloder
that requires using
" the dd method"

The fedora install DVD will gladly set up a dual boot once it detects Windows 7
step 1
back up win 7
step 2
See "step1"

step 3
back up important data ( to dvd or usb drive )
step 4
resize the windows7 partition ( or use a second drive )
install fedora 7 using a custom install
the installer will ask you about windows 7 and what to do with it
 
1 members found this post helpful.
Old 12-24-2012, 05:34 AM   #3
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
I my self like to chainload to the windows bootloder
that requires using
" the dd method"
I has been a while since I played with windows, but I was under the impression that this was the only method.
can the windows bootloader be bypassed?
 
Old 12-24-2012, 11:23 AM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
you basically run the fedora live-usb creator then reboot the pc telling it to boot from the usb device (every pc model has a different way to do this).

then while the live-usb is running you clik on the 'install to harddrive' button and clik next a few times.

what problems are you having ?
 
Old 12-24-2012, 02:42 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
Not sure there is a great reason to dual boot. Can you consider a virtual machine instead?
 
Old 12-24-2012, 04:23 PM   #6
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
I'm not so sure I would recommend VM's over duel booting. Obviously I would prefer to do neither. The other day I had to get access to excel to work on a project from home. Installed Windows on Virtualbox and installed MSoffice. It was excruciatingly slow. I mean, I know windows is slow as it is, but it certainly doesn't need any help
 
Old 12-24-2012, 10:04 PM   #7
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:
Originally Posted by fabe856 View Post
Hi,
I have windows 7 installed on my laptop. I want to install fedora 17 on a separate partition D (27 GB). Please suggest what should I do to make it dual bootable and retain windows 7.

Regards
Fabe
I just went thru this procedure myself. And installing Fedora 17 alongside of Win's 7 went well.

Before I could install Fedora I had to shrink the Win's 7 partition.

Your Windows partition will look something like this:
Code:
dev/sda 1  (size in MB or in GB)    NTFS
dev/sda 2   (size in MB or in GB)   NTFS (Reserved)
dev/sda 3   (size in MB or in GB)  NTFS Should be the largest partition (this is your Win's 7 OS)
I used the live Fedora 17 DVD/CD to look at these partitions and wrote them down.
I than shrunk the Win's 7 partition approx. in 1/2 Here is the instructions for that:

http://www.howtogeek.com/howto/windo...windows-vista/

It's in megabytes so do your math.

After I shrunk Win's 7 I used the Free Space that the Fedora Installer showed me and created my partitions from that Free Space.....Like so-
Code:
dev/sda 5 /boot   ext3   20GB or 20480 in MB
dev/sda 6   swap   4GB or 4096 in MB
dev/sda 7 /home   ext3 4GB or 4096 in MB
dev/sda /root   ext4   4GB or 4096 in MB
Some folks don't use or make a swap the call is yours to make.

Wish you the best
 
1 members found this post helpful.
Old 12-25-2012, 03:52 PM   #8
clocker
Member
 
Registered: Sep 2011
Distribution: fedora, redhat, mint
Posts: 87

Rep: Reputation: Disabled
Its what am using right now. Install windows 7 or if already installed, create a free partition or unsed space. Run the fedora DVD @ partioning choose custom layout and install fedora on the un used space you created. Just make it simple by installing on root and swap. accept the boot loader option so that you can dual boot.
 
Old 12-26-2012, 10:32 AM   #9
fabe856
Member
 
Registered: Apr 2012
Posts: 115

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by clocker View Post
accept the boot loader option so that you can dual boot.
Do i have to give some specific choice in the boot loader. I want windows to be retained.
 
Old 12-26-2012, 01:02 PM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by fabe856 View Post
Do i have to give some specific choice in the boot loader. I want windows to be retained.
then when you get to that screen, select that option.
 
Old 01-10-2013, 11:27 PM   #11
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 don't think that it's against EULA to dual-boot an OEM wins, MS doesn't want an OEM within Vbox, although you can purchase fully licensed wins & put it in Vbox.
 
Old 01-11-2013, 08:47 AM   #12
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by EDDY1 View Post
I don't think that it's against EULA to dual-boot an OEM wins, MS doesn't want an OEM within Vbox, although you can purchase fully licensed wins & put it in Vbox.
not sure how eula plays into this; was this meant to be a response to this (cross-post):
http://www.linuxquestions.org/questi...2/#post4867063
if so, what i meant was that i think it was against ms's eula for oem's to sell pc's with windows and linux pre-installed (ms would probably take away the manufacturers bulk discount if they did).
 
Old 01-11-2013, 08:39 PM   #13
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by schneidz View Post
not sure how eula plays into this; was this meant to be a response to this (cross-post):
http://www.linuxquestions.org/questi...2/#post4867063
if so, what i meant was that i think it was against ms's eula for oem's to sell pc's with windows and linux pre-installed (ms would probably take away the manufacturers bulk discount if they did).
My apologies since I misunderstood your post.
 
  


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
Windows 7 wont boot up after installing Fedora 15 (Windows 7 already installed)? ranger149 Fedora 6 09-02-2011 09:15 PM
installing windows on dual boot system with fedora linux and windows xp vaishalicoep Linux - Newbie 2 04-23-2009 05:11 AM
Installing Windows over Fedora pratapchiluveru Linux - General 6 04-20-2009 01:33 AM
Installing Fedora on Windows PC dalb Fedora - Installation 1 10-09-2006 12:53 PM
installing fedora using Windows? coontie Linux - Software 6 08-29-2004 10:23 AM

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

All times are GMT -5. The time now is 05:24 AM.

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