Ideacenter k450 - Error 1962 after installing Linux

After installing Linux (Fedora 19) I get the error 1962 when trying to boot.
- Secure Boot is off
- CSM (Compatibility Support Module) is enabled (boot mode auto, EUFI first)
- OS Optimized Defaults (disable)
I googled a lot, found lots of solutions ( none of them work 100%)
I got grub working once, dunno anymore what I did, but then I could only boot Linux, when trying to boot Windows
I got the error:
boot\bcd 0xc0000225
I googled for a solution to that problem. but none of the found solutions work...

I fixed it.
The solution is to install Fedora(linux) from DVD in EUFI modus, you do this by creating an EUFI boot usb stick and boot from that, and then continue installing from the install DVD.
This way Fedora will install grub-efi correctly and not install a regular grub which will not work in EUFI mode or some misformed grub-efi.

Similar Messages

  • TS1717 I get the following error message after installing the latest version of itunes via auto update:  "the itunes Library file cannot be saved. An unknown error occurred (-54). Has anyone ever seen this message and anyone have a suggestion what to do?

    I get the following error message after installing the latest version of itunes via auto update:  "the itunes Library file cannot be saved. An unknown error occurred (-54). Has anyone ever seen this message and anyone have a suggestion what to do?

    Hi pholewinski!
    I have a couple of articles for you here that I believe will help you with this issue. The first is an article on advanced troubleshooting, and it can be found here:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    If following that article's steps doesn't take care of the issue, you can try the things listed in this article, which is about permissions issues in iTunes:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/TS1277
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Error booting after installing

    Hello, I have installed arch linux, with the legacy-ide option in the boot, needed to use the right /dev/hda6 partition.
    After installing everything, when I boot the new system, I get the next error:
    kinit: cannot open root device hda6(3,6)
    I think this is because the image is built with some kind of mistake, but I don't know why.
    /dev/hda6 is the / partition, then I use /dev/hda5 for /home and /dev/hda8 for swap.
    I don't really know why hda6(3,6), where this 3 comes from?
    Thank you! I'm really looking forward to run for the very first time archlinux in my laptop.

    I had the same problem. I could solve with this:
    This ISOs include a small, but nasty bug,
    which may lead to a non functional initramdisk,
    if you use all defaults suggested by setup.
    2 workarounds before installing:
    First workaround before entering setup:
    mount -t ramfs none /dev
    /etc/start_udev
    now setup works as it should!
    Second workaround:
    while using setup:
    edit /etc/mkinitcpio to not include autodetect in HOOKS= array
    1 workaround if you already installed and system doesn't boot:
    use the kernel26-fallback.img as initrd in your bootloader
    after successfull boot just fix the ramdisk:
    mkinitcpio -p kernel26
    I apologize for any non functional default initramdisk by using this ISO.
    greetings
    tpowa

  • Xserver not start after installing linux-sony [SOLVED]

    hi
    i have a vaio F111Fx laptop .
    today i installed linux-sony kernel from aur and i have changed my menu.lst like this :
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz-linux-sony root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
    initrd /boot/initramfs-linux-sony.img
    but after this xserver does'nt start and when i login in tty and run xinit i get this eror :
    X.Org X Server 1.11.1
    Release Date: 2011-09-24
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH i686
    Current Operating System: Linux Mohammad 3.0-sony #1 SMP PREEMPT Thu Oct 13 02:02:16 IRST 2011 i686
    Kernel command line: root=/dev/sda1 ro quiet nomodeset vga=792 console=tty1 splash=silent,fadein,fadeout,theme:arch-banner-icons resume=/dev/sda3
    Build Date: 10 October 2011 08:49:15AM
    Current version of pixman: 0.22.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 17 14:45:43 2011
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    FATAL: Module nvidia not found.
    (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    (EE) NVIDIA: system's kernel log for additional error messages.
    (EE) Failed to load module "nvidia" (module-specific error, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    what should i do now ? please help me
    tnx
    Last edited by MohammadR (2011-10-17 13:49:31)

    https://wiki.archlinux.org/index.php/NV … tom_kernel
    and
    https://aur.archlinux.org/packages.php?ID=32908
    Last edited by lowph (2011-10-17 13:39:14)

  • Error message after installing Office 2013 from DVD

    After i install office 2013 on new Win 8.1 Pro laptop , i can start in control panel mail 32 bit option to configure accounts...
    i found error in event logs:
    Log Name:      Application
    Source:        Application Error
    Date:          2014-06-24 5:20:58 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      PMCHome
    Description:
    Faulting application name: rundll32.exe, version: 6.3.9600.16384, time stamp: 0x52158827
    Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x531812f4
    Exception code: 0xc06d007e
    Fault offset: 0x00012c1a
    Faulting process id: 0x1180
    Faulting application start time: 0x01cf8ff2304d4f6f
    Faulting application path: C:\Windows\SysWOW64\rundll32.exe
    Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
    Report Id: 6ebd5d06-fbe5-11e3-8263-7c7a9101e4d2
    Faulting package full name: 
    Faulting package-relative application ID: 
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-24T21:20:58.000000000Z" />
        <EventRecordID>1851</EventRecordID>
        <Channel>Application</Channel>
        <Computer>PMCHome</Computer>
        <Security />
      </System>
      <EventData>
        <Data>rundll32.exe</Data>
        <Data>6.3.9600.16384</Data>
        <Data>52158827</Data>
        <Data>KERNELBASE.dll</Data>
        <Data>6.3.9600.16656</Data>
        <Data>531812f4</Data>
        <Data>c06d007e</Data>
        <Data>00012c1a</Data>
        <Data>1180</Data>
        <Data>01cf8ff2304d4f6f</Data>
        <Data>C:\Windows\SysWOW64\rundll32.exe</Data>
        <Data>C:\Windows\SYSTEM32\KERNELBASE.dll</Data>
        <Data>6ebd5d06-fbe5-11e3-8263-7c7a9101e4d2</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>
    Can some answer why?
    Fresh install, no errors in install at all
    Regards

    Hi,
    Rundll32.exe is responsible for calling Windows DLL (or Dynamic Link Library) files and loading them into your PC's memory.
    Usually the rundll32.exe Application error is not a straight forward error. There are lots of possible reasons for this error, includes a failed or incorrect installation or uninstallation of any softwares, which might have left erroneous Windows registry
    entries.
    Tracking down the exact issue can take lots of investigation. The severity of this error really depends, if everything works well for you, you can just ignore it. However, if you want to correct this, try below steps:
    Since you notice this error right after you installed Office 2013, try to remove and re-install it using default setting.
    Reboot your computer, many programs require a reboot for successful installation.
    Try to update your computer drivers. This is usually the cause of lots of .dll file error.
    Try to run the System File Checker tool (SFC.exe) to correct any incorrect system file. It is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files:
    http://support.microsoft.com/kb/929833/en-us
    Hope this helps.
    Thanks,
    Ethan Hua CHN
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Error message after installing 10.8.2 update

    After installing the osx 10.8.2 update the mok resrtarts and give a error message: "the update could no be installed" or so. As I look up in the system info the update appears al isnatlled. Why?

    I'm another user with same issue, started right after the upgrade, appears consistently with login/out, sleep/wake, rarely otherwise. 
    ? some launchd process calling usereventagent which then crashes
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFNumber length]: unrecognized selector sent to instance 0x5088002c7'
    abort() called
    terminate called throwing an exception
    This is on a 2.66 GHz Quad-Core Xeon.  No similar issue with my Air which I also upgraded to 10.8.2, so I suspect it's a launchd process installed by something which I and others have added that gets run at login and logout (and less frequently at other times).

  • Adobe reader has stopped working error message after installing reader XI on windows 7

    Adobe reader has stopped working error message when loading reader after installing reader XI on windows 7.
    Does anybody know why ?

    Dear Pat,
    Thank you for your reply.
    It is Ver. 11.0.06 for Acrobat XI
    No, I can't open the Reader at all.  The error message box popped up immediately when I run the Reader

  • Error Messages after Instaling 10.6.2

    After installing !0.6.2 I get the following error messages--System extension cannot be used. The system extension"/System/Library/Extensions/hpPluginInit.kext" was installed improperly and cannot be used.Please try reinstalling it or contact the products's vendor for an update --- Second Message---System extension cannot be used.The system extension"System/Library/Extensions/CDSDAudioCaptureSupport.Kext" was installed improperly and cannot be used. Please try reinstallingit or contact the products vendor for a update,
    Every thing appears to be operating OK.Should I delete the extesions or what repair should I implement to correct the problem
    Thanks A Lot For Your Help

    Trying to update with the latest drivers didn't do me any good.
    HP has the worst software and horrible update instructions.
    This is the page that purports to having the latest for snowleopard
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadInst?swfsequence=1&lc=en&dlc= en&cc=us&lang=en&softwareitem=oj-74786-1&os=219&product=3737195
    I found I had to specifically delete the offending file "hpPlugInInit.kext" before I no longer received that error message.
    HP also has this firmware update:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-71331-1 &lc=en&dlc=en&cc=us&lang=en&os=219&product=3737195
    There are no instructions telling me if this has or has not been included in my printer.
    I'm guessing at the instructions, and I'm going to run the program. But who know at the success.
    I'm never buying another HP anything. Especially if Apple offers me a "deal" on it.

  • Get windows error 999 after installing itunes and program won't open.

    I get a windows error 999 message when I try opening Itunes after a new install, what is my problem?

    had to install OS X Mavericks again. after install, everything runs smoothly again. ran recovery from restart then installed mavericks over old mavericks.

  • Error Messages After Installing Leopard 2

    After installing Leopard from the Install DVD, I used Software Update to update to 10.5.1, and updated QuickTime, etc. I also ran Cocktail, the Leopard edition. The Hard Drive checked out OK. When I ran Repair Permissions in Disk Utility, I got a number of error messages. One set starts like this: "Warning SUID file "System/Library/Private Frameworks/DiskManagement.framework/Versions/A/Resources/DiskManagementTool" has been modified and will not be repaired."
    There are a number of messages like this. What shall I do?

    Download and install this update, even though you've already updated.
    (26492)

  • ITunes Error 7 (Windows error 127) after installing iTunes 64-bit for Windows

    After installing iTunes 64-bit for Windows (latest build), I get an error pop-up saying:
    iTunes was not installed correctly. Please reinstall iTunes
    Error 7 (Windows error 127)
    I've gone thru the uninstall, reboot and reinstall process three or four times now. Still nothing.
    Furthermore, after clicking okay to the error, it continues to pop up on it's own every 45 seconds or so.
    There was one other error I came across after trying to launch iTunes after installation.
    See both error messages here:
    http://screencast.com/t/DSg4PpKF5BeX

    Brilliant. Thanks a lot. I've wasted a couple of hours on this nasty bug, & trying all the other suggestions across various threads again and again.
    I now find I had the same registry entry hanging on, despite uninstalling & wiping everything again and again. Having now deleted this key, (I don't even have an iPod), & iTunes 11.1.14 now opens at long last.
    But WHY is this bug not fixed? Enough people are suffering with this across the forum. WHERE is Apple support on this?
    It should have been added to their page at 
    http://support.apple.com/kb/HT1923
    by now, why hasn't it???
    It's not good enough!
    Re:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls]
    "C:\\Program Files\\iPod\\bin\\iPodService.exe"=dword:80000000
    AHA! This entry for iPodService.exe still exhisted.  So I had no folders on the PC, no installs on the PC and no services running.... BUT this was still in the Registry.
    Step 5 - Delete only the Registry entry above.  NO REBOOT
    Step 6 - Reinstall iTunes64.exe

  • After installing itunes 10 installation was successful but then tells me error 2 (windows error 2), After installing itunes 10 installation was successful but then tells me error 2 (windows error 2)

    After installing itunes 10 installation was successful but then tells me error 2 (windows error 2).

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe, and select "Extract to iTunesSetup". WinRAR will expand the contents of the file into a folder called "iTunesSetup".
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • TS3258 error 42404 after installing iTunes 10.6

    I'm getting the above error after installation.  Now itunes won't recognize my ipod.  What do I do?

    After installing itunes 10.6, system does not connect to itunes, it kepps on saying "Accessing itunes store".
    I'd start with the following document with that one:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Error 35 after installing IOS 5 to my Iphone

    After installing my IOS 5 on mylaptop and then synchronizing on my  Iphone i constantly get the message error 35 occured now i have lost al my music.
    It is stil in my computer but out of my Iphone. Every time I try to restore it I got these message.
    Should I remove my substituecopy ?

    Go to Camera, Press the three circles in the bottom right corner, and press the middle filter 'None'.

  • Error message after installing CS6

    After installing CS6 from disk error message said, "Some items for the following product(s) could not be installed successfully." The message then listed five of the eight applications in CS6. I can't find any info about where to go to identify and resolve the issue. Please advise.

    Check the install logs for errors and then use the below link to troubleshoot accordingly.
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html
    Installer Log Locations:
    mac: /Library/Logs/Adobe/Installers/[Adobe Application name<date>].log.gz
    win: c:\Program Files\CommonFiles\Adobe\Installers\[Adobe Application name<date>].log.gz

Maybe you are looking for

  • Outlook 2013 ask credential for connecting to Exchange 2007

    Hi, i've a big problem into my business from about 2 weeks. We have deployed 5 new pc with Office 2013 Professional and Windows 7 professional, into our server we have exchange 2007 version 8.3 and build 83.6 Only for 1 client outlook works correctly

  • UK Delivery times on schedule?

    Hey Guys, Are the UK shipping & delivery times on schedule / correlate with the supplied Apple receipt? I ordered on the 28th July and have been given a shipping date of 18th August, with delivery 'on or before' 20th August. Are the dates provided ge

  • Adding Wireless Routers

    I have been using a WCG200 modem/router on a home network for some time with no problems.  I'm trying to add a WRT54G router  to the network, so I can add a printer to the network.  So far i cannot make this work.  Does anybody have any experience wi

  • Adobe Photoshop 9 Freezes in Mac OSX

    I have Adobe Photoshop Elements 9 that constantly freezes on my iMac OSX 10.7.2 platform. It happens while performing different tasks, ie. downloading pictures, e-mailing pictures, editing pictures. In fact the program freezes and then has to be forc

  • Deleting a non functional DB

    Hello, I am trying to delete a badly created DB from newly created database on oracle 10G (10.2.0.1.0 ) running on Red Hat Enterprise Linux AS release 4 (Nahant Update 3) Operating System. I will be deleting the control files, data files, redo log fi