[SOLVED] rEFInd -- Error: Not Found while loading vmlinuz-linux

System Info:
3.14.1-1-ARCH
refind-efi-0.7.8-1
Problem: rEFInd does not boot arch linux.
When booting the machine, rEFInd's gui selection menu presents options for windows or linux.
Upon selecting linux, the following is displayed:
rEFInd - Booting OS
Starting vmlinuz-linux
Using load options 'ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 initrd=\boot\initramfs-linux.img'
Invalid loader file!
Error: Not Found while loading vmlinuz-linux
* Hit any key to continue *
Below are the outputs of blkid, lsblk -f, the structure of /boot and cats of /boot/efi/EFI/refind/refind.conf and /boot/refind_linux.conf
blkid
/dev/sda1: UUID="2014-05-01-05-20-54-00" LABEL="ARCH_201405" TYPE="iso9660" PTUUID="1535e446" PTTYPE="dos" PARTUUID="1535e446-01"
/dev/sda2: SEC_TYPE="msdos" LABEL="ARCHISO_EFI" UUID="96ED-5DA9" TYPE="vfat" PARTUUID="1535e446-02"
/dev/sdb1: LABEL="Recovery" UUID="E63202B832028E2D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e3729f62-9c32-4ac9-a9dd-56a9c073e7e5"
/dev/sdb2: UUID="9C03-552D" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="9bcdb083-82e9-49e6-b03d-fd376585d633"
/dev/sdb4: UUID="B2161962161928BD" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6de10de9-3322-486c-8108-bf14f5a7bcb6"
/dev/sdb5: UUID="bd6b3352-1b79-4c70-a061-21ff87ff0772" TYPE="ext4" PARTLABEL="root" PARTUUID="699115b1-1413-42b3-9fd7-a80a8a51b6fa"
/dev/sdb6: UUID="e71e6a25-913a-4932-9fc9-81942a5dab2e" TYPE="ext4" PARTLABEL="home" PARTUUID="1fc33e24-4c26-459c-a80a-9440e1f4e683"
/dev/loop0: TYPE="squashfs"
/dev/loop1: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
/dev/loop2: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
/dev/mapper/arch_root-image: UUID="f07bfb26-3377-487a-a022-efd840614a0d" TYPE="ext4"
/dev/sdb3: PARTLABEL="Microsoft reserved partition" PARTUUID="fa94c812-e1ff-4603-ba97-be7f155f12c8"
lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sdb
├─sdb1
├─sdb2 /boot/efi
├─sdb3
├─sdb4
├─sdb5 /
└─sdb6 /home
sdc
├─sdc1
└─sdc2
loop0
loop1
└─arch_root-image /etc/resolv.conf
loop2
└─arch_root-image /etc/resolv.conf
Structure of /boot
*note: /boot is really the original microsoft efi system partition (in my case, /dev/sda2) that I mounted to /boot/efi and whose structure is shown below:
/boot
├── efi
│ ├── EFI
│ │ ├── Boot
│ │ │ └── bootx64.efi
│ │ ├── Microsoft
│ │ │ └── Boot
│ │ │ ├── BCD
│ │ │ ├── BCD.LOG
│ │ │ ├── BCD.LOG1
│ │ │ ├── BCD.LOG2
│ │ │ ├── bg-BG
│ │ │ │ ├── bootmgfw.efi.mui
│ │ │ │ └── bootmgr.efi.mui
│ │ │ ├── bootmgfw.efi
│ │ │ ├── bootmgr.efi
│ │ │ ├── BOOTSTAT.DAT
│ │ │ ├── boot.stl
│ │ │ ├── en-US
│ │ │ │ ├── bootmgfw.efi.mui
│ │ │ │ ├── bootmgr.efi.mui
│ │ │ │ └── memtest.efi.mui
│ │ │ ├── Fonts
│ │ │ │ ├── {{FONTS REMOVED FOR BREVITY}}
│ │ │ ├── Resources
│ │ │ │ ├── bootres.dll
│ │ │ │ └── en-US
│ │ │ │ └── bootres.dll.mui
│ │ ├── refind
│ │ │ ├── drivers_x64
│ │ │ │ └── ext4_x64.efi
│ │ │ ├── icons
│ │ │ │ ├── {{ICONS REMOVED FOR BREVITY}}
│ │ │ ├── keys
│ │ │ │ ├── altlinux.cer
│ │ │ │ ├── canonical-uefi-ca.der
│ │ │ │ ├── fedora-ca.cer
│ │ │ │ ├── openSUSE-UEFI-CA-Certificate.cer
│ │ │ │ ├── refind.cer
│ │ │ │ └── SLES-UEFI-CA-Certificate.cer
│ │ │ ├── refind.conf <=================== http://ix.io/cFy
│ │ │ └── refind_x64.efi
│ │ └── tools
│ ├── initramfs-linux-fallback.img
│ ├── initramfs-linux.img
│ └── vmlinuz-linux
└── refind_linux.conf <===================== http://ix.io/cFw
49 directories, 190 files
Excerpt of /boot/efi/EFI/refind/refind.conf
(full file available here: http://ix.io/cFy)
menuentry Linux {
icon EFI/refind/icons/os_arch.icns
volume "EFI system partition"
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772"
cat /boot/refind_linux.conf
"Boot with standard options" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 "
"Boot to single-user mode" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772 single"
"Boot with minimal options" "ro root=UUID=bd6b3352-1b79-4c70-a061-21ff87ff0772"
Last edited by dk0r (2014-05-28 01:36:16)

A couple of things that are important:
refind_linux.conf should be in the same directory as vmlinuz-linux and the initrd so it should be in /boot/ since that is where your kernel is.
In your refind.conf stanza you have the line volume "EFI system partition" which tells rEFInd that the loader is in that partition whereas the kernel and initrd files seem to be in /boot/ which is not the EFI System Partition. Hence the volume line needs to specify the filesystem where /boot is which in your case appears to be /dev/sdb5 so the volume line in that case should be volume "root" since root is the filesystem label for sdb5? Note that if you update to rEFInd version 0.8.0 or later then you can use the partuuid value to specify the volume but in the version you are using that token for the volume was not yet implemented.
In the stanza you quoted there was no terminating } but maybe you just didn't copy it to your post.
Making these changes may let the system boot to the arch kernel.
Last edited by mcloaked (2014-05-27 20:21:16)

Similar Messages

  • [SOLVED] yaourt ERROR "not found in AUR"

    Hi, when I run
    yaourt -Syua
    it shows
    ==> Downloading fontconfig-ubuntu PKGBUILD from AUR...
    ==> ERROR: fontconfig-ubuntu not found in AUR.
    ==> ERROR: unable to update
    ==> Downloading google-chrome-dev PKGBUILD from AUR...
    ==> ERROR: google-chrome-dev not found in AUR.
    ==> ERROR: unable to update
    It's quite strange. I tried
    wget https://aur.archlinux.org/packages/go/google-chrome-dev/PKGBUILD
    and it works well. Could someone help me with it?
    Last edited by clippit (2012-02-19 12:28:28)

    https://bbs.archlinux.org/viewtopic.php … 1#p1060081
    http://bugs.archlinux.fr/task/268
    https://bugs.archlinux.org/task/28515

  • [SOLVED] LVM volume not found while booting

    I have an error while trying to boot with both Syslinux and GRUB (GRUB was my 1st choice but I got this error so switched to Syslinux). It's BIOS system, my boot is on /dev/sda1 and root is inside LVM on /dev/sda2. It states that device /dev/mapper/TheVG-RootLV can not be found so the problem is with LVM. There is lvm2 hook in mkinitcpio.conf, dolvm in my kernel line... what could I do wrong? I had no problem with this exact setup on my UEFI system and GRUB. Boot partition is loaded even if it's also inside LVM (that was the case when I was trying to run it via GRUB). GPT partition table.
    Last edited by smsware (2013-05-25 16:55:48)

    This has been an ongoing issue with the Arch Linux LVM2 setup since it was changed to using lvmetad.  You did nothing wrong.  My home server still sits on an LVM, so what I did was downgraded lvm2 and device-mapper on that machine and have been ignoring the updates until I can find a better solution... though I haven't been looking very hard.
    Also, with mkinitcpio, there is no "dolvm" command line parameter.  It runs the LVM2 stuff depending on whether or not you have the lvm hook in your mkinicpio.conf (or add it otherwise with the command line).  So yu can safely remove that.
    The reason that Grub is able to read the /boot partition, but then it can still fail to find the rootfs is because these are two separate things.  Grub has its own system to give it LVM compatibility.  So it uses its stuff to read that, gets the information it needs, then loads the kernel and initramfs. It then passes the system off, at which point, this process of detecting the LVM and finding the rootfs happens all over again, albiet with the kernel and native linux userspace tools.
    My laptop was on LVM2 when this change occurred.  It worked for a while, and then just totally borked... well not toally, but it was way inconsistent and super frusturating.  So I changed to btrfs.  There is a thread about luks and lvm2 not booting, but it is actually just about lvm2, as the luks part of it was just cioncidence.  You may want to ahve a look there because there is a slight change you can make in your lvm.conf that might help.  It helped in my case, but it only made it slightly less borked, which is why I eventually changed setups.
    Edit: I remember the edit having something to do with a filter... or global filter... something about having it not scan floppies and cdroms and whatnot.
    Last edited by WonderWoofy (2013-05-23 00:05:31)

  • Infoobject not found while loading hierarchy in BW

    Hi all,
    1000PA_COST (Cost Element) hierarchy was created in ECC Sytem A.(It works fine in ECC Q System A)
    Development System is being shared so when 1000PA_COST went into ECC Q System B its level one hierarchy node is different from System A. Instead of 0HIER_NODE its showing ZCSTELGRP. Since its transporting from DEV to the new Q, how can this just change? Does someone in Finance have to make BW related settings in ECC?
    Cheers

    Hi Jharna,
    Please go through following few of the transaction code for Material Hierarchie sin SAP R/3
    CLW1: Allocate Material Group Hierarchy
    CLW2: Display Material Group Hierarchy
    CLWM:Create MMS Material Group Hierarchy
    CLWN:Change MMS Material Group Hierarchy
    CLWO:Display MMS Material Group Hierarchy
    CLWP:Delete MMS Material Group Hierarchy
    check link
    http://help.sap.com/saphelp_46c/helpdata/en/77/1a39516e36d1118b3f0060b03ca329/content.htm
    Specially in your case for given Material Parent Id is not correctly maintained that you have to change it and correct it.
    Hope this will help....
    Regards,
    Mahesh

  • [SOLVED] grub2 - error you need to load the linux kernel first

    I can boot into windows just fine but ran into this error when I try to boot into archlinux. I've tried both root=/dev/disk/by-uuid/69a3679e-f730-4ccc-8977-c0ef89bdea8a and root=/dev/sda6 but they do not work.
    $ sudo fdisk -l
    Disk /dev/sda: 320.0 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0009e647
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13416 107763988+ 7 HPFS/NTFS
    /dev/sda2 13417 38913 204804652+ f W95 Ext'd (LBA)
    /dev/sda5 13417 13678 2104483+ 82 Linux swap / Solaris
    /dev/sda6 13679 37638 192458668+ 83 Linux
    /dev/sda7 37639 38913 10241406 83 Linux
    Disk /dev/sdb: 320.0 GB, 320072933376 bytes
    255 heads, 63 sectors/track, 38913 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000c28df
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 38913 312568641 83 Linux
    /boot/grub/grub.cfg
    # Config file for GRUB2 - The GNU GRand Unified Bootloader
    # /boot/grub/grub.cfg
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,2)
    # /dev/sda3 (hd0,3)
    # Timeout for menu
    set timeout=5
    # Set default boot entry as Entry 0
    set default=0
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    # (0) Arch Linux
    menuentry "Arch Linux" {
    set root=(hd0,5)
    linux /vmlinuz26 root=/dev/disk/by-uuid/69a3679e-f730-4ccc-8977-c0ef89bdea8a ro
    initrd /kernel26.img
    ## (1) Windows
    menuentry "Windows" {
    set root=(hd0,1)
    chainloader +1
    old menu.lst that worked
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/hda (hd0)
    # /dev/hdb2 (hd1,1)
    # /dev/hda3 (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
    # +-------------------------------------------------+
    # 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,5)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/69a3679e-f730-4ccc-8977-c0ef89bdea8a ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,5)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/69a3679e-f730-4ccc-8977-c0ef89bdea8a ro
    initrd /boot/kernel26-fallback.img
    title Linux Mint, kernel 2.6.24-16-generic
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.24-16-generic root=/dev/sda7 ro quiet splash
    initrd /boot/initrd.img-2.6.24-16-generic
    title Linux Mint, kernel 2.6.24-16-generic (recovery mode)
    root (hd0,6)
    kernel /boot/vmlinuz-2.6.24-16-generic root=/dev/sda7 ro single
    initrd /boot/initrd.img-2.6.24-16-generic
    title Linux Mint, kernel memtest86+
    root (hd0,6)
    kernel /boot/memtest86+.bin
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    # This is a divider, added to separate the menu items below from the Debian
    # ones.
    title Other operating systems:
    root
    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/sda1
    title Microsoft Windows XP Professional
    root (hd0,0)
    savedefault
    makeactive
    chainloader +1
    # (1) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by gmhafiz (2009-01-20 11:19:29)

    look at the difference between the grub.cfg and menu.lst # DEVICE NAME CONVERSIONS
    and try:
    # (0) Arch Linux
    menuentry "Arch Linux" {
    set root=(hd0,6)
    linux /boot/vmlinuz26 root=/dev/disk/by-uuid/69a3679e-f730-4ccc-8977-c0ef89bdea8a ro
    initrd /boot/kernel26.img
    Last edited by biagio (2009-01-20 11:03:28)

  • Error "Specifed Key not found" while installing Oracle 11g R2 db

    Hi,
    I am new to installing oracle 11gr2 DB. While installing at the stage of "install product" during the process of .Copy files its throwing the following error
    *Specified Key not found
    Please help me solving this problem. Your help is much appreciated.
    Thanks in advance.

    979400 wrote:
    Hi ..
    I am getting the "Specified Key not found" while installing Oracle 11 g r2 on windows 8 (64 bit) and below is the installation log , Please help me .
    Number one - you are hijacking someone else's thread. Please read the forum FAQ. The link to that is conveniently located in the upper right corner of this very page.
    Number two - no oracle product is certified to run on Window 8. If you want to run an Oracle product, you need to use an OS which Oracle has certified for said product.
    ID: oracle.install.driver.oui.OUISetupDriver:13
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
         at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
         at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
         at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
         at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
         at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
         at oracle.install.commons.util.Application.startup(Application.java:869)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
         at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
         at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
         at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)
    ---# End Stacktrace #-----------------------------
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:16
    oracle.cluster.verification.PreReqNotSupportedException: Reference data is not available for verifying prerequisites on this operating system distribution
         at oracle.cluster.verification.constraints.XmlTaskFactory.getTasks(XmlTaskFactory.java:248)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4538)
         at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4487)
         at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
         at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
         at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
         at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:161)
         at oracle.install.commons.base.driver.common.Installer.run(Installer.java:216)
         at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:129)
         at oracle.install.commons.util.Application.startup(Application.java:869)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
         at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
         at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:117)
         at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:148)
    ---# End Stacktrace #-----------------------------

  • Error: Preset not found: '/etc/mkinitcpio.d/linux.preset' [Solved]

    Hi
    I tried to initial RAM disk with and got error message
    [root@archiso /]# mkinitcpio -p linux
    ==> ERROR; Preset not found: '/etc/mkinitcpio.d/linux.preset'
    And I found some answers but one said
    ALARM doesn't use an uInitrd.
    and another said I have to be install kernel26.
    How I can solve this?
    Last edited by rob111 (2013-08-31 17:41:46)

    rob111 wrote:I can switch between [root@archiso /] and root@archiso ~ #.
    This is confusing given this report. Could you confirm exactly the prompt you have when you try to run the configuration commands such as mkinitcpio -p linux.
    Because, as Trilby says, if you really have successfully installed base and base-devel and chrooted into the system, you should not be seeing these errors. Also, I am pretty sure that you should not have needed to verify the master key manually. When Arch first introduced signing, manual verification of keys was required but I am almost certain that is no longer the case. So something is almost certainly wrong at an earlier stage and you need to fix that, as Trilby says, before moving onto the next stage.
    EDIT: "As Trilby says" should now read "as Trilby says again" - I'm too slow.
    Last edited by cfr (2013-08-25 22:57:40)

  • Error 404 -- Not Found while accessing weblogic console

    Hi
    I get Error 404 Not Found while accessing the console or any other application
    which is deployed on the server
    while the server is running even i have restarted my server
    it shows server running in the log files as well as on the command console .
    but when i try to access console or any other application it gives me error page
    404 Not Found
    I am using weblogic 7 with SP2 on solaris
    So please help me in debugging the problem
    Thanks in advance....
    Pratap

    Hi
    I get Error 404 Not Found while accessing the console or any other application
    which is deployed on the server
    while the server is running even i have restarted my server
    it shows server running in the log files as well as on the command console .
    but when i try to access console or any other application it gives me error page
    404 Not Found
    I am using weblogic 7 with SP2 on solaris
    So please help me in debugging the problem
    Thanks in advance....
    Pratap

  • Getting error "Http 404 not found" while accessing CUCM GUI..

    Hi,
    Please help um getting error "Http 404 not found" while accessing CUCM GUI. Yesterday it was running fine bt nw its showing dis error.
    Please find attached screenshot for ur referance.
    Thanks & R's
    Harish

    Hi Aaron,
    I have restarted dat service bt still the issue is persisting.
    Now its showing attached error.
    Thanks and R's
    Harish

  • Sidecar.xml not uploading 'an error has occurred while loading sidecar.xml. Sidecar.xml is invald'

    Hi all,
    If anyone could throw some light as to why im receiving this error it would be hugely appreciated
      'an error has occurred while loading sidecar.xml.
         Sidecar.xml is invalid. Error #1090'
    i've used this method for filling in all the fidly bits and ordering the folios for about a year now and never had any issues with it..  until i was about to publish our issue yesterday.... and of course a problem had to crop up..
    I did update to the latest mandatory folio builder version, i wonder if this is the problem?
    i have tried all the seeminly obvious solutions, logging in an out of the folio builder, resaving teh .xml file , restarting the computer. swearing.. none of them worked.. :S
    Anyways thanks in advance

    For the benefit of others searching for on this issue in the future, the problem was with the sidecar.xml document. One of the tags elements had an extra "<" in it, which resulted in the XML being malformed.
    Neil

  • Error message while opening a project: "an error was encountered while loading the image"

    We've run into a new error message here today:
    an error was encountered while loading the image
    It appears when we try to load a recorded project. It occurs on both the cp-file and the backup file.
    It's on a windows 7-machine.
    Anyone encountered it and knows what it means?
    is the project lost forever?

    Hi there
    Hmmm, it may be related to Windows 7, but let's check the obvious stuff first.
    Where exactly is th project if you locate it using Windows Explorer? Is it found on your local C drive or is it found on a network drive?
    If it's on a network drive, please note that Captivate has never worked well with projects being edited while they are on network resources. So the first step in this case (assuming that's where the project is) would be to move the project file off the network and onto the local C drive. Then try opening again.
    Assuming the project isn't on a network, all still may not be lost. The next thing to try would be to create a new blank project sized identically to the one that seems to have gone south. Then click File > Import > Slides/Objects and see if you can import the content from the errant project into the new.
    And if those steps fail, it's likely time to restart from scratch. But depending on what you have done so far and how you have done it, you might be able to salvage some of it by playing back the content (assuming you have published it during testing) and record what you are playing back with Captivate.
    Best of luck to you in sorting things. You should also consider filing a Bug Report.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Payment Method supplement is not found while posting invoice thru' F-43

    Dear Gurus,
    I have configured Vendor Account group (OBD3) & created a vendor account (XK01).While posting thru' T code F-43,an error "Enter payment method supplement in line item 001" is found.But, payment method supplement field is not found while posting.Please solve my problem.

    hi ,
    In F-43 when you enter the document & posting date, company code, currency , And Vendor number PRESS ENTER it will take you to next screen There you can find the PAYMENT METHOD tab under invoice reference .
    hope this will help you .

  • CASE not found while executing CASE statement on Submit Form

    Hi to all APEX users and developers.
    I have several APEX applications and they are all working well, but recently I got one strange exception when I try to submit page:
    Session: Fetch session header information
    ...metadata, fetch page info
    ...Validate item page affinity.
    ...Validate hidden_protected items.
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06592: CASE not found while executing CASE statement
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6592
    ......ora_sqlerrm: ORA-06592: CASE not found while executing CASE statement
    .....error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 9273
    ......component.type: APEX_APPLICATION_AUTH
    ......component.id: 41350431648668800
    ......component.name: MNRFR
    ...Show Error on Error Page
    ......Performing rollback
    Processes - point: AFTER_ERROR_HEADER
    Processes - point: BEFORE_ERROR_FOOTER
    End Page Processinga
    Page has more than 120 items (most of them are hidden), so my first thought is that page has problem with posting so many items, but APEX error message doesn't hel me at all. Any help would be very appreciated :)
    Almir

    Hi Almir,
    actually it is the 100 page item limit. See (http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/limits.htm)
    I also had a look into the source code and the code at the position where the error gets raised only supports 100 page items.
    Can you have a look into the generated HTML code and look if you have a page items which is mapped to p_t101 or a higher number ?
    I will file a bug to show a better error message.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • " APPLICATION NOT FOUND"  while deploying Web dynpro java Application

    Hi, I am getting a message that "application not found " While deploying the web dynpro java application .......... please give me a solution for this .

    Hi Ram,
    This error comes generally when your webdynpro project does not have an application. To create an application in your webdynpro project follow the underlying steps:
    <Project>->WebDynpro->Applications ---> right click and create New Application.
    Follow the steps to create the application.
    Now if you create archive and deploy, it will not give you the error again.
    Best Regards,
    Ravi

  • "Client error not found" = DOOOOOOOOMMMMMM!!!!!!!

    Ok been getting this a lot recently and I think it is to do with my printer setup script. There must be a way to fix it, but for the life of me I can not find the solution.
    It usually starts with all printers on the system being paused. You can unpause them, but as soon as you try print they automatically pause again.
    You can reset the print system, but when you try readd a printer you get the message of doom "client-error-not-found".
    From then on I can not add any printer to the system and the only fix is a wipe and reinstall.
    I mentioned above that I use a printer script to install the 10+ printers in the office onto the 80+ machines. All the machines are running 10.5 and upto date.
    I have put the script to have a look at, but even if it is causing the problem there should be a way to fix the issue.
    #Reset print system.
    do shell script "lpstat -p | cut -d' ' -f2 | xargs -I{} lpadmin -x {}" with administrator privileges
    #log onto the server and mounts the IT_support folder. If the IT_support folder is already mounted it will skip the mount and move on.
    if {"IT_support"} is not in paragraphs of (do shell script "/bin/ls /Volumes") then
    mount volume "afp://192.168.1.251/IT_support"
    end if
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/drivers/* /Library/printers/PPDs/Contents/Resources/" with administrator privileges
    #Add the printers to the system.
    #Colour Printers.
    #Colour_Printroom Appletalk.
    do shell script "lpadmin -p Colour_PrintRoom -L FirstFloorPrintRoom -E -v pap://*/Colour_PrintRoom/LaserWriter -P /Library/printers/PPDs/Contents/Resources/xrx7655.ppd -o printer-is-shared=false" with administrator privileges
    #Colour_Kitchen Appletalk.
    do shell script "lpadmin -p Colour_Kitchen -L First\\ Floor\\ Kitchen -E -v pap://*/DC3535_DC3535Print/LaserWriter -P /Library/printers/PPDs/Contents/Resources/Xerox\\ DocuColor3535\\ PS -o printer-is-shared=false" with administrator privileges
    #BizHub Appletalk.
    do shell script "lpadmin -p Colour_BizHub -L Colour_BizHub -E -vpap://*/X3eBizhub45035C-KMPrint/LaserWriter -P /Library/printers/PPDs/Contents/Resources/en.lproj/Fiery\\ X3eTY\\ 35C-KM\\ PS\\ v2.01\\ eu -o printer-is-shared=false" with administrator privileges
    #Admin Printers.
    #Reception Bonjour.
    do shell script "lpadmin -p Reception -L Ground\\ Floor\\ Reception -E -v mdns://Reception%20%2892%3A1b%3A58%29.pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4500DT.gz -o printer-is-shared=false" with administrator privileges
    #A3_Northside Bonjour.
    do shell script "lpadmin -p A3_Northside -L First\\ Floor\\ North\\ Side -E -v mdns://A3Northside._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 5500DN.gz -o printer-is-shared=false" with administrator privileges
    #A3_Southside Bonjour.
    do shell script "lpadmin -p A3_Southside -L First\\ Floor\\ South\\ Side -E -v mdns://A3Southside._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 5500DN.gz -o printer-is-shared=false" with administrator privileges
    #Studio3_Admin Bonjour.
    do shell script "lpadmin -p Studio3_Admin -L First\\ Floor\\ Studio\\ 4 -E -v mdns://Studio3Admin._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4510DT.gz -o printer-is-shared=false" with administrator privileges
    #Studio1_Admin Bonjour.
    do shell script "lpadmin -p Studio1_Admin -L First\\ Floor\\ Studio\\ 1 -E -v mdns://Studio1Admin%20%2892%3A41%3Af6%29._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4500DT.gz -o printer-is-shared=false" with administrator privileges
    #Studio3_A3 Bonjour.
    do shell script "lpadmin -p Studio3_A3 -L First\\ Floor\\ Studio\\ 4 -E -v mdns://Studio3A3._printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/HP\\ LaserJet\\ 5100\\ Series.gz -o printer-is-shared=false" with administrator privileges
    #Plotters.
    #PlotterDeathstarHP4500ps Bonjour.
    do shell script "lpadmin -p PlotterDeathStarHP4500ps -L First\\ Floor\\ Print\\ Room -E -v mdns://PlotterDeathstar_HP4500ps._printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/HP\\ Designjet\\ 4500\\ PS3.gz -o printer-is-shared=false" with administrator privileges
    #PlotterPosterEpson7600 Bonjour.
    do shell script "lpadmin -p PlotterPosterEpson7600 -L First\\ Floor\\ Print\\ Room -E -v mdns://PlotterPosterEpson7600.printer.tcp.local. -P /Library/printers/PPDs/Contents/Resources/en.lproj/stp-escp2-7600.5.2.ppd.gz -o printer-is-shared=false" with administrator privileges
    #Copy a fresh copy of the printer driver settings back onto the system after the printers have been installed. driver settings are stored in /etc/cups/PPD admin rights required to copy files into this folder
    do shell script "cp -fRv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/ppd/* /etc/cups/PPD" with administrator privileges
    #Copy printer presets on to system.
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/presets/* /Library/Preferences" with administrator privileges
    #The following printer is added into the system speratly due to a driver selection issue when adding more than one Xerox Phaser 4510DT. The system seems to apply the correct driver to the first one that is added to the system. The second Xerox Phaser 4510DT does not get the correct driver applied to it.
    #Studio2_Admin Bonjour.
    do shell script "lpadmin -p Studio2_Admin -L First\\ Floor\\ Studio\\ 2 -E -v mdns://Studio2Admin._pdl-datastream.tcp.local./?bidi -P /Library/printers/PPDs/Contents/Resources/Xerox\\ Phaser\\ 4510DT.gz -o printer-is-shared=false" with administrator privileges
    #Copy printer presets on to system.
    do shell script "cp -frv /Volumes/ITsupport/01_Mac/04Printers/PrinterAutoInstall/presets/* /Library/Preferences"
    do shell script "cp -fRv /Volumes/ITsupport/01_Mac/04_Printers/PrinterAutoInstall/ppd/Studio2Admin.ppd /etc/cups/PPD/" with administrator privileges
    #Reset file permissions
    do shell script "chmod 664 /Library/Printers/PPDs/Contents/Resources/*" with administrator privileges

    Well, I succeeded in solving the problem by myself ...
    The problem was a local .cupsrc file containing some apparently wrong settings. Removing this file solved the problem ...

Maybe you are looking for

  • Problem in Exporting FAGLB03 report in Excel

    Hi, We have recently done upgrade from ECC 5. to ECC 6.0, first we have the problem related to When we download data to Excel in MHTML format it is adding additional zeros to all the total / sub total lines. But when I download it to excel it is not

  • Apple built-in apps crashing

    I am having problems with my built-in iPhone apps.  None of these problems happen with my non-Apple apps.  My iPhone music app won't sync with my computer -- I make changes to playlists on my computer that won't sync with my iPhone.  When I try to ma

  • Several segment of one signal output as a undivid signal

    Hi nice friends, I'm working on some signal simulation with LabVIEW, all run well and just run into one signal problem. It's a sinus signal, its frequency changes from 15Hz---30KHz smoothly. In the beginning, I thought it would be easy to construct a

  • Sun Cluster 3.2  without share storage. (Sun StorageTek Availability Suite)

    Hi all. I have two node sun cluster. I am configured and installed AVS on this nodes. (AVS Remote mirror replication) AVS working fine. But I don't understand how integrate it in cluster. What did I do: Created remote mirror with AVS. v210-node1# snd

  • [ERROR]adding another JVM to OC4J instance

    Hi gurus, I had this following configuration on my opmn.xml, <restart timeout="720" retry="2"/> <port id="default-web-site" range="8890" protocol="http"/> <port id="rmi" range="12401-12500"/> <port id="rmis" range="12701-12800"/> <port id="jms" range