Dual boot with archlinux and windows issue

Hi again!
This is what i did from the beginning :
windows was already installed and then i installed archlinux after shrinking the windows partition . I made a partition for boot , one for swap and one for root(i wanted to do for home too , but only 4 primary partitions are allowed) . I made the boot partition bootable , and so was windows bootable and i got the message that there are two bootable partitions so it couldn't write the partition table . So removed the bootable tag from windows and left only the boot partition bootable . I then installed the grubloader to boot partition and then i edited that grubmenu and uncomment the part where windows was like it says in wiki. After restarting i could see the menu to choose between archlinux and windows , i chose windows , i succesfully logged in and after restarting again i couldn't see the grubloader and i automatically logged in windows .
Does anyone know what might be the issue ??
Thanks !
Last edited by shak (2009-03-27 20:20:30)

yes i only have one hard rive , i managed to find a solution not that elegant though , i 've installed acronis os selector from windows and i can choose between windows and linux with acronis on boot . If i choose linux i get to the grub menu and i can choose between arch linux and windows . So it seems that the grub menu is still there but it doesn't appear when i boot for some reason .
Last edited by shak (2009-03-27 20:34:40)

Similar Messages

  • Windows 7 already installed.. how to dual boot with archlinux?

    Hi, I have already windows 7 installed on my laptop and as I want to start with arch linux, I now want to dual boot. I want both OS on the same SSD. I could install archlinux on my 2nd hdd but that would be a performance loss compared to an installation my my SSD. As my windows partition already has a fixed size (the fully 79gb or my 80gb SSD), how can i get archlinux on it? Also, can i simply delete archlinux later and windows 7 will work just fine?
    Thanks

    Deemoney14 wrote:
    Stephanie wrote:If you let GRUB override the Windows bootloader during install you will have to reinstal it if you delete Linux and need the Windows bootloader again.
    You just need to restore the bootloader to the MBR, which is easily done with tools like Super Grub Disk.
    Its easier than that, boot off a Windows XP install CD, go into recovery mode and type "fixmbr" and it will be back to normal
    To get it working op, you will need to make room on the disk for Arch (shrink your Winxp partition), install Arch onto the spare disk and then tell Grub where your XP is located (theres normally a commented out option at the end of /boot/grub/menu.lst anyway).

  • Dual Boot - Win 7 and Windows 10TP | HDD Prep and layout help

    Hi,
    This is my first time actually submitting a question in the forum. I've spent so much of my time on here reading for solutions but now hope for some help of my own.
    My first attempt at installing Windows 10 Tech Preview (as an additional OS), rather than a 7<10 upgrade went ok until I completed the first platform update.
    After that update, neither OS would load and using a Windows 7 recovery CD/start-up repair. It advised the MBR was corrupt.
    I attempted many "fixed" found on this site, such as; CMD - MBR[repair,rebuild] etc. System restore was not an option due to the fact that when the RE booted, it could not load drivers for the HDD..possibly? Also, could not locate any existing
    Windows installs.
    I am now attempting to start again from square one.
    I have since learnt the boot/volume table partitioning is different for each OS, MBR/MBT as opposed to GPT(GUID). Could this have caused corruption on the System boot volume (small vol, 600Mb approx).
    Should I,
    A. Perhaps create a VHD using disk manangment - if so, will the PC boot giving both OS options as previously?
    Or B:
    Someone please give me a better option :)
    >
    >
    Many thanks in advance.
    James

    Hi, whatever you decide to do, It's best to install the oldest OS first, in your case, Windows 7. When you boot from your Windows 7 DVD, select advanced installation, from there you can setup your disk partitions for Windows 7 and another partition for
    Windows 10. While your at it you can setup additional partitions for your data if so desired. Once you have your Windows 7 installed, you will need to boot from your Windows 10 DVD and select advanced setup so you can tell Windows 10 which other partition
    to install into as not to wipe out your Windows 7 installation. Doing this will give you the multi-boot configuration and Windows 10 will install it's own Boot Manager. Hopefully you won't have the problem with the Boot Manager bug Windows 10 has. The
    bright side is there is a work-a-round to that problem. Having a Multi-Boot setup gives each OS direct access to your hardware resources. A VHD setup is good for testing software and to see what an OS will be like to use, but suffers from
    performance issues for some applications as it is an emulation. The up side of a VHD install, is your system is isolated from any problems you may have with a guest OS plus you can easily delete it if you do not like it or have problems with it. If run
    into similar problems in a multi-boot scenario, you actually have to re-format and/or delete partitions and do a re-install to fix problems.

  • Dual-Booting Arch Linux and Windows 7

    Hello,
    I am attempting to set up a dual-boot configuration with Windows 7 (installed first), and Arch Linux. When I went to install, I read in the documentation that the AIF doesn't support installing GRUB to a separate partition other than the MBR on the drive. I want to install GRUB separate from the Windows MBR so I can use Easy BCD to chainload the two bootloaders (i.e. installing GRUB on /dev/sda5 instead of /dev/sda). I went through the installation process and tried to install GRUB manually via the instructions given in the documentation. But when I went to boot Arch, I was greeted with the GRUB shell instead of the boot menu. What did I do wrong? And is there any easier way to install Arch this way given that I do not want to overwrite the Windows bootloader? I went ahead and wiped the Linux partitions on my drive, so I am going to do the install again once I have some suggestions.
    Thanks!

    joshuawagner147 wrote:
    hyperreal_logic wrote:
    To the original poster: 
    If you want to chainload both Windows and Arch Linux using your preferred boot manager, you'd have to create a separate 'boot' partition when installing Arch Linux.  When you are in the Arch installation, create a separate partition of about 500 MB, then create the root partition of whatever size you need, and then create swap partition if necessary.  So your HD would resemble something like this:  /dev/sda5=boot partition of 500 MB; /dev/sda6=root partition of ## MB/GB; and /dev/sda7=swap partition of (RAM * 2) GB.  Then continue with the Arch installation procedure until you get to the end where you are prompted to install a boot loader.  Choose GRUB, and install it to the 'boot' partition on /dev/sda5.  This will allow you to chainload Arch via Easy BCD.  What happens is Easy BCD will pass the message to GRUB on /dev/sda5, and GRUB will then load your Arch root system on /dev/sda6. 
    I hope this helps.  I support your choice in using Easy BCD to chainload Windows and Linux.  Software is, after all, about choice.  Furthermore, you've presented a good reason to use Easy BCD as the main boot loader, which is to save you from unnecessary tinkering with the GRUB shell or Live CDs and whatnot.  However, if you don't want to create the separate 'boot' partition, then you'll have no other choice but to use GRUB or syslinux on the MBR.
    Thanks. Yes...I followed the procedure just like you described. I figured that my problem was that I didn't create a separate /boot partition, so I reformatted the partitions I created and redid the install. However, I was not able to install GRUB in the AIF; I had to reboot into the Live CD and install GRUB to my boot partition manually. All is good now as I have a working dual-boot now. Arch Linux has been a sort of learning curve for me, but I have gained valuable knowledge and experience by using this distro.
    Yes. I didn't want to mess with GRUB or NTLDR. I know that reinstalling NTLDR is not that difficult, but I didn't want to mess with it at all. It just seemed easier to chainload GRUB to NTLDR using EasyBCD. I'm a sort of "distro-hopper" anyhow, and using this method allows me to cleanly remove any distro I install without having to mess with GRUB or reinstalling NTLDR.
    Thanks!
    Glad to hear!  Yes, Arch Linux is a wonderful distribution, and one of my favorites.  It's great for not-so-newbie beginners to learn from.  pacman is one of my favorite package managers, as there is always the latest stable software available in the Arch repos.  Glad everything worked out.  Have fun with Arch!

  • Dual boot with Mavericks and Snow Leopard on Two different internal drives?

    I have a late 2009 quad core Mac Pro running Snow Leopard- it has 4 internal HD's.  I want to eventually upgrade to Mavericks.  Before I do a clean install of Mavericks on my start up disk that has Snow Leopard OS, I was hoping I could download Mavericks and install it on another clean internal hard drive to test it out before I commit to erasing my main drive and doing a clean install.  My Mac Pro meets the minium specs to run Mavericks. 
    If I install Mavericks on this second internal drive can I dual boot using the option key at start up and elect to either operate in Snow Leopard or Mavericks?  What are the concerns or issues I might face if this is possible?
    As I have Snow Leopard, I am also unable to produce a Mavericks bootable USB flash drive- the terminal commands don't work with Snow Leopard. With Mavericks installed on a second internal hard drive- will I be able to create a bootable Mavericks USB Flash drive?
    Thanks for any advice.
    KT

    1. Yes.
    2. The Spotlight indexes may be rebuilt every time you switch OSes.
    3. Yes.
    (94046)

  • Dual boot with WinXp and Arch-Solved

    Hi friends,
    I was using windows boot loader to boot into arch instead of grub. I used this:
    dd if=/dev/hda7 of=arch.lnx bs=512 count=1
    to get the first 512 bytes of the partition in which I installed arch and then added a line directing towards arch.lnx (moved to windows partition) in boot.ini. But now after reinstalling arch, when i do the same to get first 512 bytes of the partition, it generates a blank file and hence using that I'm not able to boot into arch. Grub is installed in this partition only. Any hints about this issue.
    EDIT: I dont know what was the problem exactly, but after I reinstalled grub by "grub-install /dev/hda7" and then did the above command, it worked fine.

    moderator comment: This is a question on Kubuntu installation but it seems to me OP specifically wants to know how to set up his partitions without harming Arch. As long as the discussion remains about Arch Linux this thread can stay. I'm going to have to move this from Installation to Newbie Corner.
    Annorax wrote:I assure you that I am doing my own research. I am new to Linux and new to dual booting and was just looking for some pointers and a place to start reading.
    Please see this. I advise you to read the links 2ManyDogs gave. You also need to give us more information about your partitions, such as what is mounted where. I suspect you only have primary partitions and will need to convert one into an extended partition.

  • Ultra 40-M2: How to dual boot Solaris 10 and Windows XP?

    I have an Ultra 40-M2 with 3 300-GB SAS drives.
    First two drives I will use for Solaris 10 and mirror them using Solaris Volume Manager.
    The 3rd hard drive contains Windows XP. I want to be given the option of booting into Windows. By default, I want to boot into Solaris 10.
    How do I enable all this? Is there a configuration file I need to edit in Solaris to create this dual boot?

    You don't need to configure GRUB. If the third drive is XP only, you can setup the boot order in your BIOS and when you boot the system you can hit the F8 key and select to boot from your XP drive.
    It works very well for me.

  • Dual Booting Ubuntu Linux and Windows on a RAID 1 setup

    Hi,
    I just bought a Lenovo W530 with Windows 7 and two 500GB hard drives in a RAID 1 setup, is there a way for me to install Linux with dual boot while maintaing my RAID 1 setup?
    Thanks. 

    Hi
    Welcome To Lenovo Community
    if you want both in a raid on two drives, there is no way simpler than using fakeraid.
    Windows simply has only the fakeraid as a software raid and can't be run from a linux software raid. An Ubuntu 10.10 install to fakeraid is relatively simple but should not be undertaken without some understanding of what a raid install looks like or behaves.
    As a starter, some simple rules have to be followed:
    1) Install Win 7 first
    2) If Win 7 occupies the whole raid drive, use Win 7 disk manager to shrink it to make room for Ubuntu.
    3) Use gparted on a live cd to place all your unallocated space for installing Ubuntu into an extended partition. This will insure that you will not likely exceed the 4 primary partition limit and thus bar an Ubuntu install.
    Once prepared as above you should be able to install Ubunto to the largest unallocated space, as long as the partitioner recognizes the raid (ie the win 7 partitions will show in gparted). You should plan to run the install from the live cd so that you have determined beforehand that 10.10 will run on your system.
    http://ubuntuforums.org/showthread.php?t=1600991 
    Hope This Helps
    Cheers!!!
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español

  • Just loaded windows 7 on a macbook pro - how do you dual boot OS X and windows 7

    Hi successfully loaded windows 7 and partitioned drive (I need windows for work Microsoft crm system)
    All ok but a pain to have to keep logging off and on between OS X & Windows
    I understand that there is a way to dual boot - I am running Snow Leopard on a macbook pro lap top OS x 10.6.7
    Can anyone help please
    Ian

    You can install Parallels or Fusion, either will work. When you setup either Parallels or fusion you can tell it to use your already installed Boot Camp installation of Windows as its target guest operating system.
    You would then just boot into OSx, start your VM (Parallels or Fusion), then you'll have access to both OSx and Windows without having to reboot.
    I have this setup and two monitors. I have my Windows running on my external monitor and OSx running on my Macbook Pro monitor at the same time.
    Beware that you will need to re-register Windows to get a second key. This is free and easily done either online or by calling the Microsoft registration number. The reason for needing a second key is that Windows, although only installed once in your Boot Camp partition sees the virtual hardware created by your virtual machine and thinks it has been reinstalled on a new computer.

  • Dual boot Solaris 8 and Windows XP

    Hello. I currently have windows xp as my OS. I would like to install Solaris 8 as a secondary OS. I have a separate hard drive I would like to put Solaris on. My question is, will the solaris installation allow me to choose which drive to install solaris to? Also, how can I set up my system to boot windows if I do nothing, but boot solaris if I choose to? Thanks for any help, I'm new to solaris and to dual-booting.

    Try this URL:
    http://sun.pmbc.com/faq/9.html
    Hope it helps.
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

  • Dual boot with lion and mavericks?

    Hi Guys,
    I want to updgrade to mavericks as well as keeping lion to run my old soundcard { no new drivers will be made } so, I'm thinking of using my external hard drive to try and install mavericks onto and Dual boot my MBP.
    is this possible?
    Cheers, Iain.

    iainwh wrote:
    Hi Mate,
    I'm currently backing up my hard drive and then I'm going to download mavericks.
    After the download completes you get this screen:
    Quit without pressing the install button. Go to the applications folder and make a copy of the installer, move the copy out of the applications folder. When the copy is done doubleclick the installer in the applications folder.

  • Ac100 dual booting with Android and Archlinux

    Hi I am trying to install Arch on my Toshiba AC100.
    I installed Android already, bit i don't know how and where to install Arch linux.
    I followed this tutorial.
    https://code.google.com/p/cm-paz00/wiki … Guide?tm=6
    (and I made 7th partition to install Arch.)
    and I compiled kernel already following this -> http://ac100.grandou.net/kerneldev?&#ma … git_kernel
    and I read this -> http://ac100.grandou.net/faq?s[]=dual
    but i don't know how to 'flash'!
    I really need your help.;D

    It's an ARM-based device, so you can't install Arch Linux, you need Arch Linux ARM, a separate distro: https://bbs.archlinux.org/viewtopic.php?id=153431

  • Questions on dual booting with win8 and efi

    Hello folks,
    I have windows 8.1 set up on /dev/sdb in efi mode and would like to install arch linux on /dev/sda
    Fast startup on win8 is disabled aswell as secure boot.
    Now, my questions:
    1) Do I create an efi system partition on /dev/sda or do I use the one windows created on /dev/sdb?
    2) Just to make sure, I still need a /boot partition outside of LUKS even when using an efi system partition, don"t I?
    cheers,
    StR@ng3r

    For question #2 I believe the answer is yes. See here: https://wiki.archlinux.org/index.php/Dm … Partitions

  • Dual Boot with Leopard and Tiger

    I've got a Dual 2 GHZ Power Mac, that I recently put Leopard on. Unfortunately there's a program that I need to used for a job that doesn't play well with Leopard (yeah, I shoulda made sure before the upgrade). What I was wondering is if it was possible to partition part of the system drive and load Tiger back onto it, and then be able to boot from either Tiger or Leopard. That way I can load the programs that are only friendly with Tiger on to that partition.
    Or do I need to get another drive entirely and pull the Leopard system drive out?
    Thanks in advance

    Hi. You can install as many different systems on different volumes/partitions as you wish. They can all be mounted at the same time, and you can select the default system to boot from in System Preferences > Startup Disc - or select at boot time by holding down the Option(alt) key as you Startup. But a system must be the only one on that volume/partition.
    Where to put the 10.4 system is more tricky. If you only have one internal drive, it's possible to re-partition it live - but not really a very good idea.
    It would be best to install 10.4 on a second internal drive - or a volume on that drive - or on an external FireWire drive.
    Needless to say all your data should be well backed-up before starting any of this.
    Rather than go through all the combinations - please post again with any detailed questions. Good Luck.

  • Dual boot arch linux and windows

    I recently installed arch linux. However, I have a windows 7 installation on a separate hard drive (/dev/sdb), and it is not detected by grub. I have tried to use os-prober, and grub-mkconfig to generate my configuration file, but I think these programs are in grub2-common, and this conflicts with the package grub. When I do uninstall grub, and replace with grub2-common, I can generate the config file, but grub brings me to the grub prompt, and will not boot. Can I use grub-mkconfig without uninstalling grub, or do I have to create grub.cfg and edit it manually? Thank you in advance!

    skunktrader wrote:
    grub reads /boot/grub/menu.lst.  You need to edit this file manually to add windows 7
    Read this
    It works! You are a genius!!!!!!! Thank you so much!!

Maybe you are looking for

  • Lost in the workspace drop down the "show full menu's" CS5 Indd

    and yes i went to edit menu's and the visiblity isnt even an option- is there a solution for this- thansk in advance...

  • New Printer Drivers won't load in Mac App Store

    Hi! I've recently update my mid-2014 rMBP to the Final release of Yosemite, up from the Yosemite Public Beta 6. I've been able, during the beta phase to add my home printer (an HP OfficeJet 4500) after (or before?) the Mac App Store had downloaded th

  • Data printed twice on the next  page in smartform

    Hi all, I ahve created  a smartform where I  print the header details at the start and then below that details for all line items for a particular document. so i have data ;ike : Header data : field 1 : field 2: Field3 : field4: field5: field6: Item

  • Iphoto book- connection lost

    I made a photo book on iphoto and when i go to "buy book" it keeps saying the connection is lost. My internet is fine though. Does anyone know how i can fix this?

  • HT4436 sync with icloud and pc

    i sync my phone to my pc now i have ipad to and want to sync with pc , phone and ipad can i sync with icloud and still sync to my pc when connected