Arch And Windows 7 Dual Boot On Separate HDD

Hi everyone.
Firstly, a big thank you to everyone for helping me out in my first thread regarding choice of partitions and filesystems.
I went on to install Arch today on my second HDD (160GB). My first HDD has Windows 7 installed on it. (The BIOS shows that the HDD with Win 7 installed is HDD1.)
Arch showed the HDDs as sda and sdb. I was installing on sdb and created my partitions accordingly.
sdb1 --> root (15GB)
sdb2 --> swap (1GB)
sdb3 --> var (10GB)
sdb4 --> home (remaining space)
I had to flag sdb1 as Bootable.
Then I was asked about mountpoints and something about selecting by dev or uuid. I didn't quite understand but selected dev. Then formatted with ext4. Did not add any parameters.
Before proceeding they gave a warning about no /boot partition but I continued anyway.
It was an FTP install and went pretty smoothly. I configured everything exactly as I had read in the guides online and Wiki. GRUB said it configured successfully (I did not make any chnges to it). I had put GRUB on sdb and not on any partition.
As I rebooted, my system did not show the GRUB but went straight on to Windows 7. I went into BIOS and changed my first drive to the 160GB Seagate where I had installed Arch and rebooted. This time GRUB came up without any option to boot Windows 7. When I selected Arch it gave an error and did not boot.
So I'm back on Windows 7 and need help. I'm a noob and did not much understand the solution that I saw on another thread.  Since I intend to have the 2 OSs on separate drives and dual boot, what should I do?
Will be very grateful for any help.
Last edited by Ritwik7 (2010-06-06 12:01:31)

Here you go:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
# Linux Grub
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
# (0) Windows
title Windows
rootnoverify (hd1,0)
makeactive
chainloader +1
# (1) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/mapper/vghparch-lvroot ro quiet
initrd /kernel26.img
# (2) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/mapper/vghparch-lvroot ro
initrd /kernel26-fallback.img
I installed grub on the second hdd and configured the bios so this drive comes first in the boot sequence and as pyther pointed out above the drive where grub is loaded from becomes hd0.
Last edited by Ashren (2010-06-07 18:51:29)

