[SOLVED] Kernel 2.6.32 tries to load 2.6.31 modules

After upgrading the kernel and firmware [also the kernel26 headers] , when I boot errors are now spat out along the lines of : "modprobe Fatal /lib/modules/ARCH2.6.31 does not exist" and there are no wifi, keyboard, usb etc modules loaded.
So why is it still looking for the old folder? ARCH2.6.32 exists in it's place. Googled to no effect, can anyone help? Something needs to be pointed at the new path but I don't know what. First time a kernel update has ever given me any trouble.
Cheers
Last edited by cuervo (2010-01-04 17:16:25)

and you're absolutely _sure_ that the image you are loading is infact the 2.6.32-kernel?
At one point (in a previous life) I had a boot-partition (read-only) where I copied from /boot (which was on the root filesystem) after a kernel upgrade (silly, I know - these days I chainload instead). If I forgot to copy the new kernel/initrd, then I would still boot my old one but the modules (obviously) were nowhere to be found ....

Similar Messages

  • [solved] kernel 3.2.8 fails with loading nvidia and virtualbox modules

    Topic says it. I just updated from kernel 3.2.7 to 3.2.8 and X won't start. The kernel fails to load the nvidia module with the follwing error: 'Exec format error'. Same for the virtualbox kernel modules. This is on x86_64, multilib and all testing repos enabled.
    Downgrade to 3.2.7 by
    pacman -S core/linux
    solves the issue.
    Last edited by Harey (2012-02-28 18:55:36)

    Allan wrote:Bug tracker...
    https://bugs.archlinux.org/task/28695

  • Loading native code lua modules

    I'm trying to load a C lua module into my Lightroom Plugin. Unfortunately I can't get it to work and keep getting the error:
    An internal error occurred
    Could not load toolkit script: PluginGUI-OSX
    This is an Objective-C code lua library and the error occurs on the following line in my lua script:
    require 'PluginGUI-OSX'
    I've also tried preceding this with the following, but still I get no luck:
    package.path = package.path..";./?/init.lua;./?.so"
    Has anyone ever had luck trying this? Or does anyone on the Lightroom team know it to be impossible?
    Thanks in advance
    Rich

    Hello,
    I've got a similar problem. But I don't want to include native code. As in every example plugin I've found, I wanted to extract portions of my code to other scripts (just as FtpUploadTask.lua in FTP example)
    But whenever I add the following line to my ExportServiceProvider I get an error:
    require 'RhubarbHttpClient'
    The error message looks as described in the post above:
    Plug-in error log for plug-in at: /Users/krizleebear/Library/Application Support/Adobe/Lightroom/Modules/rhubarb-gallery.lrdevplugin
    **** Error 1
    An error occurred while attempting to run one of the plug-in’s scripts.
    Could not load toolkit script: RhubarbHttpClient
    **** Error 2
    Could not load the post-processing filter from this plug-in.
    Could not load toolkit script: RhubarbHttpClient
    When I just put my code from RhubarbHttpClient.lua directly into my ExportServiceProvider, it's working.
    The full code can be viewed on google-code:
    http://code.google.com/p/rhubarb-gallery/source/browse/#svn/trunk/rhubarb_lightroom_plugin /rhubarb-gallery.lrdevplugin

  • Is there a way of stopping the kernel from trying to load a device???

    Hi,
    Basically I have a Nvidia 7950GX2 that i have installed in a Mac Pro to use in windows and it works perfectly but when i try to boot into OSX i get kernel panics.... I still have my 7300 in the machine for OSX. when I try this methos with a 7800 gtx it works just fine.....
    Is there a way i can stop OSX trying to load the device on boot? disable it
    Thanks in Advance...................

    Video cards that do not have Apple ROMs cannot boot an EFI based machine like the Mac Pro.  Currently the only video cards that will properly work in the Mac Pro are the three available from Apple.  You can read more about this in the Mac Pro forums by doing some searching and browsing because the topic has been widely discussed here.  You will also find more at www.xlr8yourmac.co, www.barefeats.com, and the review of the Mac Pro at www.anandtech.com.

  • HT1199 I have an Apple MacBook Pro 1,1 Mac OS X 10.6.8. I have tried to load Native Instruments Guitar Rig 4LE. It would not load and said the following. System extension cannot be used.

    I have an Apple MacBook Pro 1,1 Mac OS X 10.6.8. I have tried to load Native Instruments Guitar Rig 4LE.
    It would not load and said the following. System extension cannot be used.
    The system extension "/system/library/Extensions/AppleUSBthernetHost.text" was installed improperly and cannot be used.
    Please try reinstalling it, or contact the product vendor for an update.
    I do not have a copy of the OS X 10.6.8 software. It is second hand so I have no product vendor to contact.
    What can I do?

    You recently updated iTunes to v.11.4? This message has popped up on many a Mac screen when this version was first made available, because this kext was obviously faulty.
    You should try to download iTunes 11.4 again from Apple's website: the new version bears the same name, but this kernel extension has been updated, and the issues it was causing are now a thing of the past.
    Should solve your problem, too...

  • Problems trying to load a full version of office home and student 2010

    I am trying to load office 2010 but it will not load, It just keeps saying its a trial version. I rang microsoft and they told me I have to un install the trial version installed on my touchsmart 310-1025a.
    Apparently it is put on there at manufacture stage. Can anyone tell me how to uninstall the trial so that it will let me use my full version. thanks

    Hi,
    jacquitos wrote:
    I am trying to load office 2010 but it will not load, It just keeps saying its a trial version. I rang microsoft and they told me I have to un install the trial version installed on my touchsmart 310-1025a.
    Apparently it is put on there at manufacture stage. Can anyone tell me how to uninstall the trial so that it will let me use my full version. thanks
    This article from the  Microsoft knowlege base has a few different ways to uninstall it.  There is also a  Microsoft Fixit utility specifically for Office 2010.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • [SOLVED]Kernel 3.0 boot problems.

    I recently built the 3.0 kernel (downloaded from kernel.org) and am trying to make it bootable.
    After creating an image and editing grub, I get an error talking about how modules.dep was not found, that /dev/sda7 does not exist and can't be mounted to new_root, that I'm on my own and Good Luck, and then I get dropped to ram fs.
    I listed the contents of the kernel26.img and kernel30.img and there is quite a difference even though they were both built using the same mkinitcpio.conf. kernel26.img was built with -p kernel26. I haven't found a preset for kernel30.
    kernel26.img boots fine.
    I think the .imgs need to be similar but I don't know how to make them similar. Or I could be completley wrong and on the wrong track. Any ideas?
    kernel26.img listed:
    /proc
    /sys
    /dev
    /bin
    /sbin
    /lib
    /usr
    /usr/bin
    /usr/lib
    /usr/sbin
    /run
    /dev/null
    /dev/zero
    /dev/console
    /dev/mem
    /bin/busybox
    /lib/libc.so.6
    /lib/libc-2.13.so
    /lib/ld-linux-x86-64.so.2
    /lib/ld-2.13.so
    /sbin/modprobe
    /sbin/blkid
    /lib/libblkid.so.1
    /lib/libblkid.so.1.1.0
    /lib/libuuid.so.1
    /lib/libuuid.so.1.3.0
    /init_functions
    /init
    /config
    /etc
    /etc/modprobe.d
    /etc/modprobe.d/usb-load-ehci-first.conf
    /sbin/udevd
    /lib/librt.so.1
    /lib/librt-2.13.so
    /lib/libpthread.so.0
    /lib/libpthread-2.13.so
    /sbin/udevadm
    /lib/udev
    /lib/udev/rules.d
    /lib/udev/rules.d/50-firmware.rules
    /lib/udev/rules.d/50-udev-default.rules
    /lib/udev/rules.d/60-persistent-storage.rules
    /lib/udev/rules.d/80-drivers.rules
    /lib/udev/firmware
    /lib/udev/ata_id
    /lib/udev/path_id
    /lib/udev/scsi_id
    /lib/udev/usb_id
    /lib/udev/load-modules.sh
    /etc/udev
    /etc/udev/udev.conf
    /hooks
    /hooks/udev
    /sbin/v86d
    /etc/modprobe.d/uvesafb.conf
    /lib/modules
    /lib/modules/2.6.38-ARCH
    /lib/modules/2.6.38-ARCH/kernel
    /lib/modules/2.6.38-ARCH/kernel/drivers
    /lib/modules/2.6.38-ARCH/kernel/drivers/connector
    /lib/modules/2.6.38-ARCH/kernel/drivers/connector/cn.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/video
    /lib/modules/2.6.38-ARCH/kernel/drivers/video/uvesafb.ko.gz
    /hooks/v86d
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/cdrom
    /lib/modules/2.6.38-ARCH/kernel/drivers/cdrom/cdrom.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/sr_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/libata.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/libahci.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/ahci.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs
    /lib/modules/2.6.38-ARCH/kernel/fs/mbcache.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs/jbd2
    /lib/modules/2.6.38-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/lib
    /lib/modules/2.6.38-ARCH/kernel/lib/crc16.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs/ext4
    /lib/modules/2.6.38-ARCH/kernel/fs/ext4/ext4.ko.gz
    /lib/modules/2.6.38-ARCH/modules.dep
    /lib/modules/2.6.38-ARCH/modules.alias
    /lib/modules/2.6.38-ARCH/modules.symbols
    kernel30.img :
    /proc
    /sys
    /dev
    /bin
    /sbin
    /lib
    /usr
    /usr/bin
    /usr/lib
    /usr/sbin
    /run
    /dev/null
    /dev/zero
    /dev/console
    /dev/mem
    /bin/busybox
    /lib/libc.so.6
    /lib/libc-2.13.so
    /lib/ld-linux-x86-64.so.2
    /lib/ld-2.13.so
    /sbin/modprobe
    /sbin/blkid
    /lib/libblkid.so.1
    /lib/libblkid.so.1.1.0
    /lib/libuuid.so.1
    /lib/libuuid.so.1.3.0
    /init_functions
    /init
    /config
    /etc
    /etc/modprobe.d
    /etc/modprobe.d/usb-load-ehci-first.conf
    /sbin/udevd
    /lib/librt.so.1
    /lib/librt-2.13.so
    /lib/libpthread.so.0
    /lib/libpthread-2.13.so
    /sbin/udevadm
    /lib/udev
    /lib/udev/rules.d
    /lib/udev/rules.d/50-firmware.rules
    /lib/udev/rules.d/50-udev-default.rules
    /lib/udev/rules.d/60-persistent-storage.rules
    /lib/udev/rules.d/80-drivers.rules
    /lib/udev/firmware
    /lib/udev/ata_id
    /lib/udev/path_id
    /lib/udev/scsi_id
    /lib/udev/usb_id
    /lib/udev/load-modules.sh
    /etc/udev
    /etc/udev/udev.conf
    /hooks
    /hooks/udev
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    # This is identical to the above, except the old ide subsystem is
    # used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    # This setup assembles an pata raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev pata raid encrypt filesystems"
    # This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev v86d autodetect pata scsi sata filesystems"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Last edited by bsilvereagle (2011-07-27 23:29:25)

    bsilvereagle wrote:
    karol wrote:
    bsilvereagle wrote:Oh, I have lts installed, I'd just like to have both kernel26 and 3.0.
    linux 3.0 is just the next version of the kernel26, and we don't have versioned kernel yet https://bugs.archlinux.org/task/16702
    It's just the same as you uninstall foo-1.2.3 and install e.g. foo-1.2.4 or bar-1.0.0 if package foo gets replaced by package bar.
    I know, I'd just like to be able to boot .38-ARCH and 3.0. I have problems w/ thermal and I'm trying to find the coolest kernel.
    You could rebuild the original .38 arch kernel but name it differently, look at e.g. the kernel26-lts package or the lots of custom AUR kernels for references.

  • [SOLVED] Kernel panic at boot due to root FS not found

    When I try to boot using a new kernel version (eg. 3.0.1 or 2.6.39), I get a kernel panic with an "init not found" error message. I haven't been able to get any more detailed error messages, but I assume that there's a problem with finding or mounting my root filesystem.
    For now, I'm stuck with 2.6.38.7-1, which boots without any problems. (I keep trying the new kernel, then rolling it back using a Live CD.)
    I have a shared EXT4 root and boot partition, and I'm using Grub 0.97. Other than that, I'm not sure what information would be helpful in tracking down this problem, and any help would be appreciated.
    Last edited by dcecile (2011-08-10 00:41:46)

    No problem.
    Here's my full Grub. It has a lot of trial-and-error entries, and I made *-old copies of my 2.6.38 kernel files:
    # 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 2
    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.
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-fallback.img
    title Arch Linux Ext4
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux-ext4.img
    title Arch Linux Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Break
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro rootwait break=y panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux Nonboot Log
    root (hd0,2)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /initramfs-linux.img
    title Arch Linux Baduuid Log
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/1ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/initramfs-linux.img
    title Arch Linux LTS
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux LTS Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-lts-fallback.img
    title Arch Linux LTS Log
    root (hd0,2)
    kernel /boot/vmlinuz26-lts root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-lts.img
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    title Arch Linux Old Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old-fallback.img
    title Arch Linux Old Log
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro debug rootdelay=5 panic=30 ignore_loglevel vga=0x318
    initrd /boot/kernel26-old.img
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    This is the 3.0 entry that doesn't work:
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/initramfs-linux.img
    And this is the 2.6.38 entry that does work:
    title Arch Linux Old
    root (hd0,2)
    kernel /boot/vmlinuz26-old root=/dev/disk/by-uuid/2ec8f74e-3268-45d0-ae20-9ee94d1c983b ro panic=30 vga=0x318
    initrd /boot/kernel26-old.img
    Here's "lsinitcpio /boot/initramfs-linux.img":
    ./etc
    ./etc/udev
    ./etc/udev/udev.conf
    ./etc/modprobe.d
    ./etc/modprobe.d/usb-load-ehci-first.conf
    ./init
    ./init_functions
    ./bin
    ./bin/busybox
    ./sys
    ./proc
    ./dev
    ./hooks
    ./hooks/udev
    ./run
    ./config
    ./usr
    ./usr/bin
    ./usr/sbin
    ./lib
    ./lib/udev
    ./lib/udev/usb_id
    ./lib/udev/firmware
    ./lib/udev/scsi_id
    ./lib/udev/path_id
    ./lib/udev/ata_id
    ./lib/udev/rules.d
    ./lib/udev/rules.d/50-udev-default.rules
    ./lib/udev/rules.d/80-drivers.rules
    ./lib/udev/rules.d/50-firmware.rules
    ./lib/udev/rules.d/60-persistent-storage.rules
    ./lib/modules
    ./lib/modules/3.0-ARCH
    ./lib/modules/3.0-ARCH/modules.alias.bin
    ./lib/modules/3.0-ARCH/modules.symbols.bin
    ./lib/modules/3.0-ARCH/kernel
    ./lib/modules/3.0-ARCH/kernel/fs
    ./lib/modules/3.0-ARCH/kernel/fs/ext4
    ./lib/modules/3.0-ARCH/kernel/fs/ext4/ext4.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/mbcache.ko.gz
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2
    ./lib/modules/3.0-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound
    ./lib/modules/3.0-ARCH/kernel/sound/core
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq
    ./lib/modules/3.0-ARCH/kernel/sound/core/seq/snd-seq-device.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/core/snd-rawmidi.ko.gz
    ./lib/modules/3.0-ARCH/kernel/sound/soundcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers
    ./lib/modules/3.0-ARCH/kernel/drivers/ata
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libata.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/ahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/ata/libahci.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/core/usbcore.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/uhci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/usb/host/ehci-hcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight
    ./lib/modules/3.0-ARCH/kernel/drivers/video/backlight/lcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/fb_sys_fops.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysimgblt.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/syscopyarea.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/video/sysfillrect.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/input
    ./lib/modules/3.0-ARCH/kernel/drivers/input/ff-memless.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ezkey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sjoy.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gyration.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-samsung.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-lcpower.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kye.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-dr.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-wacom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-keytouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-uclogic.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cherry.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kovaplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zpff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-elecom.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-common.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-arvo.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-waltop.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-pyra.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-picolcd.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-twinhan.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-emsff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sunplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-apple.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-topseed.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-chicony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-magicmouse.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-cypress.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-kensington.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-kone.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-axff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-multitouch.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-logitech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-petalynx.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-prodikeys.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/usbhid/usbhid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-sony.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-zydacron.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-roccat-koneplus.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-gaff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-microsoft.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-monterey.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ntrig.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-belkin.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-pl.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-a4tech.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-ortek.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-quanta.ko.gz
    ./lib/modules/3.0-ARCH/kernel/drivers/hid/hid-tmff.ko.gz
    ./lib/modules/3.0-ARCH/kernel/lib
    ./lib/modules/3.0-ARCH/kernel/lib/crc16.ko.gz
    ./lib/modules/3.0-ARCH/modules.dep.bin
    ./sbin
    ./sbin/blkid
    ./sbin/udevadm
    ./sbin/modprobe
    ./sbin/udevd

  • [SOLVED] Windows 8.1, lost Arch boot loader, cannot reinstall or boot

    Hi all,
    Apologies but I am only posting as I have exhausted my (admittedly quite limited) knowledge and have spent hours trying to get it back up and running but nothing seems to work at all. This will probably be quite long, apologies if there is something really obvious that I have missed on the Wiki or anywhere, but I'm only posting as I can't seem to get anywhere with it at all despite reading and trying.
    Essentially I had a Toshiba Satellite p850-321 laptop (UEFI, secure boot off, fast boot off) which I had dual booting with Windows 8 and Arch using rEFInd. I then had several moments of madness, starting when for some reason - on very little sleep so didn't think - decided to upgrade Windows 8 to 8.1. Unsurprisingly (but a surprise for me at the time), it then booted straight into Windows 8.1, no rEFInd. In hindsight, it had probably just set itself as boot priority but I thought it had overwritten rEFInd with its own bootloader or set it back to default or something so started on a way to try and get it back.
    I then spent many hours trying to get my old bootable Arch USB stick to work with no joy, updating it to the latest arch iso and all sorts. It eventually worked when I updated the laptop BIOS. Booted from the USB, chrooted into arch, reinstalled rEFInd, played around, eventually got it to reboot and display rEFInd but Arch wouldn't start. At this point I noticed that my fstab looked strange (devices/labels mixed up from what I expected), so followed the Beginner's Guide again and recreated the fstab. My disk is partitioned as follows (main partitions of note):
    /dev/sda2 - Windows EFI partition
    /dev/sda4 Windows 8.1
    /dev/sda6 arch swap partition (archswap)
    /dev/sda7 arch root partition (archroot)
    /dev/sda8 arch home partition (archhome)
    Couldn't get rEFInd to work so decided to start again with gummiboot. Installed gummiboot, followed Beginner's Guide to install and configure it. Edited arch.conf and after having to mess about with the location of vmlinuz-arch.efi in the conf file, I have the options part looking like this:
    options        root=/dev/sda7 rw 
    Now gummiboot loads on startup but all I get on trying to load Arch from gummiboot is the dreaded:
    ERROR: device '' not found. Skipping fsck
    ERROR: Unable to find root device ''.
    I've tried changing the root in options in arch.conf to UUID, PARTUUID and even different partitions (just to see what happened...) - the same. Is it likely to be due to me recreating the fstab and something is messed up there?
    Another problem is that now, whatever I do, I cannot boot from the USB again to get in to even try to fix anything. The laptop on boot just hangs for a while and then loads the gummiboot from the disk drive rather than from the USB (I've set the boot priority, everything) and nothing will allow me to boot from the USB. That is probably a secondary issue, I can probably try to reinstall the BIOS again and see if that helps.
    If anyone has had anything similar and has any solutions I'd be really grateful - anything. I don't mind being shown to be incredibly stupid, I get that a lot so have a lot of experience! - just anything that can get me back into Arch again without having to reinstall from scratch!
    Thanks.
    Last edited by pilf (2013-11-02 19:45:44)

    Thanks for replying, very much appreciated. The partitions were numbered sequentially, I only posted up the partitions that I thought were of interest to the issue (which wasn't very helpful!). The partitions are as follows:
    Partition No     Type             
    1                     Win Recover
    2                     EFI System (EFI partition)
    3                     Microsoft Reserved
    4                     Microsoft Basic (Windows 8.1 installation)
    5                     Windows Recover
    6                     Linux Swap
    7                     Microsoft Basic (Arch root partition)
    8                     Microsoft Basic (Arch home partition)
    9                     Windows Recover
    It looks like I have managed to solve it, but I admit I'm not sure what of the several changes I made that solved it. I managed to boot into the USB arch disk by resetting my BIOS back to defaults and then changing the boot order back, which was the only way it would boot the USB - without resetting back and putting the boot order back exactly how it was before it wouldn't boot from the USB. Anyway...
    Checked the partitions with gdisk, no problems. I did sort the partitions as you mentioned, just in case. Changed the partition names using gdisk to the same names I had before (archroot, archhome, archswap). Changed the types from Microsoft Basic to Linux filesystem (partitions 7 and 8) and wrote the partition.
    Mounted everything, chrooted, edited the gummiboot arch.conf file and noticed there were some strange characters in it, a forward slash before /root in the options for example. I had edited the arch.conf file from windows by booting into Windows, mounting the EFI partition (mountvol z: /s) and editing it that way, which would have messed up the formatting. It can't have only been that though as it wasn't booting anyway which is why I went into Windows to edit the file in the first place. Corrected the arch.conf file, rebooted and it booted. Some errors on boot which I need to correct but I can work on those as it boots into my arch installation.
    So all solved. I thought I'd update just to say thanks for the advice and in case it helps anyone else in the future.

  • While trying to load data Runtime Err UNCAUGHT_EXCEPTION Except.CX_RSR_X_ME

    Hi
    We are on BI.7 patch SAPKW70015 BI_CONT 703 - 0007 SAPKIBIIP7 and multi source system BI server. One is for R/3 it is already working and  another is for new IS Retail.
    While trying to load data to inventory (Z-cube) for first time in production system we get the following error :
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                CX_RSR_X_MESSAGE
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
        "SAPLRRMS" or "LRRMSU13"
        "RRMS_X_MESSAGE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRRMS" - in "RRMS_X_MESSAGE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 73
        of the (Include) program "LRRMSU13".
        The program "SAPLRRMS" was started as a background job.
    Line  SourceCde
       43     BREAK-POINT.
       44     SET EXTENDED CHECK ON.
       45   ENDIF.
       46
       47   IF i_abend EQ rs_c_false.
       48 *... Nachricht an den Message-Handler schicken
       49
       50     DATA: l_type  TYPE smesg-msgty.
       51
       52 *... S-Meldung wenn kein Handler initialisiert
       53     IF g_active IS INITIAL.
       54       l_type = 'S'.
       55     ELSE.
       56       l_type = 'W'.
       57     ENDIF.
       58
       59     CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
       60       EXPORTING
       61         i_class  = 'BRAIN'
       62         i_type   = l_type
       63         i_number = '299'
       64         i_msgv1  = i_program
       65         i_msgv2  = i_text.
       66   ELSE.
       67     DATA: l_text  TYPE string,
       68           l_repid TYPE syrepid.
       69
       70     l_repid = i_program.
       71     l_text  = i_text.
       72
    >>>>>     RAISE EXCEPTION TYPE cx_rsr_x_message
       74           EXPORTING text = l_text
       75                  program = l_repid.
       76   ENDIF.
       77
       78 ENDFUNCTION.
    The other data loads are working fine in the production system.
    We searched a lot on the forum and got various solutions  But none of them are working fine for us.
    Please suggest.
    Thanks you for your help.
    Ramana P

    Are you trying this load manually or through process chain?
    if process chain , the file should be placed in application server.
    chk if the file is closed b4 triggering the infopack.
    try loading other flat file load for different datasource and chk.
    Ramesh

  • Error mesage when trying to load songs onto ipod, computer is authorized

    my husband and I have 2 different user IDs on vista and when I tried to load some songs from our public itunes directory onto his ipod, an error pops up saying this computer is not authorized to play these songs. When I try to authorize the computer in the itunes store it says, computer already authorized but I continue to get the error. I logged out of my account and back in but it still isn't working. Now when I tried to sync my iphone under my user id on the laptop I'm getting the error message that the computer is not authorized so it can't sync my iphone apps. It worked fine a week ago, this is not a new computer.

    I have the exact same problem, meaning I have to reinstall a game I bought in iTtunes Store every time I plug in my iPod.
    I just tried the signing out, restart, signing in proces, but it didn't work for me.. any other suggestions how to solve this?
    I've been experiencing this problem ever since I updated itunes to 8.1, and even now after updated to 8.2 it's still the same..

  • Internal Server Error when trying to load a movie

    Before I visit a friend to solve a problem on her Mac (latest OS and QuickTime installs already done), perhaps you can offer tips on things to look for: Whenever she tries to load a movie file from the Web (either in Safari or directly in the QuickTime app), she gets a "500 Internal Server Error".
    What should I be looking for?
    Lots   Mac OS X (10.4.5)  

    Try a different browser such as Firefox to determine if the problem is with the QuickTime Internet plug-ins and their related settings. (You might also bring with you a functional copy of the plug-ins from your /Library/Internet folder as reinstalling QuickTime can sometimes be a bit of a hassle.)
    Next, Try downloading the movie instead of playing it. In Safari, paste the url of the movie in the Safari downloads window. If it doesn't download, obviously, it can't play. (Assuming its not a stream rtsp:// url)
    Next, pull QuickTime preference and plist files from /Library and her user Library folders, restart, then try again.

  • DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found.

    Hello Everyone,
    We are getting an error while trying to create an Universe via Microsoft -> MS Analysis Services 2014 -> OLEDB for OLAP Provider under Connection in UDT -"DBD: Error while trying to load the transport provider for odbc. Failed to load the library. System error: The specified module could not be found."  We have installed BI 4.1 SP05 in our system. As per earlier posts in scn in BO XI 3.x this issue used to be for improper installation of Integration KIT but in our scenarion Integration KIT is within the BO 4.1 package so no seperate installation is required. Moreover I have checked whether all the driver is present under file: "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers" and seems everything is fine. But still I am getting this error. One important point is we could use IDT because in IDT still we don't have option to connect with 'Microsoft Analysis Services - 2014 (XMLA)' as we are using Microsoft Analysis Services 2014 version.
    Kindly help if anyone has faced the same problem with SAP BO 4.1.
    Thanks and Best Regards,
    Ghosal

    Hello Everybody,
    The problem is solved now after installing "OLEDB drivers from SQL Server 2012 Feature Pack". We had OLEDB drivers that comes directly from SQL Server but that did not worked out in our case.
    Thanks for your support.
    Best Regards,
    Ghosal

  • LabVIEW 2013: An error occured trying to load the assembly

    Hey all,
    I'm trying to load a .NET 4.5 dll into LabVIEW 2013.
    When I place any of the .NET VIs and try to select the one I'm after it says "An error occured trying to load the assembly" and won't let me load it.
    I also tried importing the dll, but that gave errors too.
    It's defintely a .NET 4.5 dll as the .NET reflector gives me
    [assembly: ComVisible(false)] [assembly: TargetFramework(".NETFramework,Version=v4.5", FrameworkDisplayName=".NET Framework 4.5")] [assembly: SecurityRules(SecurityRuleSet.Level1)] [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification=true)]
    To try and get around the import issue, I added the following to my LabVIEW.exe.config file
    <?xml version ="1.0"?>
    <configuration>
      <runtime>
        <loadFromRemoteSources enabled="true" />
      </runtime>
    </configuration>
    but it made no difference.
    Any suggestions? All the things I've read so far are for 2010.
    Solved!
    Go to Solution.

    Hornless.Rhino wrote:
    Wart wrote:
    I had the same issue a while back.  Unfortunately mine magically resolved itself, but I made a post with what I'd been reading and got a reply with another suggested link.  It sounds like you've gone down the same road, but I figure every little bit helps:
    http://forums.ni.com/t5/LabVIEW/Error-Loading-NET-Assembly-in-2013/m-p/2521098
    Thanks.
    Hopefully mine will resolve itself too. LV2013 is meant to support the newer stuff without me having to mess about.
    We shall see...
    So far no dice.
    It's really bizarre. It works with sample c# code in visual studio (see link below), but for some reason LabVIEW doesn't like the dll (tried both LV 2012 and 2013).
    Sample code (not mine) is available at http://elbruno.com/2013/12/01/kinectone-hello-world-with-kinectsdk-v2-body-count/

  • Just tried to load cnet antivirus software, now computer comes up as a blue screen, no programs. Help

    just tried to load cnet antivirus software, now computer comes up as a blue screen, no programs. Help

    Hello amber3379,
    I see that you are having start up problems with your HP computer. I have a couple of suggestions that may help with this issue.
    I would first suggest trying the system diagnostic option "F2" when starting the computer. This will allow you to test the hard drive, memory, and run a start up test.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • BPM chart (process cube) not displaying data from business indicators

    SOA/BPM Gurus, I need some pointers for the below problem. I am trying to do a basic BPM tutorial of generating a chart out of business indicators. I am creating a custom dashboard in the BPM workspace for the Request Quote process. The problem is th

  • What is the exact use of statistical updates in V1,V2 and V3

    Hi, Can anyone answer me some questions. 1. what is the exact use of statistial update in V1,v2 and V3. If data is same in both document update and statistical update the why u need a second table with redundant data. 2. When BW extracts data is it r

  • Capital Investment Area was posted Depreciations in an incorrect period

    Hi , Capital Investment Area was posted Depreciations in an incorrect period, they skip a period. Can you determine if we can reverse those postings so that they can post in the correct period? Would appreciate your fastest reply. Regards Prasad

  • Change Screen layout of T-code: F-02

    Hi friends, I want change screen layout of standard SAP transaction code F-02. Please let me know is it possible or not. If possible then which transaction code /path I will use. I want add one more field in header level. Thanks & Regards, Hemant Kum

  • Captivate 5 not Reporting Quiz scores correctly in LMS

    Our organization is transitioning to Captivate 5 from Captivate 4.  We are using SumTotal as our LMS.  I took a CP4 project and converted to CP5, then uploaded it as a test.  The results were dismaying. Captivate 5 Scorm 1.2 apprears to send scores t