(Grub) Dual booting with XP on sdb

My goal is to be able to dual boot with two hard drives: Arch on sda and Windows XP on sdb.  With help in the #archlinux IRC I've managed to get Windows XP to boot by getting the menu.lst correct but when I click "Start Windows Normally", or "Start in Safe Mode", etc. etc. the computer just reboots. A cellphone picture of that all well known Windows black Screen: https://www.dropbox.com/s/nrczq86vsi6o9 … 6%20AM.jpg
My fdisk -l and /boot/grub/menu.lst:
http://pastebin.com/sLUUsCcU
To see if my xp hard drive was still intact I did this:
sudo mount /dev/sdb1 /media && ls /media/
and saw this:
boot.ini NTDETECT.COM pagefile.sys System Volume Information
Documents and Settings ntldr Program Files WINDOWS
nano /media/boot.ini
[Boot Loader]
Timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows" /noexecute=optin /fastdetect
I've consulted all the wiki's and forum posts I could find but at this point, I'm just stuck.  Somehow I think the final result is me reinstalling both OSs and starting again from scratch.
Any help or advice on getting a fully functional Windows XP on /dev/sdb would be greatly appreciated

Pres,
Thanks for the post.  If I click "Last Known Configuration" the computer just reboots and I'm back where I started. Yeah, my Arch is working fine. My thought process behind re-installing Arch was that maybe the installation process would deal with the Grub config of /dev/sda and /dev/sdb automatically somehow and make everything OK...