Similar Messages

  • How to run solaris 10 and windows, dual booting.

    I installed solaris 10 first and then windows 2000 on my celeron pc. Nopw every time i start pc, it starts windows, coz of windows mbr.
    how to set at startup before booting the option which ask for solaris or windows? suggest me a easy way as i am a new user of solaris.

    The procedure to reinstall the Solaris boot sector
    (along with lots of info on dual booting) can be
    found here: http://multiboot.solaris-x86.org
    Another approach is to use the Windows 2000/XP boot
    menu. Assuming your S10 DVD is on D:\, type at a
    command prompt:
    copy
    d:\Solaris_10\Tools\Boot\usr\lib\fs\ufs\mboot
    c:\bootsect.solThen add the following line at the end of the
    C:\boot.ini file:
    C:\bootsect.sol="Solaris"(google "boot.ini" for more info on the above)
    Now Windows will display a boot menu where you can
    choose between Win2K and Solaris.
    BlaiseThe menu appears as you mentioned but there is another problem it tells me that there is no active partitions.
    i have to hards in my system, and it seems i screwed the booting thing during installation since this is the first time i install solaris.
    regards
    firas nemer

  • [Success] Dual Booting Arch and Windows 7 [Advice / Confirmation]

    So I have been trying to get Starcraft II to work with wine and no luck.
    I have decided to install windows back on my computer, besides it might come in handy since I'm heading back to school soon.
    Anyways I have tried dual booting arch and windows in the past, and my results have never been stable.
    Today I will try using the program gparted.
    Let me give you my thoughts on how I plan to go through this and please give me some advice so I don't loose everything I have worked for on my linux box
    1.Currently I have two hard drives, one for all my main programs and one for my media files (mounting usb, dvd, etc, and it actually has no files in it xD).
       I plan to use gparted to re-size my second harddrive (media drive), create an extended partition, and a logical ntfs partition within it.
    2.I pop in my windows cd that I recieved with my laptop and install it on the space I have partitioned for windows.
    3. If my grub gets wiped out my windows (which I hope it doesn't not sure how the MBR stuff works) I insert a Ubuntu live cd and do
    sudo grub
    > root (hd0,0)
    > setup (hd0)
    > exit
    4.Configure grub to boot windows 7.
    5.Be happy with no headache.
    SO....
    If someone with past experience with dual booting windows and arch could please give me some advice, as I do not want to lose all my data, start over, and have another headache.
    I know I must learn to backup arch, which I will before september.
    But if anyone has any protips, or sees a flaw in my plan please point it out!!!
    Thank you very much for taking the time to read this and even more if advice has been given to boost my confidence!
    For now I will wait
    Thank you fellow archies.
    Last edited by Jabrick (2011-07-03 01:29:36)

    satanselbow wrote:
    1) Windows must be installed to a primary partition - attempting to install it to an logical partition will result in an epic fail
    2) Physically disconnect the harddrive you do not want windows on as windows typically installs the bootloader on the 1st hardisk (ie /sda) regardless of installation drive (ie /sdb)
    3 / 4) Complete the windows installation then reattached your Arch drive and edit /boot/grub/menu.lst (as root) pointing the W7 entry to (hd1,0) - no need to reinstall grub
    5) Hey it's windows - anything could happen
    If you create an NTFS partition right at the beginning of the the drive before you start the W7 install you can prevent it greedily using up 2 of you 4 primary partitions - I would also completely update you new W7 installation past SP1 before reattaching the other drive to further prevent W7 going mental
    satanselbow thank you so much!
    Everything works great I had no stumbles, and I hope no problems in the future!!
    I will post exactly what I did in case someone has the same issue.
    1. Partition you're secondary harddrive as primary ntfs with gparted
    2. Reboot, and if you get a file system check error, check you're udev rules. (For my case in particular I had to change the udev rules I got for auto mounting usb, ext harddrive, etc.
    3.Power off your computer and physically remove the harddrive that contains all your linux goodies
    4. Plug in your windows cd and install in the partition you created
    5. Update your windows OS
    6. Plug in Ubuntu live CD and reboot
    7. Use commands to get grub to overwrite the windows boot loader (In my case I put grub everyone hd0,0 hd0,1 just to be sure, but you might want to do things cleaner)
    8. Reboot and see if grub loads up
    9. Use Ubuntu live CD again and launch Gparted, select the boot to your extra linux space (if you had one, not sure if this is needed)
    10. Plug in your linux harddrive and reconfigure /boot/grub/menu.lst and your good to go
    Once again shout outs to satanselbow!!! For without him I might've failed brutally!
    Cheers!

  • ATI display driver lost with Linux and XP dual boot os

    I brought ThinkPad W500 with windows vista. I want to get rid of the hidden boot system reserved partition and downgrade to windows xp and install OpenSuse os. Following some sourses found on the web, I first set the bios sata ahci mode to compatable mode. Then install windows xp and update the sata driver. Restart and reset the bios sata back to ahci mode. It works fine with windows xp and I install back all driver. Finally I install OpenSuse and create dual boot with Grub. 
    But a serious problem come up with me. Everytime after restart from the linux os and back to windows xp, xp doesn't regonize the ATI display divice and tell me no driver installed with low screen resolution. And I have to restart the machine and boot direct into xp for the second time and the problem gone. But it is so annoying of doing this everytime. Anyone can help? Many thanks.
    Solved!
    Go to Solution.

    Hi stanleyimko,
    I don't have an answer, just a couple of questions:
    Does your W500 have switchable graphics?  If so, you may have to turn off "let the OS detect" or permanently select one or the other in BIOS.  XP isn't switchable aware, so I don't know why that would make a difference.
    Do you see the problem on cold (re) boot to XP, or only on warm reboot from Linux to XP?
    Seems like something is leaving your BIOS in an odd state (I guess that's obvious) and maybe a cold reboot would sort it.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Uninstall Linux and Grub dual boot from Win7 HP dm4..

    uninstall Linux and Grub dual boot from Win7 HP dm4. I only have recovery disks. I just want to do a Startup Repair not a full system recovery. 
    When I reboot with the recovery disk there is no choice for Startup Repair.
    thank you for any help.
    Blue Jacket

    Hello bluecape.  I understand you'd like to uninstall Grub/Linux.  Is your recovery disc a Windows Recovery disc or the HP System Recovery disc?  
    You will need to begin by fixing the "Master Boot Record."  This is where Grub is installed and what allows you to select your operating system.   If you have a HP System Recovery disc the steps may be different--these steps are specifically for a Windows Recovery Disc.  Try the following.
    Boot the notebook with your Recovery Disc.  
    Select "Repair your Computer."
    Select your Windows version once the dialog box populates.
    Choose "Command Prompt" as your Recovery Tool.
    From the command prompt type "bootrec /FixMbr" and press Enter.
    Once this is finished type "exit" and press Enter.
    Take the disc out and reboot the PC.  It should boot straight into Windows without a boot loader prompting you.
    The Linux files and partitions are still there but you can now remove those partitions from Windows.  Simply format the partitions to "uninstall" Linux.
    I hope this is helpful.  If you have further questions just let me know.  Have a great day! 
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Upgrading to lion: concern currently i amMac OS X 10.6.8 (10K549) with a windows dual boot (boot camp)

    Upgrading to lion: concern currently i am running Mac OS X 10.6.8 (10K549) with a windows dual boot (boot camp) on a imac, hardward configuration is good. my question is if i upgrade to lion will it effect my boot camp windows environment in any manner shape or form or will it stay pristine and I will be able to access it with no problem.   as for the upgrade does it give you a clean install and upgrade options
    any insight would be appreciated.
    Also has anyone, added another partition and installed lion in their leaving the snow leopard partion intact.

    I would ask myself these questions first
    What features am I hoping to benefit from by upgrading?
    What apps do I have on OSX that I need to still fucntion? (research that they will)
    Just a cautionary note - I have had problems, but only upgraded to see what was new - needed nothing, lost a lot

  • Dual boot ArchLinux and Win XP on 2 separate HDD

    Dear Archers
    My friend wants me to install ArchLinux on his desktop, with 2 separate HDD. He already has win xp installed on one HDD. He wants to dual boot. Pl. give some inputs as to how this should be done.
    (My experience is limited.  I have installed ArchX86_64 only,  on my desktop)
    I have read the wiki, but I am not confident of doing this with only so little explanation

    It should be pretty simple.  Just install Arch on the HDD without XP on it, install grub to the Arch drive's MBR, then change the boot priority in the BIOS so that the Arch drive is booted first.
    When you add your "windows" menu item to GRUB, the "root" entry should look like:
    rootnoverify(hd1,0)
    assuming XP is on the first paritition of the other drive.
    Assuming you install GRUB to the correct drive, it should be harmless to play around with menu.lst until you get it working right.
    Last edited by alexandrite (2010-08-24 14:24:39)

  • Dual boot Arch and Windows XP (arch installed first) [solved]

    I recently moved over to arch from Ubuntu, and would like to install Windows XP so that I can dual-boot between the two. However, my arch install created four partitions on my disk, and I can not create another one.
    I would rather not have to reinstall arch, as setting it back up would take days on my current network connection. Is this possible? While I have installed XP over Ubuntu in the past (and am more than able to reform the MBR after the XP install) I have absolutely no experience with disk-partitioning, so concise instructions would be very much appreciated.
    errata: my laptop has 4 gigs of RAM, so I don't think I need the SWAP partition. I am hesitant to delete it outright however.
    this is a Gparted screenshot, running off of a Ubuntu live CD. The 60 gigs of unallocated space is where I was hoping to install windows.
    Last edited by spotdart (2009-02-05 17:13:55)

    What's on /dev/sda4?  If you can blow away the last partition, turn the whole thing into an extended partition and then you can set up as many logical partitions as you want inside the extended partition.  I suppose Arch is probably on sda4 and if that is the case you could move arch to sda3 first--there are lots of posts in the forum about how to move an installation of arch from one place to another.
    Edit: Beat to the punch again.  Yeah like he said you might want to delete the swap partition and then incorporate it into the 1st or third partitions so you can free up that last one.
    Last edited by bgc1954 (2009-02-05 15:27:21)

  • Dual Boot Arch and Windows 8 from Windows Boot

    I tried doing some research before posting but haven't had too much luck. I just upgraded to Windows 8, but after having a nice experience with Arch previously on VirtualBox, I thought I would dual boot this time... and this is my first post.
    I followed the Beginners Installation Guide and the Win Arch Dual Boot and then did some reading on setting up the BCD manager in Windows following from the link in the Arch Wiki.
    My setup is as follows
    /dev/sda1 = Windows (>150 GB)
    /dev/sda2 = /boot (100 MB)
    /dev/sda3 = / (15 GB)
    /dev/sda5 = /var (8 GB)
    /dev/sda6 = /home (~65 GB)
    The linux portions are all ext4, but after reading the above article on the BCD Manager, I realized I left out the FAT32 partition so Windows can see it (note... if I get this to work, I will try and update the wiki to mention that).
    So the problem is I used up all my hard drive space and need to make room for the FAT32 section. I was wondering
    a) how to resize the /home partition to make room for the FAT32 partition
    or
    b)if I were to delete the /home entirely and just add an sda4 (FAT32) and sda6 (/home) (since I forgot to use sda4), do I need to go through the pacstrap process again, or generate an fstab again, or just edit the fstab manually?
    or
    c) there is a possibility that I missed something where I shouldn't need to have an FAT32 section.
    Thanks for the help!

    Thanks for the help!
    I was able to use GParted to add that extra partition and was able to generate the proper file for Windows to see, and then copy over to the C: drive (which is what's missing from the Wiki).
    I unfortunately had some issues that kept me starting in emergency mode, so after some time spent in the fstab section and setting the right filesystems, I was able to get it to work!

  • [SOLVED] Grub refuses to boot Arch on a dual boot

    Hi,
    After hours of trying things out and searching the web for answers, I finally gave up and joined this helpforum.
    I found several similar topics, but none seemed to work.
    So here's the deal.
    My HDD looks like this
    sda1 (/boot)
    sda2 (Windows7, bootflag)
    sda3 (/swap)
    sda5 (/)
    sda6 (NTFS ExtraData)
    So i'm trying to dual boot windows7 and arch.
    my menu.lst looks like this:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Windows boots fine, but when I try to boot Arch I get this
    Booting 'Arch Linux'
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    error 15: File not found
    Thanks,
    Chris
    Last edited by preute (2011-12-12 18:51:16)

    I think that the lines
    root (hd0,4)
    are wrong. They are for GRUB's root (which is /boot), not /. So I think it should be
    root (hd0,0)
    instead.

  • Dual boot with Two HDDs using GRUB?

    I thought I understood GRUB but this has got me puzzled.
    If I have two HDDs:
    hd0 = XP
    hd1,0 = Vista
    hd1,1 = Arch (I installed GRUB to this partition as well)
    and I want to use NTLDR to chainload GRUB, how do I do it if NTLDR is on (hd0,0)?
    On a normal (single HDD) dual boot setup it is quite easy: install the GRUB files to (hd0,1), dd the first 512 bytes in /dev/hda2 and copy it to hda1, then edit the boot.ini file in hda1 to load the dd image saved there.
    However, when NTLDR is on (hd0,0) and the GRUB stage1.5 and stage2 files are on (hd1,1) how can I achieve a dual boot system using NTLDR to chainload GRUB?  Can GRUB stage1 load from (hd0,0) and look for stage1.5/stage2 on a completely separate hard drive (hd1,1)?  Or can't it be done?
    As I said, it's got me beat.  Has anyone achieved this?
    Last edited by Shagbag (2007-10-30 16:36:12)

    TheSaint wrote:It'll be necessary to configure mkinitcpio to address the correct path in order that the future kernel updates will go to ther right place.
    See this for details.
    I don't think so -- the use of a bind mount means that the kernel image can go in the standard location, that's the whole point of it.
    @OP: Yes, just make sure to call the path to the respective kernel images relative to $ESP

  • [SOLVED]Windows dual boot

    Here's my fdisk -l
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x495d01ab
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 3060 24579418+ 7 HPFS/NTFS
    /dev/sda2 3061 4365 10482412+ 7 HPFS/NTFS
    /dev/sda3 4366 16832 100141177+ 83 Linux
    /dev/sda4 16833 19457 21085312+ 5 Extended
    /dev/sda5 16833 18137 10482381 83 Linux
    /dev/sda6 18138 18790 5245191 83 Linux
    /dev/sda7 18791 19312 4192933+ 83 Linux
    /dev/sda8 19313 19326 112423+ 83 Linux
    /dev/sda9 19327 19457 1052226 82 Linux swap / Solaris
    and here's my menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/hda (hd0)
    # /dev/hdb2 (hd1,1)
    # /dev/hda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,7)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/e20fd940-03ae-48c4-a666-790e9be9e5d5 ro vga=792
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,7)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/e20fd940-03ae-48c4-a666-790e9be9e5d5 ro vga=792
    initrd /kernel26-fallback.img
    # (2) Windows Vista
    title Windows Vista
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Yet when I select Vista from the grub, all I get is an error saying that my windows boot manager needs to be fixed and I should put in my Windows CD etc....
    I want the grub to be in the MBR...I just need to be able to access the Windows OS as well. Is there something wrong in my menu.lst file ?
    Last edited by Inxsible (2009-02-13 07:33:36)

    Funny, I  have an HP Laptop that dual-boots Vista and Arch x86_64. I don't seem to recall having a problem. I installed Vista first (system restore disk <yech!>), then used gparted to resize the Vista partition, then did a standard Arch install.
    # cat /boot/grub/menu.lst
    default 0
    timeout 30
    color light-gray/black light-gray/blue
    title Arch Linux
    root (hd0,5)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/fbece3b5-a239-4f40-91b6-d82986108e2d ro
    initrd /boot/kernel26.img
    title Arch Linux Fallback
    root (hd0,5)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/fbece3b5-a239-4f40-91b6-d82986108e2d ro
    initrd /boot/kernel26-fallback.img
    title Windows
    root (hd0,0)
    chainloader +1
    makeactive
    # fdisk -l /dev/sda
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x9c5a55bb
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 6374 51199123+ 7 HPFS/NTFS
    /dev/sda2 18396 19457 8522752 7 HPFS/NTFS
    /dev/sda3 6375 18395 96558682+ 5 Extended
    /dev/sda5 6375 6501 1020096 82 Linux swap / Solaris
    /dev/sda6 6502 9051 20482843+ 83 Linux
    /dev/sda7 9052 18395 75055648+ 83 Linux
    Partition table entries are not in disk order
    I'd be happy to send you any parts of my laptop configuration that might help.
    Last edited by airman99 (2008-12-24 14:19:52)

  • Possible to dual boot two separate hard drives?

    I just bought a new SSD for my Mac Pro 5.1 and I want to install Windows 7 (x64).
    I currently have a dual boot (using Boot Camp) on the hard drive that came with the computer (1TB) with Mountain Lion (OSX) and Windows 7 64 and it is working flawlessly.
    Now, what I want to do is install Windows 7 on the SSD, then remove the Windows partition on the 1TB HD so that only OSX is on there. When I start my computer I don't have a preference which OS boots first (pretty sure I can figure this out by using Easy Boot CD). What is the best way to do this? From what I understand Boot Camp only works when you're partitioning ONE hard drive to dual boot. I want to boot off of two separate drives.
    Please help!

    sure my boot camp menu sees all hd's connected as possible targets

  • EFI Update v2.6 breaks Windows dual boot

    The EFI Update MBA51.00EF.B02 has broken WIndows on my MacBook Air 2012
    Bootcamp Dual boot using OSX Lion & WIndows 7 was working fine prior to the EFI update.
    Since then, the WIndows initial boot screen displays, but as soon as the GUI starts there is a blank notebook screen.
    Using an external monitor connected via Thunderbolt > VGA adapter, the Windows GUI Logon & desktop shows on the external monitor, but Control Panel display manager cannot see the MBA own lcd screen as a display option.
    This makes it unusable as a portable WIndows M/C, as instead of fixing WIndows it has broken it.
    Can I regress ?
    Is there a fix to this issue ?
    Please Help

    vintherine wrote:
    the.ridikulus.rat wrote:
    @vintherine: Everything you mentioned in the 1st post is correct. In your case the correct commands should be:
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck
    grub-mkconfig -o /boot/grub/grub.cfg
    Thanks. I've tried that, get now a single line with Windows, which does not work
    EDIT: Are you able to boot Windows independent of GRUB, ie. directly from the firmware boot menu?
    I've tried F12 key, found a menu, started on the HD, found a new menu corresponding with the EFI directories (arch_grub, Microsoft....). Microsoft entry sent me on... grub menu
    EDIT: Can you try (note the extra line : "set gfxpayload=keep")
    It's time for diner (i'm in France). I'll see this in the next hour.
    Many thanks
    Seems like the actual Windows bootmgfw.efi was overwritten by grubx64.efi or something else. In the boot menu Windows's entry (created by Windows installer) is usually titled "Windows Boot Manager".
    EDIT:
    Try this. Copy the files from Windows's C:\Windows\Boot\EFI to <EFISYS>/EFI/Microsoft/Boot/ . Overwrite any exisitng files, and make sure <EFISYS>/EFI/Microsoft/Boot/BCD file exists. That is the Windows equivalent of grub.cfg (although BCD cannot be read easily since it is not a text file). Try your menuentry again.
    Last edited by the.ridikulus.rat (2013-09-27 18:29:09)

  • WIP: My adventures with 2011 MacBook Pro and Windows 8.1 including seconday HDD

    So I've just lost about 3 days of my life trying to install Windows 8.1 (my preferred) operating system on a Late 2011 MacBook Pro.
    I feel that I've learnt a lot and hopefully can share my experiences to speed a few of you along the process. This is my own experience please let me know if anything I have documented is not true and I will revise for completeness
    What my initial goal was to have a dual HD set up with an SSD running both Mac OSX and Windows 8.1 (via Bootcamp) with a 2ndry HD in places of the optical (DVD) drive for shared storage.
    I have tried all/some of the following:
    Win 8.1 ISO from the MS site: http://windows.microsoft.com/en-GB/windows-8/create-reset-refresh-media
    USB created using Rufus for Bios and EFI boot
    DVD created using Windows 8.1 (can't remember how)
    Yosemite USB created using: Create a bootable installer for OS X Mavericks or Yosemite - Apple Support
    There are 2 main options when installing Windows:
    Bios
    EFI
    Both have different pros and cons, which Im going to try and document here:
    Bios
    Full driver support via Bootcamp download
    Slower (mainly boot time, not by much though)
    Not quite as "native" as some may prefer
    Limited number of partitions??
    EFI
    Fast
    Native
    Does not support video driver properly (no dual screen)
    Audio does not work (says Failed to start device)
    Here are some random facts I know
    Windows DVD will only boot from optical drive when connected internally. If plugged in via external USB it stops at black screen with flashing cursor and doesnt progress
    Using 5HT-2a's method on Redit (see below) and the EFI install, I get the Cx0000005 cannot find source media error and cannot install
    Hacking the Bootcamp tool to create a Windows 8 ISO with all the drivers works (see link below) but when using it in EFI it crashes repeatedly during install so you never can complete the process (I think this is due to the video drivers) and therefore can't run Bootcamp assistant thus get proper trackpad support
    Using lion10's method (below) for tweaking a standard Mac partitioned HD I was able to get past the cannot install Windows error ("windows cannot be installed to this disk. the selected disk is of the GPT partition style") and install Windows using EFI
    Best guides/links I have found:
    lion10's method:The ultimate way to install Windows 8.x in (U)EFI mode on Apple systems
    5HT-2a's method: http://www.reddit.com/r/mac/comments/2fy3be/by_popular_demand_my_better_than_boo tcamp_guide/
    skipsizemore's method: Can't install Windows 8 x64 on late 2013 MBP with1TB SSD
    Bootcamp drivers 2 versions depending on Mac:
    Older Macs: Boot Camp Support Software 5.1.5621
    Newer Macs (most 2013+): Boot Camp Support Software 5.1.5640
    Bootcamp Assistant Hack for USB creation on older Macs: http://forums.macrumors.com/showthread.php?t=1680652There is an additional parameter required if you are using Yosemite during code signing (-deep I think, but cant remember)

    What I ended up doing (so far)
    I'm not 100% sure of the state of my disk when I got to where I ended up but I had previous completed the GDisk and DISKPART methods from 5HT-2a and lion10's methods. I was using a 128gb SSD
    I then decided to start from the top (as I had previous installed Win 8.1 on the original HD using DVD)
    So I ran the Yosemite installer (via USB) and used the partition tab in Disk Utility to repartition the disk into 2 partitions, 1 for OSX and 1 (ExFat/NTFS) for Windows
    I then booted in Bios (Windows, not EFI) using the Windows 8.1 DVD using the DVD plugged in internally (wouldnt work using USB enclosure)
    Installed Windows to the partition I created (probably the 4th one)
    After Windows installed, ran the Bootcamp set up program
    Reran Yosemite installer and installed Yosemite
    Swapped out the optical drive for a larger HD (7200rpm) and formatted it with HFS+

Maybe you are looking for

  • Preview problem

    Hi all, I am having trouble with printing preview for some a university report. I wish to preview a print (and then save as PDF) only the "odd" pages of a document (A PDF). However the preview even after the option to print only "odd" pages is select

  • No messages for initial processing exist-- GR

    i am trying to take print out for GR document but getting the above said error message these are the settings which i have already done assigned user parameter NDR , created a condition record for message type wee1 thru MN21,NACE chcked in the table

  • Calling a specific folder  in standard KM navigation iview

    Dear developers, I'm trying to make an iview call a specific km folder of another iview (standard KM navigation iview). I believe I should use the "EPCM.doNavigate" method, setting the "Navigation context URL" argument to point to the folder I need t

  • How to compare Dev Package

    Hi All, I need to compare Dev Package -> LVS in DEV and QAS system. Can anybody tell me what these package are for, what to check in these packages and how to chack this( I guess its from SE80 -> Package -> LVS, please correct me if i am worng). Than

  • Blackberry Media Sync with itunes

    Ok so i downloaded the media sync for my bb8320 and when i tried to put songs on they said that the songs were "protected (digital rights managment)". How do i put these songs on my bb