Debian Installation :: Install XP Dual Boot On 7.8 Box

Mar 6, 2015

Is it possible to install Windows XP on a machine that already has Debian 7.8? I find lots of articles on installing Debian after but not before XP.

I would like to get a prompt at startup to select Windows XP or Debian 7.8 and then choose which one I want. The reason I want to do that is because I have Guitar Pro on XP and cant find anything as good and also I want to watch Netflix and cant seem to be able to find a way to do that on Debian 7.8 except windows emulator which defeats the point of Debian anyway. Also my Epson V500 will not work on Debian 7.1 and I have tried everything, been to Epson, installed drivers etc..

View 3 Replies


ADVERTISEMENT

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

Debian Installation :: Install To Intel Mac Dual Boot Using REFIt Not Loading

Jan 3, 2010

I have installed Debian on my intel iMac, I installed grub first in my root partition and then in the Debian partition. When I boot my Mac, rEFIt brings me to the boot page and shows the Linux drive, but when I choose it, it tries to start up and then gives me the line "Not a bootable drive" and just hangs. How to get this to boot?

View 3 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

Debian Installation :: Installed Dual Boot 6 RC2 / No Boot At All

Apr 17, 2011

Before the installation, I had triple boot of WinXP, Win 7, Ubuntu 10.10. As you can guess, the main boot-loader was grub. The second is Win 7 boot loader, and there it gives the option what to choose, load XP or Win 7.I made a decision to remove Ubuntu and install Debian(you know better than me why I did). So first, I searched a guide how to un-dual-boot. It told me to delete the two partition that Ubuntu use(swap and ext4) and write to MBR the win 7 boot-loader(using EasyBCD), so I delete them and use EeasyBCD. At this stage, I had 2 partitions: NTFS for XP and NTFS for Win 7, and the Win 7 boot-loader(and XP) worked pretty well.I install the latest testing of Debian(6 RC2) from DVD1 using this guide, except I choose to use the graphical installer, ext4(not ext3 as there), install the desktop environment, and choose to install grub(even know it didn't asked me). The swap partition I set is 3 GB because my RAM is 2 GB, even know that ubuntu set it in the past to 2 GB.The installation went pretty well, just when come to grub package, it says that there was an error with installing grub package(it didn't told me what), I had no choice, so I choose to skip over grub/lilo and finish with no boot manager. I was thinking to myself: "So I couldn't install grub, at least I have the Win 7 boot-loader(which contain XP loader), and maybe Win 7 boot-loader will recognize Debian too.". But I end up with no boot at all.It told me than when choose not to install boot-manager that I need to load /vmlinuz and give it the parameter root=/dev/sda4(my deb partition).I think that if I could install grub, I could load all my boots("sudo grub update" right?).How can I fix it?

View 3 Replies View Related

Ubuntu Installation :: Cannot Install Or Boot 10.10 (dual Boot With Windows 7)

Oct 19, 2010

I am trying to install Ubuntu on a machine that already has Windows 7 on one partition. Obviously I intend to install it on the other free partition. So I downloaded the iso burnt it onto the disk and pop in the disk and the boot the machine. The installation screen comes up I selected the first option (Try Ubuntu without installation), I just see a prompt after a few seconds and then the screen goes blank and nothing happens. Unable to detect a signal, The monitor goes into standby. The same thing happens if I use "install Ubuntu" option as well. I downloaded minimal install version Ubuntu and tried to install with that. since its old school installation, the installation completed without any errors, but when I restart the grub come up and when I select to boot into Ubuntu, I see the same behavior i.e. the screen goes blank and never boots to anything. This is a machine on which I was using 10.4 until yesterday.

View 1 Replies View Related

Ubuntu Installation :: Cannot Boot After Install (11.04, 10.10), Dual Boot?

Jul 9, 2011

I'm having a frustrating time trying to install Ubuntu as a dual boot with Windows 7 on a new Acer Aspire 5750.The initial install proceeded without incident until an error along the lines of "Cannot install GRUB to /dev/sda".I continued without installing GRUB, and attempted to install GRUB from the live CD:Code:sudo mount /dev/sda5 /mntsudo grub-setup -d /mnt/boot/grub /dev/sdaThis installed GRUB, but only linking to my Windows 7 partition (sda2).

