HP DV6700 Operating System Not Found- How Can I Access & Back Up Files?

1. HP Pavillon DV6700 -> old yes, I know
2. Operating System: Vista
3. Black Screen -> Err2Err3 Operating System Not Found
I ran the Primary Hard Drive Self Test > Hard Disk Self Test and it was a quick test. After it finished it came back with "#10009- Replace Hard Disk"
My question is: I've been tring to make this laptop last for as long as possible (obviously considering I was still using Vista). I plan to trash this laptop, but I need to know somehow, some way to access my files. There are pictures and essays that I absolutely need and I didn't do any back up in the last 2 months.
Please any suggestions!

Yes use a usb to SATA adapter:
http://www.amazon.com/Patuoxun-Converter-Adapter-C​able-Drive/dp/B008ASF5MC/ref=sr_1_3?ie=UTF8&qid=13​...
That one is very inexpensive on amazon.com. Connect the SATA hard drive to the adapter (after removing the drive from the laptop) and plug the usb connectors into two usb ports on any other computer running XP or greater. The laptop drive will (if you are lucky) mount as a lettered drive on the host computer and you can copy and paste files off the drive with Windows Explorer file browser.

Similar Messages

  • HP Pavilion dv6500 Entertainment Notebook PC series Operating system not found

    Hello to all how are you doing guys doing today I'm having a problem and need the help from the tech world. So i have a Hp Pavilion dv6500 cto notebook. I started it up and got a black screen stating "Operating System Not Found". I couldnt get into safe mode to recover back to a safe point, i was able to get into the bios system to do a memory and Hard drive test, my memory test came back as a Pass but my Hard drive came back as a fail and stated "Replace Hard Drive".
    Now i went out bought a new WD 500GB 5400rpm hard drive for the laptop, i installed it and did a Hard Drive test to make sure it was good and the test came back as a Pass.  Now i had this laptop for years since 2007 and it broke just a few months ago, i just got the new hard drive yestarday and was playing doctor last night. When i got the laptop as a gift i was only given a recovery disk which did boot up and gave me the install now option and repair computer option. I chose the install now option and it was starting to install but then got this error message "Windows cannot open the required file D:\Sources\Install.wim. Make sure all files required for installation are available, and restart the installation. Error code: 0x80070002." I read that you cant install windows from a recovery disk so now im back to square one. 
    So current status is I got a new hard drive that pass the bios test, memory test was a pass. I have no windows disk other then the windows vista recovery disk i tried but failed to install windows. I also tried a windows 7 disk from work but the disk wouldnt boot up came back with a message stating that disk couldnt be read there may be problem with the cd dvd drive or hard drive, but when i put in the windows vista recovery disk that boot up no problem. i just cant install window with it. So Im stuck with a black screen stating no operating system is not found. Note that i havent change the boot up line up back to hard drive to see if it would boot up the new hard drive but i dought it would change anything since its a brand new hard drive with nothing on it.
    If someone could help me with step by step like how to get an operating system on my new hard drive. My wife has a laptop but with no cd drive so i would need instruction to boot get it on the usb. Hope i was helpful with my problem.

    You have only tried questionable disks. You could order a recovery disk from HP but I am not even sure they still have Vista recovery disks. You could also buy a Windows 7 OEM disk and try that. it will cost you a bit but will be legal. What version of Vista is it? You can also try to find a Vista install disk and use the Key Code on the bottom of the laptop if it is still legible. Here is a link to downloadable .iso files you can use to make a Vista install disk that will activate with your Key Code:
    http://downloadsnfix.blogspot.com/2012/08/microsoft-windows-vista-official-iso.html

  • Operation System not found

    I've been following the beginners' guide and I keep running into this "Operation System not found" error.
    I'm using a dell xps l502x, and trying to install x86_64 arch. I've tried using syslinux and grub both with the same error on reboot
    During a syslinux install I use fdisk to partition the drive. The tutorial says this is to create an mbr, but it gives me a gpt from some reason:
    Disk /dev/sda: 120.0 GB, 120034123776 bytes, 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: gpt **this I don't understand, as I'm following the guide for the mbr**
    # start end size type name
    1 2048 31459327 15G Linux filesystem
    2 31459328 234441614 96.8G Linux filesystem
    and my fstab is:
    # <file system> <dir> <type> <options> <dump> <pass>
    #/dev/sda1
    UUID=0ec7dc20-1ea3-4f1c-810b-4fded8550744 / ext4 rw,relatime,data=ordered 0 1
    #/dev/sda2
    UUID=9d6efd2f-8a18-4968-b251-7e09983ef539 /home ext4 rw,relatime,data=ordered 0 2
    So I have no errors at this point other then fdisk creating gpt instead of mbr.
    I install syslinux, no errors:
    Syslinux install successful
    attribute legacy bios bootable set - /dev/sda1
    installed MBR (usr/lib/syslinux/gptmbr.bin) to /dev/sda
    I edit the syslinux config to point to /dev/sda1.
    exit, umount /mnt/home, reboot, operation system not found!. The strange thing is when i go to the install disk and click Boot existing OS, I am able to find my install through syslinux and select Arch Linux, and it is functional.
    I'm not really sure where to go from here as I've tried both syslinux and grub with the same result. When using grub I make sure to create the 1007kb boot partition marking it as EF02, and i still get operation system not found.
    Last edited by soote (2013-08-31 20:36:12)

    WonderWoofy wrote:This sounds not like a problem with Arch or your bootloader installation at all.  Rather it sounds as though you need to make an adjustment to your bios to tell it to correctly try to boot the disk with syslinux on it.
    Thank you for the advice. I followed the steps listed here, and ran everything except for the last command (# syslinux-install_update -i -m). On reboot I was still faced with the Operation system not found error. I then ran # syslinux-install_update -i -m and got the following:
    Syslinux install successful
    ABORT! MBR installation to partition (/dev/mapper/arch_root-image)!
    I'm unsure of what this error means, but it lead me to this blog entry.
    This blog looks promising.
    roentgen wrote:
    Same Dell here. It seems to be a compatibility problem between BIOS and GPT.
    I couldn't find any other way than to use MBR.
    How do you create the partition table? In fdisk 'o' is used to create a DOS (MBR) partition table.
    I followed the beginners' guide to create it. I will try creating the partitions with o instead of p, i didn't know about that option. I really don't need a GPT partition.
    Last edited by soote (2013-08-31 21:07:22)

  • Startup trouble, won't update and says "operating system not found"

    So when I tried updating to the new thunderbolt update thingy (yes I know, VERY late but I kept forgetting to update it and I didnt have time) it didnt start up because it said "operating system not found" after 30 mins of looking around for tips to reboot they didnt work,
    I troed rebooting and it worked, and I followed the instructions to "download Mac OS X Lion" again. But it wont redownload because this reason:
    "You can't upgrade this version of Mac OS X because a newer version is installed."
    I have tried everything and since I downloaded the thunderbolt REALLY late I dont think anyone else had had this problem.
    Help me please?

    Hi, pimmerik. 
    Thank you for visiting Apple Support Communities. 
    Sorry to hear that you are experiencing this issue.  I would go through the steps in the article I have included below as they may help resolve this error. 
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/TS2570
    Regards,
    Jason H. 

  • Operating System Not Found VPCSE15FL

    Operating System Not Found VPCSE15FL

    Hi ACCONNITT,
    Welcome to Sony Community!
    Do you still remember what has change prior to the error message? What is the current operating system of your laptop?
    TheSonyFanGirl1 is correct, in addition to this, please follow the instructions carefully to make sure that you can isolate the issue. 
    Please keep us posted. Thanks.
    -Jen
    If my post answers your question, please mark it as "Accept as Solution"

  • Operating system not found & no IDE device

    My hp pavillion dv9000 has had a bunch of problems since I bought it about six years ago but it has always come through though. Now I haven't had a chance starting the laptop because of an error message right after the HP start screen that says &quot;operating system not found&quot;.. Seems like it can't detect any hard drive as it says &quot;no ide device&quot; when running a hard drive test in bios. I've tried everything, I think, reseating the hard drives, load default configuration (bios), hard reset, and simple things. This gives me the idea that the hard drive is completely broken <br>Would it be possible to get an external hard drive and start it in that way?<br><br>Regards Nossin

    The hard drive is probably competely dead and needs replacement

  • T43 operating system not found

    My laptop is thinkpad T43, recently the problem with Operating system not found happen, and the light for hard disk can not flash. But sometimes it will disappear, the laptop can start normally, who can tell me the exact reason??????
    Message Edited by evan_ares on 05-20-2008 07:17 AM

    Welcome to the forum!
    Posting the 7-character model number of the T43 in question would be a good start...
    Downloading and burning a PC-Doctor disk and booting from it would be the next step:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-56222
    Good luck and keep us posted.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • T43-"Operating System not found" woes

    Hey all first time post long time listener, got a t43 thinkpad that will not boot and gets the message,
    PXE-E61 - Media test failure, check cable
    PXE-M0F - Exiting Broadcom
    Operating System not found
    First I checked BIOS and found that it was not recognizing hard drive, turned off broadcom, switched around startup hardware,etc etc and nothing still "operating system not found". Set everything to default, again same thing. Then I took out hard drive, and re inserted...again nothing. So I took apart laptop to look at connection on mother board, cleaned everything with dust-off, no visible problem on MB, took off CMOS battery, because I was in the neighborhood and figured it couldn't hurt,and reset CMOS info, put it all together and voila it starts up..midway through transferring files off, the hard drive (I assume) froze up and I had to do a hard reset. On the new boot, same problem as before.
    In the interest of price, I heard that the CMOS can drop below a certain voltage and screw with BIOS boot, (although there is no visible change in date/time and lenovo tech assured me it isn't the case),is this a possibility? Or is it a hard drive and/or MB issue? Hope you guys can help me out, thanks!

    Welcome to the forum!
    Posting the 7-character model number of the T43 in question would be a good start...
    Downloading and burning a PC-Doctor disk and booting from it would be the next step:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-56222
    Good luck and keep us posted.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Operating system not found; clues in POST beep sequence?

    Hello, I have a Pavilion dv9000 (specifically dv9207us), BIOS version F.16, running on Windows Vista.   With no apparent cause it now stops booting up with the message "Operating system not found."  I can get into the BIOS setup but the "Primary Hard Disk Self Test" option shows "Diagnostics not supported".  I've also tried pressing F11 during bootup, as I found information that there could be a recovery function this would trigger, with no result.  The hard drive is a Western Digital Scorpio (WD1200BEVS). 
    I know the immediate answer is that the drive is fried, but of course am trying to make sure before giving up, and one unusual event that takes place on start-up, immediately after pressing the power button, is a series of five double beeps.  There's a lower-toned beep followed by a slightly shorter higher-toned one, and that repeats for a total of five -- sounds a little like an English police car, maybe.  If you listen very closely, the first, lower-toned beep actually may be two beeps followed by the higher pitched one; "da-da dee".  I expect there's information content in that, but have not been able to find any guide to POST beep sequences or the like.  Any guidance would be appreciated.
    Also, it apparently can access a thumb drive during start-up, as when I attached one I could see the thumb drive LED going active for several seconds, so I'm also wondering if I can load anything into the thumb drive that would help.  Naturally, this is the only computer in the house on Vista, however.  Thanks. 
    Message Edited by JimAC on 11-11-2009 02:05 PM

    Hello JimAC,
     I have now the exactly same issue in my dv9925nr. Did you found a solution?
    - Walter

  • After installing Itunes 10.6.3 When ever I start the computer I get a pop up the says  "Applesyncnotifier.exe- unable to locate component, this application has failed to start because Corefoundation.dll was not found"  How can I get rid of the pop up?

    After installing Itunes 10.6.3 When ever I start the computer I get a pop up the says  "Applesyncnotifier.exe- unable to locate component, this application has failed to start because Corefoundation.dll was not found"  How can I get rid of the pop up?

    I hope it doesn't effect how I down load my itunes to my ipod and iphone.
    No you should be fine. (The MobileMe service is being shut down, anyway, so there should be no impact at all.)

  • My computer wont start up says boot device not found how can i fix that

    I HAVE AN HP PROBOOK 4430S
    SERIAL NUMBER {Removed for privacy}
    THE ERROR MESSAGE IS BOOT DEVICE NOT FOUND HOW CAN I FIX THAT ERROR

    Hi:
    Go into the BIOS and run the hard drive diagnostics test and see what that reports.
    Sounds like the hard drive failed.
    Paul

  • I upgraded my 3gs to ios5 and the sound of the messages is not working well, it's slow and my bluetooth definitions are not stable how can i get back to the ios4

    I upgraded my 3gs to ios5 and the sound of the messages is not working well, it's slow and my bluetooth definitions are not stable how can i get back to the ios4

    App Store->Purchased
    iTunes->Purchased->Download All

  • Apple support application is not found so can't access Itunes

    Apple support application is not found so can't access Itunes

    Same here. I'm thinking there's something going on with the iTunes store right now and that it's not just you.

  • I have converted a pdf to word. How can I access the Word file from my online account?

    I have converted a pdf to word. How can I access the Word file from my online account? When it says 'download the converted file' I choose a location on my PC and click, but nothing happens. It seems that it can only save the converted file to my online account. I went to my online account but I see no way to look for the file

    Hey Fabrizio,
    You might need to sign up at "https://cloud.acrobat.com/exportpdf" using your Adobe ID credentials to convert your PDF file to Word.
    Do you get the 'download' prompt?
    Also, you can find the converted files by clicking at the 'Files' tab. 
    Please try the same using a different browser and check.
    Hope to hear from you.
    Regards,
    Anubha

  • How can i access filename from file (sender)

    hi All,
    can anybody tell me
    how can i access filename from file (sender)?
    thank u
    swari

    See:
    "SAP NetWeaver XI: Variable Substitution with Adapter-Specific Message Attributes via DynamicConfigurationBean"
    SAP NetWeaver XI: Variable Substitution with Adapter-Specific Message Attributes via DynamicConfigurationBean
    "Accessing Adapter-Specific Attributes through User Defined Function"
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e964516

Maybe you are looking for