Fedora Installation :: Dual Install Of 13 And Windows 7

Sep 25, 2010

I have a laptop with Windows 7 and would like to have a dual install with Fedora. I defragged and shrank the C: drive and then booted from my Fedora CD. When it came time to choose a partition, I tried to use the custom option and set them up in the unallocated space, but I get the message "could not allocate requested partitions not enough free space on disks." I went back and chose the "Use Free Space" option, but got the same error.

I have: SYSTEM NTFS, (Primary Partition) 199 MB Capacity, 167 MB Free C: NTFS, (Boot, Page File, Crash Dump, Primary Partition) 239.52 GB Capacity, 95.92 GB Free 207.43 GB Unallocated Recovery D: NTFS, (Primary Partition) 18.51 GB Capacity, 2.68 GB Free HP_TOOLS E: FAT32 (Primary Partition) 99MB Capacity, 93MB Free

Do I need to partition them before I begin installing? Is the problem that I have too many primary drives?

View 14 Replies


ADVERTISEMENT

Fedora Installation :: Install The Original Version Of Fedora 15 And Make It Dual Boot With Windows 7?

Aug 17, 2011

So I want to install the original version of Fedora 15 and make it dual boot with my Windows 7. Problem here is that I don't have a cd/rom. and the iso file didn't have a .exe thingy.....

so now what? Also this is my partitions> http://img94.imageshack.us/img94/9853/unledtlh.jpg

View 4 Replies View Related

Fedora Installation :: Dual Boot 13 Onto Windows 7 Machine - Can't Install Onto Unpartitioned Space

Sep 20, 2010

I am trying to dual boot Fedora 13 onto my Windows 7 machine. I have shrunk my Windows drive to create 100GB of unpartitioned space, but when trying to install Fedora onto this free space (it is recognized as "Free" space), the installer tells me that there is no space for the partition.

View 5 Replies View Related

Fedora Installation :: Dual Boot Of 13 And Install Windows Xp On A Toshiba Satellite - Cannot Find C:inerrordialog.exe

Aug 4, 2010

I figured I would begin delving more into the open source environment by dual booting fedora and windows xp pro. Windows xp WAS already installed on the laptop, so I went through the steps to get fedora installed. Everything appeared to be working fine. Fedora came up nicely, and then I tried to boot windows (using grub boot loader). The Windows splash screen appeared, making me think things were fine. But suddenly the screen went black, with the computer going through a restart. This happened every time I tried to boot windows. So I began scouring the web to see if someone had a similar problem. I tried numerous things, but none of them worked. Of them, this appears to have gotten me farther than anything:

Going into grub I changed: rootnoverify (hd0,0)
to: rootnoverify (hd0,1)

Everything else remained the same. When I made this change, the computer went through Ramdisk, and the Toshiba recovery tool. Then two dialog windows appear in secession.

The first stating: Windows cannot find c:inerrordialog.exe
The second stating: Windows cannot find c:inootpriority.exe