View 5 Replies View Related

Debian :: Grub Corrupt After Dual Boot Install

Mar 22, 2015

Im currently not an linux expert so I turn to this forum after several attempts to fix my issue with grub.

I had a dualboot single HD with both win7 and win8.1 when I decided to install debian wheezy from usb.

I deleted the win7 partition and installed debian there. The partition scheme is separate /home

After reboot I automatically get into the "Grub rescue mode" and now I´m stuck.

I tried the commands:

set prefix=(hd0,msdosX)/boot/grub/
Insmod normal

I have msdos1, msdos3, msdos5 and msdos6 but nothing is listing anything from the grub rescue mode.

I get the "UNKNOWN FILE SYSTEM" error and cant get past that.

I also tried booting into rescue mode from usb iso install but nothing happens when choosing to repair GRUB.

The listed devices in rescue mode are:

/dev/sda1
/dev/sda2
/dev/sda3
/dev/sda5
/dev/sda6
debian uses sdb 1-2 and sdb1 is the only option to Reinstall GRUB on but it gives me "Unable to install GRUB in /dev/sdb1 This is a fatal error" message
/dev/sdb1
/dev/sdb2

View 3 Replies View Related

Debian Installation :: Samsung Netbook N310 Dual-boot Installation (lenny + Xp)?

Nov 7, 2010

I recently bought a new Samsung netbook N310 and want to install dual-boot Debian lenny along with windows xp home edition. My CPU is like this: Intel Atom CPU N270 1.6GHz which architectures and kernels I should download from the cd installation? there are so many:alpha, amd64, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, and sparc.

View 4 Replies View Related

Debian Installation :: Dual Boot - Lenny Then Add Win 7 Okay ?

Apr 14, 2010

I have Lenny installed & it works fine, in a few days will add Windows 7 (want to dual boot - 1 250 GB hard disk) used gparted to free up lots of room for Win 7

- My question is this, Debian then Win or Win then Debian (I want GRUB to manage both so hope since Lenny is installed Win 7 will use the free space no problem) ?

View 3 Replies View Related

Debian Installation :: UEFI Dual Boot With Two Distributions?

May 27, 2015

I have Debian installed but I need to dual boot with distribution based on Ubuntu 14.04. This is my first UEFI dual boot install attempt. And I must do it right. I must not lose my Debian !

Code: Select allDisk /dev/sdb: 232,9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt

[Code] ....

Ubuntu will go to /dev/sdb5 but I don`t no for sure what to do when installing Ubuntu. How to select during install existing UEFI partition(/dev/sdb1) so Debian and Ubuntu can use it. Can I select existing UEFI partition like I would do for /home or /swap ? Will this work ?

And what will happen with Grub if I select install grub ? I want to manage grub from Debian, it is my main OS. Can I skip Grub install and just update grub on my debian after ubuntu install ? Or I just install grub, then after completed Ubuntu install I install it again from Debian. Will this work ?

Is procedure of installing dual boot trivial like before or UEFI hide`s some unpleasant surprise.

View 8 Replies View Related

Debian Installation :: Dual Boot GPT UEFI - 8.2 And Windows 10

Dec 15, 2015

I'll start off with stating my problem and summarize how I got to it.

I installed Windows 10 on an SSD. I installed Debian 8.2 after it. The SSD was/is a GPT disk. I installed both installations from a UEFI booted device (DVD for Windows, and USB drive with Live CD for Debian).

I tested it after each installation making sure I could boot via UEFI into Windows, then Debian, then Windows, to make sure nothing broke.

I rebooted the machine. Suddenly, no more UEFI. Nothing. I didn't change any BIOS/UEFI setup menu settings. Not even my USB drive with Live CD will boot through UEFI anymore. Even when nothing else is plugged into the system.

My situation is actually a bit more complicated than that, but I think that will suffice for now. I can still boot into the Live CD on the USB drive, just in Legacy mode only. I mounted the EFI partition on /mnt/boot after I mounted the file system for Debian on /mnt. It is identical, as far as I can tell, to as it was before when it was working.