Similar Messages

  • Arch does not show up in Grub when dual booting with windows 8

    I just installed Arch linux, dual booting with windows 8 using the beginners guide[https://wiki.archlinux.org/index.php/Beginners'_Guide] itself. Now Grub is installed and i can only find Windows 8 and I cannot find Arch. Is there a way I can find if arch linux has been installed and show up in Grub.
    Sorry, I am a newbie, but i chose to post this topic here and not newbie corner as it is installation related.
    My windows 8 is installed on /dev/sda1 with ntfs partition type. Arch Linux is installed on /dev/sda6 and it is ext4 partition. I dont know if this info helps.  I am using Thinkpad R61
    Last edited by sutro_droid (2013-03-06 00:30:48)

    ivokosir wrote:It may be that you didn't install os-prober before running grub-mkconfig. This happened to me once, I hope I'm not too late to warn you.
    I am sorry, yes you are too late. I have wiped windows 8 and performed clean install. No regrets. And as a matter of fact, I did grub-config and then installed os-prober. That could be the problem. Thanks. I will try this again another time.

  • [SOLVED] Dual boot with ubuntu w/o installing GRUB? (YES)

    Hi all -
    This is my first shot at arch, tho I've installed a few other linux distros.
    So far I really appreciate the excellent documentation, especially compared to other linuxes!
    But I can't find a good answer to this question:
    I already have ubuntu installed and would like to dual-boot with arch.  (I also have Win7 but boot it from a separate disk selected via BIOS, and usually leave this disk disconnected anyway, so it's not an issue; grub doesn't know it exists).
    Q:  Before installing, can I make a new LOGICAL ext4 partition (say /dev/sda7),
    - then install arch on that **w/o installing grub** and **without messing with the MBR**,
    - then edit ubuntu's existing menu.lst to add arch to the boot options?
    Current $ fdisk -l
    /dev/sda1    ext4 primary/boot (/ for ubuntu)
    /dev/sda2    extended
    --/dev/sda6  linux-swap
    --/dev/sda5  NTFS (data - mp3s, etc)
    unallocated  480GB  --> Create new ext4 partition /dev/sda7,  (logical or primary? Prefer logical)
    Current menu.lst entry that I normally boot:
    title       Ubuntu 12.04 LTS, kernel 3.2.0-24-generic REGULAR
    uuid        UUIDforSDA1 (file has actual UUID number...)
    kernel      /boot/vmlinuz-3.2.0-24-generic root=UUID=UUIDforSDA1 ro
    initrd      /boot/initrd.img-3.2.0-24-generic
    and add something like this to menu.lst:
    title  Arch Linux
    uuid  UUIDforSDA7
    kernel /boot/vmlinuz-linux root=/dev/sda7/ARCH ro  (??? - from example in arch docs)
    initrd /boot/initramfs-linux.img
    or
    kernel /boot/vmlinuz-linux root=UUID=UUIDforSDA7 ro  (??? - like the ubuntu entry)
    I'd really like to NOT mess up booting ubuntu!  (Another option might be install arch to a separate disk with the ubuntu disk disconnected, then copy the whole install over via a USB adapter...I've done worse!)
    TIA for any help!
    Edit: so I guess there's three questions:
    1 - Can I install arch w/o installing grub & MBR messing-wth?
    2 - What's the correct syntax for menu.lst to access and boot arch?
    3 - Will this work?
    Last edited by Flemur (2012-05-25 15:24:18)

    Well, it worked and booted up first time - no grub install.
    The main hassle was merely creating a new ext4 partitions because "Partition Wizard" boot CD screwed up and I kept getting "Unable to update kernel until reboot" messages until I deleted and rebuilt all the partitions in the extended partition with puppy linux & gparted instead of Partition Wizard.
    In case others stumble upon this trhread, here's some info:
    The entry in the ubuntu (original) menu.lst was this:
       title           Arch Linux
       uuid          af7...etc...9f3c
       kernel        /boot/vmlinuz-linux root=UUID=af7...etc.f3c ro
       initrd          /boot/initramfs-linux.img
    I'm even posting this from arch/fluxbox/Firefox, although getting X set up with nvidia (PITA!) apparently required using a different pacman source:
    File "mirrorlist" now points to
        Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
    which wasn't in the original file.
    Then
    $ pacman -Su --> "/etc/mtab exists" --> delete it and something else broke,
    so
    $ pacman -Su --force --> worked fine (against official advice)
    Also: needed to install nvidia-utils and xorg-xinit
    Thanks again!

  • Dual-booting with other Linuxes; shared data partition

    I've got two entirely-blank 320GB hard drives on my computer, and I'd like to dual-boot Arch and Debian on it (and potentially others later). How should I set up GRUB (or GRUB2-- the wiki says that it's a better option when dual booting with other distros) for each OS in order to have both of them able to boot, as well as retaining the capability of adding other distros? (Assuming that Arch's GRUB(2), not Debian's, will be installed to the MBR.)
    In addition, I'd like to keep my config files and data separate (with a shared data partition on HD 2).
    - What is the best way to set this up separately from the /home partition, i.e. mount /data on startup and be able to access it quickly from a filemanager or the commandline? I venture a guess that I'd edit /etc/fstab and add a symlink to /data within /home/USERNAME...
    - What is the right size for the /home partition in this setup?
    A tentative partition scheme is as follows (note that I have 4GB RAM, since that factors into swap size):
    HD 1
      4GB shared swap partition
      256MB ext3 Arch /boot partition
      20GB ext4 Arch / partition
      ? ext4 Arch /home partition *see note above*
      256MB ext3 Debian /boot partition
      20GB ext4 Debian / partition
      ? ext4 Debian /home partition *see note above*
      (free space)
    HD 2
      320GB shared ext4 data partition
    Last edited by DrKillPatient (2012-06-20 18:38:01)

    Most of it is a matter of opinion I think, but since I have a similar setup I'll throw in my two cents.
    DrKillPatient wrote:I've got two entirely-blank 320GB hard drives on my computer, and I'd like to dual-boot Arch and Debian on it (and potentially others later). How should I set up GRUB (or GRUB2-- the wiki says that it's a better option when dual booting with other distros) for each OS in order to have both of them able to boot, as well as retaining the capability of adding other distros? (Assuming that Arch's GRUB(2), not Debian's, will be installed to the MBR.)
    I use GRUB (legacy). Adding a distro in the grub menu is just a matter of finding the kernel and initram image of the distro and adding an entry. OS's generally either have a fixed location/name for the kernel and image or have a fixed link, so there are no problems on updates. I really don't like GRUB 2 and don't see the point of using it unless you are using something exotic that GRUB doesn't support.
    DrKillPatient wrote:I
    In addition, I'd like to keep my config files and data separate (with a shared data partition on HD 2).
    - What is the best way to set this up separately from the /home partition, i.e. mount /data on startup and be able to access it quickly from a filemanager or the commandline? I venture a guess that I'd edit /etc/fstab and add a symlink to /data within /home/USERNAME...
    - What is the right size for the /home partition in this setup?
    I just mount the data partition in /mnt/data and make symlinks from my home partition. In my case the data partition is ntfs, since I also use windows. My home partition contains 1.2 GB, of which 600 MB source code. So if you only keep configs in them it probably won't reach 1 GB.
    DrKillPatient wrote:
    I
    A tentative partition scheme is as follows (note that I have 4GB RAM, since that factors into swap size):
    HD 1
      4GB shared swap partition
      256MB ext3 Arch /boot partition
      20GB ext4 Arch / partition
      ? ext4 Arch /home partition *see note above*
      256MB ext3 Debian /boot partition
      20GB ext4 Debian / partition
      ? ext4 Debian /home partition *see note above*
      (free space)
    HD 2
      320GB shared ext4 data partition
    In my opinion a seperate boot partition is only useful for the OS of which the bootloader is installed to the MBR.

  • 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.

  • Dual Boot with OS X

    Not quite sure where this should be posted, so I figured I'd post here.  I came upon a rather large hard drive and I was thinking about dual booting with OS X.  I meet the system requirements, but I'm not sure how easy it would be to integrate.  I did some searching on the forums here, and on google, but I wasn't able to find much.  I guess my main questions are:
    1) Can GRUB load OS X from an external USB hard drive?
    2) Is it possible to mount ext3 partitions from OS X?
    3) Is there any common pitfalls I should be aware of before starting this?
    Any help I can be given would be greatly appreciated!
    David

    1: Probably. OSX refusing to boot from the drive without grub even being considered is more likely than grub not doing its job. It wouldn't boot on my sata, for instance, but doing it from an internal ide worked fine [including Grub2], and I've seen examples of it working on legacy grub.
    2: Yes. http://www.insanelymac.com/forum/index. … opic=34227
    3: Not really, assuming you're using a real mac instead of a "hackintosh", but that doesn't seem to be so from your post [I would expect someone to say it the other way around, "I want want to dual boot -Arch-", if theyre using a mac machine]. I'm not sure what kinds of things about this topic would be shaky ground on the forums, so I'll try to keep from saying anything troublesome.. I will remove it if necessary, but I don't expect that to be the case. If you're using a "hackintosh", expect hardware problems (it can be a serious hassle and hack-job installing and getting everything to work) and highly probable legal issues (even if you own OSX). On a side note, I personally think OSX is the most boring, user-limiting OS in existence.. However, on the positive side, it pretty much does what it says it does if you're using the real deal, and does it well.
    Last edited by FrozenFox (2009-04-15 08:51:06)

  • [SOLVED] RTC and dual booting with Windows 8/8.1

    I am planning ahead of installing Arch on a windows 8.1 laptop, and need to understand whether or not the known Windows registry hack to get windows to use UTC for the RTC is still valid for Windows 8/8.1?  I have been searching via google and the usual sources of information, but it is not clear to me if there are problems doing this, specifically if arch is dual booted with Windows 8/8.1 rather than older versions of the MS OS. Certainly I have used the technique without any problem in the past when dual booting Windows XP with Arch on several different machines.
    Does anyone have personal experience with doing this on a Windows 8 or 8.1 machine and can report here on whether it works successfully or not?
    Thanks for any advice.
    Last edited by mcloaked (2014-02-11 21:16:21)

    Since there were no replies at this point I thought I would just go ahead and implement the registry hack on the Windows 8.1 O/S in the laptop and see if Windows behaves.  It appears to be OK, with the displayed time being correct after reboot, and time synchronisation remaining fine with no problems seen in the displayed time, although I won't be able to read the RTC directly until I have completed the Arch install in the coming week or two.  I now don't foresee any issues with the time synchronisation between booting Arch and Windows 8.1 so I will mark this as solved.
    Since the RTC is now in UTC then normal clock config in Arch using chrony should perform normally once the install is done and the new system set up.
    Last edited by mcloaked (2014-02-11 21:17:11)

  • Dual boot with Ubuntu 13.0 using bootable USB problem (Y410P)

    Hi I recently bought Lenovo Y410P and have been since trying for hours to dual boot with Ubuntu but I was unsuccessful.
    I formatted by USB drive in FAT format, and created a bootable usb using Pendrive. Then I changed the Boot Mode to Legacy Support and the boot order so it boots from the flash storage first.
    Then it hung on a purple screen like this: http://img829.imageshack.us/img829/3509/dgfdgrunningoraclevmvir.png
    and the keyboard doesn't work and I couldn't go any further from here.
    So I tried to use a different program called Unetbootin, and the problem got worse and it just stopped working at the option screen where you select whether to just try Ubuntu or install it, etc.
    I read it somewhere the recent version of Unetbootin doesn't work, so I got the 474 version of it, and finally I was able to select from the option menu and it didn't hang. However when I clicked on Install Ubuntu, it just stopped there for a while, and then the boot failed and moved onto Windows 8 again.
    I looked at the USB drive, and I realized the folder and some config files are names isolinux instead of syslinux, so I changed them, and now I'm getting the "SYSLINUX 3.86 2010..." words on the black screen and it hangs there.
    I saw a similar message before using Pendrive and it was like "SYSLINUX 4.10 2012...". That was because the flash drive wasn't formatted in FAT (it was FAT32). So I re-checked the drive, but it is indeed formatted in FAT so I'm not sure why now I'm getting a similar message.
    It will be much appreciated if you could give me some suggestions as to how to solve this problem.
    Thanks

    Something else you could try.  Not sure it will make any difference.
    Skip the boot creation tools and just boot the thing in UEFI mode.
    Use the latest (12.10 or later will work, IIRC) 64-bit Ubuntu ISO.  Format your flash drive as a single FAT32 partition.  Extract the contents of the ISO to the flash drive.  Use 7zip for Windows, or your favorite Linux de-archiving tool.  That's it.  
    [edit] I don't believe the partition needs to be set active, but haven't tested that.
    Set BIOS boot mode to UEFI.  Even secure boot mode should work withe a new enough Ubuntu - but isn't necessary.
    Give that a try.  If it still barfs at the same place, mess around with the start-up graphics options.
    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   Русскоязычное Сообщество

  • Help - How to install Win XP in dual boot with Win 7 (first installed)?

    Hi everybody!
    I'm having some difficult in install a win xp in dual boot with win 7 (which came with the G550 notebook).
    I modified the D: (Lenovo) partition to a primary partition to install the XP.  Also I installed the EasyBCD to manange the boots and both S.O. load fine. 
    The problem is that Win XP is seeing a partition (the first partition on disk) with 200MB that is hidden for Win 7 !   So this partition takes the C: letter in XP and mess all the configuration once that many programs uses the C: as a default letter. 
    The disk is divided in (aprox):
    200 MB hidden partition (from factory)
    160GB with Win 7 installed
    40GB with Win XP installed
    19GB hidden partition (Recovery - from factory)
    Is anyone has some idea who to solve this problem or make install XP from the beginning without problems?
    Thank a lot! 

    jay4baps wrote:
    Are you sure VMWare Fusion 6 is Launched???  give me link then i download it...
    It's version 3.1

  • Dual Boot with Windows ME

    i am very new to all this stuff. Can someone please guide me on how to go about installing Unix so that it also dual boots with windows ME.
    i am planning on doing some unix work..and installing oracle and learning oracle in the bargain at home. do u think this is the best way to go. any suggestions/guidance is appreciated.
    many many thanks

    I'd consider buying a second, inexpensive PC for Solaris. You can get a $20 mechanical switch that will let you share a single monitor. If two keyboards and mice are inconvenient, you can buy a KVM (keyboard-video-mouse) switch. If you just want to hack around, it's much more convenient to have two PCs. (IMHO)

  • I Would Like To Dual Boot With Nitroid

    OK have got my phone where I want it - have installed all the speed enhancers after updating to PR 1.3 and am overclocking at 1150Ghz.  It fairly zips along now
    I have read how to install using the Auto Installer but am a little confused.  Could someone answer these questions please: -
    1.  Will using the Auto Installer itself, allow you to dual boot automatically or must you install a spearate dual boot prog of some sort first?
    2.  If the Auto Installer does allow dual boot with your existing Maemo 5 OS, will it automatically place it on the separate SD Card? (mine is a 16Gb one).  I also assume it will completely reformat the SD Card, is that correct?  I am reluctant to proceed if it wipes the existing OS first etc.
    3.  I am confused with the options for Overclocking.  I understand you can continue to Overclock Maemo 5 but can you Overclock Nitroid, once installed?  If sow how?
    4.  I gather that overclocking defaults back to 650 either on reboot or on receiving an incoming call - is that correct or has it been fixed?  And do these limitations apply when in Nitroid?
    I would appreciate someone who has successfully ported this OS to their N900 and is dual-booting, to explain the current procedures and answer my questions - pointing me to the relevant resources as appropriate.  Any tips too would be appreciated, given we now have PR 1.3.
    Thanks in anticipation of your help and advices
    Paul

    Cheers Montana.
    As you guessed, I used the 0.0.7 "Installer" because the version 0.0.8 refused to partition my SDHC Card - version 0.0.7 worked
    However because it is an "Installer", I assumed it would install the most up to date version of Nitdroid on my phone.  I am confused because I don't know which version I have.
    At the moment Nitdroid is working ok, I have the correct multiboot and power boot kenels installed and can overclock in Mawmo as before - the multibooting giving me 3 options here to boot into Maemo without oc, to boot into Maemo with oc and to boot into Nitdroid.
    HOWEVER I simply cannot connect to my WiFi - it authenticates then disconnects, it tries again several times before giving up and leaving me disconnected
    I did have the Aipplane Mode problem but after tinkering around, I am free from this now and it is deactivated and the mobile network symbol shows up as "active".  I have not set up an APN yet - not sure I have to as yet given that you cannot make (and receive?) voice calls but for the life of me, I have tried everything to connect my WiFi but am failing miserably
    Ok this is the plan and maybe you can help please? : -
    1.  Find out what version of Nitdroid I have installed right now.  I am aware that WiFi was activated from version 0.0.8 so if my Nitdroid is older than this then maybe this is my problem?  Are the Installer versions and Nitdroid versions one and the same thing?  FYI I can activate Bluetooth as these options are not greyed out - this tells me that perhaps I have the most recent version installed, unless this was activated from version 7?
    2.  Assuming that I have an older version of Nitdroid installed - I need step by step instructions as to how to UNINSTALL my current version of Nitdroid whilst leaving the Power and Multibooting options as they are and WITHOUT destroying the current SDHC Card's partitioning.
    3.  Finally I need to know exactly how to INSTALL the most recent version of Nitdroid
    I am so near yet so far with Nitdroid and all the problems I have experienced have been sorted resulting in a massive learning curve and leaving me with the impression that my N900 is such a cool piece of kit.
    Now if only I could go to the "Market".........
    I have registered on the Nitdroid Forums but prefer to stay here for now as they are baffling me with science in terms of the lingo they speak lol!  You guys make things sound straight forward
    TIA
    Paul

  • Dual Booting with the MacBook Pro

    I know that on the iMac you can do a dual-boot with PC and Mac, but I am trying to find out if you can do it on the MacBook Pro. Does anyone know?

    hi abbyt - Welcome to Apple Discussions!
    if you mean dual-boot btw OSX and WinXP - you sure can. apple provides Bootcamp for precisely this reason and it works very well...
    http://www.apple.com/macosx/bootcamp/
    if you mean dual-boot btw OSX and some kind of Linux - i have less experience there, but i think its possible. perhaps the easiest way is to use Parallels Workstation (but that's not really dual booting in fact - it's virtualization)...
    what "2nd" OS were you thinking about? cheers

  • 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

  • How to dual boot with Windows 8.1 and Arch?

    Hello everyone,
    I've been looking into using Linux as my daily driver since having some experience with it on a server. After some digging around, I think Arch Linux is the best distro for me, now onto where I am.
    I'm currently running Windows 8.1 (updated from Windows 8, which updated from Windows 7) on a Dell Inspiron 15R SE laptop, I want to dual boot Arch Linux with it. I've looked at the wiki and I'm still not entirely sure what to do.
    Can anyone give me a quick list of steps of what to do to dual boot this? I've dual booted Ubuntu in the past and it was really simple because an installer did it all.
    Thanks, Expi.

    stqn wrote:
    Expi1 wrote:Thanks, I'm mostly struggling with how to partition for Arch and then how to do the bootloader. I'm using Win8 64-bit and from what I understand a Legacy BIOS bootloader. I'm not entirely sure what I should be partitioning the C: into, I've done partitions before, just not for Arch and then I'm not sure whether to use GRUB or syslinux, or if I even need those. Or if I need to use GPT or MBR?
    Your disk is already partitionned so you don’t have to choose between GPT or MBR, the choice is already made.
    You don’t partition “C:”, that is the name of a Windows partition. You partition a drive.
    Grub or syslinux, use whatever the beginners guide tells you to. Personally I think syslinux is simpler which is why I’m using it (but I’m not dual-booting, if that matters).
    You’re not saying what your problem is with partitionning, so it’s hard to help.
    Thanks for getting back to me, I'm not sure if I just create one large partition for Archlinux or if I have to create multiple? Where I'm also confused is with the Creating Filesystems part of the guide. I don't understand how I'd do this in Windows, or what /dev/sda1 is referring to.
    As for the bootloader part, the Beginner's Guide gives you a choice between syslinux and grub, what I'm not sure about is which to use considering I'm dualbooting. How it will affect my windows bootloader, do I disregard that and use GRUB now? I'm unclear on how that works.
    I'm also aware I need to disable Secure Boot, I just searched my BIOS options and couldn't find anything remotely relating to that, so I'm assuming it's not an issue since this computer was originally on Windows 7 anyway?
    Thanks again, Expi.
    Last edited by Expi1 (2014-03-06 19:54:30)

  • How to install Arch for dual-boot with Win 7 (on 2 hard drives)?

    Hello,
    the TLDR first: how exactly should I proceed when setting up GRUB for 2 hard drives to dual-boot Arch (64 bit)and Win 7 (64 bit)?
    Long version: So, I have the following hard drive & partition layout:
    On my first hard drive (250 GB big) I have: Win 7 64 bit, all the programs for Windows and of course the EFI partition
    My second hard drive is 1 TB big and formatted in NTFS and it only contains data. It has 2 partitions, one is about 750 GB big and used for simple storage.
    Sidenote 1: sometimes my disk management (Windows' own gparted) shows either the little disk or the big one as disk 0. Don't know what exactly this means, but I have never ever experienced any problems whatsoever during use.
    Sidenote 2: the UEFI motherboard (ASRock H67M) cannot boot into Legacy mode.
    I want to install Arch on a ~200 GB partition on the second hard drive (the one with 1 TB). (click here if you want to see a screenshot) I am posting this because I am confused with how exactly I should deal with the whole "2 hdds & UEFI" thing.
    So how exactly should I proceed when setting up GRUB for this setup?
    For partitioning I suppose I would have to use fdisk or cgdisk. I used cgdisk before and found it to be straightforward. Then, because I have experienced my fair share of problems with rEFInd, I'd like to use GRUB.
    Last edited by jones (2013-06-29 14:36:56)

    First thing you should do is become familiar with your motherboard.
    http://www.asrock.com/mb/manual.asp?Model=H67M
    This will probably help you out in understanding the sidenote 1 thingie (hdd's on sata3 and/or sata2 connectors)
    As on sidenote 2, according to the manual it seems to be possible to boot legacy mode,  see Storage Configuration.

Maybe you are looking for