SOLUTION - How to solve the TOS0002 error issue

Hi
I have had a problem with boot error tos0002 after Ghosting image to a new drive.
I have resolved it by copying the BOOTSECT.BAK from the Vista disc to the C: drive.
I just copied and kept the old one as you can with Vista but I guess it may be similar with XP.
I reinstalled the Qosmio player from the respective disc.
I hope this helps someone because I have spent ages trying to find a fix.

Thanks for this information Emma.
Its always nice to see people who post useful solution proposals
Greets

Similar Messages

  • HOW TO SOLVE THE R6034 ERROR IN ITUNES INSTALATION

    I need toknow how to solve the R6034 error in itunes instalation becouse y can´t buk up muy phone

    How to solve this ?
    #import <UIKit/UIKit.h>
    int main(int argc, char *argv[]) {
        NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
       -> int retVal = UIApplicationMain(argc, argv, nil, nil);
        [pool release];
        return retVal;

  • How to solve the 404 error

    Hi,
    How to catch or solve the 404 error in application.
    Some time we are giving some file name but that file is not avialable at that time it will give 404 error. how to avoid this error.
    If 404 error comes i want call some other file. Is it posible.
    Thanks Advance.

    Yes, this is because IE 5.5 (?) and higher have this wacky "Show friendly HTTP error messages" setting. You can disable this by going to tools -> internet options -> advanced and unchecking "Show friendly HTTP error messages". However as the default IE setting has "Show friendly HTTP error messages" enabled this isn't a good solution.
    I believe that if your error page is less than a certain size (in bytes) then IE defaults to it's own error page when "Show friendly HTTP error messages" are enabled. This size is something like 512 bytes or fewer in length.
    So basically try making your error page larger (more than 512 bytes in size) and see if that works.

  • How to solve the emca error

    how to solve the warning and severe error....................
    [oracle@ip-********* Oracle11g_R2]$ emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Mar 29, 2012 10:20:41 PM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: testdb11g3
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Mar 29, 2012 10:22:13 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_22_20_40.log.
    Mar 29, 2012 10:22:13 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be performed.
    Mar 29, 2012 10:22:13 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM
    Configuration Assistant again .
    Refer to the log file at /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_22_20_40.log for more details.
    Could not complete the configuration. Refer to the log file at
    /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_22_20_40.log for more details.
    [oracle@ip-******* Oracle11g_R2]$ cd

    tried but getting the same error.............
    [oracle@ip-10-68-199-69 oracle]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 29-MAR-2012 23:37:21
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u02/oracle/Oracle11g_R2/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u02/oracle/Oracle11g_R2/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u02/oracle/Oracle11g_R2/diag/tnslsnr/ip-10-68-199-69/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 29-MAR-2012 23:37:21
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u02/oracle/Oracle11g_R2/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u02/oracle/Oracle11g_R2/diag/tnslsnr/ip-10-68-199-69/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@ip-10-68-199-69 oracle]$ sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Mar 29 23:37:34 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter user-name: sys/Ashwin
    ERROR:
    ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
    Enter user-name: sys/Ashwin as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1603411968 bytes
    Fixed Size 2213776 bytes
    Variable Size 402655344 bytes
    Database Buffers 1191182336 bytes
    Redo Buffers 7360512 bytes
    Database mounted.
    Database opened.
    SQL> exit
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@ip-10-68-199-69 oracle]$ emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Mar 29, 2012 11:55:28 PM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: testdb11g3
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Mar 29, 2012 11:55:57 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_23_55_27.log.
    Mar 29, 2012 11:55:57 PM oracle.sysman.emcp.EMDBPreConfig performDeconfiguration
    WARNING: EM is not configured for this database. No EM-specific actions can be performed.
    Mar 29, 2012 11:55:57 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again .
    Refer to the log file at /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_23_55_27.log for more details.
    Could not complete the configuration. Refer to the log file at /u02/oracle/Oracle11g_R2/cfgtoollogs/emca/testdb11g3/emca_2012_03_29_23_55_27.log for more details.

  • Anyone figure out how to solve the 1015 error

    anyone figure out how to solve the 1015 error

    Each version of Photoshop has its own installation path therefore a different application as fars as Wacom Configuration.  You would need to set preferences for each Photoshop installed on your system.  However if you know XML.  Wacom Tablet Preference File Utility can save your Wacom preferences into an XML file.  That you may be able to duplicate a Photoshop install and the change the Photoshop Path. Or just change the prion version pathe the the new Photoshop path then restore your Wacom Preferences using the modified XML preference file.
    Here you see part of my wacom preferences I have set preferences for all Photoshop installed on my workstation.

  • How to solve the ASInstance error

    hello everyone,
    when i install the BIEE11g, I always met a same mistake, that is 'ASInstance install error'. then I lookup the log file, it writes 'ASInstance error, Error in starting opmn server. operation aborted because of a system call failure or internal error'. could you tell me how to solve it?
    if i choose to skip the error and continue to install, i could not to visit the http://localhost:7001/analytics and could not succee to run startall command in opmn.
    notes: my os is win xp sp3 and database vision is 11.2.0.1.0 and rcu is 1.1.5.0
    thank you very much.
    regards,
    phoeny

    hello everyone,
    when i install the BIEE11g, I always met a same mistake, that is 'ASInstance install error'. then I lookup the log file, it writes 'ASInstance error, Error in starting opmn server. operation aborted because of a system call failure or internal error'. could you tell me how to solve it?
    if i choose to skip the error and continue to install, i could not to visit the http://localhost:7001/analytics and could not succee to run startall command in opmn.
    notes: my os is win xp sp3 and database vision is 11.2.0.1.0 and rcu is 1.1.5.0
    thank you very much.
    regards,
    phoeny

  • How to solve the bwlow error[urgent]

    Hello friends,
    I am new to j2me and i am developing an application by parsing the xml file. I am using kxml2 parser for pulling the data. While compiling my appilication i have got the below error. I am using the Wireless Tookit to develop this.
    Can any one help me to solve this problem.
    Thanks in advance.
    C:\WTK22\apps\xmlmidlet\src\XMLMIDlet.java:90: cannot resolve symbol
    symbol : class Book
    location: class XMLMIDlet
              Book book = (Book) bookVector.elementAt(i);
    ^

    The book class does not exist...
    The Book class is not part of the kxml2 api... might have something to do with that..

  • How to solve the SIGABRT error in Xcode 3 ?

    I've built an iOS app and SIGABRT makes it crash . The app uses accelerator . I use the latest version of Xcode 3 (3.2.6) . How to sovle the problem ?

    How to solve this ?
    #import <UIKit/UIKit.h>
    int main(int argc, char *argv[]) {
        NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
       -> int retVal = UIApplicationMain(argc, argv, nil, nil);
        [pool release];
        return retVal;

  • HT201210 How can solve the 1015 error?

    HI...
    while i m restoring my iPhone 3gs its not restoring due to some unknown error like 3015. and its not resolvig...
    so help me how can i resolving this error...

    A 1015 error usually indicates that the iPhone has been jailbroken. Has yours? If so, we can provide no help with jailbroken iPhone in these forums, so you will have to look elsewhere for assistance.
    Regards.

  • How to Solve the listerner error?

    I install the oracle 8.1.5 server on my computer which operation system is Redhat 6.1
    .Now I want to connect to the oracle from another linux computer.But every time I user the command sqlplus scott/tiger@[mytnsname]
    it just give me the result :
    Error:No tns lisntener.
    I found that it's true that when I connect to the oracle server by using the command the listnern will be crupt at the time.
    But if I change to a new oracle server which installed on windows NT there are no error.
    What's happened? Help me please.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ifonly:
    I install the oracle 8.1.5 server on my computer which operation system is Redhat 6.1
    .Now I want to connect to the oracle from another linux computer.But every time I user the command sqlplus scott/tiger@[mytnsname]
    it just give me the result :
    Error:No tns lisntener.
    I found that it's true that when I connect to the oracle server by using the command the listnern will be crupt at the time.
    But if I change to a new oracle server which installed on windows NT there are no error.
    What's happened? Help me please.
    <HR></BLOCKQUOTE>
    The listener is required at the side of the database only.
    On a remote system you have to install teh client software and to set up the network.
    The network is mainly setup with installing the software and configuring "tnsnames.ora".
    that can be don with vi or 'ORACLE_HOME/bin/netasst.
    Try tnsping "connectstring" from the remote system.
    Try sqlplus system/manahger@connectstering from remote system.
    If that fails, make sure that your listener setup is ok. This can be done with "lsnrctl status". check the output against your client configuration. specially teh area ser vice summary gives you the network name at which the listener listenen for connection attempts.
    This service name must be configured as "SID" on the client side. I know a little bit confusing.
    null

  • How to solve the SMTP server issue.

    I did the migration from SharePoint 2010 to SharePoint 2013 , the workflow emails are sent perfectly in SharePoint 2010 but when i configure the SharePoint 2013 the following error has occurred. 
    Error : The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly.
    Please let me know if you aware of this.
    -Thanks,
    Swapnil

    That's pretty much all the settings you need to do on the SharePoint side.  Does the SMTP server that you are pointing to allow incoming emails from your SharePoint server IP Address?  It might only allow relay services to specific IP ranges.
     Or maybe you have a firewall that is blocking it?

  • How to solve the fatal error 1603?

    Update installation failed when it run patching files.
    It shows fatal error 1603. How can I solve it?

    http://helpx.adobe.com/creative-suite/kb/error-1603-install-cs5-products.html

  • How to solve the " Unknown error" problem

    hi
     can anybody help me to solve " unknown error problem" of blackberry Z10 with "X" symbol at top right of the screen with red color.
    And remaining all services (Wifi) are working except the calls.
    And also my phone is automatically restarting frequently.
    please help me in this regard

    Phone restarting randomly could be loose battery. Tighten by putting a small strip of electrical tape on the back edge.
    THE BITTERNESS OF POOR QUALITY, LINGERS LONG AFTER THE CHEAPNESS OF PRICE, IS SOON FORGOTTEN.

  • TS3694 how to solve the 1015 errore

    how to solove 1015 errore

    Google may provide you some assistance.
    Generally that is a sign that the iPhone has been
    hacked/modified/jailbroken and, as such, cannot be discussed
    here per Terms of Service for these fora.

  • How to solve the error while  Deploy a BC4J JSP Application using tomcat,

    hello,
    how to avoid the following error?
    i am using jdevloper for devloping jsp applications.
    after that i am calling the jsp page using tomcat4.0 ,i followed the steps according docs by jdev team,
    i am getting the following error how to solve this,
    can one help?
    =============================
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    org.apache.jasper.compiler.CompileException: /AccountView_Browse.jsp(4,0) Unable to load class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
    at org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java:139)
    at org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.init(JspParseEventListener.java:829)
    at org.apache.jasper.compiler.JspParseEventListener.addGenerator(JspParseEventListener.java:153)
    at org.apache.jasper.compiler.JspParseEventListener.handleTagBegin(JspParseEventListener.java:1039)
    at org.apache.jasper.compiler.DelegatingListener.handleTagBegin(DelegatingListener.java:221)
    at org.apache.jasper.compiler.DelegatingListener.handleTagBegin(DelegatingListener.java:216)
    at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java:852)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1103)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1099)
    at org.apache.jasper.compiler.ParserController.parse(ParserController.java:214)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)
    at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
    at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
    at java.lang.Thread.run(Thread.java:536)
    ====================
    thanks
    pullareddy

    I had very similar problems with adding the correct JDeveloper .jar files to Tomcat's lib folder, but did eventually resolve my issues.
    The problem I am having now, however, is the following error message:
    Error Message: oracle.jbo.html.RequestParameters.addParameter(Ljava/lang/String;Ljava/lang/String;)V
    Yes, I have deployed the bc4jhtml.jar file from JDeveloper to Tomcat\common\lib!
    My web-app is a very simple BC4J JSP application. I have one BC4J component in its own project and JAR file, and one JSP referencing that BC4J component - I deploy the BC4J JAR along with the WAR file from the JSP project. Needless to say, the JSP works fine within JDeveloper..!
    I'm using JDev 9.0.3 and Tomcat 4.1.12. Does anyone have any suggestions?
    Thanks,
    S.