My motherboard has CSM and Secure Boot, both have been set up how they need to be to boot UEFI into Debian. Tinkering with them further after things broke did not fix it. I tried all variations of options/settings.

The GRUB Reinstall guide says to be in EFI mode before starting it, so I can't do that.

My motherboard is an ASUS X99 Deluxe, and I've heard ASUS has special "features" (read: bugs) that come with their boards. Searching hasn't brought up any other people with this issue. I believe the firmware is updated to it's most current one.

I've tried dd-ing my backup of my old system, from before trying to migrate to a Dual Boot system, to the SSD (after backing up the dual boot setup with dd -> <name>.img via the Live CD USB). However, that won't boot either as it is a UEFI install as well.

The layout of my EFI partition is as such:
/boot/EFI/Boot/bootx64.efi
/boot/EFI/Microsoft/<Microsoft-naming>.efi
/boot/EFI/debian/grubx64.efi

I've heard that the standards on how that's supposed to be set up isn't a standard. However, since it worked booting into the OS' the first time, I don't see how that could be the issue (a bad hierarchy layout leading to the UEFI not being able to see the OS installs).

I've seen that I can boot to an EFI shell (called Shell.efi, apparently) via an option in my UEFI BIOS setup menu on my motherboard. Is that an option here to somehow bypass this strange issue?

All I can think to try is burn it all and start over. But not knowing what caused it means I could just make it happen again. Plus, I can't boot into UEFI install media, so I can't install UEFI boot OS'. :/

View 5 Replies View Related

Debian Installation :: Dual Boot Option Not Appearing?

Nov 26, 2010

Initially had windows xp in my system. Picked up on free partition (*it was not a primary partition*) and installed Debian from CD. The installation went fine. Towards end of installation the grub install ran detected windows xp presence and I continued with the install. End of install, prompted that the system would reboot.

However on reboot, I wasnt presented when boot option ( windows xp vs debian) but my windows xp directly got booted. How to get this boot option.

View 1 Replies View Related

Debian Installation :: Installing Next To Windows (dual Boot)?

Dec 13, 2010

I've recently bought a new computer and installed Windows 7 on it, but left 100GB of space on a separate partition so I could put Debian next to it in dual boot. I have the new Intel i7 950 processor and I run Windows 7 Proffesional 64 bit, so I assumed I had to pick the ia64 debian image. However the CD I burned from the ia64 image didn't boot. (a black screen started and an underscore kept flashing, but nothing else happened)[URL]

I've managed to install i386 Debian on a older intel pentium 4 computer before and that worked fine. I believe I used another application to burn the CD then. This time I've burned the CD with the default Windows CD burn application. I can try burn more CD's but I don't have much left so I want to make sure this is the problem before attempting again. (the burned files on the ia64 CD look exactly the same as the files on the i386 CD, when browsing through the cd files in windows) "If your PC has a 64-bit AMD or Intel processor, you will most likely need the "amd64" images (though "i386" is also fine), the "ia64" images will not work."This seems a bit strange, they recommend me to use the amd64 image if you have a "64-bit AMD or intel processor". I dunno if this is a typo, but it seems weird to me that the AMD-64 Debian version would also work on my Intel machine

View 11 Replies View Related

Fedora Installation :: Dual Boot Install 10 With XP?

May 25, 2009

I already have windows XP SP2. i want to install fedora 10. how can i install it as a dual boot option. I current have

C: drive 40GB -- windows XP NTFS
D: drive 20GB NTFS
E: drive 20GB NTFS

tell me the steps to install fedora 10 as dual boot option.

View 2 Replies View Related

Fedora Installation :: How To Install Dual Boot Xp F12

Jan 6, 2010

Can I install Fedora 12 on a clean sata drive and have it run alongside my current Windows XP Pro? How do I do it?

View 10 Replies View Related

Ubuntu Installation :: 9.10 - Install With Dual Boot ?

Apr 12, 2010

I want to install ubuntu with dual boot.

I already installed the xp.

I followed this step.

Code:

Hard disk partition:

Selected first option "install them side by side, choosing between them at each startup." to get dual boot.

All went fine until when i click the install button(setp 7 of 7).

Installation window appeared and showed 1% in the progress bar.

Then one blank screen appeared and go to Ubuntu Desktop.

View 3 Replies View Related

Ubuntu Installation :: No Dual Boot After 10.04 Install

Jun 16, 2010

I have a PC with 3 hard disks, one IDE (30GB) plus two Sata (80 & 180 GB). The IDE is the disk master. Previously I had Ubuntu on the IDE disk, the smaller SATA for Windows XP and the larger SATA for all data. I recently decided to do a clean Windows install and thought that at the same time I'd swap the two OS disks. After I successfully installed the two systems (Ubuntu is Grub 2) I don't get any options presented at boot up. If I boot from hard disk and choose the IDE disk Windows books immediately. If I try to change the disk boot order in the BIOS to choose the Ubuntu disk, nothing happens. Any idea how to get my dual boot back?

View 1 Replies View Related

Ubuntu Installation :: Install As Dual Boot

Jul 9, 2011

I want to install ubuntu as a dual boot OS (running Windows 7 at the moment). What would be the best way for me to do this? Would it be the windows installer option Ubuntu has?

View 5 Replies View Related

Debian Installation :: Upgrading Windows On A Computer With Dual Boot

Aug 30, 2014

I recently installed Debian 7 on a dual boot with Windows Vista. Thus, when I boot the computer, I am prompted by a GRUB screen to select Windows Vista loader, Debian, and Debian (recovery mode). I would like to upgrade Windows Vista to Windows 7. Will this cause an issue with GRUB? Will a Windows 7 loader be added to the list or will a Windows 7 loader replace the Windows Vista loader? Will there have to be a setting change within Debian? Within Windows?

View 6 Replies View Related

Debian Installation :: UEFI GRUB Broken - Dual Boot 7.7 And Win 8.1

Dec 23, 2014

My Toshiba Satellite C870-198 has Debian 7.7 installed in UEFI mode alongside Windows 8.1. The GRUB menu no longer displays, but the machine boots straight into Windows.

I can boot into Debian or Windows from rEFInd installed on a USB stick. The rEFInd menu has the following entries:

The Debian entry actually launches the GRUB menu which was installed with Debian.

Code: Select allBoot Microsoft EFI boot (Boot Repair backup) from Basic data partition.
Boot supposed Microsoft EFI boot (probably GRUB) from Basic data partition.
Boot EFIubuntugrubx64.efi from Basic data partition.
Boot EFIdebiangrubx64.efi from Basic data partition.
Boot bootootx64.efi from Basic data partition.
Boot vmlinuz-3.2.0-4-amd64 from boot.

In an attempt to fix GRUB I executed the commands in the 'Reinstalling grub-efi on your hard drive' section of: [URL] ....

