ESXi 4 boot partition error (need help)

I managed to install the latest posted ESXi 4 build on my machine. On startup, I get the following error message: "cannot find the boot partition.

Verification of the vmkernel log, the error seems to be:

"sysboot: / vmfs/volumes/4cb9ae7e-f48e8fcf-f20 invalid primary Boot Bank detected."

"sysboot: cannot find the boot partition.

The mobo is a S2915 of Tyan Thunder n6650w and the HD SATA is the built-in controller (without using RAID). Any help is greatly appreciated!

Thank you

Brian

Try to install on a USB key. You don't need to be over 1 GB.

Tags: VMware

Similar Questions

  • I am at my wits end now ragarding Microsoft Windows vista update code "80070246" error Need help.

    Hello

    I have windows vista and for the last few weeks I can't get windows updates. I just get an error with this code 80070246 screen. It says 'never' most recent checks the updates and updates have been installed 'never '. I did the operation of Micorsoft update packages to prepare and package files autonomous but still no luck. I can't do this thing global installer that you burn it to a cd and run your windows disk with as I don't have vista or windows disk that the computer came with it installed, but no disc.

    Completely fed up that I can't install printers etc.. Ive tried to disable my internet security completely taken it out but still no luck so it isn't a firewall problem.

    Can someone please recomment something?

    Yes, this problem did start once my previous [subscription of the antivirus application?] has expired.

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows.  Please note that a repair installation (upgrade AKA on-site) won't fix this!

    HOW to do a clean install of Vista: section "If you want to reinstall Windows Vista by running a new installation...". "of http://windows.microsoft.com/en-us/windows-vista/Installing-and-reinstalling-Windows-Vista

    Tip: Contact the manufacturer of the computer for instructions on the use of the hidden restore partition (do not be confused with the system restore) to do a clean install of Vista.

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the next page before connecting the machine to the internet or one local network (i.e. other computers) otherwise and before using a flash drive or the SD card that is not brand new, or has not been freshly formatted:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    Tip: After getting the computer fully patched, download/install KB971029 manually: http://support.microsoft.com/kb/971029

    NB: No matter what Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the removal tool before installing updates, Windows Service Packs, or updates IE and before installing your new anti-virus application (which will require WinXP SP3 must be installed).

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    See also:

    Risks & benefits of P2P file sharing
    http://www.Microsoft.com/protect/data/downloadfileshare/filesharing.aspx
    http://blogs.technet.com/MMPC/archive/2008/10/06/the-cost-of-free-software.aspx

    Measures to help prevent spyware
    http://www.Microsoft.com/security/spyware/prevent.aspx

    Measures to help prevent computer worms
    http://www.Microsoft.com/security/worms/prevent.aspx

    Avoid fake security software!
    http://www.Microsoft.com/security/antivirus/rogue.aspx

    If these procedures look too complex - and there is no shame in admitting this isn't your cup of tea - take the machine to a local, good reputation and stand-alone computer (that is, not BigBoxStoreUSA or Geek Squad) repair facility.

    Repost...

    Note: Extended Support for WinXP (x 86) SP2 ends July 13, 2010. After this date, computers that run Windows XP SP2 will NOT be offered additional security updates critical (x 86), automatic updates do not work, and Windows Update Web site is not accessible until SP3 is installed.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Vista. 800 70 490 error need help

    I can, t update my windows Vista, s corrupted... How can I do it myself with a disc?  I need to do it manually

    Hi Miaj,

    1. are you able to boot to the desktop?
    2. What is the KB updates get failed?

    Method 1
    If you are able to boot to the desktop, then I suggest you to run the fixit from the following link:

    The problem with Microsoft Windows Update is not working
    http://support.Microsoft.com/mats/windows_update/

    Method 2
    I suggest to perform the clean boot and then try to install the updates.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Note: Follow step 3 of section of boot KB929135 to reset the computer in normal mode.

    Method 3
    I suggest you try the steps from the following link:

    Cannot install updates in Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2
    http://support.Microsoft.com/kb/2509997

    Note:
    this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article: back up the registry in Windows Vista
    Note: Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.
    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-your-files

    Hope this information is helpful and let us know if you need more assistance. We will be happy to help.

  • User error needs help correction-> repeatable Tag on the attribute custom section

    Okay, I v.6111.  Today, I put manually the tag supplier_eq_create on all the existing attributes in our sections for suppliers can add them when we send the EQS. Unfortuately, I accidentally clicked on the reproducible tag instead of Supplier_EQ_Create in some cases in our environment Export/setting in scene.  When I try to remove its repeatable label, I get the error that says "reproducible State of the line can be changed after the outbreak of the line"... we did not really use the reproducible feature of the tag.  I need to know how I can remove this tag with the attributes of active due to human error before importing it to PROD.  The forum can help me?

    Best, Beckie

    Hi Beckie,

    As long as you are sure that nobody use it you can remove this tag with a database script.

    As with all scripts, make sure that you back up your data.

    With the following script, you can find the lines that contain the reproducible tag of a particular section model

    select rowTemplate.* from eaSectionDynamicTagJoins rowTTagjoin
    inner join commonEARowTemplate rowTemplate on rowTemplate.pkid = rowTTagjoin.fkEAS
    inner join commonLookups tag on tag.pkid = rowTTagjoin.fkTag
    inner join commonEASectionTemplate sectionTemplate on sectionTemplate.pkid = rowTemplate.fkSectionTemplate
    where tag.Name = 'Repeatable' and langID = 0 and Category = 'EASRowDynamicTag'
    and sectionTemplate.id = '';
    

    Tags are related to patterns of row of section customized using the eaSectionDynamicTagJoins table.

    You can remove the tag of a specific line by using the following script

    delete from eaSectionDynamicTagJoins
    where fkEAS = '';
    

    I hope this helps. Let me know if you have any questions,

    Dmitriy

  • trying to fix an error - need help

    Hello everyone

    I'm having a problem while I try to activate the software

    When I try an error shows me on the screen saying 'the applecation was unable to start correctly (0xc0150004). Click OK to close the application'

    The download was fine and successful.

    can you please help me solve this error?

    Thank you.

    The requirements for AE CC 2014 specifically state that it needs Service Pack 1 if it is to work on Windows 7.

    You will need to get smooth until you will be able to run After Effects. It seems that something is wrong with your Windows operating system.

  • Microsoft Visual C++ Run library error need help ASAP

    Hello. I am trying to download black desert online and I got this message several times:

    Microsoft Visual C++ Run library
    Error, program: C/Daum games/desert black/BlackDesert_downloader
    "This program has requested unexpectedly.

    The windows up to date shows that it is updated. My computer is windows 7 Home premium. I would really like an answer as soon as possible. I tried for two days to download this game. I really want to play XD

    There are many C++ libraries and most of the games that require a special version will install this version.

    The game is still in beta and won't be officially released until 2016, then

    I think you need to ask your question on the developers forums.

    http://black-desert.com/forums/

    .

  • Get an error when trying to install DirectX say (xAudio2_3.dll is not designed to run on Windows or it contains error) need help please :/

    First of all, I got a new game called (2 prototypes) the game was working fine then when I tried to run 2 days after installing... I got an error message saying XAudio2 is not found. Please re - install the game and install him required DirectX 9 provided .0c or get the latest version of Microsoft and the game works without noise... I re-install the game, but the same problem appearing Dungeon, which is why I tried to install the latest version of directx, but during the installation of directx, I got another error message saying (xAudio2_3.dll is not designed to run on Windows or it contains error) I tried to fix it by doing the registry repair , but it did not work so someone can tell me what is the problem and why it work well before then I got this error without changing anything!
    Here, any help would be helpful thnx in advance :)

    Hello

    Please contact the developer to check whether the game is compatible with Win 7 or not, since we have no information concerning its compatibility.

    Windows 7 Compatibility Center

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&s=ProtoType%202&type=software

    Try to install the game in compatibility mode and check. Give the link.

    Make older programs in this version of Windows

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Check the version of DirectX to the computer referring to this article:

    http://Windows.Microsoft.com/en-us/Windows7/which-version-of-DirectX-is-on-your-computer

    Diagnosing basic problems with DirectX

    http://Windows.Microsoft.com/en-us/Windows7/diagnosing-basic-problems-with-DirectX

    See the article on how to solve the problems of the game performance:

    The problems of the game performance

    http://Windows.Microsoft.com/en-us/Windows7/fixing-game-performance-problems

    It may be useful

  • Inability to create the snapshot (General error) - need help

    Hello

    Since 3 days, snapshot is no longer working with one of my VM (is a production machine).

    Vsphere Client 5.5.0 I got a General in vSphere Client error when I do a snapshot. In management of snapshot section, I see no snapshot

    but when I go into the directory of the virtual machine by ssh is to see that below (there are a few photos...)

    I tried to create the snapshot with and without the data from the memory, but it always the same effect. (Snapshot is taken with the virtual machine is turned on).

    • What am I trying to consolidate the disk? Is it safe?
    • Can someone help me?

    Thanks in advance,

    Michael

    VMware - 4.log

    VMware - 5.log

    VMware - 6.log

    VMware - 7.log

    VMware - 8.log

    VMware - 9.log

    VMware.log

    VMX-prod03-64-Ubuntu-2098329481-1.vswp

    prod03-64-ubuntu-000001 - ctk.vmdk

    prod03-64-ubuntu-000001 - delta.vmdk

    prod03-64-ubuntu - 000001.vmdk

    prod03-64-ubuntu-000002 - ctk.vmdk

    prod03-64-ubuntu-000002 - delta.vmdk

    prod03-64-ubuntu - 000002.vmdk

    prod03-64-ubuntu-000003 - ctk.vmdk

    prod03-64-ubuntu-000003 - delta.vmdk

    prod03-64-ubuntu - 000003.vmdk

    prod03-64-ubuntu-000004 - ctk.vmdk

    prod03-64-ubuntu-000004 - delta.vmdk

    prod03-64-ubuntu - 000004.vmdk

    prod03-64-ubuntu-000005 - ctk.vmdk

    prod03-64-ubuntu-000005 - delta.vmdk

    prod03-64-ubuntu - 000005.vmdk

    prod03-64-ubuntu-000006 - ctk.vmdk

    prod03-64-ubuntu-000006 - delta.vmdk

    prod03-64-ubuntu - 000006.vmdk

    prod03-64-ubuntu - 7d11f789.vswp

    prod03-64-ubuntu - Snapshot137.vmsn

    prod03-64-ubuntu - Snapshot138.vmsn

    prod03-64-ubuntu - Snapshot139.vmsn

    prod03-64-ubuntu - Snapshot140.vmsn

    prod03-64-ubuntu - Snapshot141.vmsn

    prod03-64-ubuntu - Snapshot142.vmsn

    prod03-64-ubuntu - ctk.vmdk

    prod03-64-ubuntu - flat hard

    prod03-64 - ubuntu.nvram

    prod03-64 - ubuntu.vmdk

    prod03-64 - ubuntu.vmsd

    prod03-64 - ubuntu.vmx

    prod03-64 - ubuntu.vmx.lck

    prod03-64 - ubuntu.vmxf

    I found the problem

    Some VM had a disc mounted in vSphere. It worked until last week, don't know why this problem only appears now.

    After you have disconnected the CD, 'manage the snapshot' list still empty, I clicked on consolidate first, after that, back to 'manage the snapshot' and my snapshots

    appeared. And last step, I deleted this snapshot for merge all...

    Maybe this will help someone else...

  • Materialized view error - need help

    Hi friends

    We have a table named weight_slip in two different places database running independently and that we need to combine these two places in a single central server table records. To this end, we try to use the view with a primary as a materialized bin code key. Below mentioned is Materialized View Query (Park and ang are 2 different oracle db).
    select * from weight_slip@park
    union
    select * from weight_slip@ang;
    We get the following error

    ORA-12015: cannot create a view fast refresh materialized by a complex query

    Please suggest a way to overcome this error or suggest any other way to get this job

    Concerning
    Park

    Hello

    You perform a UNION - a set based operations with a unique genre that prevents him from being eligible to fast refresh. You should be able to do a full refresh, however.

    David

  • ORA 12170: Connection timeout error: need help

    Hello

    The scenario is this: I have Oracle 11 g R2 installed on a server to Windows Server 2008 (32-bit). The database SID is "PGM". I am access (or want to access remotely to) the Oracle database in Visual Studio 2008 (customer environment) development environment running on a Windows XP (SP3) platform. I have already installed the package of the ODAC (ver. 11.2.0.2.1) for the Visual Studio environment.

    I created a sample Windows Forms application that uses the Oracle data access components. The example of HR schema in the Oracle database is already unlocked. This is the pattern that I use in the application.

    The issue that I am facing is that when I add the data connection in the Visual Studio environment. Feature "Test connection" returns the following error: ORA-12170 ... Connection has expired.

    I checked the TNSNAMES file. File of the ORA and everything is as listed in the Oracle documentation. It's as follows:

    PGM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.161)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = EGP)
    )
    )

    Please ask the community to help me overcome the error and making a link successfully. We have a system administrator, but not a database administrator. Oracle installation was made by me.

    Thank you
    Renj
    ----------

    Try adding a PGE in the SID_LIST_LISTENER of the listener.ora file and that you can do using the Net Manager and its operation is explained here

    http://download.Oracle.com/docs/CD/B10500_01/network.920/a96580/admintoo.htm

  • Error NEED HELP ASAP!

    I get this error. I belvie is referring to this code below

    You have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near ' leave, supervisor, description) VALUES ('TRY2WitterMay-16-2013', '!' at line 1)

    < is cfif not form.company1 "" > "".

    < cfquery username ='username # #' password =' #password #' datasource =' #datasource #' >

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#jobappid #" / >,)

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.company1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.busphone1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.empfromdate1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.emptodate1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.startwage1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.endwage1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.leave1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.supervisor1 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form. DESCRIPTION1 #"(/>)"

    < / CFQUERY >

    < / cfif >

    < is cfif not form.company2 "" > "".

    < cfquery username ='username # #' password =' #password #' datasource =' #datasource #' >

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#jobappid #" / >,)

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.company2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.busphone2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employfromdate2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employtodate2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.startwage2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.endwage2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.leave2 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.supervisor2 #" / >.

    (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.description2 #" / >)

    < / CFQUERY >

    < / cfif >

    < is cfif not form.company3 "" > "".

    < cfquery username ='username # #' password =' #password #' datasource =' #datasource #' >

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#jobappid #" / >,)

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.company3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.busphone3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employfromdate3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employtodate3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.startwage3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.endwage3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.leave3 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.supervisor3 #" / >.

    (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.description3 #" / >)

    < / CFQUERY >

    < / cfif >

    < is cfif not form.company4 "" > "".

    < cfquery username ='username # #' password =' #password #' datasource =' #datasource #' >

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#jobappid #" / >,)

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.company4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.busphone4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employfromdate4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employtodate4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.startwage4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.endwage4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.leave4 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.supervisor4 #" / >.

    (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.description4 #" / >)

    < / CFQUERY >

    < / cfif >

    < is cfif not form.company5 "" > "".

    < cfquery username ='username # #' password =' #password #' datasource =' #datasource #' >

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    VALUES (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#jobappid #" / >,)

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.company5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.busphone5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employfromdate5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.employtodate5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.startwage5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.endwage5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.leave5 #" / >.

    < cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.supervisor5 #" / >.

    (< cfqueryparam cfsqltype = "cf_sql_varchar" VALUE = "#form.description5 #" / >)

    < / CFQUERY >

    < / cfif >

    Guy Dowd wrote:

    I get this error. I belvie is referring to this code below

    You have an error in your SQL syntax; consult the manual for your version of the MySQL server for the right syntax to use near ' leave, supervisor, description) VALUES ('TRY2WitterMay-16-2013', '!' at line 1)

    INSERT INTO jobappemp (jobappid, company, pickup, empfromdate, emptodate, startwage, endwage, leave, supervisor, description)

    The LEAVE is a reserved word in MySQL 5.x. It wasn't on 4.x.

    --
    Adam

  • Windows error need help for files saved in the desktop computer

    After that I scanned my PC with AVG Antivirs, my OS was wrecked because of some virus, well I was able to recover the windows and she got up but all my files saved on the desktop are gone? How can I recover these files, the office very important = btw ()

    Hello

    Step 1: Make sure these files are hidden.

    Step 2: Use windows search to search for the missing files.

    Step 3: You can also check if you can see the files in safe mode and after the same return.

  • ESXi 4.0 Dell T105 "cannot find the boot partition.

    Dban Nuke used to wipe my hard drives (two of them).

    Unplugged the secondary hard drive.

    Installed ESXi 4.0 (declared success).

    Machine starts, starts in ESXi 4.0, starts to load, then:

    "Cannot find the boot partition.

    Others have suggested to set parameter SATA AHCI controller. Not possible in my BIOS. I 'ATA Mode' and 'Off '. "Off" turns off the entire controller and my hard drive is not recognized.

    Others still suggested to install on a USB key. Wary of such a hack...

    Help, please. There is very little out there on ESXi 4. Even a pointer to VMware documentation with a list of error messages and their meaning/solutions would be helpful (unable to find such a list myself).

    I had the same problem that others are with the start-up for the drives. I went with the USB boot and it works very well because it has an internal USB port, it works even better because I'm not burn an external port. I use an older version of BIOS that does not start USB ports have enough fast for the key USB is recognized from a cold start *bummer* but not a big deal. Once this is done, I'm off the coast and run very well.

    I would recommend going this way until someone comes up with a better alternative, which I would be interested in doing.

  • Blu error screen! STOP 0X000000F4. Need help.

    Hello.

    I have this laptop with win 7 installed. It worked fine, until I did an o procceses with cleaning TuneUp2009. (I do regularly each month and it is ok) but now after tuneup2009 restarted my pc, start it shows this stop error message. STOP 0X000000F4.  I tried the mode safe but is impossible access, the same error code. I tried to format my pc with a disc of win7, but always without success, it seems that the pc does not boot from the cd room (I changed on the bios Setup boot order).

    And now need help

    Thank you.

    Hello.

    At has first of all thanks a lot for your help.

    I solved my problem in this way.

    I removed my hard drive to laptop, took all the documents I did not wont to lose and formatted it from another pc.

    I downloaded the first file its ( http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325/ )

    and created an installer of the USB bootable Windows 7 on my drive with this tool ( http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html?tag=mncol;1 ) usd

    I have insterted my hard drive and my lap top when I started upward, I boot it form my USB stick and istalled win 7.

    Now it works very well. Just reinstall my programs.

    Thanks for your help once again.

  • Computer laptop touch screen 15: need help - restore Partitions, OS system, start-up and drivers!

    [Need help]

    Device name: laptop touch screen, Energy Star, 15.

    Model number: 15 - f023wm

    Device status:
    [Grandma] "I broke the internet.
    [Me] "No, I have demolished just any chance I had as a computer programmer.
    I'll never do it to heaven now... »

    You want to come: difficulty this laptop!

    -Packing plant (Reset/retrieve)

    -Retrieve/Re-restore boot loader

    Retrieve/recreate/Re-restore all original scores.
    -Retrieve / Re - restore all the Original system & hardware drivers.

    -Retrieve/Re-restore Windows 8.1.

    -Possibly find computer Tech/Geek fellow/Pal.

    -Learn something new! (Not including the common sense).

    Explanation:
    -J' was too high as he tried to become the next Bill Gates and create a calculation method in which the processor completely laws of physics bi-passes.

    Topical issues:

    (1) I have little experience, I'm sure compared to most of the users on this forum; However, in the College computer Programmning.

    ---> Very adept in acquireing newly introduced information & request a great sense of understanding of puzzled, abstract and largely serious concepts. (It will be just a little easier than most to explain a simple fix).

    (2) I deleted all partitions, including the system files, System opperating, some methods of starting, all the drivers, and to add to the mess, the existing partitions are not yet check the size or formatting - I'm sure.

    ---> (Drive C is 400 GB;) Drive D is the main partition with only 20 GB)

    (3) any chance of installation/download are only feasible when my boyfriend does everything it does and 'fixed' the laptop.

    ---> Cell phone MAY start, can use internet and MAY be able to download 5 pictures before the system shuts down and the other requires a few hours to wipe the minimum amount of space on the hard disk before you reinstall Windows.

    (4) Windows 7 is the only OS (so far) that we are able to install; We have no other disks, but Windows 8.1, I think, was the original Opperating system and look forward to this return.

    (5) I don't know yet how I will receive notification here on these forums. I'm drunk at 05:59, so I'll find out tomorrow.

    ---> Assuming that I remember I wrote it.

    And I think that's all that I need a little help with if you want messages me or live chat to help solve this problem, I think that Skype is aloud; and in all the uncertainties, it is listed on my profile.

    Thank you, & your best.
    Caleb D. Parker
    @CiDiParks25

    CiDiParks25

    What will work restores your computer to its original factory state using HP recovery media.  It is a DVD and CD set that will erase the hard drive (removing all data, applications and settings, reinstall the original OS, drivers and utilities for HP. In some cases, you will be able to order a USB instead of discs.  You must order at HP; they cannot be downloaded.

    The link is on the software page and download drivers for your PC: http://support.hp.com/us-en/drivers/selfservice/HP-15-Notebook-PC-series/7137590/model/7484025

    Once there, scroll to the bottom of the page and you will see an entry for the command Recovery Media-CD/DVD/USB. Click on the symbol '+' to expand this entty and click on order to press for more details.

    Or, if you prefer, you can do the same by contacting HP Customer Service:

    If you live in the United States or the Canada, details are on this page: http://www8.hp.com/us/en/contact-hp/phone-assist.html#section1

    If you live elsewhere, contact details are on this page: http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

    Note that if HP no longer provides a recovery media for your model, a few other sites, you can check are: http://www.computersurgeons.com/ and http://www.restoredisks.com/

    Don't forget to read through the material in the linked thread before attempting the recovery: http://support.hp.com/us-en/document/c00707939

    Good luck

    I'm a volunteer and I do not work for, or represent, HP.
    ========================================================================
    If you feel that my suggestions helped you, please click on the thumbs-up symbol to say thank you!

    If they helped to solve your problem, please click 'Accept as Solution' to help others find similar information.

Maybe you are looking for

  • My copy of Firefox has been hacked, and I can't uninstall it

    My family has been changed to a bogus research framework. I have reset to Google, but every time I use Google, fake sites come.

  • Toshiba NB205 - recovery media has been tampered

    I have a Toshiba NB205. My netbook was also gently as when I first bought it, so I decided to do a cover on it. This netbook doesn't have a disk drive, so the recovery program gave the possibility of having the recovery media placed on a flash drive.

  • Contact a Subvi in a secondary

    Hello I'm creating an application in which I have a main program running under three - VI with their visible facades in sub-panels on the main program. I want the main program to be able to send data to the Subvi for initiation settings where each me

  • Error 0 x 80070043

    Hey, it's the problem I don't know how I can fix it, because I don't know where the problem comes from. I use my computer dell laptop-d630, vista business, 2 GB and the default domain - workgroup. When I connect to the network in my work, and I need

  • Hanes T-Shirt Maker Lite

    I get this error message when you try to open this applicationThe procedure entry point SUnMapLS_IP_EBP_28 could not be found in KERNEL32.dll dynamic link library I guess it has something to do with compatibility with Windows 7.  I am Windows 7 Home