Windows 8.1 pro boot problems

I upgraded my OS on a hp pavilion g6-1d73us from windows 7 home premium to windows 8.1 pro and ever since I have had boot problems. I took all the software off since I thought that might be the problem but the boot problems persist. The computer's self diagnosis helps but I still have problems. Is my laptop incompatible with windows 8.1? Windows 8.1 was a download and I still have recovery disks for windows 7. I originally thought the problem was incompatible software but now I am not sure.

Hi @hifive11 ,
Thank you for visiting the HP Support Forums and Welcome. I am glad you have recovery disks for windows 7, smart thinking. I have looked into your issue about your HP Pavilion g6-1d73us Notebook and having issues with the Windows upgrade to 8.1. Here is a link to the drivers page for your product. I do notice there are drivers for Windows 8.The Updates you need for the system are the Chipset. These are located on the driver page link above.
One of the things that can cause an issue is things connected USB. The computer can not load the drivers so it causes an issue. Once the machine is up to date then return the USB devices.
Then I recommended to restore the BIOS to factory defaults.Here is a link to restore the BIOS. 
You can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook.
Please note remove any and all USB devices. Disconnect all non-essential devices.
Hope this helps.
Thanks.
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

Similar Messages

  • Bluetooth in Windows 8.1 Pro Boot Camp

    Okay, so I've searched all over the place and found no actual solutions to my problem. There are several forums that ask this question, but then they just kind of trail off...
    Here's my issue:
    I have a new MBP (non-retina) and I am running Windows 8.1 Pro with Boot Camp. (Yosemite on OSX side)
    I am trying to use my internal bluetooth chipset (Broadcom 20702A3) to set up a serial connection with a very simple bluetooth device that talks to an arduino. The bluetooth module is a pretty common one -- the JY-MCU. I know that it will work on my hardware because it works beautifully when I run OSX. Then I boot into Windows, and it goes kaput. Open PC Settings > PC and Devices > Bluetooth, and it will appear. I can pair with it by entering the correct code, and all looks good: the progress bar goes across, then it says "connected." Then a few seconds later, it says "paired" instead of connected. That basically means that it COULD talk to it because it knows the passcode, but it doesn't see it anymore. That's what happens when i turn off my bluetooth mouse: it says "paired" but not "connected." Turn the mouse back on, it says "connected" again. There is nothing that I can do to make the bluetooth module say "connected" again, though, short of clicking "remove device" and repeating the process. I tried BlueSoleil, but a similar thing happened (I can give more specifics, if it would help anyone familiar with BlueSoleil), and the software seemed pretty sketchy to me, so I uninstalled it. I've also tried re-downloading and reinstalling the Boot Camp drivers, but no change. I tried installing Broadcom drivers, but no luck there either -- the installer stalls because it can't find the hardware. The Broadcom driver issue has been discussed by other people trying to do similar things, but it seems that no one has been able to make anything work at all on a Mac except BlueSoleil and the Boot Camp drivers. Oh, and one other thing I tried: enabling bluetooth collaboration (Device Manager > Network Adapters > Broadcom 802.11n Network Adapter > Advanced > Bluetooth Collaboraion > Enable) worked for some people who wanted to have two bluetooth devices going at the same time, but made no difference for me.
    So, any ideas? I think what I'm looking for is a better driver (although I've searched all over) or a less sketchy, more reliable bluetooth manager than BlueSoleil. At this point, though, anything's worth a try, so long as it's not malware. I really would like to be able to make this work. My next try will be to buy a bluetooth dongle, and use whatever drivers come with that, but that's pretty inelegant, especially since I only have two USB ports.
    Let me know if any more specifics would be helpful.
    Thank you in advance,
    -Rowan

    COMPLETE SOLUTION
    This solution will get Arduino bluetooth communication up and running on a MacBook Pro that has been Boot Camp-ed into Windows 8.1.
    1. Use standard Boot Camp bluetooth drivers
    2. Download PuTTY
    3. Connect bluetooth module to Arduino.
        I used a cheap JY-MCU bluetooth module
        I used SoftwareSerial, but if you want, you can probably use HardwareSerial, although you might have to disconnect the BT module to upload sketches.
        Whatever you do, remember to connect Tx to Rx and Rx to Tx.
    4. Upload this sketch to your Arduino (using a USB cord) to check serial communication (unplug the cord when you're done):
    #include <SoftwareSerial.h>
    SoftwareSerial BTBoard(2,3); //Rx, Tx
    char val = 0;
    char current;
    int ind = 13; //LED on pin 13
    void setup(){
      BTBoard.begin(9600); //This must be set to baud rate of your BT module
      pinMode(ind, OUTPUT);
    void loop(){
      while(BTBoard.available()){
        current = BTBoard.read();
        if((current != '\r') && (current != '\n')){ //PuTTY sends a carriage return (\r) and a newline character (\n) every time you press enter
          val = current;
          BTBoard.write("val is currently ");
          BTBoard.write(val);
          BTBoard.write("\r\n"); //These lines echo back the value that is stored
          if(val == '1')
            digitalWrite(ind, HIGH); //turn on the LED
          if(val == '0')
            digitalWrite(ind, LOW); //turn off the LED
      delay(10);
    5. Connect your bluetooth module to your computer:
         Power up the BT module
         Open PC Settings > PC and Devices > Bluetooth
         Wait for your BT module to appear, when it does, pair with it.
         You may need to enter a passcode: try 1234 or 0000
         It may say "Connected" or just "Paired," but it doesn't really matter as long as it says one or the other
         Close Settings
         Go to the Bluetooth icon in the taskbar
         Right click on it, an click "Open Settings" (if you don't have the BT icon in your taskbar, there is probably another way to get to these settings)
         Click the "COM Ports" tab
         Take note of the name of your outgoing port (mine was COM3)
    6. Start PuTTY
         Set up PuTTY as indicated by this site
         Make sure that the baud rate is the same as the baud rate of your BT module, and the same as the baud rate in the sketch above
         Make sure that the COM port is the one that you found in the last step
         You might want to save your session so you don't have to change the settings in the future
         Click "Open"!
    Now when you type a 1 into PuTTY and hit enter, it should echo back "Val is currently 1" and the LED should turn on. The opposite happens when you type a 0.
    If you need to restart PuTTY, unplug the BT module, wait a few seconds, plug it back in, and start PuTTY again, using your saved session. You shouldn't need to re-pair the BT module with your computer.
    I hope that this helps someone out. I might post it on the Arduino forum too.
    -Rowan

  • Can't Connect to Internet on Windows 8.1 Pro Boot Camp

    Hello all,
    I installed Windows 8.1 Pro without any problems. However, I saw that I can't connect to the internet, because there are no connections being displayed. How would I fix this? What drivers would I need to install? I purchased my MacBook Pro with Retina Display o November 5, 2012.

    How did you install windows? Boot camp assistant would have downloaded and installed drivers for you.
    Download and install these
    http://support.apple.com/kb/DL1720

  • Mac Pro Boot Problems. Kona 3?

    I'm having booting problems with a Mac Pro. It's got a kona 3 card in one of the PCI slots, and we've been tinkering with it to try to get the audio to work right. However, I've been having huge problems whenever I try to restart the computer. After hitting the power button, or telling it to restart the screen goes to black and sometimes I hear a chime. However, the computer does not boot any further. Then, after holding the power button down and restarting the computer, I can sometimes get the computer to boot normally.
    I suspect the Kona card is causing some of the problems. I have multiple hard drives on the system, and I have the ability to boot onto two separate drives in 10.5.8. Both drives are having the same problems.
    it's a 2x2.8ghz quad-core Intel Xeon with 10gb of ram. The Kona card is in slot 2. Slot 3 has also been tried, but similar problems remained.

    removed kona card. uninstalled aja programs. restart problems still persisting.

  • Mac Pro Boot Problems After 10.6.2 Update

    After installing the latest version of snow leopard I am now having boot problems on my mac pro.
    Symptoms;
    -Screen resolution is incorrect at apple splash screen.
    -Takes a lot longer than usual to boot.
    -Once booted the blue tooth magic mouse isn't imediately reckonised, takes a while to find that.
    -Once the mouse is finally reckonised it can move around but can't click on anything or bring up the dock. Tried a wired mouse, had the same problem.
    -The keyboard is also not appearing to do anything, none of the shortcuts or quick keys work..
    Had exactly the same problem after 3 restarts but on the 4th after leaving it for a good 20-30minutes it setled down and everything was working okay. However this is a recurring problem as I had the same thing yesterday...
    I have a my 10.5.8 system backed up on an external so I am running from that at the moment. Don't want to go back to snowy til these problems are solved.
    Any help will be greatly appreciated!
    Martin

    Try Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    Let us know.
    -mj

  • Windows server 2012 R2 booting problem

    I am trying to install windows 2012 R2 standard in Hp ml350 g8 Server. after completing the installation windows is not booting properly . After entering the user name and password only c:\user\administrator display in the screen . if i type exit
    on it then only   a black screen and mouse pointer display. kindly suggest me what to do.

    can any one suggest me what to with this booting problem! is there any hardware problem or it's problem with the media as the media was downloaded from vls.my problem is that  After
    entering the user name and password only c:\user\administrator display in the screen . if i type exit on it then only   a
    black screen and mouse pointer display. In my opinion Microsoft need have to provide the media disk along with the licences and also some short of technical support free over phone. but they don't !!! 

  • Macbook pro boot problem!

    hi all !
    I have a MacBook Pro 15" Model A1260 and I replaced tha logicboard because was damaged. from that time I can't install any windows version via bootcamp; everything goes fine until restart; after restarting I got this screen (see attachement). the only way to go into my OS system, is to restart again the MBP with ALT Key presed..... how can I fix this problem? thanks in advance!
    L.E. this happened whith all version of OSX (original DVD Leopard, Snow Leopard, and Lion)....

    Ok.
    Follow in order:
    Put in your OSX Install DVD.
    Boot while holding C then select your language.
    Select your Mac OS X disk (named "Macintosh HD" by default) in the left side of the Disk Utility window.
    Click the First Aid tab.
    Then do Repair Disk.
    Then try to restart normally.
    Failing that, reset PRAM.
    Failing that, if it were me, I'd boot back from your Install DVD & Repair Permissions on the Macintosh HD volume.
    Failing that, report back so we can get some more experience in here, but I'm thinking you should be right.

  • K7N420 pro boot problems?

    my K7N420 pro has been working great for at least a year but has recently developed a problem...
    I leave my PC always on most times and last week when i wiggled my mouse to wake it up nothing happened so i hit reset.  It got to various stages of the boot up process but kept resting it self or sticking either at the bios msi splash screen and some times almost booted windows but said my c:/windows/system32/system file was corrupt and that I'd need to reload my recovery disk.
    to make a long story shorter, I discovered that one of my case fans was not spinning, I pulled the power for it and then everything was fine again, for a week....
    last night  I loaded a new program and had to reset and the same boot issues happened, only somewhat worse, happened again. this time ocasionaly the splash screen was all distorted or it would prompt me that my bios checksum was invalid and asked to put my system floppy in. but on each power off or reset, it sometimes got past that but would hang saying my system file was corrupt again. I kept resetting it with different results and it eventualy booted and is now running fine though I am afraid to reset.
    I have a suspicion my bios battery may be the cause? PC alert tells me my bios battery is at 3.10 volts? I went into my bios when it wasnt booting and everything looked in order there, even monitored my voltages in the system health section and all looked good with the excetion that my 3.3 voltage line seemed to fluctuate quite a bit. between 3.2 and 3.3 and is still shown to do the same in PC alert even though im up and running now.
    could this be my bios battery? any help, or suggestions appreciated.
    OdBall
    3dmark2001 score = 8280
    http://service.futuremark.com/compare?2k1=4104680
    mobo = K7N420 pro
    cpu = AMD 2000xp
    ram = 2x 256k pc2100
    vid = gforce 3 ti-500

    Sorry, I don't know much about my PSU other then its a generic 350W that came with my case. as my sytem is still running now, its dificult to get at the label to tell you more.
    The reason I think its my bios battery or the bios prom is that I only have trouble at boot up time when the system needs to read it. Is their a bios diagnostic I can run while my system is up and running?
    As I said in my initial post, I rarely turn my system off so both times I had problems the system was warm inititaly.  On both ocasions I let it cool down after several attempts to reboot but it made no differance. The first time, I was sure that my psu was the issue for it booted clean after unplugging the stuck case fan.  but when it exibited the same symptems the next time I reset, a week later, I'm not so sure any more. thats why I posted my concerns here.
    I know that the stuck case fan could not have been good for my PSU and am prepared to replace it, I just feel that if it were my PSU at fault it wouldn't only cause me problems at boot up... I have been up and running again for several days now since that last reset with out any issues.
    I have everything I need backed up now and will attempt to reset it again this weekend when I have time to play with it. Actualy, I think I'll just shut down and replace the battery first, I suppose it would be prudant to replace the PSU as well before attempting to power back up but then I'll never know for sure what was at fault if it works.

  • Mac Pro boot problem-Get "I have no name!" error message after possible KP

    I think I'm having a kernel panic... and trying to keep from doing so myself
    3GHz Mac Pro/4GB RAM, 250GB boot drive and three 400GB drives as a RAID for video captures.
    I'm still in the process of getting the machine set up with software.
    Demo machine from an Apple Authorized VAR that has been running in his office for several weeks. Had installed Final Cut Studio Monday, allowed Software Update to update the Apple software, including the OS.
    Edited quite happily with FCP on a multiclip project... and did other things over the last several days.
    Had no problems until a couple of hours ago after adding a number of fonts... which may turn out to be part of the problem... or not.
    Rebooted the machine, and after what seemed like a VERRRRRRY long time of gray screen with spinning gear icon, the screen goes black with a cursor in the upper left corner.
    About :30 later, text appears: "3Ghz-MacPro:/ I have no name!#" followed maybe ten seconds later by "SIOCPROTOATTACH_IN6: en0 error17" and "SIOCPROTOATTACH_IN6: en1 error17"
    Screen clears back to cursor... then "3Ghz-MacPro:/ I have no name!#" reappears... and eventually the cycle starts again.
    I would infer that en0 and en1 are the two ethernet ports.
    I've popped the install disc in, booted to it (which took a while to do) and used Disk Utility to verify the disk. No problems found. Repaired it anyway.
    Verified permissions, which found a couple of issues in the library with some files not essential to booting. Repaired those. Rebooted.
    Same cycle as above with "no name."
    Ran Apple Hardware test (the quick one) and it found no hardware problems.
    Am waiting to see whether the AppleCare TechTool Deluxe will boot. Spinning gear continues as I write this (7-8 minutes??)... now wondering whether it's 10.4.x for Intel Macs as it spins.
    After waiting a while... decided to go back to the install disk and see whether I can install 10.4.7 to a handy FireWire drive and boot from that...
    then remove (or turn off with FontBook) all the fonts I just installed and see whether it'll boot from the internal.
    More later. Am watching e-mail on another machine so feel free to offer suggestions.
    Thanks
    Ted.
    3GHz Mac Pro-1GHz eMac-G3 400MHz Lombard   Mac OS X (10.4.8)  

    I installed 10.4.7 onto the RAID so I could see whether it would boot OK, and to swap font folders out so that only the OS installed ones (from the RAID install) were present on the boot's original install.
    Booted from the RAID just fine... and was able to do the font folder swap in the main font and user font folders.
    Trying to then boot from the boot disk didn't make a difference. Same kernel panic with the text as described before.
    Did an "archive and install" onto the boot disk and it came up fine on the fresh OS.
    Updated QT and then the OS to 10.4.8 using Software Update (which I understand from the Apple info site is the "delta" version. Combo is also available, and it updates any 10.4.x version to 10.4.8)
    Moved over some items in various library folders from the previous system to make the ProApps happy (only Motion's not working) and will get a project out the door today.
    Will ultimately wipe the drive and go from scratch on the OS and Apps again.
    Looking forward to half a day of intimacy with my Mac Pro and software disks this weekend.
    Thanks.
    Would still like to know what happened under the hood to cause the problem in the first place... so I can avoid doing anything I might have done to cause the problem... or to avoid other snafus.
    Ted
    Message was edited by: Ted Langdell to clarify the results booting from the RAID and from the boot after font folder swapping.

  • Mac Pro Boot Problems

    Hi,
    I think I've got a failing drive, but I'm not sure it's not something else and could use some advice. Nothing has changed on my computer/configuration, but suddenly I'm having a problem booting: I can only get to the gray screen (no Apple logo). Booting up while using the "Option-Command-P-R" to reset PRAM allows me to boot normally... but by the next time I need to boot, it's back to the problem.
    I have 3 Samsung Spinpoint F1 1TB drives in the computer like this:
    Bay 1: Boot Drive (single partition, 1TB)
    Bay 2: Time Machine backup drive (single partition, 1 TB)
    Bay 3: Internal Backup & Important files (two partitions, 500GB each... Internal Backup created using SuperDuper!)
    If I run SuperDuper and update the Internal Backup partition, then set the Startup Drive to be the Internal Backup partition, the computer boots repeatedly without trouble (I've run this way for several days in a row without any bootup trouble).
    Yesterday I erased the drive in Bay 1 (using the Zeroing option to identify bad sectors) and it showed about 600MB in use (bad sectors?). I restored it (using SuperDuper) from the Internal Backup... and everything seemed great (much faster, etc.). Until this morning... when, once again, the computer wouldn't boot from Drive 1 without resetting the PRAM.
    The 8GB RAM in the computer is after-market (OWC brand) memory, but doesn't appear to be causing any other trouble (application errors, or anything like that).
    Sounds like a dying drive, right? Or is there something else I should be testing?
    Thanks!

    Just as an update... I have now run the Apple Hardware Test (twice) and I bought TechTool Pro 5 and ran all of the viable tests on the drive. Nothing was found.
    Still... the Samsung drive in Bay 1 won't reliably boot. Sometimes it will. Other times, it's just a gray screen (no Apple logo, no spinning progress indicator).
    Hmmmmm....

  • MacBook Pro boot problems

    Hi. Over the last few days i have been having problems with my MacBook Pro starting up. If i put it to sleep it will not wake up, just get a blank screen and if i turn it off, it will not boot. I can hear the drive spin up, the chime sounds, but just get a blank screen. The apple logo is not illuminated and the caps lock key illuminates when pressed. The only way to get it to boot is to turn it off and on repeatedly around 30 times and then itll boot up and work fine. My battery was pretty bad so thought this might be the cause but after replacing it, its still the same. Its running 10.8.2 and i think its a late 2010 MacBook?

    The folder / question mark means that the system is either not on the startup disk you're using, or has been damaged.
    If you can't boot from your original hard drive (you may need to press the Option key while booting to select a startup disk), try booting from your install DVD (hold C while starting up). Option will not show drives or partitions that don't have a bootable system on them (it can, however, show a drive with a damaged system that will, when tried, yield the ? and folder icon.)
    You should then be able to run disk repair or switch back to your original startup disk so you can move some "stuff" to an external drive.

  • MacBook Pro Boot Problems Yet Again

    Earlier last month, I posted a topic about how my Macbook Pro "crashed" and I ended up having to reformat my HD and it was working fine afterwards as long as I didn't install any OS X updates.
    Just yesterday my Macbook started to just randomly freeze every two seconds when I went to open something, or type a simple word, or just when it started up & loaded the desktop period.
    I ran the disk utility to try to verify/repair the disk and that did not work, I kept receiving the message "disk cannot be repaired, please backup, reformat and restore, blah blah" ...
    PROBLEM IS.
    Now when I turn it on, it always wants to boot in safe mode, but as the little bar is loading, it shuts the entire computer off before it even finishes loading (it starts to load and about less than a min later it shuts off). It happens EVERY TIME I turn my Mac on. What is the problem? Does AppleCare cover this? I've only had my Mac less than a year and already I'm experiencing problems that I shouldn't be having AT ALL.
    I don't live close to an apple store, and I'm in college, so I can't just up and drive hours away to find a store.
    I have an iPhone 4 and iPod Touch 4th Generation now I'm afraid to even sync it with the Mac when it is fixed because I don't want to lose everything.

    Look at these data recovery tools if you aren't backed up:
    http://www.macmaps.com/backup.html#RECOVER
    Purchase AppleCare if you haven't already.  You can do so anytime in the first year.
    AppleCare by phone can usually with notebooks setup a mailin to repair with as little as 36 hour turn around in the U.S.    The issue you are having may actually be a dying hard drive, or it may just need purchasing Alsoft Disk Warrior, or it may be a power supply issue or RAM issue.  As long as it is Apple installed RAM, that's normally covered under warranty if nothing was dropped or damaged by bumping.  Same with power supply.  A bad power supply in the room can cause power supplies on computers to fail.  A good APC surge protector can help protect a computer against spikes and surges not caused by lightning and some poor power.  Other poor power has to be diagnosed by an electrician. Good luck!

  • MSI 6380 K7T266 Pro Boot problem

    My computer will not boot. The D-LED on the motherboard (MSI 6380) shows one of the LED in red when booting. Since I do not know is that's LED 1 or 4, the following is the reference from the D-LED in the manual:
    1. Testing RTC (Real Time Clock)
    2. Boot Attempt - This will set low stack and boot via INT 19h.
    Can someone help me?  What seems to the problem and how to resolve it?
    I am using the following:
    MSI 6380 (K7t266 pro), BIOS ver 1.9, PC2100 DDR (256mb), 64mb 4x AGP, 80gig HD, NIC, CDR, and 56K Modem.

    put power on and off agian, acpi enabled !! in bios, do not use pci slot 1 and 5, if there is Creative and a modem on that place

  • 694T pro boot problem?

    I got a 694T pro and have used it for some years now without problems. When I went on vacation I unplugged the power to the comp. When I got back after a week the computer didnt boot up. When I pressed the power switch the green main power indicator lights up and the hdd indicator blinks orange on time. Nothing more happends. The hdd or cd-readers dont start. All fans are dead. The LEDs at the mobo all blinks red once and then goes black again. I had the computer plugged in for a while and then suddenly it started when I pressed the power switch. And then it worked for about a week. Then I went away for a week again and unplugged the computer and when I got back home again I had the same problem, but this time it dont start. What can be the problem?

    A new battery didnt help :(  Someone with more ideas?
    What does it indicate when the leds blinks red once and then turns off? Cant find anything about it in the manual.
    Another strange thing is when I have replaced the battery and unpluged the powersupply cabel in the mobo and then plug it in again, the cpu fan starts for half a second when I press the power switch but then it stops again.

  • K7T Pro - boot problems - suggestions

    Hey,
    I've been searching this forum for a few hours now trying to sort a problem for a friend of mine. Maybe I'm overlooking something. Please feel free to give me any tips/suggestions!
    computer specs:
    MSI K7T Pro with AMD 1333 processor
    2 x 128 mb
    GeForce 2
    problems:
    system doesn't boot, d-led is red, green, red, red
    siren like sound
    what i want to do:
    * check capacitors for leakage
    * do c-mos clear (what to do, to achiev this?)
    * replace battery with new one
    Any other suggestions?
    Thanx in advance!
    Hobbes

    The better way to get help is to give a full spec of PC includding Power source's details (Amps to 3.3v 5v 12v ) What is memory brand ? Hope is not Crucial.  8)

Maybe you are looking for

  • HT1310 how do I reset my password if I don't know it ?

    how do I reset my password if I don't know it ?

  • Overlapping images in an applet

    Hello, I'm a Java beginner and I would like to write a small applet for a web page. My goal is the following: The webpage has a background image. So far no problem.The applet should also show a small menu- which is also no greater problem. Further on

  • Performance issue in EBS

    Hi I am seeing the performance issue on my ebs environment. My ebs database has 3 processor and 9GB RAM. When i run Item/Item Revision User-Defined Attributes Concurrent Program, my database server show 98% of cpu utlilisation and there is some pagin

  • How to config  Sun Java System Application Server 9

    Hi I developed a small web application using Netbeans Visual Web and Sun java application Server 9. and it working fine. Now how can I access the application from another machine (Clint) through net work Can anyone please help?

  • Applescript and Keynote: skipping old/un-skipping new?

    I manage digital signage for a university department. Last week, I wrote an Applescript that will examine the contents of two folders (an Incoming and a Current folder), check the filenames of slides inside for start and end dates, and move new/old s