I stumbled across information about the recovery console tool. Well, since my laptop has an OEM installation, there is no recovery console tool. But eventually, I was able to find one that I could download. (In case anyone is interested, here is the link for the [URL]

I burned the image to a cd on another computer, and then attempted to boot to the console from the cd/dvd drive on the laptop. But the system crashed, with the customary blue screen. I was hoping to be able to execute the chdsk command to repair whatever damage there might be, but this problem occurs each time I run the image. Fortunately I backed stuff up before this. I'm just hoping that I won't have to go through the ugly process of restoring everything because it's a lot to restore.

View 12 Replies View Related

OpenSUSE Install :: Dual-boot Installation Of 11.3 With Windows 7?

Sep 29, 2010

Yesterday (Sept. 28) I managed to install openSuSE 11.3 on my Toshiba Satellite Pro C650 laptop, side-by-side with Windows 7 which was pre-installed. In brief I'd like to report the problems I had encountered up to yesterday.

1. Upon inserting the DVD and after the start of the installation the system would take me to non-GUI (Text) Mode and would finally respond with the message: "No repository found."

2. After that I tried to install openSuSE 11.2 and 11.1. There, although the installation went through smoothly, I had to deal with a new problem; when I selected to boot Windows 7 from the grub menu the system responded with the message:

rootnoverify (hd0,1)
chainload +1
BOOTMGR is missing

Upon booting the computer from the DVD with the Linux OS and before I hit ENTER I changed the Kernel by hitting F5 (or whatever key corresponds to Kernel at the bottom of screen) to "Failsafe mode". That did the job. The installation started and ended smoothly. Oh! one other thing I did is to edit the preselected disk partition and delete the swap partition since the disk has to have four and not five partitions.After that, I became root and edited "/boot/grub/menu.lst" file to correct the "(hd0,1)" for the Windows 1 to "(hd0,0)" since it is the first OS.

View 1 Replies View Related

OpenSUSE Install :: Dual Boot Installation With Windows 7?

Nov 5, 2010

I am very much excited to try out openSUSE 11.3.. But i am very much afraid of losing my data in windows partitions without knowing the exact procedure to install it..here are my existing partition list... Please have a look at it and suggest me..

c : 40 GB
d: 120 GB
e: 140 GB
f: 140 GB

and i have some free space of 28 GB.It is unallocated.I want to install openSUSE into this free space.Now please tell me whether i can proceed with the default disk configurations given at the install time or do i have to modify and adjust the partitions or do i have to create partitions for the available free space.

View 9 Replies View Related

Debian Installation :: Cannot Boot Into Windows XP After Dual Jessie Install

Sep 4, 2015

I have a Dell laptop (inspiron 1150) which was dual booting Windows XP and Ubuntu 9.04. I have successfully installed Debian Jessie Standard over the Ubuntu. I pre-partitioned using gparted-live to make a separate single partition for the Debian install. Guided partitioning was then carried out by the installer producing separate /, /home, and swap partitions. After installation, the grub menu shows an entry for Debian and Windows XP. I can boot Debian, but not Windows XP. The symptoms are the same as reported in other forums: A terminal is displayed, vanishes and the system reboots defaulting to the Debian boot.

The grub.cfg file for the Jessie system has an other-os entry:

Code: Select allmenuentry "Microsoft Windows XP Home Edition (on /dev/sda2)" {
   set root=(hostdisk//dev/sda, msdos2)
   search --no-floppy --fs-uuid --set=root cc0ce0ab0ce091ae
   drivemap -s (hd0) ${root}
   chainloader +1
}

The original Windows entry for the Ubuntu install was:

Code: Select allmenuentry "Microsoft Windows XP Home Edition (on /dev/sda2)" {
   insmod ntfs
   set root=(hd0,2)
   search --no-floppy --fs-uuid --set cc0ce0ab0ce091ae
   drivemap -s (hd0) ${root}
   chainloader +1
}

The partitions produced by partman look OK (during the pre-partitioning I did not touch sda1, sda2, or sda3):

Code: Select all~ # fdisk -l
Disk /dev/sda: 37.3 GiB, 40007761920 bytes, 78140160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[Code] .....

Partition table entries are not in disk order.

The os-prober found XP:

Code: Select all~ # os-prober
/dev/sda2:Microsoft Windows XP Home Edition:Windows:chain

So it seems that everything is in place, but there are perhaps important differences in the grub.cfg files. Are the two "set root" commands equivalent for example?

View 5 Replies View Related

Debian Installation :: Dual Boot - Install After Windows Is Already Installed

Jul 29, 2011

how to install Debian after Windows is already installed. Could someone give me a brief guide to begin the process of installing Windows? When I installed Debian I already made a partition for windows (in the same hard disk), I hope I did it right.

View 3 Replies View Related

General :: Install Fedora 12 On Windows 7 As Dual Boot?

Mar 13, 2010

i installed windows 7 successfully. When I installed it,I created 40 gb of unallocated space in the hard disk for the Fedora installation. However, whenever i start the partition editor during the Fedora installation, it says that there is no free space in your hardware, even though it shows 40gb space in the disk partition table.

View 5 Replies View Related

General :: Install Fedora 13 On My Dual Boot - Windows-7

Jun 30, 2010

I am planing to install fedora 13 on my dual boot (windows-7 + fedora) laptop. Previously some one helped me installing fedora on my laptop. Below let me mention the my file system architecture as the question is related to it. It's a 320 GB hard drive.

1. First 250 MB primary partition (used to be for /boot, which is currently unallocated, because in last installation I chose fedora to install automatically).

2. Next 120 GB windows primary partition.

3. Next 200 GB Logical partition

a. First 125 GB for windows backup

b. rest for Linux (500 MB + 60 GB).

As Linux was installed later thus it wrote the boot partition itself. I want the boot partition in the first 250 MB partition (reason, to be safe, I don't want to mess up with the master boot record while playing with Linux), also need to install fedora 13. The architecture I want is following:

1. first 250 MB: /boot

2. Next 120 GB: Windows

3. Logical:

a. First 125 GB: Windows backup.

b. Next 4 GB: /swap

c. Rest: /root -- I want to install Fedora here

So, what I plan to do is to whip out all the current Linux file systems and insert fedora dvd and install according to my criteria!

Now my questions are:

1. since currently Linux has the master boot record, will it cause any problem for the machine to boot up from installation dvd, if I whip off all the current Linux partitions? (Or in other words, does installation/ live-CD need a master boot record to boot? -- I am guessing once I reinstall Linux, booting is not a problem).

2. Once Linux is whipped off, can windows boot up automatically?

3. Is there any worry of messing up windows, specially its boot sector(off course I will take precaution not touching windows partitions!)

View 5 Replies View Related

Debian Installation :: Safe To Install Dual Boot Windows 32bit

Jan 28, 2011

is it safe to install a dual boot windows 32bit and a linux 64bit on the same pc?

View 14 Replies View Related

Ubuntu Installation :: Windows 7 Dual Boot Grub2 Doesn't Install

Apr 26, 2010

I've just installed the 64 bit edition of 9.10 on my workstation. My raid drivers worked without any custom installation, which is very impressive! I am however having a problem installing grub2. I boot to the live CD, run the install process, resize and partition my free space as an ext4 primary partition with mount point /. Everything installs except grub, so I'm always booting in to windows.This seems to be a bit off as I've never had this occur with dual booting before.

View 9 Replies View Related

Ubuntu Installation :: Windows Install Causing Dual Boot Quandary?

Jun 25, 2010

I just bought a Fujitsu S760 with Win7 on it. I need it for testing purposes, but for everything else I use ubuntu. So I need a functioning copy of that Win 7. The problem is, they've spread it in 4 partitions all over the drive, and I don't know whether I can move any of that stuff around without blowing it up.

Here's the setup (all ntfs of course):
Code:
sda1 16GB (8 used) winOS files hidden partition...
sda2 200mb boot
sda3 150GB (12 used) winOS, program, and user files
sda4 150GB (3 used) some kind of recovery partition.

So, unless I move something, all 4 primary partitions are already used, and I can't even make an extended partition for my linuxOS. Plus, I like playing around trying to make hackintoshes, and that would take a primary partition too.And one more thing: on first boot, the Win7 talks to the mothership and completes its installation. So far, I've only used the machine with an ubuntu livecd (looks like everything works, btw), and I don't know how the drive will look once the Win7 is actually functional.Can I just dump that recovery partition? Unhide sda1, move boot there, ultimately make it bigger, and move the rest of the Win7 stuff there? Somehow, I doubt it.I know Windows checks for uuid (and MAC data??) to make sure it wasn't moved, so I haven't dared touch anything.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot - Can Install Windows On An Extended Partition

Mar 31, 2011

I bought a PC with Window Vista on it as my partner needs it. Using gparted I set up Primary partitions for Vista OS (sda1) and Ubuntu OS (sda2), plus an extended partition for Vista files, Ubuntu /home and swap:

fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3969 31880961 7 HPFS/NTFS
/dev/sda2 3970 5294 10643062+ 83 Linux

[code]...

My problem is Vista (as always). The 30GB I allocated is not enough, even just for the OS and it won't now boot from GRUB, though I can see it from GRUB. I don't want to do anything that risks a problem for Ubuntu. Will grub still see both OS if I wipe sda1 (Vista OS) and reinstall Vista OS on the extended partition sda6? Ideally I would like to merge sda1 with sda6 and install Vista on that, but that looks way too risky / impossible.

Edit - There is another drive on the PC which is much larger and I use for backup. Is there any scope for installing Vista on that one so that GRUB still identifies both. Not ideal as I like having one as the backup for the other.

View 4 Replies View Related

Ubuntu Installation :: Install It On A Dual Boot System With Windows Vista?

Jun 15, 2011

I have just downloaded Ubuntu 11.04 and am trying to install it on a dual boot system with Windows Vista. I get as far as "Allocate drive space" but there are no partitions to choose from. I currently have Windows and Linux Mint on the hard drive and want to install Ubuntu in the same partition as Mint to overwrite it.

View 9 Replies View Related

Fedora Installation :: F11 As Dual-boot With Windows From USB?

Jun 16, 2009

I've successfully used Fedora 11 from a USB stick as a live cd iso. Everything seems to work on my netbook so i want to try installing it but I need it to be a dual boot with windows. How can i do this? And will it definitely work or are there issues (I've read that F11 has problems installing if not taking over the entire HD)?

View 3 Replies View Related

Fedora Installation :: Dual Booting Windows 7 And F11?

Sep 1, 2009

I tried to dual boot Windows 7 and Fedora 11 following the instructions in the link at the bottom of this post. Now fedora boots great, but when it tries to boot 7 i get the message "Disk Read Error Hit Ctrl+Alt+Del To Restart" is there anyway to fix this with out reformatting?[URL]..

View 6 Replies View Related

Fedora Installation :: Windows 7 Dual Boot?

Feb 19, 2010

I just installed Fedora and I love it but I can no longer boot Windows 7. I have two hard drives, sda and sdb.sda1 is my windows partition. sda2 is my /boot for Fedora. sdb1 is an ntfs partition for storage. sdb2 is swap. sdb3 is my 40 gig /root partition. Why can't I boot windows?

View 10 Replies View Related

Fedora Installation :: Dual Boot Windows 7 With F13?

Jun 27, 2010

A while ago I used a friends computer with F11 installed on it. I definitely want to install F13 on my computer now. Please, can someone either tell me complete information from the beggining to the end, or simply direct me to a guide somewhere else on the internet. I have a F13 live cd and want Windows 7 to be in control of the boot (by I suppose LiveBCD).

View 14 Replies View Related

Fedora Installation :: How To Dual Boot With Windows

Aug 13, 2011

In fact, I put it on my PC of RedHat when it was free, and it didn't work.Are there any such tutorials to dual boot Windows 7 with Fedora 15 (latest version), or would someone be kind enough to walk me through the process? I have tons of music on Windows that I don't want to get lost.What are the chances that my Windows hardware will recognize in Fedora? I was bypassing to get to this forum, and I saw Nvidia drivers are difficult to get configured. Those are the drivers my PC runs on. I'm not sure of my hardware. How difficult would it to setup, and configure hardware?

View 2 Replies View Related

Fedora Installation :: During A Dual Boot Installation With Windows Xp?

Jul 21, 2010

i just wanted to know that during a dual boot installation with windows xp, if fedora is installed after windows, where does the GRUB go on the hard disk? In the /boot partition or the MBR of the hard disk?

View 7 Replies View Related

Fedora Installation :: 11 And Keeping Windows 7 As Dual Boot?

Jun 9, 2009

I'm wondering if anyone can give me some tips about this.I have very little fedora experiee and wanna start playing with it now.I'v bin using it for some short time a long ago but nothing much.Now I could use some help with this:Can I and how, instal Fedora11, while having Windows7 instaleed allready and then have them both with dual boot. I guess it should be possible but some tips / guide would be great so I don't kill my windows and have to reinstal all over again, as i wanna keep windows as main OS for work but have fedora to learn as well.By the way, I have 2x640Gb in raid0, 1st partition 100gb with Windows7 on it, and the rest on another partition. Both have data on them. If that means anything for instalation

View 9 Replies View Related

Fedora Installation :: Dual Boot With Windows Vista?

Aug 27, 2009

I have Windows Vista Home Premium and I don't want to switch entirely to Fedora because I'm not as familiar with it as I am Windows. I mainly wanted to install Fedora for my Linux class at the Community College I attend. How do I install it with a dual boot so it doesn't take over Windows Vista? I had that happen once and it was a mess to fix and reinstall Windows Vista too.

View 7 Replies View Related

Fedora Installation :: Dual Boot 8 And Windows 2003?

Sep 10, 2009

I am attending college and I am starting my first Linux class tomorrow. I am going to be learning Fedora 8 (why they don't upgrade, is beyond me) anyways, I also have a third Server 2003 class. We have our own hard drives that we put in the school computers. (80gb) But here is the problem, I know normally your suppose to install Windows first and then Fedora second and you do not have a dual boot problem.

However my Server 2003 class was suppose to be on Monday (which was labor day) so I didn't have school. I am going to be installing Fedora tomorrow first thing, then on this next Monday I will be installing Server 2003 on the same hard drive, but Windows will be going on second. So my question is, how would I fix the bootloader so I can still dual boot Fedora and Windows without having to reinstall Fedora again?

View 5 Replies View Related

Fedora Installation :: Core 11 And Windows 7 Dual Boot?

Nov 3, 2009

I just installed Windows 7 Ultimate on my computer and I want to install Fedora Core 11 and dual boot my system. I have been on the net looking around, but I can't seem to find any suggestions on how I would do this. Can someone help me or give me a URL(s) that will give me a step-by-step guide on how to install Fedora Core 11 on a Windows 7 computer?

View 4 Replies View Related

Fedora Installation :: Dual Boot With Fedora10 And Windows 7?

Feb 13, 2010

I have windows 7 Ultimate and want to install Fedora 10. Could somebody can suggest me some tutorials of installation of Fedora 10 ? and also I am worried about losing boot sector which has happened to me already. how to recover the boot loader for linux safely ( ofcourse with dual boot ability after recovering) ?

View 1 Replies View Related

Fedora Installation :: Dual-boot F13 And Windows 7 With TrueCrypt?

Jun 30, 2010

I am having trouble getting my laptop set up the way I want it. I want to install Fedora 13, using Ext4 encryption, and I also want to install Windows 7 encrypted using TrueCrypt.

On boot, I would like to have Fedora 13s GRUB, offering me the two OS choices. If I select Fedora, then Ill get the cool graphical decryption screen, and if I select Windows 7 Ill get the TrueCrypt boot loader prompting me for the decryption key for the Windows 7 partition. Can anyone give me instructions on how to get this set up?

View 5 Replies View Related

Fedora Installation :: Using The Windows 7 Bootloader To Dual Boot

Jan 19, 2011

I am getting a new computer with Windows 7 installed. It will contain a second hard disk on which I will install Fedora Linux. I plan to put grub in the /boot partition of that disk,so I won't be able to boot Linux directly to start. I plan to use the Windows 7 bootloader to dual boot, and I understand in principle how this is done. I set up a previous computer which was running Vista this way, using the program Easy BCD which simplified setting up the Vista bootloader. But the Easy BCD website doesn't address the question of what to do with Windows 7.

View 2 Replies View Related

Fedora Installation :: Dual Booting Windows 7 Ultimate?

Jan 21, 2011

I'm having trouble dual booting Windows 7 Ultimate and Fedora 14. I am using Grub 0.97 (The grub before Grub 2). I installed Windows 7 after installing Fedora 14 so the damn Windows BL covered up Grub. But I can't get into either Windows or Fedora. I get an Error 17: Cannot Mount Selected Partition. And the system can't find the BL for Windows so it always tells me to restart. And I have both OS' on the same hard disk.

View 14 Replies View Related

Fedora Installation :: Dual Booted Alongside Windows 7?

Mar 11, 2011

i heard this can be dual booted easily alongside windows 7 how do i do this and can it also be done with XP. i would like to keep XP and windows 7 on hand for games and other thing i know i wont be able to do on linux.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved