Dual boot (Windows Vista + Archlinux)

First hello people, this is my first post.I need some guidance here. I installed Archlinux in my laptop ( DELL XPS M1330) from a USB stick memory everything went smooth until i got to the grub part. I did it as the wiki mention I installed the grub at the /boot partition :
/dev/sda1 * Windows Vista NTFS ( Marked as boot)
/dev/sda2 Win Backups NTFS
/dev/sda3 /boot ext2
/dev/sda5 /SWAP ----
/dev/sda6 / ext3
I uncomment the windows part of the menu.lst . At boot Archlinux boots normally but when I want to boot linux , it blinks and takes me back to grub . Then with cfdisk I toggled to boot at /boot and unmarjed the original (Windows Vista ) and the same result then I toggled both /boot and Windows vista and the same result . What do you think I should do ??  I'm lost !! Thanks people.

aragorncito wrote:At boot Archlinux boots normally but when I want to boot linux , it blinks and takes me back to grub .
Do you mean when you try to boot Windows it blinks back to grub, or when you want to boot linux it brings you back to grub?
Did you check your menu.lst to make sure that you adjusted what partitions it is looking for (remember, grub starts counting at 0, so sda1 will be (hd0,0) in grub)

Similar Messages

  • Problems dual booting Windows Vista with Oracle Enterprise Linux 4

    I tried dual booting my sony laptop which came pre installed with windows Vista,After a successful installation,windows Vista boots fine,but Oracle enterprise linux just stops booting at this point " Starting Udev...................................................(OK)
    Initializing hardware....Storage network"
    It's posibly a hardware compatibility problem but I dont know why I get stuck at this point.Can anyone help please?

    hi,
    r u getting this error while installing oel or after installation?
    which version of oel u r installing?
    u may get this error probably due to hard disk (usually sata) compatility with linux.
    --Regards
    Xaheer

  • [SOLVE] Dual Boot Windows and ArchLinux with Syslinux

    Ok, i installed ArchLinux on my laptop with Windows XP (syslinux) and I cannot find get Windows to boot or mount it. I have tried to do what i can to do this but cannot. I Installed XP first like a should and something i think might be needed to know is after i created the partitions scheme (10Gb (boot partition), 50GB (XP), 80GB(was unallocated)). The installation disk formated both 2 partitions in NTFS but i installed XP on the second and Windows reported them as C and D drives. Windows being D. Thought that was bit werid thinking Windows installed the mbr on that partition. When I installed ArchLinux, it did have the boot flag set on 10GB (or C drive).
    Since I installed ArchLinux, I have been unable to find a solution to mounting/booting to Windows. Installed NTFS-3G and that didn't work when i tried mount /dev/sda3 windows and i did created a folder named windows but got ...
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    Tried dmesg | tail and got
    [ 76.524133] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 179.468499] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_DEVICE_CHECK event: unsupported
    [ 705.472330] 8139too 0000:02:03.0 enp2s3: link down
    [ 717.380879] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 726.447184] 8139too 0000:02:03.0 enp2s3: link down
    [ 727.596128] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_BUS_CHECK event: unsupported
    [ 732.616138] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 733.848832] 8139too 0000:02:03.0 enp2s3: link down
    [ 834.062062] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 2131.449211] perf samples too long (2534 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    This is when i run sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 149.1G 0 disk
    |-sda1 8:1 0 9.8G 0 part /boot
    |-sda2 8:2 0 1K 0 part
    |-sda3 8:3 0 53.6G 0 part
    `-sda5 8:5 0 85.7G 0 part /
    sr0 11:0 1 1024M 0 rom
    My syslinux is
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 rw
    INITRD ../initramfs-linux.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 3
    NOTE: chain is in the same directory with syslinux
    I really think Windows got corrupted but not sure. Thought about repairing the mbr on windows and booting to it then reinstall syslinux but really don't want too.
    Thanks in advance
    Last edited by jag-ster (2014-11-27 02:12:12)

    Here is the partition table:
    /dev/sda1 one HUGE linux /boot primary partition (assuming ext4)
    /dev/sda2 "name" of the extended partition
    /dev/sda3 primary Windows partition (assuming NTFS)
    /dev/sda5 logical Linux root partition (assuming ext4)
    /dev/sda1 to /dev/sda4 are either all primary, or three primary and one extended. After /dev/sda4 all partitions are logical. If you're still wondering why is there no /dev/sda4, it's because you have 2 primary and one extended, so /dev/sda4 is reserved for another primary partition.
    Windows problem:
    The /dev/sda1 which Windows named C: is Windows equivalent of linux /boot. When you told linux to place its /boot on /dev/sda1 it formated boot files of Windows. Now you have Windows OS with no kernel. In other words there is no way to boot Windows if you don't reinstall it. Actually there is a way, but you would than screw up Arch.
    Mounting problem:
    You can never mount extended partition, only logical (an extended partition is made of logical partitions). You want to do:
    sudo mount /dev/sda3 -t NTFS-3g -o rw,uid=YourUserName /path/where/you/want/this/partition/mounted
    EDIT:
    Try it this way:
    - Backup all your data
    - Delete every partition
    - Start Windows installation
    - Make only one partition (c:/ for Windows)
    - Let Windows make another partition
    - Make one more so you could have a data partition, which does not need to be formated to reinstall Windows
    - Start Arch installation
    - Get to partitioning
        =Partitioning=
        - /dev/sda4 extended (take the rest of the drive)
        - /dev/sda5 logical /boot 512MiB
        - /dev/sda6 logical /          20GiB
        - /dev/sda7 logical /home (the rest)
    Making a separate /home partition will come in handy when reinstalling Arch (any linux distribution), or switching between distros, because it is the equivalent of D:/ in Windows. Also consider LVM.
    Last edited by bstaletic (2014-02-28 23:25:33)

  • Dual boot windows 7+archlinux on separate disks; grub errors. [solved]

    Hello,
    I am very excited to try arch linux, but am having trouble with the
    installation.  My situation is as follows:  I have 3 hard drives: windows 7
    lives on sda and sdb.  I am installing arch on sdc, which is 500GB.
    I partitioned the hard drive as follows (which may look kind of ridiculous,
    but please understand I am new at this):
    sdc1    /boot    1GB    ext2
    sdc2    swap    8GB     swap
    sdc3    /       50GB    ext3
    sdc4    /home   400+GB  ext3
    After some initial issues, I managed to run the installation program
    smoothly, performed the basic configuration, and then went to install grub. I
    scrutinized the grub menu.lst file over and over, and could not find anything
    wrong.  It had the following entry for archlinux:
    title: Arch Linux
    root: (hd2,0)
    kernel: /vmlinuz26 root=/dev/sdc3 ro
    initrd: /kernel26.img
    There is no entry for windows, as I can just use the BIOS boot menu to switch
    between the two bootable hard disks, or at least that was my plan...
    When I boot to windows, everything works just fine.  When I go to the
    BIOS boot menu and choose to boot from the third disk, I get the grub
    bootloader with choices of arch and arch fallback, just as expected. 
    I select the former, and I get the following message from grub:
    Booting 'Arch Linux'
    root    hd(2,0)
    Filesystem type unknown, partition type 0x7
    kernel /vmlinuz26 root=/dev/sdc3 ro
    Error17: cannot mount selected partition
    The same thing happens for the fallback image.  I made very sure to install
    grub to the mbr, /dev/sdc.
    I have also tried to use the UUID entry for /root in the menu.lst file, and
    this gives the exact same results.  I have also run grub interactively from
    the bootable CD image, and it does not give such errors-  it knows that
    hd(2,0) has type 82, and not 7.  However, when I try the initrd command in
    interactive grub, I get a complaint about the image not fitting in memory.
    However, I have 16GB of ram...
    One other note that may be (but probably is not) relevant:  initially I could
    not get the Arch disk to recognize the hard drive (the format disk phase of
    installation would always fail), so from windows, I went to the disk manager
    and formatted it with ntfs.  This enabled me to format the disk from the arch
    install process and install the new FS.  I didn't think the temporary presence
    of ntfs would be any kind of an issue since I immediately reformatted it.
    Many thanks for your time reading this.  Much appreciated.
    Last edited by wes (2011-03-07 21:24:44)

    I guess here:
    https://wiki.archlinux.org/index.php/Be … Bootloader
    or here
    https://wiki.archlinux.org/index.php/Wi … ard_Drives
    would be sensible places, but as a complete rookie, I don't feel qualified to start editing the wiki...

  • Dual boot windows from USB via grub?

    HI all:
    I recently had a motherboard failure on an existing PC on which I dual-booted Windows XP and Gentoo.  I replaced that box with a new HP PC preloaded with Vista.  Wiped that immediately, and installed ARCH.  But, I would like to also boot XP, and, since my old hard drive is still OK (I have it in an external USB adapter), I was thinking that I might configure grub to point at an external USB drive like this:
    # Windows XP
    title Windows XP
    root (hd1,0)
    makeactive
    chainloader +1
    where "hd1" (I hope) would point at my old drive, now connected via USB.  In this way, I am really booting from my HDD (where grub lives), but "chain loading" from my USB external.  Can this work??
    -dvh

    dvh wrote:
    I configured as shown in the wiki, but when I try to boot XP, I get a message that says something to the effect of "missing or corrupted <windows root>\system32\ntoskrnl.exe".  I checked the disk and it seems to be there and OK.  I get the feeling that it is either NOT finding the hard disk (or partition) or it cannot interpret the NTFS file system (but grub was able to boot this before,...).  So, two questions...
    1) how do I know what the designator for the external USB hard disk will be?  I have speculated that grub will find it at "hd1", but maybe not?
    2) does the target disk NEED a windows boot loader?  as I said earlier, I used to dual boot it, so there is a grub loader on that disk also.
    ...ok, three questions...
    3) anything else that I should consider??
    Thanks again for any help.
    -dvh
    1) i don'tknow a way to check this, but the
    missing or corrupted <windows root>\system32\ntoskrnl.exe message comes from the windows boot process,
    so it seems grub is configured correctly.
    The main problem is that BOTH grub and windows boot need to have the correct settings.
    Windows takes the settings for boot from the boot.ini file in the root of C:\ , and that probably needs to be changed.
    You will need some way to get read/write access to the windows C-drive partition.
    Install ntfs-3g in archlinux (see NTFS_Write_Support ) and post the contents of boot.ini .

  • Dual Boot Windows Boot Error (Required Device Inaccessable)

    I used to be dual booting Ubuntu & Windows 7. Have since replaced Ubuntu with Arch. Now I just installed GRUB2 and configured to to dual boot windows, but I found that Windows does not want to boot. I Googled and found http://www.petri.co.il/forums/showthread.php?t=42099, it looks like the same error codes and message. Problem is if I run Windows Startup Repair my GRUB will be gone and I need to restore it somehow? Is it possible to fix through Linux?
    Last edited by jiewmeng (2012-05-09 04:01:04)

    jiewmeng wrote:I used to be dual booting Ubuntu & Windows 7. Have since replaced Ubuntu with Arch. Now I just installed GRUB2 and configured to to dual boot windows, but I found that Windows does not want to boot. I Googled and found http://www.petri.co.il/forums/showthread.php?t=42099, it looks like the same error codes and message. Problem is if I run Windows Startup Repair my GRUB will be gone and I need to restore it somehow? Is it possible to fix through Linux?
    https://bbs.archlinux.org/viewtopic.php?id=140730
    https://wiki.archlinux.org/index.php/GR … mand_shell
    http://axel668.blogspot.com/2011/03/how … grub2.html

  • Dual booting Windows 8 and Arch Linux with UEFI

    Hi all!
    I'm trying to install Arch Linux on my computer where I already have Windows 8, and I'm getting a little stuck when it comes to the partitioning.
    Following the beginner's guide and the method here: https://wiki.archlinux.org/index.php/Un … n_in_Linux for setting up the partitions properly, regarding UEFI. My problem is that when using cgdisk to set up a new EFI system partition (ef00), I get an error message when trying to write the partition table (just saying that something went wrong). I figure the problem is that I already have a partition like this (correct me if I'm wrong), but it really looks like it succeded (see info below). So my question is: How do I preceed to keep my Windows 8 installation happy, but installing Arch? Do I remove the old EFI system partition and create a new one, or is there some method that allows me to edit the already existing one, to allow me to dual boot Windows 8 and Arch?
    My partition table now looks like this:
    Part. # Size Partition Type Partition Name
    1007KB free space
    1 500MB Windows RE Basic data partition
    2 300MB EFI System EFI system partition (this one was already present on my system)
    3 128MB Microsoft reserved Microsoft reserved partition
    4 63.5GB Microsoft basic data Basic data partition
    8 512MB EFI System EFI System partition (this is the one I tried to create when I got the error message)
    5 29.5GB Linux filesystem Arch (this is where I was going to put my Arch installation)
    6 22GB Windows RE Basic data partition
    7 1024MB Windows RE Basic data partition
    615KB free space
    Just for the record; I only created partition #8 and #5.
    Any help is appreciated! And sorry for beeing a total noob, but I really suck at this.

    sudo make sandwich wrote:If it is possible to share ESP between OSes, how do I do this (would it be sufficent to follow this section: https://wiki.archlinux.org/index.php/Beginners'_Guide#For_UEFI_motherboards)?
    There's really very little to do to share an ESP between OSes. Most OS installers will auto-detect the ESP and use it. Problem solved. For Arch it may be a bit more effort just because Arch uses a more hands-on installation process, but I've only done a couple of Arch installations, and the last one was several months ago, so I don't recall the details clearly enough to comment.
    And how big will the partition need to be? The beginner's guide says 512MB or higher.
    I don't know what was in the mind of the author, but my guess is that's because that's roughly the cutoff point where mkdosfs starts creating FAT32 by default rather than FAT16. The ESP is officially supposed to be FAT32, not FAT16, although FAT16 usually works OK. It's also possible to create FAT32 on smaller partitions by using an explicit option to mkdosfs ("-F 32").
    The optimal size of the ESP depends on the files stored on it. If you don't store your Linux kernels, something as small as 100MiB is usually adequate; but a few Linux kernels and their initrd files can consume twice that amount. My own recommendation is for the ESP to be 200-500MiB.
    The only error message I got from cgdisk is "Problem saving data! Your partition table may be damaged!", however booting Windows again works fine. Parted did not complain about antything.
    Use the "verify" function in cgdisk. That will reveal any problems with the data structures. If a verify turns up OK, then that means that cgdisk ran into some sort of disk problem. Running gdisk rather than cgdisk and using the gdisk "w" option (without making any changes) may produce a more helpful error message.

  • Dual boot Windows Server 2008 R2 and RHEL 7 Server?

    Do someone know how can I setup dual boot of Windows Server 2008 R2 and RHEL 7 Server?
    I've tried to install Windows first, then shrink, then install RHEL there.
    But GRUB2 loader doesn't offer to start Windows, only Linux in the menu. (probably Windows partition need to be added to grub2 somehow)

    Hi Oleg Vazhnev,
    Please refer to following article and check if can help you.
    How
    to add Vista/Windows 7 partition to Grub 2 (Ubuntu 9.10, Karmic Koala)
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    Meanwhile, please also refer to following video and check if can provide you more details of installation.
    Install RHEL 7 in Legacy Mode (Dual Boot Windows Server
    2008 R2)
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Dual boot windows mac mini

    I got a Mac mini and in general I'm happy with it but found out that there's some software I use regularly that is just much better on Windows.  They barely support OS X although technically they do.  So I would like to dual boot Windows as it seems like this is supported and not crazy.
    I followed the bootcamp and some guides I found via Google.  I have the mac mini 2014 with 8 gig ram and 1 terabyte of space.  I have dual monitors setup and a logitech mouse and a logitech gaming keyboard G110 - both USB.  (I also own a wireless apple keyboard which I occasionally use with my iPad).  My first problem was a DOS screen telling me I can't boot up on the specified disk but I did get some help off Google telling me to hold down option while booting (this should be in the guides ;p) but it was easy to fix.. however I'm stumped on what's happening now.
    When I click the Windows partition, it starts booting up Windows 7 Premium 64 bit setup and all looks good.  Then a screen pops up asking me what language/region I am.  The default is United states (perfect).  On this screen my keyboard and mouse are useless.  Or it's frozen.  I think the former.  I think the computer just can't recognize them.  And I cannot figure out a way around this.  If anyone can - please help I will be very thankful. 
    I've tried booting up using the Windows 7 DVD I own and an ISO installed on a USB flash drive per the Bootcamp installer.  Results are the same.

    Use Boot Camp!! Sounds like you have the install disc. Make sure you completely erase a USB 2.0 Thumb Drive format it as one MS DOS Master Boot Record partition. Download Drivers to it. I checked this box in boot camp only.
    Having install disc and driver thumb drive ready. Insert Windows install disc and plug in Thumb drive.
    Open Boot Camp uncheck first 2 boxes. Continue
    Size the BOOTCAMP partion you want it to be by sliding the bar. Or split your HD is an option.
    After that is complete. You will be asked where to install. Select BOOTCAMP partition
    Click Drive Options (advanced).  Click Format. Click OK. All goes well you click Next and it will format as NTFS
    Follow instructions to to install, set up and configure Windows.
    GO TO APPLE  SUPPORT no where else. PRINT BOOT CAMP Installation & Setup Guide. It is in my binder with my Windows 7 Professional Disc. You'll need this, I'm afraid, to have on hand. When Windows is up and going, Antivirus 1st, Install Windows express updates only. Do not update Apple drivers for Windows. Running Windows 7 Pro on my Mac Mini since I bought it in August. Use it for those outdated programs I can't run on Mac or Windows 8. Love it.
    GET THE MANUAL Please. Have fun with it.
    Oh, try left clicking your USB Mouse to make it work. If not use keyboard strokes. i.e. I  a ccept the license agreement (note that the a is underlined. hit "a" on the keyboard to check box.

  • Dual boot Windows 7 partition help

    I want to dual boot Windows 7 & arch but I need help with figuring out what partitions to make and where to put them because it seems the automatic partition-er won't do the trick for me.
    I have two drives that I want to completely format for a fresh, clean install: a 60GB SSD & a 750GB hard drive. I want the end result to be that the SSD only has Windows 7 Pro x64 SP1 installed to it and I will point the 'My Documents', 'My Pictures', etc. to a NTFS partition on the hard disk drive ( I know how to do this folder pointing ). I don't want arch to touch the SSD if possible so I can reformat the SSD separately if I ever just want to reformat Windows. I only want arch to be on the hard disk for that reason. I don't think I care which one handles the OS switching at boot ( should I favor Windows MBR or syslinux? Please give advice. ) And I would assume I make the NTFS partition on the hard disk a primary partition so how do I split up arch for the 3 other primary partitions left since the auto partition from the arch boot CD uses 4?

    I'm no expert, but the way I would do it would be like this:
    1. Create partitions on the HDD for /, /boot, /home and swap, along with one (or more) for your Windows personal files
    2. Set the BIOS to boot from the SSD.
    3. Install Windows on the SSD.
    4. Right-click the "My Documents" folder, select "properties", then the "Location" tab and choose the new location for the folder.
    5. Install Arch on the HDD partitions, and allow the boot manager to install itself in the MBR of the SSD.
    Then the whole boot process will be on the SSD...  If you ever need to get rid of the Linux bootloader, you can overwrite it with a "clean" Windows one using bootrec.exe (see here: http://support.microsoft.com/kb/927392).
    Last edited by esuhl (2012-03-26 04:52:12)

  • T440P Dual Boot Windows 8 with Centos 7

    So I have a T440p with Windows 8 installed. I have been trying to dual boot Centos 7 and also have attempted Centos 6.5. I have been using a bottable USB to perform the installation for both Centos 7 and 6.5.
    When I try the Centos 7 install, I set the boot priority to USB first on startup, and it goes to a screen that lists options to install, verify Centos 7 or troubleshoot. Upon selecting any of these options, everytime I get the error message:
    "alua: not attached"
    When attempting the Centos 6.5 Live DVD install, I try to boot into the Live mode, but it freezes in the process each time.
    I have heard about there being issues dual booting Windows 8 in UEFI mode with another Linux Distrobution.
    Has anyone here sucessfully dual-booted Centos or any other Linux Distrobution on a T440P?
    Any help/advice would be much appreciated.
    Thanks

    It's been many, many years since I don't do dual boot anymore. Don't find the reason to do it, either. Different kinds of virtualization should be enough. Anyway...
    dfw1417 wrote:
    It took over 2 days to figure out how to adjust the bios to get my win 7 pro DVD to boot and install dual boot on this GREAT MACHINE!!
    ENJOY! This is the BEST machine I ever had!
    WHICH machine?
    Cheers.
    If I helped you, please give me some kudos! ^^

  • Dual boot Windows 8.1 with Yosemite

    I'm attempting to dual boot Windows 8.1 on my parents iMac. I downloaded and successfully used Boot Camp 5 to partition the drive, giving the new section 50GB. I successfully installed Windows 8.1. Unfortunate now I cannot access the Yosemite partition. Boot Camp is not available in the Windows 8.1 I just installed, so the obvious option to use Boot Camp to reboot into OS X is not available. I tried downloading Boot Camp in Windows, but it won't install - error message indicates there is no location to install it to. I tried to restarting and holding the option key 12 separate times, it always boots into Windows without bringing up the any other option. I tried booting into safe mode and resting the PRAM several times, same outcome of booting into Windows; although Windows did not always boot it froze half the time. The idea was just be able to run some Windows games without purchasing another computer. Any ideas on what went wrong and how to fix it?

    You do not need the Boot Camp drivers on Windows in order to start up in OS X. However, note that the option to start up with the Option (Alt) key is more tricky in those computers with a Bluetooth keyboard, such as the iMac.
    In order to start up in OS X, you have to press the Option key since the startup sound has finished (if you do it before, your Mac will not recognize it) and hold it until you see all bootable partitions in the screen. Then, choose your OS X volume.
    If you could not install the Boot Camp drivers in Windows, open Boot Camp Assistant after starting up in OS X and follow its steps (you will need a USB drive to save your drivers). Finally, start up in Windows, access to your USB drive through Windows Explorer and run the installer.

  • I want to dual boot Windows 8 on my 20-inch, Mid 2007 iMac, from an external USB drive.

    I want to dual boot Windows 8 on my 20-inch, Mid 2007 iMac, from an external USB drive. The internal drive is completely dead, it doesn't even show up in Disk Utility.  I'm running 10.8.2 from the external drive.  When I start Boot Camp Assistant, at the Introduction page, when I press the continue button nothing happens.  Do I have to have internal drive to run Boot Camp Assistant?  Can anyone provide me with the steps to dual boot, with his setup?  Thanks in advance!

    Hi maczimillon,
    Only follow these steps, it works for my:
    Open "System Information" and note your "Boot ROM Version" (some like MBP51.007E.B06)
    Navigate to "Utilities" in Finder and open the package contents of -BootCampAssistant.app- with right click. Duplicate the "Info.plist" file to the Desktop e.g. and open that with Text Editor.
    You must locate the keys "DARequiredROMVersions"and "USBBootSupportedModels"
    Add new strings with the information of your machine under booth keys (step 1), always respect the format, such as: <string>MBP51.007E.B06</string> for the frist key and <string>MBP51</string> for the second key.
    Save changes and replace the original plist file (it may ask you to enter admin pass)
    If you proceeded correctly you will see the checkbox "Create a Windows 7 USB install disk" enabled in Boot Camp Assistant.
    Then you can follow the usual Boot Camp installation using your WIN8 DVD iso image . The assistant program will proceed resizing your disk partition and installing necessary drivers for your iMac.
    I strongly recomends you to use thirld party's bootloaders like rEFInd (rEFIt) because of the Apple SMC versions of some old machines should not be able to boot properly from external devices like USB drives.

  • How to dual boot window 8.1 64 bit with xp sp1?

    Hello Hp PC Experts,
    Sir i was bought HP 15-r119TU two week  ago. So i face problem of dual boot with this HP note book. I need dual boot  window 8.1 64 bit with XP SP1. Kindly help me at the earliest possible.

    @mp56 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • Y500 dual boot windows 8 and fedora 19 problem

    I bought a y500 two days ago and i wanted to dual boot windows 8 and fedora 19, so here's what i did
    1. downloaded fedora 19 (x64) iso from the fedora website.
    2.made a live USB using live usb creator.
    4.opened disk management utility and shrunk the c drive (windows 8 was installed here) by 100 gb and kept the 100gb unallocated.
    3. started the laptop with novo button, changed the bios config to boot from usb.
    4.installed fedora from usb, selecting the 100gb unallocated memory for installation
    5.restarted the laptop.
    now the problem is fedora works perfectly but when i try to boot windows 8, the following error is shown.
    windows failed to start
    file:\BOOT\BCD
    status: 0xc0000225
    info:the boot configuration data for your PC is missing or contains errors.
    i am guessing the fedora installation overwrote the boot files of windows and
     i have not taken a backup. please help

    hi,
    I have a Y500 and I wanted to dualboot fedora 19 with windows 8, this proved to be unsuccessful. I had made a repair disk before the process (but not a set of recovery disks unfortunately >.<   ). now I inserted the repair disk and selected the automatic repair option, it showed a message that auto recovery has failed.  now when I pressed the NOVO button and selected the system recovery option, it does not go into the OKR menu but continues with the normal booting process.  Can somebody guide me or give links where I can find step by step instructions to making OKR work and reset my laptop to factory settings? PLEASE help As Soon As Possible
    NOTE: I did resize the windows 8 os partition but the recovery and the lenovo partition are still untouched

Maybe you are looking for

  • UPS "misplaced" my iPhone 5

    My iPhone 5 was supposed to be delivered today. Instead, the UPS tracking update reads: "Merchandise is missing. UPS will notify the sender with additional details. / Package was damaged and is being held at a UPS location." I called UPS, and custome

  • My iphone was stolen and i need to recover the information from itunes

    Please, help me getting the Iphone contacts, how can i can find all my sinc information in my itunes? i have windos 7

  • How to create an URL link for product cancellation using an FM

    Hi, I have tried creating an external attachment i.e URL link for a workorder by triggering a custom FM by exporting business object type , order id ,realtion type , title and link with return parameter as a message . But i'm not being able to create

  • BEA-101249

    Hi all, I'm working with WLS in a project and recently the application developers team has sent me the next error: <15-abr-2009 13H35' CEST> <Error> <HTTP> <BEA-101249> <[weblogic.servlet.internal.WebAppServletContext@2ce9e6 - appName: 'sam42', name:

  • I'm having trouble with holding signal with wireless router

    I Have iMac and having trouble holding a signal from my wireless router dual band.