Code: Select allmount /dev/sda1 /boot/efi
... surprisingly returned:
Code: Select all$LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
$LogFile version 2.0 is not supported.  (This driver supports version 1.1 only.)
Did not find any restart pages in $LogFile and it was not empty.
The file system wasn't safely closed on Windows. Fixing.
Code: Select all[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"

... returned "EFI boot on HDD".

[Code] ....

... Where is Debian?

FULL HISTORY ....
=============================

The laptop came with Windows 8 preinstalled. I switched off Secure Boot and installed Ubuntu for UEFI dual boot. I recall having to use Boot Repair to get the GRUB boot manager working properly for both systems.

Recently I decided to replace Ubuntu with Debian 7.7 and first cloned the entire hard drive to a USB drive (The Clone Drive). This drive successfully boots into Ubuntu in UEFI mode.

Following this I took the opportunity to update Windows to 8.1, which broke GRUB as expected, so that the machine would only boot straight into Windows.

I installed Debian from a live USB stick in the mistaken belief that it would be bootable in UEFI mode. It did boot OK in legacy mode.

I then burned the full Debian 'DVD' image to a USB stick, booted it in UEFI mode and reinstalled Debian. In UEFI mode GRUB allowed me to boot into both Debian and Windows.

At this point I tested The Clone Drive. It was still able to boot into Ubuntu as previously, but after powering down, unplugging The Clone Drive and rebooting, the GRUB menu failed to appear and the machine booted straight into Windows. This is its current state.

View 13 Replies View Related

Debian Installation :: Dual-boot Grub Rescue Says No Such Device

Feb 13, 2015

I'm inexperienced in Debian. I have a dual-boot machine (64-bit, Debian 7.3, Windows 7, legacy boot) and encouter a problem at boot ever since I completed the installation of Debian 7.3 alongside the exising Windows 7. This machine has six hard drives: two are intended for ntfs storage of general data (raided together by RAID1); two more are intended for ext4 storage of general data (also raided together by RAID1); the fifth contains the Windows OS files and the sixth contains the Debian OS files. The problem is that I arrive to the grub_rescue each time at boot, seeing the message:

GRUB loading.
Welcome to GRUB!

error: no such device: e081517b-3399-4067-9294-8f0686f753ca.
Entering rescue mode...
grub_rescue>

View 2 Replies View Related

Debian Installation :: Dual Boot Windows And Linux Partitions

Dec 28, 2015

I have Windows 10 and Deb 8 dual boot, and I need to re-install Windows but want to avoid (or at least plan for) losing Grub/Linux boot.

Last time I re-installed Windows after Linux I ended up having to re-install Linux again afterwards as well, because I couldn't recover it (seemingly due to complications from encryption). So this time I'm wanting to plan and avoid that.

CURRENT DISK PARTITIONS:

Code: Select allsda1  |  550M   |  EFI System
sda2  |  128M   |  Microsoft reserved
sda3  |  175.8G |  Microsoft basic data
sda4  |  286M   |  Linux filesystem (Boot)
sda5  |  28.2G  |  Linux filesystem (Root)
sda6  |  91.3G  |  Linux filesystem (Home)
sda7  |  1.9G   |  Linux swap

[Code] ....

As there is a "Microsoft Reserved" partition and a separate Microsoft directory within the EFI partition, if I just go ahead and reinstall Windows will it install it's boot loader/image to one of it's own partitions? And NOT affect anything else like Grub and other Linux things?

Logic tells me yes, but there seems to be many issues on the internet about installing Windows after Linux.

My primary concern is whatever happens with Windows or anything to do with dual loading etc, is that Linux will still just boot, or I can get it working again without much hassle.

Why is there a reserved Microsoft partition AND a Microsoft directory in the EFI partition? Which one boots Windows?

Why is there a separate Linux Boot partition AND a Linux directory in the EFI partition? Which one boots Linux? Where is Grub invoked from, is one redundant, etc?

How these work. It is possible I've set them up wrong, or with redundant partitions, but both systems have been booting ok for months.

View 3 Replies View Related

Debian Installation :: 8.3 And Windows 10 Dual Boot GRUB EFI Removed

Feb 3, 2016

I've been using Debian for a few years but always on dedicated boxes and/or VMs.

Finally decided to dual boot Debian and Windows on my main Desktop PC.

Installed as I normally would using, however this time using a seperate drive (one for the existing Windows 10 install and the other for Debian), Debian install detects that windows has an EFI partition and sticks an entry in there, which is fair enough, and everything working fine. Then I spent some time configuring all my software and set it all up just the way I like it. I've rebooted Debian a few times to check it's working correctly and it is.

The issue arrives when I reboot and load into Windows 10. It boots fine.

However after a further reboot GRUB no longer loads... and the machine just boots directly into Windows 10.

After doing some further digging into my EFI partition (and reinstalling various times) it would appear that after a reboot Windows 10 deletes the entry GRUB creates in my EFI partition after EVERY reboot.

Done some googling and most people advise turning off 'fast boot' in Windows as it locks certain partitions to facilitate the machine going into hibernation, only to find that it's always been turned off on my machine (I recall due to a driver issue with my graphics card this had to be turned off when I installed Windows 10).

I've found this article on the Ubuntu forums : [URL] .... however I've tried their steps and windows is still doing a hostile takeover of my EFI partion after a reboot!

Any way to stop Windows 10 from interfering with my EFI files after a reboot? (without doing the obvious thing and kill Windows off).

View 4 Replies View Related

Debian Installation :: Dual Boot Problem Windows 7 And EeePC?

Feb 1, 2011

I have used dual boot systems using various versions of windows and Debian for many years and have encountered no problems. However, I have a problem with installing Debian on a EeePC (ASUS PC1201) which uses Winows 7. I can not even get started because I can not understand the information that I have on my hard drive partitions. Windows 7 says that I have the following :

Local Disk(C:) 78.1 GB free of 99.9GB
Local Disk(D:) 49.8 GB free of 83.8.GB
NewVolume(G:) 948 KB of 0.99 GB
Local Disk(F:) 37.9 GB free of 38..0 GB
(Originally the ASUS only had two partitions C: and D: I used Gparted to genetate F: and G:)
gparted-live-0.7.1.5 says that I have the following :-
/dev/sda1 ntfs 992.5 KB
/devf/sda2 ntfs 100.00 GB with 66.09GB unused
/dev/sda3 ntfs 132.88GB with 129.88 GB unused
unallocated 1.00 GB

Debian Squeeze (the net install version) will not install. G was the result of trying to provide some swap space. How do I prepare the hard drive so that Squeeze it will install on F: ?

View 5 Replies View Related

Debian :: Dual Boot Installation Stalls - Timer Not Connected

Jan 25, 2010

I am new to linux and I am attempting to establish a dual boot with Windows Vista 32 Bit and Linux Debian 503 i386-netinst. When I place the install cd into the cd drive and boot from the cd a problem occurs at "Booting the kernel."

A message appears:
[0.116007] ..MP-BIOS bug: 8524 timer not connected to IO-APIC
Then the installation just "stalls" and never moves past this point.

View 1 Replies View Related

Fedora Installation :: How To Install Win7 And F12 Dual Boot

Feb 7, 2010

I am a major noob to FC12. I need to install Windows 7 Pro and FC12 dual boot. I first used the windows CD to create 1 250 Gig partition on my 500 Gig HD. Of course windows created the 100 MB system partition. I left the rest unpartitioned. Windows installed okay. I then booted to the KDE FC12 Live CD and installed FC12. I specified to use the Free Space remaining on the HD. The installation finished but now only boots into FC12 and does not prompt me for the OS I want to boot.

View 3 Replies View Related

Fedora Installation :: 14 Install Failure With Dual Boot?

Aug 21, 2011

I downloaded Fedora 15 Live and Fedora 14 Live to try to see where Linux is for music and broadcast audio on a laptop. It turns out I have to use 14. 14 and 15 both sort of work as live out of the box, although why they ship with the common Broadcom wifi driver missing and the touchpad tap disabled beats me. I also never found the magic button to close down 15. There must be one, but blow me I couldn't find it. Then I tried to follow the instructions at [URL] which mostly seemed to work. I need to keep Win 7 as this is the 32-bit test machine. I used EasyBCD v2.1 rather than the older version the guide is written for.

Booting into Win7 at first worked, then a boot into Linux stopped at a line that said something about a kernel thread helper Then Win 7 blue screened on boot, although it would boot to Safe Mode. Removed Veriface from the Lenovo laptop and it would boot Win 7. Tried setting Drive in EasyBCD to "Boot" rather than "C:" for Fedora. Now booting Fedora gave a Windows missing file message and croaked. Repairing startup with the Win 7 boot CD cured Win 7. Repeated the loop with the same failures. Re-partitioned and re-installed Fedora and just the same - a screen of text that stops. I can now boot to Windows and need help to sort out the Linux boot. How do I start to investigate the screen of text saying things like "__bad_area_nosemaphore" ?

View 5 Replies View Related

OpenSUSE Install :: New Installation For Dual Boot Won't Start

Aug 20, 2010

I have just installed OPENSUSE 11.3 from a CD to a computer running WIN XP. The installation completed and I got to a desktop. I then shut down. When I restarted the computer with the installation CD removed from the drive, I got the message "missing operating system". I ran the installation again, and have left it running. As near as I can tell, the WIN Partition is still intact, but I'm afraid to shut it down for fear I once again will not be able to access either system.

View 4 Replies View Related







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