Grub cannot detect Windows 8 partition (Yields error)

Hi! I have installed Archlinux in my Samsung ATIV Book 4.
sudo blkid
yields,
/dev/sda2: LABEL="Recovery" UUID="648265F58265CBDC" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="594f6bb6-b7f3-4663-8f77-f9473da45702"
/dev/sda5: UUID="30D66A21D669E814" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="df174719-57b3-4d9b-982c-536f33faac55"
/dev/sda8: LABEL="Metanoia" UUID="1c886c4c-d6f4-4a9f-8f42-082abb95dccd" TYPE="xfs" PARTUUID="8b16bd95-1858-4395-a92a-69817e318469"
/dev/sda1: PARTLABEL="Basic data partition" PARTUUID="067cfb82-ff81-4398-9b66-09821a442c0f"
/dev/sda3: UUID="7467-9968" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="ba5109ac-f01c-4838-9334-0ef9c667cb2f"
/dev/sda4: PARTLABEL="Microsoft reserved partition" PARTUUID="1de2e683-b553-4bba-99b9-b67350177d3d"
/dev/sda6: UUID="b1554842-1ae8-40bc-8422-abe9a412ce95" TYPE="ext4" PARTLABEL="Anoia" PARTUUID="19a1c96d-f1ed-4d43-ba39-b7227503d3cf"
/dev/sda7: UUID="2d51872f-57af-4523-bd9a-c42b2f25eeec" TYPE="jfs" PARTLABEL="Pronoia" PARTUUID="704783d2-0630-4297-83fa-da9daef22dfc"
I have disabled secure/fast boot. Have installed dosfstools, mtools, and ntfs-3g.
My fstab is
UUID=b1554842-1ae8-40bc-8422-abe9a412ce95 / ext4 rw,relatime,data=ordered 0 1
# /dev/sda7
UUID=2d51872f-57af-4523-bd9a-c42b2f25eeec /home jfs rw,relatime 0 2
# /dev/sda3
UUID=7467-9968 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
bootmgfw.efi is at /boot/EFI/Microsoft/Boot/bootmgfw.efi
I have installed both archlinux and Windows in UEFI-GPT mode.
When I followed Wiki instructions, and tried to regenerate grub, I receive
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initramfs image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
No volume groups found
Found Windows Boot Manager on /dev/sda3@/EFI/Microsoft/Boot/bootmgfw.efi
error: out of memory.
error: syntax error.
error: Incorrect command.
error: syntax error.
Syntax error at line 216
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
done
What should I do to dual boot with Windows?
My /etc/grub.d/40-custom file is
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
if [ "${grub_platform}" == "efi" ]; then
menuentry "Microsoft Windows Vista/7/8/8.1 UEFI-GPT" {
insmod part_gpt
insmod fat
insmod search_fs_uuid
insmod chain
search --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 7467-9968
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
fi
/boot/grub/grub.cfg is this
When I select give Windows the highest priority, I receive a grub error. (When I manually try to load Windows from UEFI shell using fs0:\EFI\Microsoft\Boot\bootmgfw.efi or bootx64.efi, I receive "error: file '/boot/grub/x86_64-efi/normal.mod' not found. Entering rescue mode...
grub rescue >")
I know I the Windows 8 bootloader is there because I can boot into Windows from Grub if I install Ubuntu and run boot-repair.
Tried this as well but nothing changes.
Here is my /etc/default/grub
Last edited by celebrimbor (2014-04-17 12:10:27)

Thanks Visruth. I managed to get the Windows 8.1 up and running without the the recovery partition.
On another topic, on the previous Windows 8.1 system. (before I deleted and reinstalled it, I downloaded recovery to a usb flash drive. THe RECOVERYflash drive contains 3 foldes named boot, efi and sources and also two files in the root diectory of the RECOVERYusb flash drive named bootmgr and bootmgr.efi. How would I use these files and folders, (for future reference)?

Similar Messages

  • TS1368 itunes cannot detect iphone due to the error 0xE8000012

    itunes cannot detect iphone due to the error 0xE8000012

    For windows read http://support.apple.com/kb/TS1538
    For mac read http://support.apple.com/kb/ts1591

  • Boothcamp cannot detect windows support software to my usb.

    hello guys, i've just got my new macbook pro with retina. I'm trying to install windows 7 but i cannot proceed because my booth camp cannot detect windows support system on my usb which I downloaded it directly from apple support website? pls help me, thanks

    after I extraxt the file I copeid it on the usb. Should I extract the file on the usb?
    I also tried downloading the file on the boothcamp(2nd box) but it dosen't finish.
    what is more better to do downloading directly to the web or on the boothcamp?
    I also look for solutions on the net, they said that maybe because I used fake windows? I bought fake windows 7
    ulimate because its much cheaper. Do you think this is the problem?
    Thank for your help!

  • Grub not detecting Windows on RAID 0 array.

    I'm having some trouble with my RAID array. I have tried to research this, but all I can find is how to install Arch Linux ONTO an array, not how to detect Windows on one, and configure grub for it. I have two SSDs in a RAID 0 configuration, which holds my Windows 7 installation. I then have two HDDs in JBOD. One of those HDDs is my mass storage drive for Windows and Linux, the other is my Arch Linux install.
    The problem is that--with os-prober installed--Grub isn't detecting my Windows install. I was trying Fedora when I converted my Windows install to RAID 0, and Fedora picked up on it when I ran grub-mkconfig with os-prober installed. Grub at that point was pointing at /dev/mapper/<some random-seeming string> for Windows, and it worked.
    Now that I'm back "home" to Arch Linux, I am trying to get grub to see Windows, but it never detects it. /dev/mapper/ is empty except for 'control', and /dev contains sda and sdb, which are the drives that are supposed to be in the array. At this point, I'm completely lost.  I'm not even sure if this is software or hardware raid. I thought it to be hardware, because my motherboard has a RAID option rom on it, which is what I used to build the array, but the /dev/mapper stuff makes me think it's software.
    Can anyone at least get me pointed in the right direction?
    Thank you,
    KD0BPV
    Last edited by kd0bpv (2012-12-08 10:25:12)

    Well, I did add ntfs to my initramfs, but it still dropped into an emergency mode terminal. I checked to make sure that it was successful, and the ntfs kernel module was loaded. Any ideas?
    # lsmod | grep ntfs run in emergency shell:
    ntfs 191626 0
    /etc/mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="ext4 ntfs"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata dmraid filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    The systemd journal is still showing the same errors I posted earlier.

  • [SOLVED] Grub Not Detecting Windows

    Hello,
    So here's the scenario:
    I initially had Ubuntu and Windows 8, but couldn't boot, so I used boot-repair (via live Ubuntu), and it got fixed; I could use Windows 8 again (Ubuntu didn't matter).
    I then deleted Ubuntu, then installed Arch instead. Grub was successfully installed, Arch and Windows 8 are shown, except when I choose Windows 8, it goes to the Windows Boot Manager (which shows a single choice of Windows 8). When I choose it, it says that it failed to start.
    File: \Windows\system32\config\system
    Status: 0xc000025
    Info: The operating system couldn't be loaded because the system registry file is missing or contains errors.
    How can I get it to work as before?
    I've tried using a custom.cfg as suggested in the manual
    menuentry "Windows 8"{
    set root="(hd0,1)"
    chainloader +1
    The entry showed up after running grub-mkconfig, except that it did the same thing as the original choice detected by os-prober (as in the one during the installation mentioned above).
    By the way here's my partition layout:
    /dev/sda1 Windows System Reserved
    /dev/sda2 Windows
    /dev/sda3 Arch
    I also tried to set root to (hd0,2), but it gave a similar error:
    File: \Boot\BCD
    Status: 0xc000000f
    Info: The Boot Configuration Data for your PC is missing or contains error.
    I believe this is because I've tried to work with EasyBCD/BCDedit before.
    Last edited by jddantes (2014-04-16 11:20:46)

    Finally solved it!
    It was more of a Windows problem than an Arch one. I used Live Ubuntu's GParted and noticed that my Windows partition (/dev/sda2) was marked by an exclamation point. I right-clicked to Information and this was the message:
    ntfs_decompress_mapping_pairs: Input/output error NTFS is inconsistent. Please run chkdsk /f on Windows then reboot it TWICE!
    I was starting to download a Windows 8 ISO, but thankfully I found out that you could create a recovery drive from an existing Windows 8 installation (I had another computer).
    Failed attempts:
    There was no reinstall option for me (looking back at it, that's a good thing), so I went for the Fix Startup Problems options. I ran it thrice and I stopped because it finally said that it couldn't fix it.
    I had no System Restore Points either.
    I wanted to see if the Continue to Windows 8 option would magically be able to boot it, but after the screen froze for 2-3 minutes, I rebooted and went for the Command Prompt.
    More failed attempts with the Command Prompt:
    I was able to find this http://social.technet.microsoft.com/For … proinstall
    The instructions were:
    Type Bootrec /RebuildBcd, and then press ENTER.
    If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes. A confirmation message appears that indicates the entry was added successfully.
    If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
    Bcdedit /export C:\BCD_Backup
    ren c:\boot\bcd bcd.old
    Bootrec /rebuildbcd
    Restart the computer.
    So I tried, but it failed anyway. Then I began to notice. The current directory was X: (I was booting from the USB), and by some chance I managed to figure out that there were also C an D.
    I searched for the command to display the disks:
    http://www.computerhope.com/issues/ch000854.htm
    wmic logicaldisk get name
    What I wanted was E. (This is what will be C normally, with the Program Files and all). I also had F, which I will guess will be the free space remaining which I put aside for swap (it couldn't be accessed in the Prompt with dir f:).
    I tried the above solution with E instead of C, but it failed.
    What finally worked:
    chkdsk /f e:
    And now it boots when I choose it in Grub. Sometimes the Windows Boot Manager pops up, but whether it does so or not, Windows 8 loads properly.

  • Mac Cannot see Windows HDD Partition/ Windows cannot reformat disc?

    I have installed boot camp and windows 7 64 bit on my mac pro dual quad core.
    I have 3 drives.
    #1 is 1 TB and partitioned in 2 logical drives so that one is windows NTFS and one is Mac. The mac OS does not see the windows drive. In fact it appears in disk manager as UNMOUNTED and FAT when in fact its NTFS.
    #2 is the drive that shipped with the mac, partitioned into 2 drives, one which boots windows (bootcamp) and 1 boots OS X. No problems.
    The problem is drive #1 holds all my vido from my camcorder so I need the mac to recognize the windows drive and read the data. I copied all the data off of the NTFS partition and tried to format it in Windows. Windows says its "in use". It is not in use since Windows boots from BOOTCAMP on a different physical drive. It won't let me ignore the error, if I try it waits a few seconds and repeats the error.
    I tried to erase the partion in disk manager, same issues. Even after the mac erases it into any format (Mac, Fat32, etc...), the Windows disk console will resfuse to format it claiming that its "in use".
    Any ideas?
    Anyone else have the same problem? I think it has to do with the hidden 200 MB partitions that windows 7 creates and that the MAC may unintenionally mess with.

    DIngo Dave 69 wrote:
    I am running Snow Leopard and on my seperate windows 7 machine I can see and connect to my mac. However I cannot get the Mac to connect to the Windows 7 machine. Even home sharing is not working on itunes.
    Can anyone help?
    Maybe
    On the Win7 machine,
    1. Ignore everything to do with Homegroup.
    2. Go > Computer > Users > User; right click on User and chose Share with > Specific people; and Set to share with a specific individual or Everyone—both with Read/Write permission.
    3. Go Control Panel > Network and Sharing Options > Advanced sharing Settings, and Turn on network discovery, Turn on file and printer sharing, Turn off public folder sharing , and Turn off password protected sharing (unless sharing won’t occur without turning it on).
    4. Restart (probably not necessary, but I’d do it).
    On the Sno machine,
    1. Go System Preferences > Sharing > Check File sharing > Go Options > Enable SMB sharing.
    2. Go System Preferences > Network > Select Airport or Ethernet depending on what you are going to be using. I am assuming you will be using wireless below. Let me know if not true.
    3. Having selected Airport, select ask to join new networks and show Airport status in menu bar.
    4. Click advanced > click remember networks this computer has joined > Click Wins > Enter the ip address of your Win7 machine in the WINS server box > Enter the Win7's workgroup name in the workbook box unless it already is there (look in the drop down menu too). In all likelihood the name is workgroup, but check on the Win7 machine.
    5. Restart (probably not necessary, but I’d do it).
    Try to connect to your Win7. Use Go menu > Connect to server. In trying to connect, type smb://ipaddress (of the Win7 machine). If, for some reason, you are asked to, input a user name and password, then use you user name and password for the Win7. Don't save anything to Keychain now and actually never for making network connections.

  • Cannot connect Windows 7 Partition to Internet

    I have a MacBook Pro, I used BootCamp to partition for Windows 7. It loaded up and works fine however I cannot connect to the Internet when using Windows. I can see that the WiFi is connected but it asks for a WEP or WPA Security Code. Don't remember what that is...does anyone know how to find it?

    Hi and welcome to Discussions,
    WEP and WPA security codes are stored in the WiFi router you use and can only be changed in there.
    Refer to the router manual for how-to do this.
    Regards
    Stefan

  • Boot camp cannot detect windows installer disk.

    Hi. I wanted to install windows xp on my macbook using bootcamp. After i made a partition with boot camp assistant 3.0, i insert my windows xp disk with service pack 2 in it, and click start installation. However, boot camp could not detect the installer disk, even though it did appear in finder.
    Please help.
    Thanks.

    Well, when i restarted my mac, and hold down the option key, there is only 1 choice for me to choose, which is Macintosh HD. There is no other option. However, the installer disk did appear in my finder. So I am not sure whats happening...

  • Cannot install Windows Live Essentials, getting error messages

    I tried to update my Windows Live Essentials from the Beta to WLE 2011.  My first few attempts got me an error with Wllogin-x64.  I went ahead and uninstalled the Beta, ran the installer cleanup utility (which borked a few things of course), downloaded
    the offline installation file and made sure to run it as administrator.  Now I'm getting a different error.
    Error: 0x80070643
    Source: Watson-x64
    I did a search to try to find out what watson-x64 could be but to no avail.  Are there any other suggestions on how to fix this?  Is Microsoft actually trying to solve this issue?

    Hi King, to solve this error you must activate the firewall.
    Note: To use this feature, you must be logged into the computer with administrator functions.
    Click the Start button and then click the Control Panel option --- System and Security --- Select the Windows Firewall --- Configure the Firewall
    In the left pane, click Change notification settings to customize the configuration of the firewall.
    (By default, Windows Firewall is enabled for both private networks to the public)
    To enable Windows Firewall selected in the left side panel, Windows Firewall On or Off (on or off) or select Restore Defaults
    You should install correctly the WLE 2011 now. Regards
    Microsoft Active Professional 2010

  • Installing Oracle 11gR2 Client on Windows 7 professional yields " "Error in CreateOUIProcess(): 5"

    Uncertain why this is happening?  Each time I try to install the Oracle Client 11.2.0.3 on my laptop, I get this popup stating Error in CreateOUIProcess():5."  Wny

    Absolutely.  Even tried running as xAdministrator on the laptop.  The Error in CreateOUIProcess message still raised.
    This is what I see in the install log
    Contents from Install.log   Using paramFile: C:\Oracle\client\OracleClient64\client\install\oraparam.ini  
      The commandline for unzip:
    C:\Oracle\client\OracleClient64\client\install\unzip -o ..\stage\Components\oracle.jdk\1.5.0.30.03\1\DataFiles/"*.jar" -d "C:\Users\XADMIN~1\AppData\Local\Temp\OraInstall2015-04-27_12-52-55PM"

  • 41052 Cannot find window. Invalid ID. error message in 10g

    Hi guys, after migrating to 10g from 6i I am getting the above message when trying to go to another form by double clicking on an item. Can someone please help me why this is happening... and what should I do?
    any help will be greatly appreciated...

    hi
    if u r using the following code please then u have to mention the window1 here is an example:.
    set_window_property (FORMS_MDI_WINDOW, window_state, maximize);
    set_window_property( 'WINDOW1' ,window_state,maximize);sarah

  • OSx not recognized. Invalid node estructure error but Windows 7 partition works perfectly. All tests done but still don't know what is wrong

    I have an Imac Snow Leopard 10.6.3 1TB hard drive , it has a partition of 100gb for Windows 7 using Bootcamp (only for games)
    The computer was kind of slow one night. The next day it was so terrible slow that I decided to restart it, but it never showed OSX again. If I try to boot into single user mode it shows Windows Boot Manager. Even booting with alt only shows Bootcamp Windows. Is like OSX dissapeared.
    I tried Disk utility and it showed an "inlavid node structure" error, "Disk Utility cannot repair this disk"
    I also used Diskwarrior, the test was relatively fast and showed this at the end "Disk Warrior has successfully built a new directry for the disk. The new directory cannot replace the original because of disk Malfunction. Disk Malfunction is a failure of or damage to any mechanical component of the disk or any component connected to it"
    I also did a S.M.A.R.T. test from diskwarrior which turned out ok
    I used Apple Hardware test, (booting with D and the Applications DVD). It goes through several things, even logic board but when it reaches "testing in progress" almost at the end it gets stucked. I have tried the simple and complete test in many different ways, with mouse, without, everything disconnected, it doesnt matter,  clicking the "Stop Testing" button or using cmd+period (as instructed on screen) doesn't stop the test. The "Total Time Testing" field also stops counting. I have to force shut down with the power button every time.
    But here comes the most odd part of this story. The computer now almost always boots in the Windows 7 partition which works perfectly. I can chat, use viderocamera, save, delete, listen to music, watch videos, etc.... I even enter from Windows all my MAC Archives and backuped almost the 900Gb I had with no problem (great thing to use Bootcamp, never imagined it will be this useful).
    So my question is, WHATS WRONG? The hard drive? the logic board? the fan? I need to know in order to buy the replacement. I have no warranty anymore and would like to fix it myself.
    Please help me understand what is going on

    RESOLUTION:
    I erase the drive completely following the security measure "Zero Out Data" and then reformat the drive. According to what I read, by following the zero out data procedure, the computer checks the drive and isolates possible structural errors in the disk ( don´t know if it is true) I had everything already backup through Windows as explained originally.
    After I reformat the drive everything is working OK. I have done the tests again (Disk Utility and Disk Warrior) that showed the drive to be in perfect order. So probably the error was caused by lack of sufficient free space in the disk ( 30 highly fragmented GB for a 1TB computer) that made OS X incapable of handling new information and was deleting key elements (?) in short a fragmented and saturated disk. However still do not understand why most tests could not complete or showed info relating to structural damage and now the same tests are saying everything is OK...
    So if anyone goes through something similar, try erasing and formatting the drive, see how it goes.
    Thank you very much baltwo!

  • Error 1074397153 Cannot Detect Recognizable Video source

    I'm using a single PCI1410 card to acquire images from two cameras and display those images in Labview using the Multiple Camera Acquisition.vi found on the NI website.  I'm running Windows XP, and my two cameras are Sony XC-HR70's with a resolution of 1024X768 each, running ~15FPS (total for both) thru the frame grabber.  I have one camera as a master, supplying the HD & VD synch signals for both my slave camera and the PCI1410.  Here is my problem:
          Whenever I change the light intensity for the cameras drastically (ie, abruptly shutting off the light source or blocking the camera), I get an error in Labview:  "1074397153 @ IMAQ Extract Buffer.vi.   NI-IMAQ: Cannot detect recognizable video source".  If I perform a gradual decrease in light intensity, I don't get the error.  Unfortunately, the users often need to toggle on and off my camera illuminators abruptly, so a gradual transition is not an option.
           I thought this was a MAX issue, but it is not-MAX gives no errors regardless of light intensity.
           I also tried decreasing the white level and/or increasing the black level-(per NI Knowledgebase post) all that did was decrease my image quality, error still appeared.  The error first appears in imgwaitforimaqoccurrence.vi which is inside imgsessionexaminebuffer.vi. 
    If I could somehow ignore the error and insert a ~ 500mS delay and then re-attempt to acquire video lock, it would probably work.  Just not sure how to do this, or if it is the right approach.  Any ideas?

    Hey wowens,
    I was wondering if you ran just a simple grab example program, and perform the same action of shutting off the camera's light source, do you get the same error? The error you are getting means that the frame grabber is not receiving any data from the camera in the expected timeout period. There shouldn't be any reason why decreasing the light quickly should stop the camera from sending data, as the camera should still be sending some data, like all black pixels or something. I might suggest tapping the data coming in with an oscilloscope to see if the data stops when you decrease the light. If you can't do this, I might suggest altering the code so that you don't stop the loop. You could also look at the shipping example called LL Scan Multiple Channels.VI. What version of the NI-IMAQ driver are you using? I would suggest that you upgrade to the most recent if you don't have it. Other than that it sounds like you need to find out what is causing the error before you start to find a solution.
    I hope this helps at least a little. Let me know if you have any questions or concerns. Thanks, and have a great day.
    Regards,
    DJ L.

  • [Solved]Having trouble with Grub detecting Windows 8 in dualboot

    Hey there,
    I have a UEFI board. When I first installed archlinux I did not used the Windows boot partition. To fix this I loaded up the installation media, mounted the partitions as they should be, mounting the microsoft boot partition as /mnt/boot and mounted my UEFI partition into /mnt/boot/efi. I reinstalled the kernel and regenerated the fstab. I also reinstalled grub and os-prober and such and regenerated the config.
    When I did all this, there is still not  /boot/EFI/Microsoft. The grub mkconfig does not detect the microsoft boot at all.
    What am I missing?
    Thanks!
    Last edited by Aquila (2013-10-03 17:45:44)

    I am using 2 disks: sda and sdb.
    I made sda2 is the windows boot partition, sda5 is the root partition for arch, sda6 is the UEFI partition I made for UEFI, sdb2 is the home partition.
    I followed the commands in the beginners guide.
    Originally I did
    mount /dev/sda5 /mnt
    mount /dev/sda6 /mnt/boot
    mount /dev/sdb2 /mnt/home
    pacstrapped and generated fstab and did the three commands for grub before arch-chroot
    # umount /sys/firmware/efi/efivars   
    # modprobe -r efivars   
    # modprobe efivars
    Arch-chrooted, changed clock, changed hostname, changed passwd, then installed grub
    # pacman -S grub efibootmgr
    # grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck --debug
    # grub-mkconfig -o /boot/grub/grub.cfg
    Exited, unmouted, and rebooted
    Grub arrives but of course Windows is missing. Windows boot is in sda2. I made sure by looking in gparted lol
    At this point I booted installation media again and remounted
    mount /dev/sda5 /mnt
    mount /dev/sda2 /mnt/boot
    mount /dev/sda6 /mnt/boot/efi
    mount /dev/sdb2 /mnt/home
    Did pre-grub stuff then arch-chrooted in and reinstalled the kernel and grub and grub config
    # pacman -U /var/cache/pacman/pkg/linux-3.xx-x.pkg.tar.gz  for reinstalling the kernel in the chroot
    At this point I rebooted but I forgot to regenerate the fstab. So I remounted everything the same way, deleted the fstab and regenerated it. The fstab looks ok when I log in. I also then reinstalled grub and made the config again.
    This is where I am at now. I also get this weird issue when I shutdown, it immediately starts up again. I know this could be an issue with the Windows 8 fastboot, but I know I disabled that before I installed arch linux.
    Any tips would be great. I'm not sure where to go from here.
    And yes you're right it should be /boot/efi/EFI/Microsoft. I have /boot/EFI/EFI/arch-grub but not Microsoft in there
    Last edited by Aquila (2013-09-30 01:58:24)

  • "internal error cannot detect your device" error...

    hi, i have a nokia 5310,sim locked to Rogers, the firmware version of my nokia is 03.63, im trying to update it...im using the latest version of nokia OVI,whenever it starts to intall the update,it stalls, then an error message shows up,"internal error >cannot detect your device",i tried to use windows xp/vista,same error,i also tried the PC SUITE,same error,i noticed that the computer will prompt me that the device is connected (via usb),but at the moment the update starts to intall,it disconnects,( the usb is firmly and securely attached to the device),then right after i click 'finish' on the OVI update screen to go back to the main menu, the device re connects itself to OVI (computer),i hope someone can tell me why this is happening,thank you.

    hi, i have a nokia 5310,sim locked to Rogers, the firmware version of my nokia is 03.63, im trying to update it...im using the latest version of nokia OVI,whenever it starts to intall the update,it stalls, then an error message shows up,"internal error >cannot detect your device",i tried to use windows xp/vista,same error,i also tried the PC SUITE,same error,i noticed that the computer will prompt me that the device is connected (via usb),but at the moment the update starts to intall,it disconnects,( the usb is firmly and securely attached to the device),then right after i click 'finish' on the OVI update screen to go back to the main menu, the device re connects itself to OVI (computer),i hope someone can tell me why this is happening,thank you.

Maybe you are looking for

  • Batch Management and Others

    Dear Experts, Client system is already having some materials.From these 100 materials ,we would block the 99 materials and the rest material(say X) will be managed in batches.To do this I have thought in the following way: 1.Posting stock to the  the

  • Distribute Crystal Report from BOE Server

    Hi, ========= Installation on Client machine: Crystal Report 2008 V1 SP1 and SP2 SAP Integration Kits XI 3.1 SP2 Installation on BOE Server: BOE XI 3.1 SP2 SAP Integration Kits XI 3.1 SP2 Installation on BW: SAP BW 7 ======== Created crystal report o

  • TouchUp Object Tool Error....

    Some Object I open in illustrator then I Did Some Chenges,Then Objects Are Not Saving To The Same Place which there Was.All Objects are Jumping. I'm new to here can enyone please help me out.... ( Sorry For my Grammar)  I'm Using Acrobat 9 Pro And Ad

  • Spell check error: Inteligent s/b Intelligent

    In what has to be one of the great oxymoron's of all time my spell check does not read inteligent as spelled incorrectly. It should be intelligent. While I did not intentionally change anything, I need to know if there is a way of getting into the sp

  • Disc does not run down on power save iMac 27 Lion

    My hard disc does not run down when the computer goes into sleep on power save.  It does run down when I put it into sleeo manually.Is there a cure? Its a brand new 27 inch Mac with Lion