Server 2012 - Windows 8 RemoteFX USB Redirection not working

I have setup a test envrionment with Server 2012.  RDS has been installed.  Hyper-V, RDCB, RDWeb, and RDVH are all on the same box.  I have a personal unmanaged Remote Desktop Virtual pool with one test virtual running Windows 8.  I have
enabled RemoteFx USBdirection in Group Policy on every machine involved and forced GP update.
I can see my devices in the Remote Desktop Connection details on the client (i.e. it shows up under Local Resources/Local devices and resources/More/Other supported RemoteFX USB devices.  Or, if you prefer, I have added  "usbdevicestoredirect:s:*"
to the .rdp file that the Web Access spits out then I log in to web page and attempt to connect to my published virtual machine.
The problem is that the devices do not show up anywhere in the virtual machine's device manager once logged in.  Furthermore, there is no Universal Serial Bus node in device manager at all.  I do not have a RemoteFX compatible GPU available for
hyper-v or the virtual machine, but it is my understanding with Server 2012 and Windows 8 this is not necessary.
Does anyone have any ideas?  I thought I saw a [email protected] or similar email on one of the blog comments, but I can seem to find the post again, I have scoured the internet relating to usb redirection and remotefx and it is a disorganized mess.
Thanks.
Wayne

The first device I am focusing on is a desktop scanner, an Epson GT-S50.  This device shows up in the client's Remote Desktop Connection details as a "RemoteFx Other supported RemoteFX USB Devices".
Although, and perhaps I'm a total fool, but, I have not installed Epson's specific drivers for this scanner on either the client, nor the VM.  My client's Device Manager currently shows the scanner under "Other Devices" as "Epson Scanner".  The
Device Status says that "The drivers for this device are not installed".  My expectation was that this was still enough to redirect the same object (and its condition) to the VM.  At that point, I expected the VM to see and respond
(in its own Device Manager) the same way, at which point I would then install the Epson-specific driver package on the VM (i.e. without ever having to install the Epson package on the client).
The second device I wanted to test was a Ezurio BRBLU03 Bluetooth Adpater.  This device's drivers have been installed on the client and works flawlessly, locally.  However, this device is not showing up at all under "RemoteFx Other supported
RemoteFX USB Devices", even after "usbdevicestoredirect:s:*" was specified.  I suppose this is a separate issue, and I was planning on troubleshooting this next.  For now I just wanted to see a proof of concept that a device that RD can see can in
fact be redirected.
I guess I have based my expectations on the experience we had with a third-party USB redirection tool that we tested prior to engaging in testing RDS.
My client is running Windows 8 Enterprise, and the VM (vhdx) is running the same.  When you refer to the RDC 8 update, isn't that already included in this OS?  In other words, is that only a concern if I were using Windows 7?
Thanks for your help.

Similar Messages

  • Windows 7 (Ent) Sp1 on server 2012 R2 HyperV, RFX USB redirection not working

    Hello, 
    I currently have  windows server 2012 R2 with HyperV installed. I have built two virtual machines. A windows 8.1 and Windows 7 sp1. Both are enterprise editions  
    For RemoteFX the hypervisor is using a Zotec GTX 760 GPU. It recognizes it and uses it to apply remoteFX adapter on my Windows 7 Sp1 VM. 
    As you are aware I do not need to use a GPU to enable RFX on my Windows 8.1 it can do this without the need of a GPU.    
    Using an RDP client( v8.1)  I can connect to my Windows 8.1 VM with a USB headset,memory Key or a printer and they all enumerate on the Virtual machine. The driver for each device installs 
    and I can use the device without any issues. 
    However this issue lies with the Windows 7 SP1 VM. I can connect to it via RDP( Same client)  but I cannot redirect any devices to it. I have installed the latest integration services available on the VM. I have ran all updates available.
    Because I have ran all updates the rdp version on the VM is running v8.1.
    Previous to installing the updates USBr still was not working
    I have enabled the following group polices under remote desktop services on the Windows 7 SP1 VM : 
    RDP 8.0 -- Enabled
    Configure RFX -- Enabled
    Is there a known issue with USB redirection not working on a Windows 7sp1 virtual machine hosted on server 2012 Hypervisor ??
    Many Thanks 
    Brian 

    Hi,
    According to the log above, I found that we run the script on both Server6 and Server7. Errors as below:
    Server6: Conversion is not supported in restricted language mode or a Data section.
    Server7: Couldn't figure out valid servers from the specified destination scope. Check your parameters and try again.
    Since we can only run the RollAlternateserviceAccountPassword.ps1 Script on CAS server, the script not works well if Server6 is MBX server.
    For Server7, based on the error message, it seems you still have no right to run the script/cmdlet.
    Please add your account to Organization Management Role group(ADUC->domain.com->Microsoft Exchange Security Groups) to test if possible.
    By the way, from Technet:
    You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Client Access Security" entry in the Client Access Permissions topic.
    Client Access Permissions
    http://technet.microsoft.com/en-us/library/dd638131.aspx
    Feel free to contact me if there is any problem.
    Thanks
    Mavis
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Windows Server 2012 - Printing using UNC path not working

    Hi,
    I have a problem printing using the printer's UNC path ("\\Server_Name\Printer_Hostname") to work with a web
    app hosted on IIS 8. With a windows forms application the UNC path is working fine and the app prints.
    With
    the web app I receive an error "The data area passed to a system call is tool small". 
    Also,
    in the event viewer under Applications and Services Logs -> Microsoft -> PrintService -> Operational, I receive the error "The print spooler failed to reopen an existing printer connection because it could not read the configuration information
    from the registry key S-1-5-82-1980832875-2702362896-1795126167-3622310632-1152289074\Printers\Connections. The print spooler could not open the registry key. This can occur if the registry key is corrupt or missing, or if the registry recently became unavailable."

    I have contacted IIS forum support.
    Please review the link: http://forums.iis.net/p/1213109/2079229.aspx?Re+Windows+Server+2012+Printing+using+UNC+path+not+working
    Their final response:
    Printing from ASP.NET using System.Drawing.Printing itself is a horrible approach, as this namespace was designed for Windows Forms only. The designers did not take everything about ASP.NET in mind, so any issue can happen. That can answer why the HP model
    works while the Samsung fails, as the HP one just "happens
    to work",
    http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx
    Similarly, System.Printing was designed just for WPF.
    About which printing API to use in ASP.NET/IIS, there is no clear answer so far. Thus, your only resource is Microsoft support, who can perform further analysis (with their dedicate utilities and of course Windows source code) and might come across a solution
    to help you out. This is not a trivial scenario.

  • Windows Server 2008 R2 Windows 7 folder redirection not working

    Hi, 
    I've got a Windows Server 2008 R2 environment and I'm trying to get folder redirection working on Windows 7 clients. I've configured the group policy on the DC and it's suppose to redirect the user desktop to a folder sitting on another server. 
    What I've discovered is that any files in that folder aren't being copied down and they aren't visible to the user. I can connect to the folder via its UNC path and when I run a gpresult the GPO is showing that it's applying. 
    Am I missing something? Shouldn't the files be copied down since I've redirected the desktop? Here are the settings I've used: 
    Share Permissions
    Local Administrators: Owner
    Domain Admins: Read/write
    Everyone: Read
    NTFS
    Local Administrators: Full Control on This Folder, subfolders and files. 
    SYSTEM: Same as above. 
    Domain admin: Same as above. 
    Everyone: Traverse folder, execute file, list folder, read data, read attributes and read extended attributes to This Folder only. 
    GPO Settings: 
    Under User Configuration -> Policies -> Windows Settings -> Folder Redirection -> Desktop
    Setting is Basic - Redirect everyone's folder to the same location. 
    Target folder location - Redirect to the following location
    Root path: FQDN\Shared folder name
    GPO is linked to the OU I want to test with and there is a user account in it. 
    Any tips would be appreciated. 
    Thanks. 

    A.
    Share Permissions
    Local Administrators: Owner
    Domain Admins: Read/write
    Everyone: Read
    Perhaps here is too strong limit.
    B. Try to use audit.
    Rgds
    Milos

  • Server 2012 R2 - Remote Management Exception - Not working 100%

    So,
    I am spinning up a ton of VM's for the University I work at in preparation for migrating to 2012 completely and I discovered something interesting today.
    The "Allow Remote Management from these subnets" option, only partially enables remote management.  You still need to run the remote management enablement with NetSh (http://blogs.technet.com/b/askds/archive/2008/06/05/how-to-enable-remote-administration-of-server-core-via-mmc-using-netsh.aspx)
    for the certain functionality (Remote Firewall, VDS, FRS Options), which to me seems really weird.
    Has anyone else experienced this?
    ----------------------------------------- Dan Sheppard

    Hi Dan,
    If you want to manage remote server core with MMC (Microsoft Management Console), we need to configure Windows Firewall firstly to allow MMC snap-in(s) to connect on the remote server core, since your servers are Server 2012 and newer, so we can also use
    the powershell cmdlet instead of cmd netsh:
    Enable-NetFirewallRule -DisplayGroup "Remote Service Management"
    In addition, you can also use Windows Powershell to help you to remote access with Powershell Remoting, Powershell has substantial Modules and Cmdlets to help us to manage server.
    For more detailed information to manage server core, please refer to this article:
    Manage a Server Core Server
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • DPM 2012 Backing up a VM on Server 2012 Hyper-V CSV Host - Not Working with Hardware VSS

    Hi All,
    I'm trying to backup a VM on a 2012 Cluster. I can do it by using the system VSS provider, but when I try to use the hardware provider, (Dell equalogic) it doesn't work. DPM will sit for a while trying and then report a retryable VSS error. 
    The only error I'm seeing on the Host is the following:
    Event ID 12297Volume Shadow Copy Service error: The I/O writes cannot be flushed during the shadow copy creation period on volume \\?\Volume{3312155e-569a-42f3-ab3a-baff892a2681}\. The volume index in the shadow copy set is 0. Error details: Open[0x00000000, The operation completed successfully.
    ], Flush[0x80042313, The shadow copy provider timed out while flushing data to the volume being shadow copied. This is probably due to excessive activity on the volume. Try again later when the volume is not being used so heavily.
    ], Release[0x00000000, The operation completed successfully.
    ], OnRun[0x00000000, The operation completed successfully.
    Operation:
    Executing Asynchronous Operation
    Context:
    Current State: DoSnapshotSet
    I don't know where to go from here - There is no activity on the CSV (this is the only VM on it, and both the CSV and VM were created specifically for testing this issue
    Does anyone have any ideas? I'm desperate. 
    Update:
    Ok, so I can Take DPM out of the picture. Trying to do a snapshot from the Dell Auto-Snapshot manager, I get the same errors. But I also get a bit more information:
    Started at 3:02:47 PM
    Gathering Information...
    Phase 1: Checking pre-requisites... (3:02:47 PM)
    Phase 2: Initializing Smart Copy Operation (3:02:47 PM)
    Adding components from cluster node SB-BLADE01
    Adding components from cluster node SB-BLADE04
    Adding components from cluster node SB-BLADE02
    Retrieving writer information
    Phase 3: Adding Components and Volumes (3:02:52 PM)
    Adding components to the Smart Copy Set
    Adding volumes to the Smart Copy Set
    Phase 4: Creating Smart Copy (3:02:52 PM)
    Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    An error occurred:
    Writer 'Microsoft Hyper-V VSS Writer' reported an error: 'VSS_WS_FAILED_AT_FREEZE'. Check the application component to verify it is in a valid state for the operation.
    An error occurred:
    One or more errors occurred during the operation. Check the detailed progress updates for details.
    An error occurred:
    Smart Copy creation failed.
    Source: Creating Smart Copy Set
    An error occurred:
    An error occurred during phase: Creating Smart Copy
    Exception from HRESULT: 0x80042313.
    An error occurred:
    Writer 'Microsoft Hyper-V VSS Writer' reported an error: 'VSS_WS_FAILED_AT_FREEZE'. Check the application component to verify it is in a valid state for the operation.
    An error occurred:
    One or more errors occurred during the operation. Check the detailed progress updates for details.
    Error: VSS can no longer flush I/O writes.
    Thanks,
    John

    I had a similar issue with an environment that had previously been working with the Dell HIT configured correctly. As we added a third node to the cluster I began seeing this problem.
    In my case I had the HIT volume max sessions per volume at 6 and maximum sessions per volume slice set to 2 and the CSV was using a LUN/Volume on the SAN that was split across 2 members.
    When the backup takes place and Dell HIT is configured to use SAN snapshots the vss-control iSCSI target is used which in my case exceeded my limits for maximum connections per volume as I'm using 2 paths per Hyper-V node with MPIO (this is my
    current theory).
    Once I'd modified these settings I could then back up the VHD's on that CSV again.
    Hope this helps.

  • Windows 7 64 bit and X-Fi XtremeGamer - Bass Redirection Not Working (No Subwoofer)

    SWindows 7 64 bit and X-Fi XtremeGamer - Bass Redirection Not Working (No Subwoofer)% Greetings,
    Today I ugraded to Windows 7 Ultimate 64 bit edition and am having a problem with my 5. surround sound that previously worked perfectly in Windows Vista Ultimate.
    I am using an X-Fi XtremeGamer PCIe card and the problem is that I have full working surround sound, but the bass/ subwoofer isn't working.
    Previously in Vista I enabled bass redirection in the Creative Console and this would make the subwoofer work. In Windows 7 in the console there is a bass redirection option but it doesn't work. Also in the Creative Audio Control panel there is NO option for bass redirection either.
    Audio sounds tinny and I am 99.9% everything is set up correctley, I think this is a driver problem. At this moment I'm unsure if this issue plagues both the 32bit and 64bit versions of Windows 7 or just the 64bit version (since the console launcher is 32bit).
    Anyone had a similar problem and cracked it's Apart from this small glitch Windows 7 is great!
    Thanks!

    WRe: Windows 7 64 bit and X-Fi XtremeGamer - Bass Redirection Not Working (No Subwoofer)h heya, I have exactly the same problem.
    running 64-bit windows 7, X-Fi Xtreme Audio sound card, Trust 5. speakers.
    the bass used to work in XP because I could enable bass redirection and alter crossover frequency.
    these options are now no longer available in the windows 7 drivers (.4.90) and my bass is not working at all.
    it is very annoying, there has been no comment from creative than i can find because it only appears to happen to a small percentage of speakers.
    basically if someone from creative can't help fix the problem,?people with this problem?will unfortunately be forced to purchase a different brand of sound card because my speakers certainly aren't broken and work with the on-board sound fine.
    so if anyone else has the same problem or any advice on how to fix the problem, please comment.

  • HT5634 The "automatic Install" in the windows support software does not work. I cannot see the USB in Windows to manually start set uo

    The "automatic Install" in the windows support software does not work. I cannot see the USB in Windows to manually start set up.
    I have downloaded windows support software from Apple 3 time with the same result.  Where can I get a clean copy of the Windows support software?

    Did you correctly format your usb stick in accordance with the Boot Camp installation instructions? Go here to the Boot Camp System Requirements page, http://support.apple.com/kb/HT5634, look for your computer model/year and download the correct version of Windows Support software.

  • RemoteFX USB redirection control per user

    Hi All,
    Just got a bunch of new thin clients in. Acer N2110G with DeTOS 7.2.2, connecting to a session based 2012 RDP server.
    I have a requirement that normal users not be able to write to USB drives. Does anybody know how I would go about controlling this with these thin clients?
    With a traditional workstation, we were just using the Deny removable write GPO, and only one group of users was allowed to write. With these thin clients, the redirected USB drive shows up as a folder inside a mapped drive, and everyone can write to it.
    I tried using the enable/disable RemoteFX USB redirection, but that seems to be for the client computers, and is a computer setting, not user.
    Does anyone have any ideas? Do I need to switch to WES to get this type of functionality?
    Please let me know if I can provide further info...
    Thanks everyone!

    Hi,
    What I can thoght is to add the users into a group with Deny write access Enabled via Group Policy.
    Best regards,
    Susie

  • Windows 2008 R2 does not work on Sunfire X4170

    Hi, I recently bought a used X4170 server and have a weird problem. Windows 2008 R2 does not work, but 2012 does. I tried RTM version and a version with SP1. The problem is this:
    After installing, I set the password and windows just displays a blank desktop, sometimes it boots but freezes soon after - the mouse cursor moved but nothing else works.
    Booting in Safe Mode works and Windows do not freeze. The Event Log contains lots and lots (about 20 per second) of these entries:
    Log Name: 
    System
    Source:   
    Microsoft-Windows-WHEA-Logger
    Date:     
    6/21/2014 12:24:59 AM
    Event ID: 
    17
    Task Category: None
    Level:    
    Warning
    Keywords:
    User:     
    LOCAL SERVICE
    Computer: 
    WIN-SOGS2TPM334
    Description:
    A corrected hardware error has occurred.
    Component: PCI Express Root Port
    Error Source: Advanced Error Reporting (PCI Express)
    Bus:Device:Function: 0x0:0x0:0x0
    Vendor ID:Device ID: 0x8086:0x3406
    Class Code: 0x30000
    I have tried updating the driver for this device (downloaded from Intel), no difference. Is there a way to make Windows 2008 R2 work on this server?

    Hello
    Thank you for the update.
    Please refer the below Knowledge document related to this issue:
      Windows BSOD WHEA_UNCORRECTABLE_ERROR(124) & correctable WHEA events when disabling network ports on X4170M2/X4270M2 (Doc ID 1576683.1)
    However above document talks about X4170M2, I would suggest you to follow and if issue persist, please open Service Request with Oracle to diagnose further.
    Best Regards
    Bhavyesh

  • Report Viewer error in Windows Server 2012 & Windows Sever 2012 R2

    Hi,
    I have created an application with .net & C#. I have used Report viewer 2008 for generating report. Now I am trying to use this application on Windows Server 2012 & Windows Server 2012 R2. But I am getting the error related to assembly not getting
    loaded.
    I am clueless why this is happening.The same application is working fine in Windows server 2008 R2. The error which I am getting is:-
    Please help me with this and suggest me how to resolve above error and any workaround for this.
    Thanks for help.

    Hi
    Vishwajeet (MCA,MCP,MCTS,MCITP),
    Like your title mentioned, your case related to Report Viewer, For case related to
    Report Viewer should be posted in
     Other Forums> Visual Studio Report Controls
    forum. That describers:
    Discuss reporting functionality including the integrated report designer and viewer controls for adding rich data reports to Windows Forms and ASP.NET applications.
    Visual C# forum is Discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.
    Now I will move your thread to Visual Studio Report Controls forum for better support.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • USB keyboard not working on startup

    I have recently upgraded to a 2011 Mini Server running M. Lion. It has all worked perfectly up unitl the last few days when the keyboard (a generic non-Apple Windows one) is suddenly not working when the machine starts up. It is recognised in System Information as 'USB Multimedia Keyboard' but it says something about it not being 'registered', I think. Sorry I can't remember the exact message. I have to unplug it from the USB port and plug it back in, then it works fine again. It never stops working mid-session or after the computer wakes from sleep. I have a Logitech mouse, a Belkin hub and an M-Audio keyboard controller plugged into the other ports. The point is it has been recognised fine up til now so I wonder what has happened meanwhile and how I can fix it? It's no big deal having to unplug it and plug it back in but it is a bit of a pain. Does anyone have any idea what to do about this? Thanks.

    I seem to have a similar problem. I have the Apple wireless mouse but a corded Apple extended USB keyboard connected to a USB (AC powered) hub. Upon startup, I usually log on to the iMac (running OS 10.8). However, lately when I boot up, there is a question mark next to the login field on the screen. I can move the mouse, but there is no response from the keyboard. All indicator lights on the hub are green, indicating there is a connection between the iMac and the USB devices. I eventually have to remove the power plug from the hub then insert it again to reset the connection, which fixes it. I have no problems after that.
    I have reset the PRAM several times, but this doesn't fix it. The problem exists even if no other devices are connected to the hub.
    Question: Is this a hub issue, or an issue with a port on the iMac? Thanks!

  • Audigy Platinum Ex Windows 7 SPDIF IN not working

    Audigy Platinum Ex Windows 7 SPDIF IN not working? I have an old Audigy Platinum Ex that has served me well, until now when I have a new Windows 7 x64 PC (RTM). SPDIF IN no longer works, though everything else does (including SPDIF OUT). I've tried the current and beta drivers for the card, and no difference.
    In Windows Vista x64 I could use ASIO drivers with my M-Audio ProFire 60 while using the Audigy for PC audio. Most often this was for skype, which I would set to use SPDIF IN/OUT which I then connected to the ProFires SPDIF OUT/IN. Using the ProFire mixing tool, I could control which mics and levels went to the Audigy while not interfereing with the ASIO drivers recording the mics. The ProFire also recorded the SPDIF OUT from the Audigy to caputre the person on Skype to their own audio track. This is a podcast producer's heaven, and I miss it!
    If it's a known issue (SPDIF IN / Win 7), I've had this card through 4 PC upgrades and it's served me well enough I don't mind buying new. The Creative Sound Blaster X-fi Elite Pro looks to be the current version of my Ex - are there any Windows 7 issues currently that would stop me from using it in the role above? I will miss the FireWire port, a shame they dropped that.

    Well basically it is possible, and I've found this out. Apparently Dell released a driver or something that allows it to work, but then only if you install a 3rd party modified xp version of the creative suite. I don't remember where I found it, but it was through google... Using some term including x-fi, dts, and vista.... Can't seem to find it now. Anyway, it had a download for the whole creative suite that was modified from the xp version for Vista, however it was buggy as hell, caused driver issues and blue screens, and ended up causing me to have to reinstall Vista altogether again. In other words, it's possible, but I don't recommend it until it's officially supported... Don't know when this will be yet... *crosses fingers*
    Luckily I've got a dual OS system with XP too, and I switch to that when I want to use my Xbox 360... However due to Microsoft also being terrible in that department... I now get entertainment off of its 3 red lights... (For those of you who don't know, 3 red lights = hardware error. Sending into microsoft for repair typically is a 2 month process... I'm still waiting on my prepaid shipping box to arri've and it's been 4 days... Will be a similar wait to get it to them, 4-6 weeks for them to actually repair, and another week or so to get it all shipped back). Although even when the console worked, my dsl modem sometimes cut out when playing on Xbox li've and dropped signals, reported errors, etc.
    What is with the companies producing technology nowadays? I just want to play Gears in 5. on Xbox li've... *cries*Message Edited by Supercoolyo on 07-22-20070:54 AM

  • Dual-Boot; Restart and boot other o/s USB devices not working

    I have issue with my msi z97-g43 mobo and Windows dual o/s PC.
    Booting with win-8.1, USB devices working very well.Restaring windows 8.1 have NOT any issue.
    After shutdown & start PC, choosing to boot windows 7 on bootmanager, USB devices not working in Win-7.
    System no hang or occur any error/BSOD message.All startup programs run as normal.
    I tried to re-plug usb devices but notting happens...  Still not working
    But after the win-8.1 shutdown, if i switch off PSU power button, watting ~1 munute for discharge.
    After power up PC and boot with windows 7 all usb devices works normaly.
    I checked all internal connections. 2 times disassembly all hardware and re-built system, nothing changed.All windows updates and latest drivers installed.
    I'm sure other H/W is OK, but I thnik this mobo have a fault.

    Thank you for reply.My PC system specs:
    CPU:    Intel Pentium G3258 3.2ghz
    Board:    MSI Z97-G43 /Bios: Ver. V17.7
    MEM:    G.Skill Ripjaws 2x4gb DDR3-1600mhz cl9 1.5v F3-12800CL9-4GBRL
    VGA:    Sapphire AMD Redeon HD6670
    CASE:    Zalman z3 plus white (5x 120mm fan)
    PSU:    Thermaltake Litepower 500w (12v1+12v2=36amp)
    HDD-1:    Seagate 1TB ST1000DM003 /HDD-2: Seagate 2TB ST2000DM001
    COOLER:    Akasa 92mm PWM Blue Led
    OC:    CPU:Default /MEM: X.M.P mode=1600mhz 9-9-9-24-2t 1.5v
    O/S:    Win7 x64 PRO + Win8.1 x64 PRO (Genuine)
    All hdd's have MBR based partition table.Windows 7 & 8.1 installed in non-efi mode.In BIOS Boot sequence is setting up to non-efi Boot(system) drive as primary.
    Before I suspect maybe have a short circuit to pcb or similar thing cause this issue.I take out all parts outside the chassis, and ran this system on the antistatic bag and box.Nothing has been changed.
    I have Cooler Master Devastator(MB24 + MS2k) USB keyb+mouse set and tplink wn722n usb wireless dongle.
    I have one more pc,based on AMD 970+SB950 chipset mainboard and AMD CPU.I exchange all parts to this amd mainbaord and tested for faulted hardware.All intel system H/W's is ok.All works great
    Dual boot works perfectly.Not needs to switch off psu/power back and run system again.
    I think msi z97-g43 mainbıoard have a problem.

  • 4530s DC CARD or USB BOOT not working even if it has this option in bios

    i just posted a message but i think it's in the wrong section..
    http://h30434.www3.hp.com/t5/Other-Notebook-PC-questions/sd-card-boot-and-usb-boot-not-working/m-p/9...
    Hi, i just got a HP ProBook  4530s , I5 processor, Intel HD 3000 , i have a problem with it, i can't boot on any usb or sd card, i tried all linux versions i could find and also some live windows and bartPE, on my sd card i get the "Disk read error" as soon as i choose the booting device and on usb it goes a little bit further i can see the linux logo some processes starting and then same error related to write on disk, the sd card and usb are not in read only mode and on my other laptop a older one 6730s everything works...
    Also all the usb and sd card work perfect in windows, when i boot from internal HDD.
    Is there a fix for it??  Or can anybody that has this laptop test if it works booting from usb or sd card, maybe it's a problem with this unit..
    i have tried all available bios verions and various usb devices but as i said the usb sticks all worked on my other laptop but not on this one.
    Oh and also is there a bios option to stop virus check on boot? as far as i could test that is the only option in bios that is not there and i can't test with it ON/OFF.. any help would be apreciated because i can return the laptop for 30 days and i allready have it for one week. and i really need this option to work.
    PS - sorry for my bad english but i'm from Europe

    Quote from: Svet on 13-May-12, 00:13:31
    do >>Clear CMOS Guide<< with power cord removed
    Yes, I've tried this. I pulled the power cable, waited two minutes, hit the CMOS button, and also removed the battery, and waited another minute.
    After which, I loaded optimized defaults, but the problem remains.
    Thanks,
    Ice Piq

Maybe you are looking for