Z61t - Integrity check for code area failed system halted

Saw the post for the T series which recommended to downgrade bios to 2.23.
Having this issue with the Z61ts since January 4, 2010.
-Docked and undocked
-With and without the network cable plugged in
-With and without peripherals plugged in
-Bios 2.26 and 2.27,
-SafeGuard Easy 4.3 and 4.5.2. 
In some cases restoring the SafeguardEasy Kernel fixes the issue.  In some cases the error reappears and either the kernel needs to be restored again, or the PC can just be rebooted. One case had 2 kernel restores, a reimage and a kernel restore.

^ Same problem here.
How long it takes to create new fixed Bios-software.?
Moderator edit: Thinly disguised profanity removed. Please stick to the Community Rules.

Similar Messages

  • Kerberos Authentication: "Integrity check on decrypted field failed"

    Hi,
    I have configured a portal (NW 7.0 SP13) for Kerberos Authentication. I have another portal with exactly the same configuration (same MS-ADS etc, just a different user) which is working fine. But this one is giving me the error "Integrity check on decrypted field failed" (and Kerberos Auth fails).
    Any ideas?? I get the same error whether I use the keytab from the SPNEGO wizard, or the keytab from "ktpass -princ host/%HOST%@%DOMAIN% -pass %PASSWORD% -out keytab -mapUser %USER% +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL"
    The only difference I can see between the ldifde outputs of the two users (the one that works and the one that doesn't) is the one that doesn't has an extra SPN "HTTP/" - would that cause this error??
    Has anyone else had this error & what causes it?
    Many thanks in advance.
    Regards
    Jane
    Full error text:
    JGSS_DBG_CTX Creating context, initiator = no, input cred = not null
    JGSS_DBG_CRED getCred: only one cred, returning it
    JGSS_DBG_CRED getName found name: host/[email protected], mech=1.2.840.113554.1.2.2
    JGSS_DBG_CRED Krb5 name type = 0
    JGSS_DBG_CTX Creating context, cred usage = 2
    GSS Context created
    JGSS_DBG_UNMARSH Real token len 1641
    JGSS_DBG_UNMARSH Token oid 1.2.840.113554.1.2.2
    JGSS_DBG_UNMARSH inner token len 1630
    JGSS_DBG_PROV getFactory: index = 0 found factory
    JGSS_DBG_PROV getMechs: Mechanism(s) supported by provider IBMJGSSProvider
    JGSS_DBG_PROV 1.2.840.113554.1.2.2
    JGSS_DBG_PROV getMechs: 1 unique mechanism(s) found
    JGSS_DBG_PROV [0]: 1.2.840.113554.1.2.2
    JGSS_DBG_CTX Default list of negotiable mechs:
    1.2.840.113554.1.2.2
    JGSS_DBG_CTX ticket enc type = des-cbc-md5
    com.ibm.security.krb5.internal.KrbException, status code: 31
    message: Integrity check on decrypted field failed
    at com.ibm.security.krb5.internal.crypto.n.decrypt(n.java:31)
    at com.ibm.security.krb5.internal.crypto.n.decrypt(n.java:15)
    at com.ibm.security.krb5.internal.crypto.n.decrypt(n.java:32)
    at com.ibm.security.krb5.EncryptedData.decrypt(EncryptedData.java:106)
    at com.ibm.security.jgss.mech.krb5.k.a(k.java:248)
    at com.ibm.security.jgss.mech.krb5.k.b(k.java:188)
    at com.ibm.security.jgss.mech.krb5.k.acceptSecContext(k.java:533)
    at com.ibm.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:155)
    at com.ibm.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:153)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.doHandshake(SPNegoLoginModule.java:738)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:362)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:185)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
    at java.security.AccessController.doPrivileged(AccessController.java:242)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181)
    at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:699)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:151)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:634)
    at java.security.AccessController.doPrivileged(AccessController.java:242)
    at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:631)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:557)
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:146)
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:303)
    at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:96)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:186)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(AccessController.java:242)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
    at com.sap.portal.navigation.Gateway.service(Gateway.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:215)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    JGSS_DBG_CTX Error authenticating request. Reporting to client
    Major code = 11, Minor code = 31
    org.ietf.jgss.GSSException, major code: 11, minor code: 31
    major string: General failure, unspecified at GSSAPI level
    minor string: Kerberos error while decoding and verifying token: com.ibm.security.krb5.internal.KrbException, status code: 31
    message: Integrity check on decrypted field failed

    Hi Désirée,
    Yes the service user has "Use DES encryption" set.
    In the end, it was resolved by changing the password and running the SPNEGO wizard again to generate a new keytab with the new password.
    Regards
    Jane

  • SSO using Kerberso receiving "Integrity check on decrypted field failed (31

    I am trying to implement SSO for an application that is running on a WebLogic Server. I have flagged the AD Service user for DES encryption, added spn through setspn, created the keytab file, reset the password (to the same value), moved the keytab file, updated krb5.ini and krb5Login.conf accordingly, modified WebLogic startup command accordingly. When Users try to access the application, authentication fails, and I see “Integrity check on decrypted field failed (31)” error in the WebLogic logs. Any ideas ? I am attaching the related lines from the log below.
    <Sep 29, 2008 9:46:50 AM MDT> <Debug> <SecurityDebug> <000000> <Found Negotiate with SPNEGO token>
    Debug is true storeKey true useTicketCache false useKeyTab true doNotPrompt false ticketCache is null KeyTab is devmax01.http.keytab2 refreshKrb5Config is false principal is HTTP/[email protected] tryFirstPass is false useFirstPass is false storePass is false clearPass is false
    KeyTab: load() entry length: 60
    KeyTabInputStream, readName(): DEV.DENVERWATER.ORG
    KeyTabInputStream, readName(): HTTP
    KeyTabInputStream, readName(): devmax01principal's key obtained from the keytab
    principal is HTTP/[email protected]
    EType: sun.security.krb5.internal.crypto.DesCbcMd5EType
    KrbAsReq calling createMessage
    KrbAsReq in createMessage
    KrbAsReq etypes are: 3 1
    KrbKdcReq send: kdc=dwdev01 UDP:88, timeout=30000, number of retries =3, #bytes=249
    KDCCommunication: kdc=dwdev01 UDP:88, timeout=30000,Attempt =1, #bytes=249
    KrbKdcReq send: #bytes read=1312
    KrbKdcReq send: #bytes read=1312
    EType: sun.security.krb5.internal.crypto.DesCbcMd5EType
    KrbAsRep cons in KrbAsReq.getReply HTTP/devmax01Added server's keyKerberos Principal HTTP/[email protected] Version 8key EncryptionKey: keyType=3 keyBytes (hex dump)=
    0000: 2F 02 76 AB 7F 8C B0 6E
    [Krb5LoginModule] added Krb5Principal HTTP/[email protected] to Subject
    Commit Succeeded
    Found key for HTTP/[email protected]
    Entered Krb5Context.acceptSecContext with state=STATE_NEW
    EType: sun.security.krb5.internal.crypto.DesCbcMd5EType<Sep 29, 2008 9:46:50 AM MDT> <Debug> <SecurityDebug> <000000> <GSS exception GSSException: Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31))
    GSSException: Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31))

    FYI The fix for this was to chang the value for -Djava.security.krb5.realm to be all upper case
    Once that change was made authentication passed
    Edited by: IDL on Jan 2, 2008 9:25 AM

  • Error from sample JAAS: Integrity check on decrypted field failed (31)

    I am trying to follow the tutorial for JAAS Authentication located here:
    http://java.sun.com/j2se/1.4.2/docs/guide/security/jgss/tutorials/AcnOnly.html
    I am trying to run the sample JaasAcn.java but am getting a strange error when I try to log on to my Active Directory.
    I am using Java version: jre1.6.0_03
    I can login to Active Directory fine with the credentials I am providing, just not with this client, so I know the credentials are valid.
    What could this mean?
    The Error message is: [Krb5LoginModule] authentication failed
    Integrity check on decrypted field failed (31)
    Here is the full output:
    C:\Progra~1\Java\jre1.6.0_03\bin\java -Dsun.security.krb5.debug=true -Djava.security.krb5.realm=PRSDev.local -Djava.security.krb5.kdc=192.168.40.72 -Djava.security.auth.login.config=jaas.conf JaasAcn
    Debug is true storeKey false useTicketCache false useKeyTab false doNotPrompt f
    alse ticketCache is null isInitiator true KeyTab is null refreshKrb5Config is fa
    lse principal is null tryFirstPass is false useFirstPass is false storePass is f
    alse clearPass is false
    Kerberos username [ILea]: sra
    Kerberos password for sra:
    [Krb5LoginModule] user entered username: sra
    Using builtin default etypes for default_tkt_enctypes
    default etypes for default_tkt_enctypes: 3 1 23 16 17.
    Acquire TGT using AS Exchange
    Using builtin default etypes for default_tkt_enctypes
    default etypes for default_tkt_enctypes: 3 1 23 16 17.
    KrbAsReq calling createMessage
    KrbAsReq in createMessage
    KrbKdcReq send: kdc=192.168.40.72 UDP:88, timeout=30000, number of retries =3, #bytes=144
    KDCCommunication: kdc=192.168.40.72 UDP:88, timeout=30000,Attempt =1, #bytes=144
    KrbKdcReq send: #bytes read=587
    KrbKdcReq send: #bytes read=587
    EType: sun.security.krb5.internal.crypto.DesCbcMd5EType[Krb5LoginModule] authentication failed
    Integrity check on decrypted field failed (31)
    Authentication failed:
    Integrity check on decrypted field failed (31)

    FYI The fix for this was to chang the value for -Djava.security.krb5.realm to be all upper case
    Once that change was made authentication passed
    Edited by: IDL on Jan 2, 2008 9:25 AM

  • Runcluvfy.sh result: Check for ASMLib configuration failed

    I'm trying upgrade 11.1.0.7.0 to 11.2.0.3.0 on linux.
    runcluvfy.sh gives result as this:
    ==================================================================
    Checking ASMLib configuration.
    Node Name Status
    node1 (failed) ASMLib configuration is incorrect.
    node2 (failed) ASMLib configuration is incorrect.
    Result: Check for ASMLib configuration failed.
    ===================================================================
    here are some asm related:
    ==========================
    /etc/init.d/oracleasm listdisks
    DISK02
    /usr/sbin/oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=oracle
    ORACLEASM_GID=oinstall
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    /etc/init.d/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    Current two nodes RAC,ASM work fine.
    Can some one give hint what I should check about asm?
    Thanks

    ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 286460
    Used space (kbytes) : 3908
    Available space (kbytes) : 282552
    ID : 1116406961
    Device/File Name : /dev/ocr3
    Device/File integrity check succeeded
    Device/File Name : /dev/ocr2
    Device/File integrity check succeeded
    Cluster registry integrity check succeeded
    Logical corruption check bypassed due to non-privileged user
    crsctl query css votedisk
    0. 0 /dev/vote3
    1. 0 /dev/vote2
    2. 0 /dev/vote1
    Located 3 voting disk(s).
    ls -l /dev/oracleasm/disks
    total 0
    brw-rw---- 1 oracle oinstall 8, 145 Feb 24 13:17 DISK02
    /etc/init.d/oracleasm querydisk -d DISK02
    Disk "DISK02" is a valid ASM disk on device /dev/sdj1[8,145]
    thanks

  • Checking for business area while posting

    i have to check for business areas balancing during posting document
    eg., when we get interest income from a bank account under business area X it should be credited to an account with same business area X.
    Dr Bank - X
    Cr Interest income - Y
    this should not occur
    so user wants to get a error message when the business areas does not match.
    Can any one tell how this can be done?(does fi validations help in this?)

    Hi,
    YOu can do it by using the exits/BADIs available with your transaction. Inside the enhancement you can write the code for comare and message.
    What is the transaction you use for that? Try for Exits in trnsaction SMOD and BADIs in transaction SE18.
    Regards,
    Renjith Michael.

  • DB installs fails with [INS-30060] Check for group existence failed

    Hi folks
    as user jjayet I'm running on OEL 5.6 64 bits the following command to install DB 11gR2 :
    $ /mntmats/SOAVM0504/AUTO_WORK/dbzip_shiphome/database/Disk1/runInstaller -ignoreSysPrereqs -invPtrLoc /ade/jjayet_dte9672/oracle/work/DATABASE1/oraInst.loc -force -silent -waitforcompletion -responseFile /ade/jjayet_dte9672/oracle/work/DATABASE1/db.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 15258 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 16454 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-04-05_06-07-54AM. Please wait ...[FATAL] [INS-30060] Check for group existence failed.
    CAUSE: Unexpected error occurred while trying to check for group existence.
    $ id
    uid=511053(jjayet) gid=8500(dba) groups=8500(dba),59031(oinstall)
    the problems seems relater to accessing /tmp
    as the local disk is not enough to use the default /tmp (the DB install will fail with full disk error as the local disk space is very low )
    I've created a partition from new disk to /tmp which I have then mounted (default is nfs3) :
    # mount /dev/xvdc1 /tmp
    # mount
    /dev/xvdc1 on /tmp type ext2 (rw)
    the result of DB install into /tmp is :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-xr-x 2 jjayet dba 4096 Apr 5 06:36 CVU_11.2.0.2.0_jjayet
    drwxrwxrwx 7 root root 4096 Apr 5 06:36 .
    if I umount /tmp but use the local /tmp
    re-running the DB installer as user jjayet it does not raise the error above
    and now local /tmp contains :
    # cd /tmp
    # ls -altr
    drwxr-xr-x 32 root root 4096 Apr 5 06:07 ..
    drwxr-x--- 10 jjayet dba 4096 Apr 5 06:25 OraInstall2012-04-05_06-25-28AM
    drwxr-xr-x 3 jjayet dba 4096 Apr 5 06:25 CVU_11.2.0.2.0_jjayet
    drwxrwxrwt 5 root root 4096 Apr 5 06:25 .
    do you know how to use tmp over nfs with user jjayet so that the DB can install properly ?
    it seems that the files created as user jjayet into mounted /tmp are not identified properly
    thks in advance
    jean

    thks for the pointer
    I found the post you mention but it does not help
    it does not explain the root cause of the problem but just propose a workaround to pass an option to installer which will popi\up an interactive messgae at install time
    as installation is done automatically through ADE / DTE I cannot use this workaround
    any expert in oracle DB install can help ?
    thks
    Jean

  • Jaas & Integrity check on decrypted field failed

    I'm trying to do Kerberos authentication using JAAS and the jdk 1.4.1_02 under Mandrake 9.1. The Kerberos server is installed on a Redhat 9 machine. I'm using the login module com.sun.security.auth.module.Krb5LoginModule and the TextCallbackHandler class. The login fails with the error "Exception: krb_error 31 Integrity check on decrypted field failed (31) Integrity check on decrypted field failed". I get the same error if I use the kinit utility bundled with the jdk. Conversely all seems ok when I use the kinit utility bundled with the kerberos client programs of my Mandrake 9.1 distribution.
    Anyone could help me?
    Michele

    I encountered the same problem--"Integrity check on decrypted field failed (31)" when trying to authenticate against a KDC (v5) running RedHat 8.0 (JASS and JDK 1.4.1_02)--but I was able to use Kerberized telnet and login from remote/local machines to get authenticated with this RedHat KDC. There is no problem authenticating against a KDC running Win2k AD/Kerberos with the same code. I am using the com.sun.security.auth.module.Krb5LoginModule.
    Can anyone help me to resolve this issure?

  • Compaq mini 700 model 735ED windiws 7 password check failed system halted CNU91453V3

    Ciao sono nuovo nella comunita ,e non so ancora bene come funziona.
    ma come o gia detto o un compaq mini 700 model 735ED con windiws 7 e ho acceso stamattina e sulla schermata nera mi diceva di inserire la password al bios ,(non so se ci ha messo le mani mio figlio ma e strano) quindi dopo vari di inserimenti password mi dice " password check failed system halted CNU91453V3" vi prego aiutatemi

    Hi,
    Please see the reply on your earlier thread on the following link.
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/hp-mini-compaq-700/m-p/4491550#...
    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

  • Bought a new iMac 27" yesterday.  Attempting to download Adobe Creative Suite 5 Design Premium. Loaded software from discs. When I check for updates they fail to install. A window comes up saying "Some updates failed to install." Then under each applicati

    I bought a new iMac 27" yesterday, running with Mavericks OS.  Attempting to download Adobe Creative Suite 5 Design Premium. Loaded software from discs. When I check for updates they fail to install. A window comes up saying "Some updates failed to install." Then under each applications it says "There was an error downloading this update. Please quit and try again later." Have done this several times. Suggestions?

    update manually,:  http://www.adobe.com/downloads/updates/

  • Checking for business area during posting

    I need to check for business area balancing during posting of documents.
    Eg: if we receive bank interest income for a bank account from a business area Y then the entries should be credited into same business area Y
    Dr Bank - Y
    Cr Interest income - X
    this should not occur
    user wants to have an error message if the entries doest balance the business area while posting a document
    can any one plz tell me how this can be done?(does fi validations help in this?)

    Hi all
       Can any one help me solve this...
    we have several business areas but use only one 'bank interest received' GL account. So when posting the entries it should check for the business area in this gl acccount with the BA in the customer(bank ) acc.
      I tried to create validation at document level but it is not giving the message..
    thnx
    sravanthi

  • OSX 10.10 Mail, check for new mail at system startup?

    When I start the mail app, it will check for new messages.  But can the mail app be set to automatically check for new mail at system startup?  I typically do not "re open apps when logging back in".
    THANKS

    Leave Mail running and set it to check every minute. AFAIK, there's no way to check otherwise.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Texts not checked for deletion are deleted

    whenever I delete texts and pictures on iPad or iPhone 6, even texts and pictures I DO NOT check for deletion are deleted anyway

    Maybe a bug with PCL driver explained (but not corrected) in this [Note 724912 - OTF driver: Command sequence different after upgrade|http://service.sap.com/sap/support/notes/724912]
    It's normal that it dumps between select/endselect with the old debugger. Try to use the new debugger if it exists in ECC 5 (it should exist as it corresponds to basis 6.40 if I remember well).
    You may activate sapscript debug from SE71 menu.

  • SRW248G4P - (!)Loader Binary checksum error - ERR Runtime Loading Fail - System Halt.

    We have this 48 port switch in our engineering department, and it basically stopped passing network traffic.
    When connecting to the Console port and power cycling the switch, this is what I see:
    Image Loader 1.0.1
    Loading Diagnostic Image File : SRW224G4P_SRW248G4P_boot.bix
    Diagnostic 1.0.1
    User Mode
    --- Performing Power-On Self Tests (POST) ---
    DUMMY Test 1 ................. PASS
    UART Loopback Test ........... PASS
    POE UART Loopback Test ....... PASS
    DRAM Test .................... PASS
    Timer Test ................... PASS
    Done All Pass.
    ------------------ DONE ---------------------
    (!)Loader Binary checksum error
    <ERR> Runtime Loading Fail - System Halt.
    This error obviously doesn't look "normal".
    When pressing CTRL-U, I get the following screen:
    File Name                         S/Up Type Size       Create Time
    $logfile_1                          0    3         64  1193046:28:15
    Factory_Default_Config.cfg          0    5        354  24:01:02
    SRW224G4P_SRW248G4P_boot.bix        1    1    1377600  00:01:03
    certificate                         0    8      18040  24:00:56
    startup-config                      1    5       5651  25:00:38
    startup1.cfg                        0    5       5537  24:01:14
    Free Space : 5636096
    [X]modem Download  [D]elete File  [S]et Startup File
    [Q]uit
    Select>
    I've tried to update the "SRW224G4P_SRW248G4P_image_v1310.bix" file using Xmodem download, but since I really wasn't sure how to use this boot loader tool, I haven't been successful at doing that, nor do I even know if that's the solution for the problem that I'm having.
    Xmodem Receiving Start ::
    XMODEM, Successful.
    Blocks Received = 7289
    Bytes Received = 394480
    Errors:
            Checksum   = 0
            Complement = 0
            Duplicates = 0
    Image downloaded to buffer.
            [R]untime
            [D]iagnostic
            M[u]ltipe Image
            [L]oader (Warning: Are you sure what you are doing?)
            [Q]uit
    Update Image File:r
    Runtime Image Filename : SRW224G4P_SRW248G4P_image_v1310.bix
    Updating file system.
    File system update fail.
    I'm guessing that I'll need to contact Cisco tech support, although at least through their web site, they make that nearly impossible to accomplish.
    Does anyone have any suggestions on what may have happened to our switch and what I should do to recover? Of course we're about to start a time-critical round of product testing, and without this switch, I'm dead in the water.  And it's not like we have a spare 48-port PoE switch lying around.

    Hello,
    I got the same issue. After downloading and uploading the firmware, I got the following result and all LED on the switch are glowing. Could you please help on this issue? Where can I find the right firmware. I also have Image loader 1.0.1.
    Xmodem Receiving Start ::
    XMODEM, Successful.
    Blocks Received = 6b59
    Bytes Received = 35ac80
    Errors:
            Checksum   = 0
            Complement = 0
            Duplicates = 0
    Image downloaded to buffer.
            [R]untime
            [D]iagnostic
            M[u]ltipe Image
            [L]oader (Warning: Are you sure what you are doing?)
            [Q]uit
    Update Image File:r
    Runtime Image Filename : SRW224G4P_SRW248G4P_image_v1020.bix
    Updating file system.
    File system update fail.
    File Name                         S/Up Type Size       Create Time
    All I got now after restarting the switch is:
    File Name                         S/Up Type Size       Create Time
    Factory_Default_Config.cfg          1    5        354  24:01:02
    certificate                         0    8      18040  24:00:56
    Free Space : 7602176
    [X]modem Download  [D]elete File  [S]et Startup File
    [Q]uit
    Select>
    Thnx in advance.

  • SRW224G4P - " ERR Runtime Loading Fail - System Halt"

    Hello everyone!
    When I power up my switch (SRW224G4P), hyperterminal displays the following output:
    Image Loader 1.0.1
    Loading Diagnostic Image File : SRW224G4P_SRW248G4P_boot.bix
    Diagnostic 1.0.1
    * the screen then clears and displays *
    User Mode
    --- Performing Power-On Self Tests (POST) ---
    DUMMY Test 1 ................. PASS
    UART Loopback Test ........... PASS
    POE UART Loopback Test ....... PASS
    DRAM Test .................... PASS
    Timer Test ................... PASS
    Done All Pass.
    ------------------ DONE ---------------------
    <ERR> Runtime Loading Fail - System Halt.
    * no "auto-boot in 2 second" message is displayed *
    Does anyone have any ideas what can be done to fix this error?
    Message Edited by Vince_02 on 12-14-2009 10:52 AM

    The SRW is now part of Cisco Small Business. You better ask your question in the Cisco Small Business Support Community. You'll find Cisco people over there...

Maybe you are looking for

  • HT4060 My iPad 2 won't recharge after 4-6 hours

    My iPad 2 won't recharge after 4-6 hours and the screen is still black. Are there any methods of getting it to come back to life?

  • Errors-urgent

    Heya all,     can anyone plz tell me why i am getting this error.i am not able to understand at all.In bw server i tried an example.and when i try to preview the data in the infopackage i get this error.it doesnt allow me to scehudle also.. Error in

  • [Solved] Delete files from usb drive connected to wireless router

    Hello, I have a home network with Samba for file sharing. I have a Netgear router with a Western Digital 2TB external drive attached to the router. I installed Samba according to the arch wiki and everything works fine but I cannot delete or access s

  • OUTLOOK INTEGRATION to CRM 2007

    Hi, I have a requirement for integrating Outlook to CRM 2007 for the marketing activities. Does Anyone has the idea of how to achieve this. I came to know two types are available. Groupware and One to One. My requirement is of Group Ware Integration.

  • Errors Since Restoring from Time Machine back-up.

    I had to do a complete wipe of my iMac hard drive, reinstall Mac OS X and then restore a backup from Time Machine. Now I am getting errors when trying to open Illustrator files, create new Illustrator documents, or open .ai files through Photoshop. I