Issues with Recovery from recovery disc I created

Product Name and Number: HP G60-519WM notebook
Operating System installed: Windows 7 64-bit
I am trying to recover my system from a recovery disc I created, but am not having any luck. From the Systems Recovery Options, I get as far as it saying 'Use recovery tools that can help fix problems starting Windows. Select operating system to repair. If your operating system isn't listed click Load Drivers and then install drivers for your hard discs', which (NO OPERATING SYSTEM IS LISTED AT ALL) After I've clicked 'Load Drivers', I get the message, "Insert the installation media for the device and click OK to select driver."   I'm stuck at this point....what driver(s) do I add and what else do I do to fix my laptop?
*Also from the Recovery Manager window, of the three help columns I am only able to select from second column titled ->I'd like to identify any problems.
PLEASE HELP 

Thanks for responding to me, but is there no other way that I can solve this issue? In other words without cost? I don't even understand why this happened to me....I regularly do system clean ups, always check for updates, rarely download anything, etc. 
One day I turned on my laptop and initially got a blue screen saying something happened (don't remember word for word) and restarted it per it's suggestion hoping it would fix itself....after I did, it came on making weird sounds and black screen telling me to insert reboot disc and press any key??? My financial status is bad currently and don't have luxury of $20 nor any amount. Please tell me there is another way?????? 

Similar Messages

  • HP laptop g7-1150us recovery (from recovery media) failed.

    Model: HP laptop g7-1150us
    recovery media: 3 DVDs that I created when I got this laptop.
    Hard disk: I have run diagnosis for hard disk. Passed.
    Problem:
    I have tried recovery from recovery media. Following the instruction, I insert 3 DVDs. It copied the required files from DVD to the hard disk and shows "recovery preparation is complete".  Also, it shows it will start recovery after restarting the computer. Once the computer is restarted, it shows boot failed. It is exactly the same story when I tried recovery manager from internal recovery disk.  

    If you can read the 25 character Microsoft Windows 7 license key attached to bottom of laptop, you can download a Windows 7 ISO file to burn to a DVD or USB flash drive. The version  must match version that came installed on your PC as  listed on the Microsoft COA sticker attached to bottom of laptop. Such as Windows Home Premium.
    Link to the Windows 7 ISO file downloads:
    http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325/
    You can use the Windows 7 USB/DVD installation tool to convert the ISO file you download. Link and instructions below. You need a  DVD+R or DVD -R . Or a 4 GB flash drive to use the USB method.
    http://www.microsoftstore.com/store/msusa/html/pbPage.Help_Win7_usbdvd_dwnTool#installation
    Use the 25 character key on the COA to activate the installation.
    The key will activate either a 32 or 64 bit installation.
    Next go to your support and driver page to install the drivers you need.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • During recovery from recovery partition I get message "INF file txtsetup.s​if is corrupt or missing

    During recovery from recovery partition I get message:
    INF file txtsetup.sif is corrupt or missing, status 14.
    Setup cannot continue. Press any key to exit.
    Now I have a computer with a recovery partition and that's about it.
    The C partition has been formatted by recovery and files have been copied but I can't get any further.
    The computer is an nc6220 and the OS, if the recovery would work, is winXP pro.
    Anyone have any ideas ?

    I assume you ran recovery from the hard drive?
    If so,
    I would run a chkdsk on the recovery partition it may fix the sif file corruption.
    You can do this from a XP boot cd using the command prompt, you just need to run it on the recovery partition instead of the C drive as explained in this article.
    http://kb.wisc.edu/helpdesk/page.php?id=5097
    if you use the
    map
    command, it will list all the partitions and the drive letters 
    so the command might look something like this
    chkdsk /r D:
    D: represents the recovery partition, which may be different than D:

  • Issues with importing from excel

    I have been running into a several issues with importing from Excel.
    First my configuration
    I am running SQL Developer ver 1.5.5 Build MAIN-5969
    I am on a Windows XP Professional Version 2002 with Service Pack 3
    I am importing into an Oracle 10g database.
    1. SQL Developer doesn't work on Excel 2007, I have to save all my files into Excel 97-2003 format before I can use them.
    2. If I run into an error loading and stop the process, SQL Developer doesn't release the Excel file and I get a sharing violation if I try to save the spreadsheet without closing SQL Developer.
    3. I have found that I have to set print area to the area I want to work with, otherwise the import wizard tries to keep adding rows.
    4. When using the Import wizard, it keeps adding commas on fields with numerics unless I specify the column in excel as text. Currently the column is formatted as General in the spreadsheet or I can change the wizard format to say the column is an integer, but it actually is just a code field with numeric characters so it may have leading zeroes that I need to keep.
    This might be related,
    I have a column in excel defined as text but only contains numerics. It is of length 4, but the wizard sets a precision of 5 with a datatype of VARCHAR2. If I try to change it to 4, I get an error saying the field is not large enough. Yet, when I do a LEN on the column, it only gives me a 4. I have other fields in the same sheet that a 3 position numeric and 2 position numeric and those are fine. I am thinking this is related to the comma being inserted in a numeric field for anything greater than 3 positions.
    5. Importing excel dates to oracle dates doesn't work. I have to convert the excel date column to text then import as a VARCHAR, then convert to Date once in the database.
    6. The default of nullible is not set on any columns and I have to set them before the import. (I would prefer it set to nullible and I have to uncheck the box to make it not nullible. I would prefer to import all of the data and then deal with the nulls after they have been pulled in)
    7. When I select header columns included it uses that as the column names. Is it possible to do the name length check then? It has bit me a few times where I try to import and forget to check the name length and then I get an error when I start running the import.
    8. If one of the columns to import has all nulls, then the precision comes out to 0 and if it isn't changed an error occurs on import. Could this situation default to a precision of 1?
    9. It would be nice if there was a completion message displayed and a cancel option while running.

    On point 3.
    I have a column in excel that consists of numbers. 4 digit numeric codes. Ex, 1111, 2345, etc
    The column's format is general. It displays as just 4 numbers.
    When I start the wizard initially, the column appears with data as 1,111, 2,345, etc, on the Data Preview screen.
    It determines the precision to be 5 on the column definition screen.
    If I change the precision to 4 then continue, that field will error out when I verify with "not big enough to hold the data in source columns"
    If, I change the excel column to a TEXT column.
    Excel still displays as 1111, 2345, etc
    The wizard then displays the same data 1111, 2345 on the Data Previeiw screen
    Yet, when I get to the column definition screen it still sizes it as a 5
    If I change it to a 4, I get the same error when verifying.
    If I leave them alone as 5, then it processes just fine.

  • My "undo" command does not work in the new version of GB.  Please advise.  This is a real problem.  I had no issues with  GB from iLife 11.

    My "undo" command does not work in the new version of GB.  Please advise.  This is a real problem.  I had no issues with  GB from iLife 11.

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Cannot force destructive system recovery from recovery disc set Pavilion a1630n

    I have a Pavilion a1630n.  This desktop originally came with windows xp media center edition 2005. 
    I had exercised the windows vista home premium express upgrade several/many years ago. 
    I attempted to  restore the computer after getting malware or virus infected.   I found that microsoft system restore had been turned off and no system restore points were available.   The set of vista system recovery discs that I had made after the os upgrade were also seemingly unuseable.  I attempted to perform a destructive system recovery from the external discs that I had purchased in 2009.  The recovery seemed to take place from the hard drive only and did not request recovery disc 2 or 3. 
    I now have a windows xp operating system with no files in the hp recovery partition except hidden files.  An attempt to run another recovery returns a message that the recovery partition not found!  no software is available for reinstallation.  hardware tests that I have run show no problems with any hardware. 
    I've attempted to various combinations of restarts per the support documents wither using the f10 or esc key to no avail.
    Ideally I would like to know that the hard drive was successfully formatted and that the recovery takes place from the system recovery discs that I had purchased.  (I'm fairly sure that the discs worked at one point as I used them prior to the windows vista upgrade.)   I believe that the discs are still in good condition as I can browse the discs on the laptop that I am using.  I've also written and read cd's successfully but I have not attempted to read or write a dvd format.

    At power on the menu options listed are
    esc Boot Menu
    F1 setup
    F10 Recovery
    I tried f9 per your suggestion since this is not a defined key.  I can see the optical drive access the disk with the blinking cursor....after a minute or two the computer boots from the hard drive and does NOT attempt to perform system recovery.
    I have set the to boot from the optical drive first (tsst corp ts-h652m)
    The optical drive is accessed but eventually (after a minute or two)  the computer boots up from the hard drive.
    If I change the bios settings to only boot from the optical drive after a few minutes I receive the following message
    " Disk boot failure, Insert system disk and press enter"
    FYI
    drivers in use
    Samsung SP2504C (HDD) uses 5.1.2535.0
    Tsst TS-h652m (optical drive) uses 5.1.2535.0
    phoenix bios rev 3.10 12/13/2006
    core rev 6.0
    Any other suggestions ?

  • Issues with load from Excel

    Dear all,
    I have issues with loading the data from excel.
    My excel file looks like this:
    Time
    Store
    Neto_prodaja_ACT
    Neto_prodaja_TAR
    Jan-12
    C1
    16
    16
    Feb-12
    C1
    2
    2
    Jan-12
    C2
    1
    1
    Feb-12
    C2
    3
    3
    My procedure for load is:
    CLEAR STATUS 
    Across Var Down Time, Store
    Sel Neto_prodaja_ACT, Neto_prodaja_TAR
    Sel Store Input
    access lslink
         connect test1
         select * from my_list
         peek only 10
         read
    end
    When I load the data I receive following error:
          Time                         Store Neto_prodaja_ACT  Neto_prodaja_TAR 
        1 01/01/2012                   C1 16.00             16.00 
        2 02/01/2012                   C1 2.00              2.00 
        3 01/01/2012                   C2                                                                                                                                                                                                                                                                       1.00              1.00 
        4 02/01/2012                   C2 3.00              3.00 
    4 Record(s) Read, 0 Record(s) Skipped.
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_ACT
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_TAR
    The loaded data looks like this:
    The data for store C2 is loaded also on store C1 so everything is messed up.
    I also have a question regarding dimensions.  I have a model in PAS which has data from different data sources (BW and excel). In excel I have dimensions which are not loaded from BW (they don't exist there). How to create such dimenison?
    Thank you a lot in advance.
    Best regards,
    Petra

    Petra,
    The Forum isn't really designed as a training system but rather where people can share questions or get a separate pair of eyes to look afresh at issues that aren't working for some reason. This is particularly the case for something which is as important as creating dimensions.
    The idea of the SSM Cube Builder/Model Designer was to enable people to build models with their relevant dimensions and metrics for demos and simple initial systems using manual data entry. If you are getting into building dimensions that will be outside BW then you are moving into the implementation arena rather than demo creation and need to work carefully so that things tie up.
    I doubt people would expect to be able to set up/implement BW without training and SSM is the same.
    If you would like training or would like to collaborate on a first project to enable skills transfer then my colleague Pedro and I would be happy to discuss this. We have done this with other people and it has worked well.
    Regards
    Colin

  • BO XI issues with properties from BPC

    Hi all,
    I post again my message (it was not in the good forum) and I complete with answers to Andrey.
    We created an universe on a BPC cube, after creation, we see all the properties of the dimension, but this is impossible to see the values of the properties, only their names.
    Andrey asked "What do you mean by "to see the values of the properties""
    What I mean is that if we make a request with WEBI on the universe, then we cannot see the values of the properties, ie I cannot see the value of the property "EVDESCRIPTION" in my request for example.
    My colleague is trying to make a request that displays some accounts in line with the description of the account for example, and we can only see the ID of the account, but the EVDESCRIPTION property is empty each time, and this is the same with all properties of all dimensions.
    Did someone already encounter this issue ?
    Thanks

    Post from thread: Re: BO reporting on top of BPC NW
    Problem during Query development:
    1. If we put unverse's dimension (in terms of BO) to Query and then execute query we can see the data from the dimension.
    2. BUT
    when we add an object "Measure" (for example YTD) to "Dimension" and run query - we have no data returned back. (even just Dimension data).
    I found this issue documented in SAP note 1495455
    It says:
    Symptom
    Business Objects Enterprise report has been created using the ODBO provider delivered with BPC 7.5 NW.
    Report works well with only dimensions retrieved.
    Same report using measures, gives error:
    " The 'No data to retrieve. Query 1'  "                         
    Environment
    BPC 7.5 NW.
    Cause
    This is because of the default behavior of ODBO provider. 
    If no restriction on any dimension, the ODBO provider takes the default member of a dimension to build the query.
    The default member is the first member along a hierarchy.
    The original ODBO comment is: 
      "We loop through our contexts and for each context, we create a
      fully-qualified tuple consisting of the member as specified in the 
      context followed by the default member(s) of the 
      hierarchy(s) on the slicer axis as derived above."
    Resolution
    So the cube does not have transaction data and the WebI reports the no data message.
    This is not a bug. 
    I took this to mean that you need to set a filter on each dimension (class in the Universe).  Once I did this, I was able to get data.

  • Issue with load from livecache

    Dear all
    In our APO system we have encountered a strange issue with data loaded from livecache into the infocube.
    Problem is in the infocube, where there are two requests with a forecast version data with the same amount of data.
    When I look in my infocube in APO I see e.g. the two following request IDs for a given product:
    REQU_4CZ4SQ5PSM9V5PHJCHTIS24GK is the most recent load from Livecache (replacing any previous livecache loads).
    APO_R43U3KZLM0V3WVK112YEK3KKLE cannot be located. It is not available on the infocube manage section
    Ultimately this results in double data for this given product.
    Do any of you have an idea as to what this APO_* request could be triggered from?
    This is the input from the BW-team:
    This indicates that an APO program has modified the infocube data without updating the request tab of the manage infocube. But it has updated the request id of the data which is transformed. With subsequent loads into the infocube, these records are split based on different request idu2019s, and loaded collectively into BI.
    I hope you can help me out.
    Best regards,
    Anders Thinggaard

    Hi Visu
    It seems I made a typing error in my description of the problem. It is of course the DESTINATION combination, not the SOURCE combination, that is written into the infocube when realigning on the infocube.
    This, of course, creates the request ID starting with APO. Besides that I get the request starting with REQU when I load from livecache using an infopackage. So far so good.
    What confuses me though is that when I load back into livecache (load my planning area) is seems to pick up the correct amount of data (not taking the APO* request into account) whereas my load to my external BW out of my APO infocube seems to pick up both the REQU* and the APO* requests, resulting in dublicate data.
    Have you had this challenge as well?
    My first idea is to make the BW team make some ABAP coding leaving out any request ID starting with APO*. However it seems to me that this is a stardard functionality of APO, and I'd like to get to the bottom of this...
    Best regards,
    Anders
    P.S. As I understand, the copy logic only dertermines whether data from source combination is added to or overwriting the data for the destination combination.

  • Oracle 10g - issue with "DELETE from TABLE WHERE ID in (1,2,3)" (cfqueryparam used)

    Hello, everyone.
    I am having issues with running a DELETE statement on an Oracle 10g database.
    DELETE
    FROM tableA
    WHERE ID in (1,2,3)
    If there is only one ID for the IN clause, it works.  But if more than one ID is supplied, I get an "SQL command not properly ended" error message.  Here is the query as CF:
    DELETE
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    Anyone work with Oracle that can help me with this?  I'm an experienced MS-SQL developer; Oracle is new to me.
    Thanks,
    ^_^

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

  • Quality issues with calls from US to Korea

    I've always been a big fan of Skype. I have a premium account and I use "Skype to go" to call from the US to South Korea. Starting about 5 months ago, the quality of these calls has severely degraded. It is almost not worth the call. It is very difficult for me to hear the people I've called and for them to hear me as well. There is no Skype customer support contact phone number listed anywhere on the Skype website that I can find. Otherwise, I'd be addressing this issue with a real person. Is there a reason for this call quality degradation? Is there a fix in work? Is there a customer service number I can call? Is it time for me to leave Skype?

    rates are available on http://www.skype.com/en/rates/  just enter Itay in the destination and check the rates lower down the page.
    If you are going to make a lot of calls - check the subscriptions available too...
    There are subscriptions that include landlines and mobiles as well

  • Issues with charsets from NUC ERP system to UC BI System

    Hi guys
    We are actually in the process of Upgrading and Unicode Migration for BI and ERP Landscape
    BI Landscape is the first stage so we are facing an issue with char sets
    ERP system generates a plain txt file which is later pick up  by BI system to run a chain process.
    This plain txt file, contains Spanish Special chars which are causing the issues.
    I have found a note which converts file at OS level from one code page to another code page
    Is there another more transparent solution, like forcing NUC ERP System to generate the plain file in a format which can be read by UC BI System
    Best
    Martin

    You have posted in wrong space. Please post your query on the correct space so thate xperts could help you.
    regards
    manu

  • Render issues with footage from Color

    I'll start off by noting that this issue only happens running Snow Leopard.
    I am having terrible problems when trying to apply and render some effects on footage which has come from Color…specifically, the Bad Film filter. Either at the render completion or during the render, I'll get all sorts of "screen draw" problems, like green and pink pixels everywhere. Sometimes they will only appear in the Canvas window, but if I launch any other app, the new app's is nothing but the screen error and the app is useless, thought I think it still functions, though useless to the point that I'm only left with having to restart. Occasionally, it'll throw that error telling me I must restart (in several different languages). I have occasionally had success with very short clips, but anything much more than 30 seconds is useless. I would think this is a hardware issue; however, it only happens under Snow Leopard and is not an issue with Leopard.
    I have performed a clean install from a zeroed disk with both 10.5 and 10.6 and upgraded to the latest point release. I'm not really sure where to go from here. Has anyone experienced anything like this? I have the early 2008 8-core 2.8GHz Mac Pro with 16Gigs of RAM and two monitors connected to the ATI HD 2600 XT. I've also tried rebooting to just one monitor, but no dice. I've run hardware tests from TechTools that came with my ACD's AppleCare and all appears rosy. Real Time effects seem to work just fine and I don't have issues with all effects that require rendering. Most befuddling, I'm having no issue on clips that have not first gone through Color. Strange, huh?

    Sorry about that.... The footage is ProRes422 1440x1080 going into Color and ProRes422 1920x1080 coming out. I've tried exporting at 8-bit Uncompressed out of Color with the same results.
    Originally, this is 24p footage from an HV20 taken to ProRes via this: http://support.apple.com/kb/HT2410 method.
    I'm still just not sure why this only happens in Snow Leopard, while everything works peachy in Leopard, though I think you may be on the right track with this being an FxPlug filter. I know I would occasionally get messages stating, basiclly, "Your GFX card is a wimp, these filters won't work" when trying 10-bit sequences under Leopard, thus I tried the 8-bit setting with this issue and all without any luck. I'll will try "Light Rays" and "Bloom" this evening to see if I get the same result.
    To make this stranger still, Bad TV seems to render just fine, as far as I can recall, only Bad Film give me problems. I suppose this particular filter may not be compatible with my configuration. Perhaps, I shoud be getting that message instead of a crash.
    Message was edited by: Carl Spackler

  • Recovery from recovery discs made with recovery manager on g62

    I got the blue screen of death and had to do a system restore for my hp g62 laptop. Before i restored the computer, the recovery manager launched and had me backup my files. I backed up the system on like 15 discs using hp"s recovery manager. After it was done, i returned the computer back to factory settings. Now, im having a problem using the recovery discs made thru the recovery manager. The files arent being read. I tried to copy them and move them onto the hard drive....and they are all saved as .wim files....which arent read by anything. So i have all my files backed up, but that arent opening. How the hell do i open my files that i backed up? How do i put my files back on the computer?

    Hi,
    I've never really used the HP File Recovery system, but you can open an Image file as follows.
    Download and install 7-Zip from the following link.
    http://www.7-zip.org/
    When installed, right click on the .wim file, select 7-Zip, select Extract Files and click Ok - your files should be in the newly extracted folder.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Recovery from Recovery Discs failed

    My notebook is an Envy 17t-3200 3d CTO. It originally had Windows 7 (64 bit). I upgraded it to Windows 8 (64-bit) and then using the Windows store I upgraded to Windows 8.1. I loaned my Notebook to someone when I got it back I noticed a lot of programs on it that they had installed. So I decided to use my recovery disks (Windows 7 64-bit) to clean everything off and reload what I wanted. The recovery choices that appear include “system recovery” and “factory reset”. I decided to select the “factory reset” since it would format my Windows drive and then restored the notebook to the factory condition. After loading the five recovery disks I got screen that said the recovery has failed. It saved the information to a CAB file, but this forum doesn't support attachements.

    Hi AirForce9731,
    Thank you for visiting the HP Support Forums and Welcome. I have read your thread on your HP ENVY 17t-3200 3D Notebook and recovery manager fails to restore. Here is a link to troubleshoot why the recovery manager fails  to restore.
    Please note remove any and all USB devices, and remove memory cards from the card reader slot. 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!

Maybe you are looking for