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!

Similar Messages

  • [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!

  • Dual booting Arch and Ubuntu

    Hi, I would like to dual boot Arch and Ubuntu using GRUB2.
    I already have Arch, set up as it's described in the Beginner's Guide, with GRUB2 installed. How would I go about dual booting Ubuntu, preferably without overwriting the existing bootloader?
    I haven't tried anything yet, but the problem that I can see is resizing my /home; is this possible on the Ubuntu liveDVD? If not, would I be able to resize /home with my gParted liveCD?
    Unfortunately, I have no backup media to use, so I wouldn't be able to transfer anything away as a backup.
    Here is my partition table:
    %lsblk
    NAME   MAJ:MIN RM   SIZE       RO TYPE      MOUNTPOINT
    sda      8:0       0        931.5G   0    disk
    ├─sda1   8:1    0        30G        0    part       /
    ├─sda2   8:2    0        12G        0    part       [SWAP]
    ├─sda3   8:3    0        5M          0    part
    └─sda4   8:4    0        889.5G   0    part       /home
    sda1 is my root partition, sda2 is swap, sda3 is GRUB's boot partition, which I was told that I needed in the guide, and sda4 (/home) occupies the "rest of the disk".
    I am using a GPT-partitioned drive, as I read this has many advantages and I do not plan to triple-boot Windows.
    So, can someone tell me what I do if I want to dual boot Ubuntu? I'm very sorry if this should have been posted on the Ubuntu forums, but I'm just more familiar with Arch, and I already have it installed. Please ask if you need any other files like my fstab. I have my Ubuntu liveDVD, GParted live CD (and Arch CD) at hand.
    Thanks in advance, rberyl.
    (Also, does anyone else think it's a bit of a backwards thing to put the output of "date -u +%W$(uname)|sha256sum|sed 's/\W//g'" as a sign-up question? )
    Last edited by rberyl (2012-12-29 11:45:23)

    Hi rberyl,
    You can change your partitions using an inbuilt tool like cfdisk, or if you'd prefer a GUI gparted can be installed from the Arch repos. This will allow you to shrink sda4, and set up the new partitions for your Ubuntu OS. Although this shouldn't cause any data loss, its best practice to back up just in case.
    When installing Ubuntu, be sure to opt-out of bootloader creation. I think you have to use the alternate installation media to get this option. You can add your Ubuntu partition to the existing bootloader by running osprober (available from the repos) and then running grub-mkconfig -o /boot/grub/grub.cfg . Alternatively, you can manually edit your GRUB config. See https://wiki.archlinux.org/index.php/GR … NU.2FLinux for instructions.
    Good luck!
    Last edited by smazza (2012-12-29 16:04:08)

  • Once bootcamp is installed on my Mac, how easy is it to go back and forth from windows to Mac? Just a press of button or do I have to completely log off of one to go to the other?

    Once bootcamp is installed on my Mac, how easy is it to go back and forth from windows to Mac? Just a press of button or do I have to completely log off of one to go to the other?

    Using vitual machine programs (VirtualBox, Parallels, VMWare Fusion) you can run both at the same time.
    Load Windows under BootCamp.  Then load the VM software and select the existing BootCamp partition as the "virtualized space".
    But ... BootCamp first, following Csound1's advice about backups.  And you will wantto boost RAM most likely because you need to allocate certain amount of system RAM to each "virtual machine", as well as leaving some for OSX.
    But ... BootCamp first.

  • Import library and playlists from Windows Media Player without duplicates

    How do I import all the music and playlists from Windows Media Player into iTunes without creating duplicates?
    I add the folder containing all my music to iTunes and all my music arrives nicely. I begin importing playlists and the playlist comes over with all the songs duplicated in my library. Most of my songs are on playlists but some are not.
    After adding the music folder (approx 7000 songs) then all the playlists, my iTunes library now contains over 13,000 songs. The increase is due to the duplicates being created as the playlists are added.
    If I skip adding the music folder and just add the playlists I get most of my music without as many duplicates but I am missing the songs which are not on any playlist. Thanks.

    If it' sprotectged WMA files, no you can't add them.
    If they are plain WMA (like RIPped from a CD) you can File -> Add to library and iTunes will import and convert them.

  • Can't copy and paste from windows to firefox(apple)

    I have an apple(mac os x). I have parallels desktop 3.0 for this mac.
    Problem: can't copy and paste from windows to firefox.

    I have a Mac OS X. I bought software for the Mac.(parallels Desktop 3.0 for Mac) so that I could use Windows on my Mac. I have Firefox browser.
    I can not copy anything from Windows and Paste it in Firefox.
    But I can copy and paste as long as I am not in Windows.
    Ray Chambers [email protected]

  • Does MacOS recognize Windows directory structure? Can I move an entire folder (consisting of subfolders and files) from Windows to Mac?

    Can I move an entire folder (consisting of subfolders and files) from Windows to Mac?

    Mustafafromnc,
    if you’re talking about a USB drive, then it will probably have an exFAT filesystem. Modern versions of OS X can read from and write to exFAT filesystems without problems, so you would be able to move Windows folders, subfolders, and files from an exFAT filesystem to an OS X filesystem.

  • Can't copy and paste from windows to firefox

    I can not copy and paste from windows to firefox???

    I have a Mac OS X. I bought software for the Mac.(parallels Desktop 3.0 for Mac) so that I could use Windows on my Mac. I have Firefox browser.
    I can not copy anything from Windows and Paste it in Firefox.
    But I can copy and paste as long as I am not in Windows.
    Ray Chambers [email protected]

  • Boot up and wake from sleep noise from superdrive normal???

    whenever booting up or waking from sleep, the superdrive seems to make a loud, not grinding, but close to grinding noise.
    this noise is on other mbp's that i tested at the apple store, but it's really annoying, like your drive is about to die.
    this happens every time on boot up and wake from sleep. do others find this acceptable or normal?
    everything else is great. i do have the cpu idle whine, but it's intermittent and running the mirror widget definitely resolves the issue until the next restart.

    that's really unfortunate. coming from pc side of computing, i don't recall such an awful sound when booting up laptops tha t had similar drives.
    as for previous apple notebooks, i could only comment on the ibook g3 model which had a more pleasing mechanical sound...kind of like whirring(although not a superdrive).
    also, a car cd player mechanism is much smoother and much more quiet. apple should pay more attention to this area like bmw does.
    the only solution is to keep a cd or dvd loaded in the drive, but peace and quiet comes at the expense of battery longevity.

  • Boot arch netinstall iso from grub2

    http://www.panticz.de/MultiBootUSB
    I found this blog post and I successfully did it with linux mint but I couldn't do it with arch. what are the correct grub2 commands?
    I tried with:
    set root=(hd0,1)
    loopback loop /arch.iso
    linux (loop)/boot/vmlinuz26 iso-scan/filename=/arch.iso
    initrd (loop)/boot/System.map26
    I have no idea what System.map26 is and grub2 didn't choke when I offered it to him so I tried it. I couldn't find the normal initrd file.
    Moreover, I know that there should be some boot=something parameter to the kernel in order for it to work but I couldn't guess the right one and I found no documentation about it.
    If someone did it, I would appreciate your help
    Thanks.

    This is what I have:
    menuentry "ArchLinux 2009-08 Core 64bit" {
    set root=(hd0,1)
    loopback loop /boot/iso/archlinux-2009.08-core-x86_64.iso
    linux (loop)/boot/vmlinux26 iso-scan/filename=/boot/iso/archlinux-2009.08-core-x86_64.iso quiet
    Get I get a "File not found" error.
    *Edit*
    I found /boot/grub/menu.lst (inside the iso) and found this:
    title Boot Arch Linux Live CD
    kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 archisolabel=ARCHISO_KE1AECIE ramdisk_size=75%
    initrd /boot/archiso_pata.img
    There's the path for the initrd
    *Edit #2*
    "You need to load the kernel first." Well duh. You're supposed to do that grub.
    Last edited by jordanwb (2009-11-10 19:37:19)

  • Upgrading Windows from Windows XP to Windows 7

    Dear Sirs,
    My company is upgrading windows from Windows XP to Windows 7 in clients' computer. We have found that an application which had been developed by vb .net (framework 1.0/1.1) has a problem when printing report (crystal report 9.0). An error "query engine error......" will throw during printing.
    We have already setup the crystal report 9.0 runtime in the client's computer. However, the problem still exists. I have read some similar problem on web and I know that it should be the engine problem when fetching data from dataset to rpt file. Currently the version of crdb_adoplus.dll is 9.1.0.24 (not 9.1.0.30) for the crystal report runtime.
    Although I have known the problem, I cannot find an exact solution for the case........may you suggest a configuration/setup step for solving the case?
    Thank you very much.
    All the Best,
    Albert

    Hi, thanks a lot for your help again.
    I have tried to setup the crystal report 9.2 runtime (downloaded from http://www.randem.com/crsupport.html) and it works. However, I am not sure if it is a valid way to do so. Is that SAP does not provide such runtime? (I can just find the merge modules for crystal report 9 and I don't know how to work on it.....)
    Thanks a lot.
    WooFat

  • On system start up safari boots up and shortly after chrome boots up. why? I do not want chrome to boot up.

    on system start up safari boots up and shortly after chrome boots up. why? I do not want chrome to boot up..  What do I need to do?

    It's likely that one of your login items is causing the problem. Select the Login Items tab in the Users & Groups pane of System Preferences. Delete any items that you don't recognize. If you're not sure which ones to delete, double-click each to test it.

  • Dual boot: Arch and another Linux (GRUB issue)

    Hi, everybody,
    I've got two SATA hard drives: sda and sdb. There is a Linux on sdb, and the GRUB in it's MBR. Here's /boot/grub/menu.lst (sdb):
    timeout 10
    color black/cyan yellow/cyan
    gfxmenu (hd0,0)/usr/share/gfxboot/themes/pclinuxos/boot/message
    default 0
    title linux 2.6.22.15.tex2
    kernel (hd0,0)/boot/vmlinuz-2.6.22.15.tex2 BOOT_IMAGE=2.6.22.15.tex2 root=/dev/sdb1 acpi=on resume=/dev/sdb2 splash=silent vga=788
    initrd (hd0,0)/boot/initrd-2.6.22.15.tex2.img
    title linux old kernel
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/sdb1 acpi=on resume=/dev/sdb2 splash=silent vga=788
    initrd (hd0,0)/boot/initrd.img
    title linux-nonfb
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/sdb1 acpi=on resume=/dev/sdb2
    initrd (hd0,0)/boot/initrd.img
    title failsafe
    kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/sdb1 failsafe acpi=on resume=/dev/sdb2
    initrd (hd0,0)/boot/initrd.img
    title Arch Linux
    root (hd1,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26.img
    chainloader +1
    #title FreeBSD
    #rootnoverify (hd1,0,a)
    #kernel /boot/loader
    #chainloader +1
    #title windows
    #root (hd1,0)
    #makeactive
    #chainloader +1
    The Arch entry won't work: GRUB Error 13: - something wrong with the kernel image...
    I tried to install the Arch's own GRUB into the sda MBR; now Arch is booting successfully from it's own GRUB - provided the sda is first in the BIOS boot order. Now I have to change the BIOS boot order depending on what system I want to boot, which is less then a satisfactory arrangement .
    /boot/grub/menu.lst (sda, Arch's own):
    # 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,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26-fallback.img
    # (1) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    I'd be happy to boot into Arch from sdb; what am I to change in the /boot/grub/menu.lst (sdb)?

    See this for chainloading to another MBR:
    http://www.gnu.org/software/grub/manual … 02fWindows
    OK right.
    PCLOS grub=MBR of sdb (hd1)
    ARCH grub=MBR of sda (hd0)
    You'll want something like this in PCLOS grub:
    title Arch Linux
    unhide (hd0)
    hide (hd1)
    rootnoverify (hd0)
    chainloader +1
    makeactive
    If that doesn't work then its just a case of swapping the ones and zeroes around (i hope).
    Then something like this in arch grub (as long as the kernel is in the fifth partition of the first hard drive). Typo first time round, (hd1,4) should be (hd0,4):
    # (0) Arch Linux
    title Arch Linux
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,4)
    kernel /boot/vmlinuz26 root=/dev/sda5 ro
    initrd /boot/kernel26-fallback.img
    Last edited by dyscoria (2008-04-07 11:07:17)

  • Boot Camp utilities disappear from Windows 8.1

    Hey,
    I've done a search, maybe not for the right terms, and have only found responses that are quite old and deal with Windows 7; this may be the same issue but I can't tell.
    I have a(n) nMP, and have successfully installed Windows 8.1 on a Boot Camp partition.  Thing is, all of the Boot Camp stuff is now gone.  I was just going to restart back into OS X, and I looked for the little taskbar icon for Boot Camp and it's not there.  I looked through the system and have searched and I apparently no longer have anything called anything like Boot Camp in the Windows partition, but it's working great. Zero issues.
    I can restart and hold down Option and choose which system to use to start up, no problem.
    Do I need to re-install the Boot Camp stuff somehow?  How on earth did this happen; could it be a result of downloading the AMD Fire Pro utilities and latest drivers (which seem to work a heck of a lot better than whatever was installed from Boot Camp)?
    Following up to that, if I do reinstall the Boot Camp utilities somehow, will I lose my updated graphics drivers?
    Hmm.
    Thanks in advance, if I missed a thread about this, please feel free to point me in the right direction.
    Stuart

    Dear,
    After a long moments fighting again Bootcamp and Windows 8.1, i have already install all drivers for 8.1... If you guy wanna try, follow this step:
    1. Boot Camp 5.0
    2. Open Boot Camp folder and manually install 1 by 1.
    Especially for VGA Driver, you can try this driver (download on NVDIA site): 332.21-notebook-win8-win7-64bit-international-whql
    Hope that will be useful to you guy.
    BR,
    TamHT

  • Can't select boot disk after restart from Windows 7

    I installed Windows 7 RC 7100 on the Mini a while ago and it is working now using the Apple drivers and an updated chipset driver from Nvidia... except:
    When I restart the machine from OS X and hold the Option key I get the disk selection screen and I can boot into either OS. But, when I restart the machine from Windows 7 and hold the option key I do not get the disk selection screen and the machine boots into OS X. I have also encountered issues with the Bluetooth keyboard not being recognized after restarting from Windows 7, but this does not happen consistently and seems to occur mainly when I hold down the Option key.
    Any suggestions for a fix, tweak or workaround? Thanks.

    Are you using a wired keyboard?
    Are yo saying that when you boot while depressing ALT it just tries to boot to Windows with not options or anything showing on the screen
    Try another keyboard

  • Boot Camp Not Working From Windows Control Panel

    Hi,
    When I click on the 'Boot Camp' icon in the Windows Control Panel I get the usual warning from UAC. When I select 'Allow' I get an error message along the lines that "I don't have permission to access the startup disk" & the app will not run.
    I have tried running it as administrator but the result is the same.
    Does anyone know how to rectify this so that I can get this utility working correctly again?
    Thanks

    On the disk Management I tried to set the disk with the OSX partition as active and restarted, and ended up having Missing Operating System error.
    Fortunately I managed to solve that problem but still I am unable to switch back to Mac.
    Help is needed and much appreciated

Maybe you are looking for

  • I updated to Yosemite and now I can't restart my macbook air

    since the update i found that my macbook started lagging a lot more than it used to, but now it can't even be restarted or switched off. Everything disappears except the icons at the bottom of the screen and then nothing happens. Pressing the switch

  • IPhoto '09 - Thumbnails visible but no photos!  (exclamation mark)

    Hi everyone, I'm in a bit of pickle here and I hope someone can help me. I take photos pretty regularly. Nothing mind-blowing, but I use my iPhone to take pics of my dogs, my girlfriend, etc. I sync my phone pretty much everyday and I just realised t

  • Best strategy for using ACR7 in LR4 with CS5?

    Although all my cameras are supported by ACR6, I would like to use the new process 2012 of ACR7.  I would like to try LR4 (giving ACR7) but don't really want the expense of upgrading from CS5 to CS6 since I don't need any of the CS6 new facilities. 

  • Cisco ESA reporting on a Nagios monitor ?

    Hi, Is it possible to exploit the reporting of ESA on a third-party software like Nagios ? How to get a real-time reporting (material status, queue, quarantine), from Cisco ESA to a monitor of a an administration software like Nagios ? Best regards

  • Statment and condition of sound

    anyone know how to add statment and condition sound in edge animate? for example if I have a many box, and I'll drop in other place, but if wrong place the sound must play, can anyone helpme???