[SOLVE] Dual Boot Windows and ArchLinux with Syslinux

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

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

Similar Messages

  • Dual Booting Windows and Solaris

    Hi
    how do i dual boot windows and solaris
    Do i install windows first and then solaris or do it the other way around..?
    how do i make sure that Windows and Solaris appear in my boot options..?
    Is their a guide on doing this...?
    Thanks
    Liam

    Hey I did a quick google search for you. So I havent tried this method myself but it sounds reasonable.
    The text below is from the following link:
    http://www.hccfl.edu/pollock/AUnix1/DualBoot.htm
    "Solaris boot loader
    Partition the drive to leave at least 2GB of space available for Solaris;
    more drive space is desirable.
    As with Linux, install Windows first then Solaris.
    Do not use the Installation CD but boot and install
    from Software CD 1.
    If you accept the default partitioning scheme which
    the installer provides you will soon run out of space in
    your / and /usr partitions since only enough space is
    allocated to install the system.
    All extra space is allocated to /export/home.
    A typical installation on a 4.5GB partition might look
    something like this:
    Filesystem Size Used Avail Use% Mounted on
    /dev/dsk/c0d0s0 900M 536M 310M 64% /
    /dev/dsk/c0d0s1 334M 109M 192M 36% /var
    swap 671M 8.0k 671M 1% /var/run
    swap 671M 8.0k 671M 1% /tmp
    /dev/dsk/c0d0s5 845M 222M 565M 29% /opt
    # (FAT32 partition):
    /dev/dsk/c0d0p0:1 5.0G 3.3G 1.6G 66% /c
    /dev/dsk/c0d0s7 1.1G 92M 954M 9% /export/home
    /dev/dsk/c0d0s4 752M 225M 474M 33% /usr/local
    The Solaris boot selector enables you to choose either
    Solaris or Windows with Solaris as the default.
    (I prefer grub or lilo!)
    To mount FAT under Solaris:
    # mount -F pcfs /dev/dsk/c0d0p0:c /dos (or �:1�?)
    And the vfstab file:
    /dev/dsk/c0d0p0:c - /dos pcfs - yes -
    To create a GRUB boot floppy, follow these steps:
    $ mkfs -t ext2 /dev/fd0
    $ mount /dev/fd0 /mnt/fd0
    $ mkdir /mnt/fd0/boot /mnt/fd0/boot/grub
    $ cp /boot/grub/stage[12] /boot/grub/grub.conf \
    > /mnt/fd0/boot/grub
    $ /sbin/grub --batch <
    Hope this helps!
    /Oscar

  • [SOLVED] Dual boot windows 7 and arch Linux with seperate hard drives

    Ok so I'm stuck trying to get my computer to dual boot windows 7 and arch. They are installed on different hard drives and I have grub 2 as the boot loader. I can't find any tutorials on how to do it with seperate hard drives I know how to do it if they are on the same hard drive. Also I want windows on the "first" hard drive how do I check to see which one it considers the first?
    Last edited by bdawg (2012-09-21 23:15:37)

    DSpider wrote:
    drobole wrote:If you want to change it so that sda becomes sdb and sdb becomes sda, you should be able to do that in BIOS.
    Not from the BIOS. He would need to physically open up the computer and switch the cables between them (or add another drive).
    There's no actual performance increase in changing this order. Performance increase is when you have the partitions as close to the beginning of a HDD as possible, where the platters spin faster (basic mechanics, not to be confused with CD/DVD, which are being written from the inside-out to prevent errors after extended usage), and it especially doesn't apply to SSDs whatsoever.
    You may be right about that. I remember I had to do this a while back but I probably switched the cables. It also messed up the drive mapping in Windows 98 if I remember correctly.

  • [SOLVED] dual booting windows 7 with btrfs on grub-bios -- core.img

    I am trying to install arch in a dual boot configuration with an existing windows 7 partition. I have everything from the beginner's guide done but the bootloader. When I run grub-install it tells me that core.img is too big.
    Some googling tells me that this is relatively common with btrfs, and it seems the only work around is to switch to gpt mode and use a grub bios partition. But the info I've seen indicates that I need to use MBR mode to dual boot windows.
    Is it safe to do this with windows? Is there another workaround? Or will I have to settle for ext4?
    Last edited by jorenko (2013-06-09 03:53:24)

    Well there's your problem, your first partition starts at sector 63.  With recent versions of windows and fdisk (and every other partitioning tool I can think of off the top of my head) things now align themselves correctly.  Also because there is now GPT, the first partition typically starts later as the GPT partition table will typically sit between the MBR and the first partition. 
    On a MBR partitioned system, grub2 will actually use the first 446 bytes like normal, but will then also use the space that is empty where GPT would sit.  This is why when you have a GPT partitioned system, it will require you to create a 1-2MB grub boot partition, as it needs somewhere else to put its bloat.  GPT actually still uses the MBR section, but simply creates one large partition covering the whole disk.  This is so that tools that are not GPT aware will not think that they have a whole free disk to use as they please.
    For comparison, here is whe I get from fdisk:
    # fdisk -l /dev/sda
    sudo fdisk -l /dev/sda
    [sudo] password for curtisshima:
    WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
    Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt
    # Start End Size Type Name
    1 2048 2099199 1G EFI System EFI System
    2 2099200 252166798 119.2G Linux filesyste arch-btrfs-1
    3 252168192 488397134 112.7G Linux filesyste arch-btrfs-3
    Note that I do use GPT.  But that is not the point here. What I am trying to show is where my first partition starts.  This is also where fdisk will start partitions these days.  This is to ensure compatibility with 4k advanced format disks.
    If you are not dead set on Grub2, you could try using syslinux.  I really like it much better, though if you are booting more than one Linux, you need to either employ chainloading to various partition boot records, or have a shared /boot.  Having a windows partition doens't really matter, as you are simply chainloading to that funky reserved partition anyway. 
    The other option is to use grub-legacy, which can still be found in the AUR.  I actually liked the orginal Grub, as it provided a nice feature set, but was still configurable by hand and it actually fit into the MBR.

  • Dual booting S540 and linux with Secure Boot?

    At some point I intend to install archlinux with dual boot on my Thinkpad S540 which currently runs Windows 8.1.
    All the current advice about dual boot on UEFI machines seems to indicate that the way to go is to disable Secure Boot (and Fastboot) for Windows, and then do the linux install choosing a linux bootloader to allow booting either O/S. I believe I know the steps needed to do that.
    Does anyone have any experience with dual booting Windows 8.1 and ArchLinux on the S540?  I would like to retain Secure Boot for Windows, and in the ideal world have Secure Boot running for ArchLinux also. However Secure Boot is fraught with problems for Linux. There are a few distributions such as Ubuntu which will in principle support Secure Boot but I only use ArchLinux and want to install that particular flavour of linux on my machine. It is of course possible to keep switching Secure Boot on and off in the BIOS before booting either of the two installed operating systems but it would be neater and cleaner to have it all with Secure Boot on, or all with it off.
    This is all very new stuff so there may well be a lot of problems, but it is worth exploring. I use rEFInd as my bootloader on another UEFI desktop computer to boot ArchLinux so I am familiar with that bootloader, but dual boot is another thing, and Secure Boot with the fast moving developments in that area is something that until now very few people have tinkered with.
    Any replies and guidance/suggestions appreciated.

    I'm guessing /boot can run from ntfs, however probably not as efficiently as if it were running on ext3/4. Mine runs on Ext4.
    To add confusion, you only create one Extended partition, all partitions you create within the Extended partition are called Logical partitions. You should be able to create enough Logical partitions for your needs.
    Primary/Extended partitions are normally sda1-4 and Logical partitions will usually start from sda5 on modern Sata HDD systems.
    For /boot I would create a small 100mb Ext4 Logical partition. This partition cannot be inside LVM nor encrypted when using Grub1.  I'm not familiar with Grub2.

  • Dual boot Windows 8.1 with Yosemite

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

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

  • Dual boot Windows and Linux?

    I recently bought a T61, and will be taking a programming course.  One prof I spoke with said they ask us to use Unix tools, so one option is to dual boot linux and Windows.  I haven't decided yet whether I will keep Windows Ultimate, or go to XP for this.  But I was wondering how easy/hard is it to make this work, and what kind of steps need to be taken?   If you could point me towards any good tutorials/guides that would be appreciated too.
    Also, I have never really used linux, so which version is best?  I will be needing it for programming, but also still want to do the basics like web surfing, music, dvd's, burning discs, etc.  I have an old copy of Ubuntu that I never used, but its probably about 4 years old.  Is this still acceptable or will I need something newer?
    Message Edited by amace on 05-29-2008 01:28 PM
    T61 15.4" T9300 (2.5GHz 6MB L2) Windows 7 Professional x64 4GB Memory, NVidia Quadro NVS 140M

    Hi,
    If it's just a couple of programming courses that you are going to take I suggest you'd try out VMware player:
    http://www.vmware.com/products/player/
    You can get this software for free and since your system packs a lot of punch it will be able to run it smoothly without any hassle. I'm an engineering grad student and I have to do alot of programming. I've used VMware player before to do some software developement in Ubuntu when I didn't have enough HD to install dual boot but still couldn't do all my other stuff without XP.
    VMware Ubuntu will need a bit of fiddling to get it work just right (USB devices, etc) but it shouldn't be harder than installing a dual boot (actually it is alot easier for my opinion). The only down side is that file sharing between VMware and Windows can be somewhat difficult. I used an external USB drive to share my files but you could always set up Samba to handle file sharing.
    I hope this helps out with your decision.

  • Dual-boot Kubuntu and XP with RnR

    Hi
    I'm trying to dual-boot windows XP and kubuntu 9.10 and I think it makes sense to separate the so called boot and system partition in windows' term (i.e. having \Windows on one partition and the boot.ini, ntldr stuff on another)... But I can't figure out how to separate them...
    Since I'm dual-boot I am aware XP should be installed first...what I did was installed it onto the second partition while at the partition screen in the XP install and left a smaller NTFS partition as the first one on the list.  Not sure if that would cause the boot and the system to separate...(it seem so since the boot-related file is on C:\  while the Windows directory is on D:\)
    However I install RnR on this Windows and tried to boot into the RnR workspace through the Think button but it notes NTLDR is missing...Windows still boot normally on startup (to me the workspace was probably not installed to the right place perhaps? ; shouldn't it be in like a new service partition called S:\ or something? maybe it got installed into C:\)   I read somewhere that RnR workspace has it's own bootloader and write into the MBR or something...
    since I'll also be installing kubuntu the bootloader will surely get messed up again by Grub...so that might completely screw up everything on Windows side...
    I have no idea what to do to make kubuntu, windows, and RnR all compatible with each other...
    I'm not very familiar with booting and disk management but any help would be appreciated... 

    sry i did not meant to emphasize on installation of kubuntu...my thread got moved here becuase the mod thought I was talking about how to install kubuntu....
    i really don't want to complicate thing by installing kubuntu inside windows... because my windows frequently die on me...i prefer them to be separate and interact only at the boot level in a separate "boot partition (windows' term: system partition)
    this is really about RnR and Windows...the kubuntu install was only a byproduct that I thought might mess thing up even more since it replace the boot loader upon install
    so first thing first:   my RnR cannot boot into its own service partition (think button f11); say something about ntldr is missing, however XP still boot fine....it seem like when I install XP it split the boot and the other file into two partition because I chose the second partition on the list during the install, and the boot files got put into the first partition (C:\)  and when I install RnR it seem to used C:\ as the service partition (i assume that the service partition is related to RnR?).  But since file such is ntldr in C:\ is XP'sm I guess it didn't get overwritten by RnR?
    Basically the main issue at the moment is I can't get the service partition to work with Windows...i guess kubuntu can come later...

  • [Solved]dual boot windows 7 and arch linux

    I have successfully installed arch linux dual boot with the original win7 on my PC. If I only use linux, then the system works well. The problem is that once I boot into Win7 then after reboot, the linux boot manager will stop working and the system always boots into windows automatically. My guess is Win7 automatically repair the boot loader.
    My current solution is whenever I have finished using Windows, I'll boot with my linux USB installation, and run "gummiboot --path=/boot install". Afterwards, linux will work fine. But I believe there must be a better solution. Any help will be appreciated.
    I have UEFI board by the way.
    Last edited by jl2014 (2015-04-19 17:35:57)

    Thanks for all your help first! I have tried Head_on_a_Stick's suggestions as the first step. Here is what I did. I have created :
    $ cat /boot/loader/entries/windows.conf
    title Windows
    efi /EFI/hidden/Boot/bootmgfw.efi
    The window boot path was :
    /boot/EFI/Microsoft/Boot/bootmgfw.efi
    and I changed
    /boot/EFI/Microsoft
    to
    /boot/EFI/hidden
    After reboot, I clicked 'Windows' option on the linux boot manager. Below are the error messages:
    Windows failed to start.
    File: \EFI\Microsoft/Boot/BCD
    Info: An error occurred while attempting to read the boot configuration data.
    Any idea what goes wrong?
    I'll try other suggestions soon. Thanks all of you again.
    Last edited by jl2014 (2015-04-19 00:03:33)

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

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

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

  • Dual Booting Windows and Arch (SOLVED!)

    Hello all, I'm having trouble getting a windows partition activated again. (Windows was on here for many years, then I installed arch on a separate partition.)
    Here is the layout of fdisk -l:
    Disk /dev/sda: 100.0 GB, 100030242816 bytes
    255 heads, 63 sectors/track, 12161 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        7833    62918541    7  HPFS/NTFS
    /dev/sda2            7834       12039    33784695   83  Linux
    /dev/sda3           12040       12161      979965   82  Linux swap / Solaris
    sda1 is the windows partition, and sda2 is the arch partition. The linux partition SHOULD be primary bootable (have the * next to it),but all my attempts to do this have failed. (I've used "testdisk" to change the flags, but for some reason it keeps reverting back to setting sda 1 as primary bootable after a reboot or 2).
    This is the pertinent section of /boot/grub/menu.lst:
    title  Arch Linux
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/f3be3baa-3b62-460c-8801-64b0b1cca$
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/f3be3baa-3b62-460c-8801-64b0b1cca$
    initrd /boot/kernel26-fallback.img
    # (1) Windows
    title Windows XP
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    I have a . . . modified . . . copy of XP Professional, which comes with a recovery console to reinstall the MBR if it's necessary.
    From what I've researched, I somehow need to reinstall grub to the second partition, make the second partition primary bootable, then rewrite the MBR on the first partition, and correct any command errors in menu.lst, but I haven't really figure out a way to do it.
    Thanks in advance for your help!
    Last edited by mongoose088 (2008-12-20 21:48:18)

    I read up on some documentation of installing GRUB to the MBR.
    So far, I went into ArchLive (from the cd) and did the following
    grub> root (hd0,1)
    grub> setup (hd0)
    The installation reports success with no errors, but the problem persists. Arch linux will boot fine, but when I select XP it flashes my configuration, like so:
    title Windows XP
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    then kicks me back to the OS select GRUB screen. Did I install it to the wrong place?
    EDIT:
    I decided to issue this command:
    grub> setup(hd0,1)
    It reported some errors, then arch couldn't mount the ntfs partition because of possible MFT cluster errors.
    Using testdisk, I repaired the boot sector and MFT clusters, then using ArchLive reinstalled grub with grub>(hd0)
    Arch and Arch Fallback will boot correctly, but now the windows side shows an error:
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Loading stage2Read Error (or something to this extent)
    I wonder if this error brings me closer or farther to a solution?
    Thanks for the replies so far!
    Last edited by mongoose088 (2008-12-20 05:41:43)

  • [SOLVED] Dual Boot Window 7 & Arch on a Uefi system.

    From the Wiki
    Windows 7 x86_64 versions support booting in x86_64 UEFI mode from GPT disk only, OR in BIOS mode from MBR/msdos disk only. They do not support IA32 (x86 32-bit) UEFI boot from GPT/MBR disk, x86_64 UEFI boot from MBR/msdos disk, or BIOS boot from GPT disk.
    I don't understand this. As stated in the title I have a ueif system so that means I have to create a GPT disk ? I already have a gpt disk which I confirmed by running Arch Live USB. Under type it said GPT. I don't understand this at all
    However if Arch is installed in BIOS-GPT in one disk and Windows is installed in BIOS-MBR mode in another disk,  then the BIOS bootloader used by Arch CAN boot the Windows in the other disk, if the bootloader itself has the ability to chainload from another disk.
    Note: If Arch and Windows are dual-booting from same disk, then Arch SHOULD follow the same firmware boot mode and partitioning combination used by the installed Windows in the disk.
    In the Note above it says both Arch and Windows follow the same boot mode if they are dual booting from same disk. I DO NOT want to do this. I have already decided to partition  my drive with 200 Gb going to Windows and 500 Gb going to Arch. Does this mean that I should install both in different modes i.e. Arch in Bios-GPT and Windows in Bios-MBR.
    The recommended way to setup a Linux/Windows dual booting system is to first install Windows, only using part of the disk for its partitions. When you have finished the Windows setup, boot into the Linux install environment where you can create additional partitions for Linux while leaving the existing Windows partitions untouched.
    UEFI systems
    Both Gummiboot and rEFInd autodetect Windows Boot Manager \EFI\Microsoft\Boot\bootmgfw.efi and show it in their boot menu, so there is no manual config required.
    For GRUB(2) follow GRUB#Windows_Installed_in_UEFI-GPT_Mode_menu_entry.
    Syslinux (as of version 6.02 and 6.03-pre9) and ELILO do not support chainloading other EFI applications, so they cannot be used to chainload \EFI\Microsoft\Boot\bootmgfw.efi .
    Computers that come with newer versions of Windows often have secure boot enabled. You will need to take extra steps to either disable secure boot or to make your installation media compatible with secure boot.
    Being a beginner should I go with Gummiboot then. GRUB made a mess last time.
    Also my secure boot is NOT enabled so is that good.
    I have read the FAQs, Beginner's guide, Installation Guide, Dual Boot wiki entry but I just don't understand the above concepts. But it looks this this is the main thing in dual booting. Almost everything else is doable but this I have to get right on account of what happened the last time I installed Arch without getting the above right.
    Last edited by Some Arch Lovin (2014-06-14 08:53:14)

    A few issues with the dual boot setup
    Hello again, I lost my dual factor authentication grid from lastpass. Opensuse was acutally overwriting new pdf files over my old pdf files so now that grid pdf is actually an Arch cheat cheet with the name last_pass_grid.pdf. And the gmail account I used to register to Arch forums is also in last pass.
    This is why I created another account. I am some arch lovin.
    The installation went smoothly but I could not dual boot Windows7 with Arch because my Win7 image is not UEFI bootable so had to dual boot win8(not a fan at all) and arch.
    Almost everything is working correctly. I have a few issues that aren't affecting how the system is working but they still need sorting out.
    I'll do them one at a time but I want to know from the admins if I should start a new thread? Because in a way this thread accomplished it job i.e. win7 and arch dual booting in uefi system.
    If the answer is yes I should create a new thread depending upon the issue then I will do that but in case its a no since I have only 2-3 problems I am going to ask help for the first one.
    My gummiboot is not working on startup. I have to press f12 and use bios booting menu to boot. The problem with that is if I put Windows at the top of the boot priority the bios does not show F12 and F2 at the time of booting up so I can't access the boot menu. I have to boot into Windows and crash it by holding the power button and then the F12 options shows up and I am able to boot into Arch. If I put Arch at the top then Windows keeps restoring back to an earlier version due to start up options.
    NOTE : I can't be sure but one it did work(only once). I checked the images online to compare with what I saw and its very similar. An all black screen with three bootloading options
    Windows
    Arch
    Opensuse(don't know why I created a completely new GPT partition table)
    This is what I did while installing Gummiboot
    # mount -t efivarfs efivarfs /sys/firmware/efi/efivars
    # pacman -S gummiboot
    # gummiboot install
    I tried going through the gummiboot to see if I can do something but it very difficult to comprehend as a beginner. All I get is the characters gummiboot understands but thats all.
    Last edited by Archer61 (2014-06-11 13:48:56)

  • Dual-Booting Windows and Android on Yoga Tablet 2 13?

    So I am a big fan of the lenovo yoga tablet so I started looking into the new versions of the tablet and I came upon something curious. both the yoga tablet 2 pro and the yoga tablet 2 13 (windows)  have the same processor (a 64-bit processor) as well as very similar technical specs(the main difference being the windows edition has 4GB of ram instead of 2GB and a larger battery no doubt due to the removal of the integrted pico projector). as well Lenovo has the source code for the android build in the pro available on the website.
    So my question is if both are running off the same 64-bit processor is there anything stopping someone from compiling the yoga 2 pro source code and installing the yoga 2 pro android OS onto the Windows version of the tablet (dual-booting both) aside from secure boot needing to be disabled?
    after scouring the internet and asking a few lenovo representatives I have found absolutely no information on this (the lenovo reps I spoke to couldn't even confirm the specs of the processors but I found that data from the intel ark database) and it is something I really would like to do if possible (especially with android 5.0 having x86 support integrated in the vanila build)
    So anyone have any information on anyone trying this or something similar being attempted?

    so, lenovo putted a really bad bios on thoses tablets.
    http://forums.lenovo.com/t5/Windows-based-Tablets/Alternatives-OSes-and-CMS-under-Yoga-1051/td-p/190...
    To make it short, the uefi bios used on yoga tablets support only x86 so, the x86-64 instruction set can't be used, on windows. Without CSM (compatibility support module) you can't even try to boot some oses. For linux you need to mod it, i'll try later but, i can't build a new bios and lenovo is not present on this board

  • Stream 7, dual boot, windows and android

    Given that the HP Stream 7 can be equipped with lots of storage, why not dual boot it with Window and Andoid so I can have the best of both worlds
    can this tablet be configured to do that?

    Before going to a lot of trouble, I'd get a boot disk on USB with Android X86 on it.  Then boot off the USB.
    I'd also suggest using 4.22 or 4.4, not 5.0.  "Everyone" is still working on 5.0.x.
    I've not had much luck on a few devices and Android x86 - hence my suggestion.  I have NOT tried it on the Stream 7

  • Dual boot (Windows Vista + Archlinux)

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

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

Maybe you are looking for

  • Mobile me/icloud find my iphone through a proxy server?

    Hi All, I'm not sure if this is the right place to post this so if it's not please let me know where is best. I have a fleet of 600 ipads who are forced to run through a proxy server via a 3g connection. Up untill last week I could trace all these iP

  • CF8 on Windows 2003 64-bit  (virtual?)

    We are trying to bring up a new Windows 2003 64-bit server, running both ColdFusion 8 and .NET Runtime 2.0 We are having multiple problems, and not much of anything is running, and I am beginning to wonder whether there is a problem with 32-bit CF8 a

  • Raw import .cr2 files with Canon SX1

    Hello ! Should Aperture be abble to import .cr2 raw files ? If so , why can'nt I do it with my new SX1 from Canon ? Thanks Marcel Jacques

  • Missing Go button for searches

    Hi In my WebHelp project, the Go buttons in the Search pane and for the field on the toolbar are not displayed on the output. I'm using the default skin with some minor tweaks (different book image, different font). The image file, wht_go.gif, is pre

  • How to delete an imessage contact ?

    A few months ago i saved a number under the incorrect name and was messaging a friend under the wrong name (if that makes sense), I deleted the contact as i no longer wanted that number or contact in my phone at all but everytime i go to type in that