Maybe you are looking for

  • IPod Touch 2nd Gen. 16g is dead, won't reset won't sync won't turn on

    The iPod will not turn on or reset. I hold the home and the sleep button and it will not reset. I plug in pc and nothing. pc won't recognize it. The battery shouldn't be dead it had almost full charge before it went dead. I don't know what happened.

  • Embeding Youtube video in a mobile site.

    I can embed Youtube video in my normal site without problem. But the same video will not appear on my mobile site. Is there anything special that needs to be done to make the video work? I'm running out of ideas! Thanks.

  • [SOLVED] LXDM not saving selected session,Default session doesn't work

    Hello, I'm trying to use LXDM to start my desktop. However, every single time I log in, I have to tell it to use XFCE as my session. Even if I choose it manually, after logout/login it just resets to "Default session" (which doesn't work: just drops

  • Sync-ing Notes via iCloud to a PC (Windows)

    So here's the deal, I have an iPad, Macbook Pro, iPhone and work machine running windows 7. I'm currently sync-ing notes and reminders across all of my Apple devices, and would like to have access to them on my work PC (windows) as well. Is there a w

  • Project System Budget Control against Material Reservation

    hi all I need to control project system budget to stop/control creation of material reservation if budget is exceeded. I know that standard SAP PS budget availability control configuration could not handle material reservation. Will SAP Funds Managem