System pauses on boot, during modules loading..

My system boots normally until I get to the "Loading Modules" stage, then it just sits there until I press "Enter".  Then, it continues to boot.
Here is my MODULES=() line from rc.conf:
MODULES=(powernow-k8 forcedeth !ath_hal !ath_pci !wlan snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore !vboxdrv !fuse !loop)
I've disabled my wifi, VirtualBox kernel module, and the supporting modules for TrueCrypt, trying to find which was causing the hang.  It's still doing it, and I don't know enough about the rest of them to start toggling them off.
Any ideas?

My modules are:
MODULES=(forcedeth slhc rt2x00lib rt2x00usb rt73usb snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-hda-intel soundcore snd-usb-audio snd-usb-lib vboxdrv fuse)
and everything is fine... The only left candidate would be powernow-k8... What about disabling that one?

Similar Messages

  • System does not boot during Hyper V installation

    Hi -
    I was trying to install Hyper V on my Windows 8.1 professional edition, 64 bit OS. The installation was through ISO downloaded through MSDN. During installation I had to hard boot my system through switch off. Now my system does not boot correctly and during
    boot it flashes a message "The last windows installation did not complete please install the setup". Does this mean that my existing 8.1 OS has crashed ? how can i come out of this and recover my data ?
    My hardware configuration is :
    i7 processor, 16GB RAM, intel graphics Card, windows 8.1 professional 64 bit OS.

    Hi RahuIM,
    You can try to enter safe mode then copy your personal data to the data volume then reinstall the system.
    The related KB:
    Start your computer in safe mode
    http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7
    Step-By-Step: Enabling Hyper-V for use on Windows 8.1
    http://blogs.technet.com/b/canitpro/archive/2014/03/11/step-by-step-enabling-hyper-v-for-use-on-windows-8-1.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Boot-time module-loading trouble

    Recently, I've noticed a fair bit of documentation discouraging the use of /etc/modules-load.d/ , as most modules are auto-loaded by udev. While that's true, I'm still seeing some need to force-load some modules that surprises me, and I was wondering if others see these problems as well.
    - "alsactl restore" is sometimes run (from alsactl-restore.service) before my sound drivers are loaded, causing it to fail with 'load_state:1696: No soundcards found...'
    - netcfg tries to start my network before my ethernet driver is loaded, causing it to fail with 'Cannot find device "eth0"'
    I've worked around these race conditions by listing these modules in /etc/modules-load.d/ , which makes them load earlier than udev would do it, making me win the race. It doesn't feel like a good answer, though.
    - udev doesn't autoload powernow-k8 for me, which is surprising since CPU autoscaling driver are supposed to be autoloaded since kernel 3.4

    65kid wrote:
    bart_b wrote:
    Just put your 'alsactl restore' command  in /etc/rc.local
    alsactl -f /var/lib/alsa/asound.state restore
    and 'alsactl store' in /etc/rc.local.shutdown
    alsactl -f /var/lib/alsa/asound.state store
    no, rc.local{,.shutdown} should not be used anymore.
    btw, there is also a udev rule for "alsactl restore" ( /usr/lib/udev/rules.d/90-alsa-restore.rules ). That makes me wonder why there even is a service file for this as well.
    Are the alsa settings actually not restored or are they restored by the udev rule and it is just the service that is failing?
    A good question. I never noticed that udev rule, and I never checked if the settings were right after I saw the service fail - I always just restored manually before using the sound.

  • System boot occasionally hangs at module loading

    Since I installed Arch, about 43% of the time that I have attempted to boot my computer the boot process hangs at module loading. I assumed that the problem may have been that I was autoloading my modules. I tried turning autoloading off and manually loading them instead but that did not help. Then (as a shot in the dark) I tried having autoloading on, with my modules still defined in rc.conf, but that only made things worse (understandably, I did not think that this would help, but I figured that it couldn't hurt to try).
    Here is my /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="no"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(ac battery button processor thermal video cdrom intel-agp tpm_bios tpm tpm_tis tpm_tis tpm_tis drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci atl1e mac80211 rfkill iwlagn iwlcore cfg80211 usb-storage usbhid usbcore ehci-hcd uhci-hcd sd_mod sr_mod st)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="foster.laptop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (wlan0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #wlan0="dhcp"
    INTERFACES=(!wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(@alsa @syslog-ng @network dbus hal networkmanager @cups @netfs @crond @laptopmode)
    Last edited by nothinggoespast (2010-06-28 00:47:01)

    I have the same problem on my thinkpad T500 after I upgrade the wireless card (intel wifi link 5300).
    For a long time I didn't understand the why of this behavior, but some weeks ago I realise that the problem can solve it hard-locking the wireless card and unlocking after the step: "loading modules".
    For more information this is the complete thread on thinkpad forum that I wrote when I try to solve this issue: http://lnv.lithium.com/t5/T400-T500-and … 870#M26238
    I apologize if you do not understand what I mean, the problem is that I have some difficulties to express myself in English

  • [SOLVED]3.18.5-1-ARCH + system-modules-load.service on Macbook Pro 9,2

    After upgrading from 3.18.4-1-ARCH to 3.18.5-1-ARCH this weekend, my systemd service system-modules-load fails during bootup. I checked out
    # systemctl status system-modules-load
    and found nothing but a warning that my journal has been rotated and the log output is incomplete. I have not hunted down the log or rooted through dmesg as of yet - I need my system functional while working during the week, so I downgraded my kernel back to 3.18.4 for now (under which system-modules-load loads fine). I will reinstall 3.18.5 next weekend and see if I can locate the problem - this post is just a feeler to see if anyone else is encountering this problem with the latest kernel.
    Last edited by Olorin (2015-02-06 03:08:31)

    Yep. It was my own fault. I had been using the b43 driver for my BCM4331 wifi card, and recently switched to broadcom-wl. However, I still was trying to load b43 in /etc/modules-load even though I had removed the driver and module from my system. Not sure why my system only started complaining in 3.18.5, but in any case removing the offending .conf file solved the problem. Thanks, graysky.

  • Daemons and modules loaded at boot problem

    Hi all, i have a problem with my booting time and modules / daemons loaded at boot
    This is my bootchart:
    [IMG=http://img195.imageshack.us/img195/4701/bootchartpw.th.png][/IMG]
    This is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="it_IT.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Rome"
    KEYMAP="it"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(lib80211_crypt_tkip wl !snd-pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="neplero"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng netfs crond hal !dbus !bluetooth @alsa)
    How can i modify my modules loaded and daemons to lower some boot time.
    And why is that bluetooth is still loaded even if it's !bluetooth? And is it possible to background ntfs-3g?
    Thanks all for advices!

    Please clarify what you mean. If the bluetooth service is started, then there is a bug or something very very odd. IF on the contrary you mean that the bluetooth-related modules are loaded by udev, this is perfectly normal: udev autoloads modules according to your hardware, not to your services. You need to blacklist the loaded bluetooth-related kernel modules (check them with 'lsmod') and to blacklist them in the MODULES array.
    Last edited by patroclo7 (2010-01-30 19:14:51)

  • Systemd system-modules-load error [Solved]

    After recent update of kernel too linux-3.14.4-1I now cannot boot system due too this error
    -- Logs begin at Fri 2014-05-16 11:58:04 BST, end at Fri 2014-05-16 12:00:56 BST. --
    May 16 11:59:33 arch systemd[1]: Starting Graphical Interface.
    -- Subject: Unit graphical.target has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit graphical.target has begun starting up.
    May 16 11:59:33 arch systemd[1]: Reached target Graphical Interface.
    -- Subject: Unit graphical.target has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit graphical.target has finished starting up.
    -- The start-up result is done.
    May 16 11:59:33 arch systemd[1]: Starting Network.
    -- Subject: Unit network.target has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has begun starting up.
    May 16 11:59:33 arch systemd[1]: Reached target Network.
    -- Subject: Unit network.target has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has finished starting up.
    -- The start-up result is done.
    May 16 11:59:33 arch systemd[1]: Startup finished in 4.181s (kernel) + 1min 31.543s (userspace) = 1min 35.724s.
    -- Subject: System start-up is now complete
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- All system services necessary queued for starting at boot have been
    -- successfully started. Note that this does not mean that the machine is
    -- now idle as services might still be busy with completing start-up.
    -- Kernel start-up required 4181476 microseconds.
    -- Initial RAM disk start-up required INITRD_USEC microseconds.
    -- Userspace start-up required 91543070 microseconds.
    May 16 12:00:56 arch systemd[1]: Starting Load Kernel Modules...
    -- Subject: Unit systemd-modules-load.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has begun starting up.
    May 16 12:00:56 arch systemd-modules-load[316]: Failed to lookup alias 'sg': Function not implemented
    May 16 12:00:56 arch systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    May 16 12:00:56 arch systemd[1]: Failed to start Load Kernel Modules.
    -- Subject: Unit systemd-modules-load.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has failed.
    -- The result is failed.
    May 16 12:00:56 arch systemd[1]: Unit systemd-modules-load.service entered failed state.
    Might be just that naming of sg has changed have updated and tried to run mkinicpio but it still does not find module?
    Solved put it down to a bad dd clone of drive partition, have rerun and all seems to working now.
    Last edited by Mr Green (2014-05-17 12:20:52)

    Yep. It was my own fault. I had been using the b43 driver for my BCM4331 wifi card, and recently switched to broadcom-wl. However, I still was trying to load b43 in /etc/modules-load even though I had removed the driver and module from my system. Not sure why my system only started complaining in 3.18.5, but in any case removing the offending .conf file solved the problem. Thanks, graysky.

  • System pauses during the drainOverflow() method

    Hello,
    We are running into a condition that causes our system to pause when we increase the load. We have a 2 machine cluster sharing a replicated cache. When we increase our load to around 25 "puts" per second on each machine the system will pause after around 2 minutes. If we stop pumping data the system recovers. The size of the object we are caching is small (approximately 245 bytes).
    We took a thread dump during one of the pauses and it looks like it is caused by the following:
    "Cron Daemon Pool1" prio=1 tid=0x0000002b2db4f300 nid=0x1ae0 waiting on condition [0x0000000041263000..0x0000000041263c30]
         at java.lang.Thread.sleep(Native Method)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$EventDispatcher.drainOverflow(Service.CDB:16)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.send(Service.CDB:14)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.poll(Service.CDB:12)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.poll(Service.CDB:1)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$BinaryMap.put(DistributedCache.CDB:32)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$BinaryMap.put(DistributedCache.CDB:1)
         at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1317)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.DistributedCache$ViewMap.put(DistributedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
         at com.webmethods.sc.caching.impl.CommonCacheImpl.put(CommonCacheImpl.java:272)
         at com.wm.app.b2b.server.SessionManager.cacheSession(SessionManager.java:159)
         at com.wm.app.b2b.server.SessionManager.run(SessionManager.java:597)
         - locked <0x0000002aa59997f0> (a java.util.Hashtable)
         at com.wm.util.pool.PooledThread.run(PooledThread.java:112)
         - locked <0x0000002aa45bf7a8> (a com.wm.util.pool.PooledThread)
         at java.lang.Thread.run(Thread.java:595)
    This method goes into a sleep and it holds a lock that is causing our other threads to wait.
    Has anyone seen this behavior before or does anyone have more information on how to prevent this method from going to sleep()?
    Here's our environment:
    Coherence version: v3.2.2b371
    Java Version 1.5.0_15
    OS: Linux Version 2.6.9-67.0.15.ELsmp on the amd64 platform
    Thanks,
    Paul

    Patrick,
    Thanks for your help.
    For anyone who is interested in the resolution....
    The purpose of drainOverflow is to throttle threads that are adding data to the cache when the event dispatch queue is backed up (by default this limit is set to 1024 events.) This is meant to prevent OutOfMemoryErrors due to the
    queue growing unbounded.
    We have a thread that is writing to the cache and it is holding a lock on an internal hashtable. We also have a listener thread that is our coherence event listener. At certain points in our listener thread we are trying to obtain a lock on the same internal hashtable. This introduced a deadlock because drainOverflow() is waiting for the event queue to drain but our event listener is waiting on a lock held by the drainOverflow() thread.

  • Boot camp error loading operating system

    when i hit restart and held down option, i clicked on windows but it loaded a black screen saying error loading operating system. I am running Os X 10.9.4. Does anyone know why boot camps is not working?

    Loner T, not sure if you saw this, but I created a new post with the information you were looking for.  Any help you could provide would be great...thanks.
    Re: Boot camp - error loading operating system

  • Safari causes system freeze during page load

    Description:
    I've been trying to figure this one out for a while now (about 2 weeks), without any luck. I've tried reading a couple of threads describing similar problems, but it looks like I've got something else going on here seeing as it affect the entire system. I appreciate any suggestion!
    When a window in Safari is open and you're loading a page, it sometimes (almost always) causes a system freeze. Any action performed on any input device within OSX while a page is loading gets delayed by 5-20 seconds. Anything from right-clicking, to opening a new tab in Safari, to navigating to a new folder in Finder.... literally anything. The actual loading of the page is also affected by this. So when I click a link, the page becomes white and the system stalls. After X seconds, the system resumes and the page is displayed fully loaded. Once the page is loaded, everything is back to normal. I can just leave the Safari-window open without anything happening. It's just during the loading of a page.
    Using the mouse to move and switch between open windows are the only actions I seem to be able to perform during the system freeze.
    When it doesn't cause a system-wide freeze, it will still take forever for any page to load. Which isn't a problem in any other browser and I've never had any speed issues in general on any device.
    What I know for sure is that I can solve the problem by closing all open Safari-tabs and windows or closing the app completely, and use Chrome instead. But I do like Safari, so I hope there's another way to fix this.
    I should also note that I've made no changes to the system for many weeks now, other than installing whatever updates might have been available on the App Store.
    What I've tried within Safari:
    - program restart
    - reset settings (every option checked)
    - disable and remove extensions (only had one installed, LiveReload for Adobe Brackets)
    - empty cache
    - delete cookies
    What I've tried within OSX:
    - system restart
    - complete OSX-recovery
    - activity monitor (CPU, HDD and RAM always within normal values during all of this)
    - checked HDD (successfull)
    - checked internet-connection (got 50Mbit/s connection, no speed issues, checked on multiple devices)
    - tried other browsers (Chrome (OSX) and IE (Win 7, Parallels) both run smoothly)
    - turned off IPv6 in terminal (based on a suggestion here at the forums)
    - disabled iCloud-sync
    - disabled Dropbox
    - probably a couple of other things i can't remember right now

    So... I finally fixed it.
    In addition to the things I mentioned I tried, I also checked if it could be malware-related. It wasnt. I then checked if it was just affecting my user-account or OSX globally. I created a new account and Safari ran perfectly. I therefore assumed it had to be something in my library-folder.
    I deleted just about any mention of Safari in the Library-folder (the visible one) and just to be absolutely sure, I deleted the Contents-folder inside Safari.app in the Applications-folder. I then downloaded and installed Safari 7.0.3. Everything runs smooth now.

  • CSA - Ignoring modules loading after system startup

    I'm currently running CSA 5.2 r238 with all systems in Test Mode. I keep seeing events for certain modules loading after startup, such as pdcrypt2.sys in a Citrix environment. I know these events are normal and don't care to have those events logged any more.
    The events are being generated by Rule 50, a Kernel Protection rule with a monitor action in System Hardening Module [V5.2 r238]. I've copied this rule to a custom rule module and set it to priority allow and did not check the Log option.
    I created a file set for pdcrypt2.sys as follows:
    Directories Matching: **\Program Files\Citrix\system32\drivers but not <none>
    Files matching: pdcrypt2.sys but not <none>
    I'm still seeing events generated by rule 50. I know my rule is enforced by looking at an affected host and my rule appears to process beore Rule 50. Why am I still seeing events generated by rule 50?

    Tom,
    I'm just baffled. I changed my file set, AAA - Citrix pdcrypt2.sys, to look like yours does.
    Directories matching: but not:
    Files matching: but not: pdcrypt2.sys
    The change history for rule 50, which I based my rule off of, is blank.
    The rule basically reads likes this:
    Priority Allow
    Take Precedence
    Modules load after system startup is checked
    File set contains: $AAA - Citrix pdcrypt2.sys
    Based on my understanding of the rules and the previous posts in this thread it would seem that logging for these events should be suppressed, but that is obviously not the case. Does your modified file set exist in rule 50 (or the corresponding rule in another version) or did you clone rule 50 to create your suppression filter rule?
    -Mike

  • System doesn't boot kernel26beyond

    Since a week or so, my system doesn't boot, unless I press <enter> and the power button a few times during the process.
    Once it has booted, everything works fine, but it is highly annoying nevertheless.
    it seems to have something to do with loading my hardware.
    Boot freezes after these log messages:
    Jul 23 12:18:49 (none) Linux version 2.6.17-beyond (root@sara) (gcc version 4.1.1) #1 SMP PREEMPT Sat Jul 22 22:14:12 EST 2006
    Jul 23 12:18:49 (none) BIOS-provided physical RAM map:
    Jul 23 12:18:49 (none) BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Jul 23 12:18:49 (none) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 23 12:18:49 (none) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Jul 23 12:18:49 (none) BIOS-e820: 0000000000100000 - 000000001ff40000 (usable)
    Jul 23 12:18:49 (none) BIOS-e820: 000000001ff40000 - 000000001ff50000 (ACPI data)
    Jul 23 12:18:49 (none) BIOS-e820: 000000001ff50000 - 0000000020000000 (ACPI NVS)
    Jul 23 12:18:49 (none) 0MB HIGHMEM available.
    Jul 23 12:18:49 (none) 511MB LOWMEM available.
    Jul 23 12:18:49 (none) On node 0 totalpages: 130880
    Jul 23 12:18:49 (none) DMA zone: 4096 pages, LIFO batch:0
    Jul 23 12:18:49 (none) Normal zone: 126784 pages, LIFO batch:31
    Jul 23 12:18:49 (none) DMI 2.3 present.
    Jul 23 12:18:49 (none) ACPI: RSDP (v000 ACPIAM                                ) @ 0x000f5df0
    Jul 23 12:18:49 (none) ACPI: RSDT (v001 A M I  OEMRSDT  0x09000406 MSFT 0x00000097) @ 0x1ff40000
    Jul 23 12:18:49 (none) ACPI: FADT (v001 A M I  OEMFACP  0x09000406 MSFT 0x00000097) @ 0x1ff40200
    Jul 23 12:18:49 (none) ACPI: OEMB (v001 A M I  OEMBIOS  0x09000406 MSFT 0x00000097) @ 0x1ff50040
    Jul 23 12:18:49 (none) ACPI: DSDT (v001  1ABSP 1ABSP001 0x00000001 MSFT 0x02000001) @ 0x00000000
    Jul 23 12:18:49 (none) ACPI: PM-Timer IO Port: 0x408
    Jul 23 12:18:49 (none) Allocating PCI resources starting at 30000000 (gap: 20000000:e0000000)
    Jul 23 12:18:49 (none) Detected 1276.987 MHz processor.
    Jul 23 12:18:49 (none) Built 1 zonelists
    Jul 23 12:18:49 (none) Kernel command line: root=/dev/hda4 ro
    Jul 23 12:18:49 (none) Found and enabled local APIC!
    Jul 23 12:18:49 (none) mapped APIC to ffffd000 (fee00000)
    Jul 23 12:18:49 (none) Enabling fast FPU save and restore... done.
    Jul 23 12:18:49 (none) Enabling unmasked SIMD FPU exception support... done.
    Jul 23 12:18:49 (none) Initializing CPU#0
    Jul 23 12:18:49 (none) Event source pit configured with caps set: 07
    Jul 23 12:18:49 (none) PID hash table entries: 2048 (order: 11, 8192 bytes)
    Jul 23 12:18:49 (none) Console: colour VGA+ 80x25
    Jul 23 12:18:49 (none) Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Jul 23 12:18:49 (none) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Jul 23 12:18:49 (none) Memory: 514844k/523520k available (1921k kernel code, 8120k reserved, 725k data, 184k init, 0k highmem)
    Jul 23 12:18:49 (none) Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Jul 23 12:18:49 (none) Calibrating delay using timer specific routine.. 2197.93 BogoMIPS (lpj=1098965)
    Jul 23 12:18:49 (none) Security Framework v1.0.0 initialized
    Jul 23 12:18:49 (none) Mount-cache hash table entries: 512
    Jul 23 12:18:49 (none) CPU: After generic identify, caps: afe9fbbf 00000000 00000000 00000000 00000180 00000000 00000000
    Jul 23 12:18:49 (none) CPU: After vendor identify, caps: afe9fbbf 00000000 00000000 00000000 00000180 00000000 00000000
    Jul 23 12:18:49 (none) CPU: L1 I cache: 32K, L1 D cache: 32K
    Jul 23 12:18:49 (none) CPU: L2 cache: 2048K
    Jul 23 12:18:49 (none) CPU: After all inits, caps: afe9fbbf 00000000 00000000 00000040 00000180 00000000 00000000
    Jul 23 12:18:49 (none) Intel machine check architecture supported.
    Jul 23 12:18:49 (none) Intel machine check reporting enabled on CPU#0.
    Jul 23 12:18:49 (none) Checking 'hlt' instruction... OK.
    Jul 23 12:18:49 (none) SMP alternatives: switching to UP code
    Jul 23 12:18:49 (none) Freeing SMP alternatives: 16k freed
    Jul 23 12:18:49 (none) checking if image is initramfs... it is
    Jul 23 12:18:49 (none) Freeing initrd memory: 404k freed
    Jul 23 12:18:49 (none) ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
    Jul 23 12:18:49 (none) ACPI: setting ELCR to 0200 (from 0c30)
    Jul 23 12:18:49 (none) CPU0: Intel(R) Pentium(R) M processor 1.60GHz stepping 06
    Jul 23 12:18:49 (none) SMP motherboard not detected.
    Jul 23 12:18:49 (none) lapic max_delta_ns: 1345393639
    Jul 23 12:18:49 (none) Event source pit new caps set: 01
    Jul 23 12:18:49 (none) Event source lapic configured with caps set: 06
    Jul 23 12:18:49 (none) Brought up 1 CPUs
    Jul 23 12:18:49 (none) migration_cost=0
    Jul 23 12:18:49 (none) NET: Registered protocol family 16
    Jul 23 12:18:49 (none) ACPI: bus type pci registered
    Jul 23 12:18:49 (none) PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
    Jul 23 12:18:49 (none) Setting up standard PCI resources
    Jul 23 12:18:49 (none) ACPI: Subsystem revision 20060127
    Jul 23 12:18:49 (none) ACPI Error (evregion-0303): No handler for Region [ECOR] (dff2e63c) [EmbeddedControl] [20060127]
    Jul 23 12:18:49 (none) ACPI Error (exfldio-0279): Region EmbeddedControl(3) has no handler [20060127]
    Jul 23 12:18:49 (none) ACPI Error (psparse-0517): Method parse/execution failed [_SB_.PCI0.SBRG.EC0_.ACS_] (Node dff27900), AE_NOT_EXIST
    Jul 23 12:18:49 (none) ACPI Error (psparse-0517): Method parse/execution failed [_SB_.AC__._INI] (Node dff27420), AE_NOT_EXIST
    Jul 23 12:18:49 (none) ACPI: Interpreter enabled
    Jul 23 12:18:49 (none) ACPI: Using PIC for interrupt routing
    Jul 23 12:18:49 (none) ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jul 23 12:18:49 (none) PCI: Probing PCI hardware (bus 00)
    Jul 23 12:18:49 (none) ACPI Error (evregion-0303): No handler for Region [ECOR] (dff2e63c) [EmbeddedControl] [20060127]
    Jul 23 12:18:49 (none) ACPI Error (exfldio-0279): Region EmbeddedControl(3) has no handler [20060127]
    Jul 23 12:18:49 (none) ACPI Error (psparse-0517): Method parse/execution failed [_SB_.PCI0.SBRG.EC0_.BATS] (Node dff278e0), AE_NOT_EXIST
    Jul 23 12:18:49 (none) ACPI Error (psparse-0517): Method parse/execution failed [_SB_.BAT0._STA] (Node dff245c0), AE_NOT_EXIST
    Jul 23 12:18:49 (none) ACPI Error (uteval-0158): Method execution failed [_SB_.BAT0._STA] (Node dff245c0), AE_NOT_EXIST
    Jul 23 12:18:49 (none) PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
    Jul 23 12:18:49 (none) PCI quirk: region 0500-053f claimed by ICH4 GPIO
    Jul 23 12:18:49 (none) PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
    Jul 23 12:18:49 (none) Boot video device is 0000:01:00.0
    Jul 23 12:18:49 (none) PCI: Transparent bridge - 0000:00:1e.0
    Jul 23 12:18:49 (none) PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#02) (try 'pci=assign-busses')
    Jul 23 12:18:49 (none) Please report the result to linux-kernel to fix this permanently
    Jul 23 12:18:49 (none) PCI: Bus #07 (-#0a) is hidden behind transparent bridge #02 (-#02) (try 'pci=assign-busses')
    Jul 23 12:18:49 (none) Please report the result to linux-kernel to fix this permanently
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
    Jul 23 12:18:49 (none) ACPI: Embedded Controller [EC0] (gpe 28) interrupt mode.
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P2._PRT]
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT]
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 11 12)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKC] (IRQs *10 12)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKD] (IRQs *5 6 10)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKE] (IRQs 6 11) *0, disabled.
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 7) *0, disabled.
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7) *0, disabled.
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKH] (IRQs 4 6 *10 12)
    Jul 23 12:18:49 (none) Linux Plug and Play Support v0.97 (c) Adam Belay
    Jul 23 12:18:49 (none) pnp: PnP ACPI init
    Jul 23 12:18:49 (none) pnp: PnP ACPI: found 15 devices
    Jul 23 12:18:49 (none) SCSI subsystem initialized
    Jul 23 12:18:49 (none) PCI: Using ACPI for IRQ routing
    Jul 23 12:18:49 (none) PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    Jul 23 12:18:49 (none) pnp: 00:09: ioport range 0x480-0x48f has been reserved
    Jul 23 12:18:49 (none) pnp: 00:09: ioport range 0x5c0-0x5cf has been reserved
    Jul 23 12:18:49 (none) pnp: 00:0d: ioport range 0x540-0x55f has been reserved
    Jul 23 12:18:49 (none) pnp: 00:0d: ioport range 0x400-0x47f could not be reserved
    Jul 23 12:18:49 (none) pnp: 00:0d: ioport range 0x480-0x48f has been reserved
    Jul 23 12:18:49 (none) pnp: 00:0d: ioport range 0x500-0x53f has been reserved
    Jul 23 12:18:49 (none) pnp: 00:0d: ioport range 0x4c0-0x4cf has been reserved
    Jul 23 12:18:49 (none) PCI: Bridge: 0000:00:01.0
    Jul 23 12:18:49 (none) IO window: d000-dfff
    Jul 23 12:18:49 (none) MEM window: ff800000-ff8fffff
    Jul 23 12:18:49 (none) PREFETCH window: ce900000-de9fffff
    Jul 23 12:18:49 (none) PCI: Bus 3, cardbus bridge: 0000:02:01.0
    Jul 23 12:18:49 (none) IO window: 00001000-000010ff
    Jul 23 12:18:49 (none) IO window: 00001400-000014ff
    Jul 23 12:18:49 (none) PREFETCH window: 32000000-33ffffff
    Jul 23 12:18:49 (none) MEM window: 34000000-35ffffff
    Jul 23 12:18:49 (none) PCI: Bus 7, cardbus bridge: 0000:02:01.1
    Jul 23 12:18:49 (none) IO window: 00001800-000018ff
    Jul 23 12:18:49 (none) IO window: 00001c00-00001cff
    Jul 23 12:18:49 (none) PREFETCH window: 36000000-37ffffff
    Jul 23 12:18:49 (none) MEM window: 38000000-39ffffff
    Jul 23 12:18:49 (none) PCI: Bridge: 0000:00:1e.0
    Jul 23 12:18:49 (none) IO window: 1000-1fff
    Jul 23 12:18:49 (none) MEM window: ff900000-ff9fffff
    Jul 23 12:18:49 (none) PREFETCH window: dea00000-deafffff
    Jul 23 12:18:49 (none) PCI: Enabling device 0000:00:1e.0 (0106 -> 0107)
    Jul 23 12:18:49 (none) PCI: Setting latency timer of device 0000:00:1e.0 to 64
    Jul 23 12:18:49 (none) PCI: Enabling device 0000:02:01.0 (0000 -> 0003)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 4
    Jul 23 12:18:49 (none) PCI: setting IRQ 4 as level-triggered
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt 0000:02:01.0[A] -> Link [LNKB] -> GSI 4 (level, low) -> IRQ 4
    Jul 23 12:18:49 (none) PCI: Setting latency timer of device 0000:02:01.0 to 64
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    Jul 23 12:18:49 (none) PCI: setting IRQ 11 as level-triggered
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt 0000:02:01.1[B] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    Jul 23 12:18:49 (none) PCI: Setting latency timer of device 0000:02:01.1 to 64
    Jul 23 12:18:49 (none) NET: Registered protocol family 2
    Jul 23 12:18:49 (none) IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    Jul 23 12:18:49 (none) TCP established hash table entries: 16384 (order: 5, 196608 bytes)
    Jul 23 12:18:49 (none) TCP bind hash table entries: 8192 (order: 4, 98304 bytes)
    Jul 23 12:18:49 (none) TCP: Hash tables configured (established 16384 bind 8192)
    Jul 23 12:18:49 (none) TCP reno registered
    Jul 23 12:18:49 (none) apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    Jul 23 12:18:49 (none) apm: overridden by ACPI.
    Jul 23 12:18:49 (none) VFS: Disk quotas dquot_6.5.1
    Jul 23 12:18:49 (none) Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Jul 23 12:18:49 (none) Installing knfsd (copyright (C) 1996 [email protected]).
    Jul 23 12:18:49 (none) Initializing Cryptographic API
    Jul 23 12:18:49 (none) io scheduler noop registered
    Jul 23 12:18:49 (none) io scheduler anticipatory registered
    Jul 23 12:18:49 (none) io scheduler deadline registered
    Jul 23 12:18:49 (none) io scheduler cfq registered (default)
    Jul 23 12:18:49 (none) vesafb: ATI Technologies Inc., P10 , 01.00 (OEM: ATI MOBILITY RADEON 9600   )
    Jul 23 12:18:49 (none) vesafb: VBE version: 2.0
    Jul 23 12:18:49 (none) vesafb: protected mode interface info at c000:5680
    Jul 23 12:18:49 (none) vesafb: pmi: set display start = c00c56ee, set palette = c00c5728
    Jul 23 12:18:49 (none) vesafb: pmi: ports = d810 d816 d854 d838 d83c d85c d800 d804 d8b0 d8b2 d8b4
    Jul 23 12:18:49 (none) vesafb: no monitor limits have been set
    Jul 23 12:18:49 (none) vesafb: scrolling: redraw
    Jul 23 12:18:49 (none) Console: switching to colour frame buffer device 128x48
    Jul 23 12:18:49 (none) vesafb: framebuffer at 0xd0000000, mapped to 0xe0880000, using 6144k, total 65536k
    Jul 23 12:18:49 (none) fb0: VESA VGA frame buffer device
    Jul 23 12:18:49 (none) ACPI: AC Adapter [AC] (on-line)
    Jul 23 12:18:49 (none) ACPI: Battery Slot [BAT0] (battery present)
    Jul 23 12:18:49 (none) ACPI: Battery Slot [BAT1] (battery absent)
    Jul 23 12:18:49 (none) ACPI: Power Button (FF) [PWRF]
    Jul 23 12:18:49 (none) ACPI: Lid Switch [LID]
    Jul 23 12:18:49 (none) ACPI: Sleep Button (CM) [SLPB]
    Jul 23 12:18:49 (none) ACPI: Power Button (CM) [PWRB]
    Jul 23 12:18:49 (none) ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
    Jul 23 12:18:49 (none) ACPI: CPU0 (power states: C1[C1] C2[C2])
    Jul 23 12:18:49 (none) ACPI: Thermal Zone [THRM] (94 C)
    Jul 23 12:18:49 (none) isapnp: Scanning for PnP cards...
    Jul 23 12:18:49 (none) isapnp: No Plug & Play device found
    Jul 23 12:18:49 (none) Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    Jul 23 12:18:49 (none) serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 4 (level, low) -> IRQ 4
    Jul 23 12:18:49 (none) floppy0: no floppy controllers found
    Jul 23 12:18:49 (none) RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    Jul 23 12:18:49 (none) loop: loaded (max 8 devices)
    Jul 23 12:18:49 (none) PNP: PS/2 Controller [PNP0303:PS2K,PNP0f12:PS2M] at 0x60,0x64 irq 1,12
    Jul 23 12:18:49 (none) i8042.c: Detected active multiplexing controller, rev 1.1.
    Jul 23 12:18:49 (none) serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Jul 23 12:18:49 (none) serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Jul 23 12:18:49 (none) serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Jul 23 12:18:49 (none) serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Jul 23 12:18:49 (none) serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 23 12:18:49 (none) mice: PS/2 mouse device common for all mice
    Jul 23 12:18:49 (none) TCP bic registered
    Jul 23 12:18:49 (none) NET: Registered protocol family 1
    Jul 23 12:18:49 (none) NET: Registered protocol family 17
    Jul 23 12:18:49 (none) Using IPI No-Shortcut mode
    Jul 23 12:18:49 (none) Suspend2 Core.
    Jul 23 12:18:49 (none) Time: tsc clocksource has been installed.
    Jul 23 12:18:49 (none) Suspend2 Compression Driver loading.
    Jul 23 12:18:49 (none) Time: acpi_pm clocksource has been installed.
    Jul 23 12:18:49 (none) Event source pit disabled
    Jul 23 12:18:49 (none) Event source lapic configured with caps set: 08
    Jul 23 12:18:49 (none) hrtimers: Switched to high resolution mode CPU 0
    Jul 23 12:18:49 (none) Suspend2 Encryption Driver loading.
    Jul 23 12:18:49 (none) Suspend2 Swap Writer loading.
    Jul 23 12:18:49 (none) Suspend2 FileWriter loading.
    Jul 23 12:18:49 (none) ACPI wakeup devices:
    Jul 23 12:18:49 (none) SMBS MODM P0P2 CBC1 USB1 USB2 USB3
    Jul 23 12:18:49 (none) ACPI: (supports S0 S3 S4 S5)
    Jul 23 12:18:49 (none) Freeing unused kernel memory: 184k freed
    Jul 23 12:18:49 (none) input: AT Translated Set 2 keyboard as /class/input/input0
    Jul 23 12:18:49 (none) Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Jul 23 12:18:49 (none) ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Jul 23 12:18:49 (none) ICH4: IDE controller at PCI slot 0000:00:1f.1
    Jul 23 12:18:49 (none) PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    Jul 23 12:18:49 (none) PCI: setting IRQ 10 as level-triggered
    Jul 23 12:18:49 (none) ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    Jul 23 12:18:49 (none) ICH4: chipset revision 3
    Jul 23 12:18:49 (none) ICH4: not 100% native mode: will probe irqs later
    Jul 23 12:18:49 (none) ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
    Jul 23 12:18:49 (none) ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
    Jul 23 12:18:49 (none) Probing IDE interface ide0...
    Jul 23 12:18:49 (none) Synaptics Touchpad, model: 1, fw: 4.6, id: 0x925ea1, caps: 0x80471b/0x0
    Jul 23 12:18:49 (none) input: SynPS/2 Synaptics TouchPad as /class/input/input1
    Then I have to press enter and the powerbutton (asus M6) a few times, and then, a line at a time a couple of messages appear, then after "udev events" has passed, boot proceeds normally.
    Jul 23 12:18:49 (none) hda: IC25N060ATMR04-0, ATA DISK drive
    Jul 23 12:18:49 (none) ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Jul 23 12:18:49 (none) Probing IDE interface ide1...
    Jul 23 12:18:49 (none) hdc: MATSHITADVD-RAM UJ-830S, ATAPI CD/DVD-ROM drive
    Jul 23 12:18:49 (none) ide1 at 0x170-0x177,0x376 on irq 15
    Jul 23 12:18:49 (none) hda: max request size: 512KiB
    Jul 23 12:18:49 (none) hda: 117210240 sectors (60011 MB) w/7884KiB Cache, CHS=16383/255/63, UDMA(100)
    Jul 23 12:18:49 (none) hda: cache flushes supported
    Jul 23 12:18:49 (none) hda: hda1 hda2 <hda5> hda3 hda4
    Jul 23 12:18:49 (none) hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
    Jul 23 12:18:49 (none) Uniform CD-ROM driver Revision: 3.20
    Jul 23 12:18:49 (none) kjournald starting.  Commit interval 5 seconds
    Jul 23 12:18:49 (none) EXT3-fs: mounted filesystem with ordered data mode.
    Jul 23 12:18:49 (none) usbcore: registered new driver usbfs
    Jul 23 12:18:49 (none) usbcore: registered new driver hub
    Jul 23 12:18:49 (none) Initializing USB Mass Storage driver...
    Jul 23 12:18:49 (none) usbcore: registered new driver usb-storage
    Jul 23 12:18:49 (none) USB Mass Storage support registered.
    Jul 23 12:18:49 (none) Linux agpgart interface v0.101 (c) Dave Jones
    Jul 23 12:18:49 (none) fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    Jul 23 12:18:49 (none) [fglrx] Maximum main memory to use for locked dma buffers: 431 MBytes.
    Jul 23 12:18:49 (none) [fglrx] module loaded - fglrx 8.26.18 [Jun 22 2006] on minor 0
    Jul 23 12:18:49 (none) usbcore: registered new driver usblp
    Jul 23 12:18:49 (none) drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
    Jul 23 12:18:49 (none) Capability LSM initialized
    Jul 23 12:18:49 (none) fuse init (API version 7.6)
    Jul 23 12:18:49 (none) input: PC Speaker as /class/input/input2
    Jul 23 12:18:49 (none) NET: Registered protocol family 23
    Jul 23 12:18:49 (none) nsc-ircc, chip->init
    Jul 23 12:18:49 (none) nsc-ircc, Found chip at base=0x02e
    Jul 23 12:18:49 (none) nsc-ircc, driver loaded (Dag Brattli)
    Jul 23 12:18:49 (none) nsc_ircc_open(), can't get iobase of 0x2f8
    Jul 23 12:18:49 (none) nsc-ircc, Found chip at base=0x02e
    Jul 23 12:18:49 (none) nsc-ircc, driver loaded (Dag Brattli)
    Jul 23 12:18:49 (none) nsc_ircc_open(), can't get iobase of 0x2f8
    Jul 23 12:18:49 (none) pnp: Device 00:07 disabled.
    I am using mkinitcpio already: /boot/grub/menu.lst:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,2)
    kernel /vmlinuz26beyond root=/dev/hda4 ro
    initrd /kernel26beyond.img
    my /etc/mkinitcpio.conf:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect ide filesystems"
    I tried removing scsi and sata, since my root is on an ide disk. But the problem persists.
    also recreating an image using mkinitcpio or reinstalling the kernel26beyond package using pacman doesn't help.
    Does anyone have any idea what might be wrong and how this problem might be resolved.
    It seems like a trivial issue since the systems basically works fine otherwise. However, I can't figure it out by myself, I have tried for a week.
    Any help would be greatly appreciated.

    I'm not sure if this will help you, but I suddenly was having a lot of trouble booting. My system would just freeze with a blinking cursor. I thought it had something to do with my floppy drive because if I changed the boot priority in my bios to boot from the hard disk 1st, the system would boot but would hang for a very long time in areas, and as long as 5 minutes loading uevents. I suspected this was a udev problem.
    I issued a few commands to reset udev, thinking maybe recent updates didn't take effect, which did the trick...
    # udevtrigger
    # udevcontrol reload_rules
    After that, everything is back to normal. I'm still learning about udev and I'm still fuzzy about a lot of the techy stuff.

  • [SOLVED] GRUB2 does not process hooks: System doesn't boot

    My initial system was an SSD where /dev/sda1 was my boot partition and /dev/sda2 was an (encrypted) LVM containing home, root, var and swap. Since all partitions were ext3, I decided to do a clean format to ext4 and copy my data back on the partitions. First I archived everything but home with the arch live CD onto a server with:
    rsync -a /mnt/* root@server:/path/to/backupdir/
    Everything went fine, but after copying back, the system would not boot (it was GRUB Legacy). Since it was not in the MBR but on sda1, I figured I could upgrade to GRUB2 now. So I followed the described procedure (from a live CD) and installed GRUB2 (this time into the MBR of sda. I then regenerated the image via mkinitcpio -p linux and generated a configuration file.
    When I try to start the system, GRUB2 gets loaded, but after the two messages for loading the ramdisk it remains silent for some time (no output at all) until it finally complains it cannot find my root. But I did not see any output of any hook being processed (including encrypt) so of course it cannot find my root, since it is still encrypted.
    I reformatted my boot partition again and reinstalled and regenerated everything again (I copied the directory contents from my backup but moved the old grub folder). Still the same issue. I know I could probably just reinstall everything and restore the settings, but I'd really prefer to restore my system, since this should be a lot faster.
    Here are the relevant configuration files:
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Berlin"
    KEYMAP="de-latin1-nodeadkeys"
    #CONSOLEFONT=
    #CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(acpi-cpufreq cpufreq_ondemand tun fuse vboxdrv)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archlaptop"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=wlan0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    NETWORKS=(FlosAP)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng dbus acpid crond alsa networkmanager @bumblebeed laptop-mode !hwclock ntpd psd)
    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 any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency 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 any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/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 a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata keymap encrypt lvm2 resume filesystems usbinput"
    # 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="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if loadfont unicode ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-194e65d3-b357-430d-b4bb-67a8300d287d' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    else
    search --no-floppy --fs-uuid --set=root b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/mapper/VolGroup00-root ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-194e65d3-b357-430d-b4bb-67a8300d287d' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    else
    search --no-floppy --fs-uuid --set=root b69dee88-a8c9-4af7-a938-7ca6c8ff368c
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=/dev/mapper/VolGroup00-root ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Thank you in advance. If you need any more information, please let me know.
    Regards,
    javex
    Last edited by javex (2012-08-10 18:33:41)

    Thank you for your reply. I looked further into the grub.cfg and removed the quiet part. Apparently the problem is that it runs all hooks but does not prompt me for a passphrase when running the encrypt hook. Why does this occur?
    Edit: I solved this: apparently I forgot to specify a cryptdevice. Since the article about dm-crypt does not talk about GRUB2, I missed that. I will rework that section to specify GRUB2 and GRUB-Legacy
    Last edited by javex (2012-08-10 18:33:22)

  • System no longer boots

    Hello all.  System will not boot and before I go spending more money on pointless items, I was hoping to get some feedback, please.
    Here are current specs on system:
    MSI K8T Neo2 FIR - AMI BIOS 9.4  Athlon 64 X2 4600+ PIB
    Antec NeoPower 480 +5V/38A +12V1/18A +12V2/15A +3.3V/30A
    Kingston Value Ram 2x512 Matched Pair DDR400
    CD-R/RW & DVD+RW  WD 250g IDE
    BFG 7800GS OC  Sony SDM-HS94P 19" LCD
    Audigy 2  XP Pro
    The upgrades on this system include the X2 and the graphics card.  I know, I know, the power supply may very well be the issue, but please let me detail what's happened and if everyone still thinks the PSU is it, I'll go for a new one.
    Everything ran fine for at least a month.  Most resource hungry app I run is probably EQII.  Towards the end of last week I had a couple of complete crashes during game play and then on Saturday morning the system failed to boot.  I do have power as the case fans, CPU fan and GPU fan and various lights do go on.  It seemed like a hard drive failure to me, so I got a new one (Best Buy! OUCH! the price we pay if we want it that day) and it started up great.  I got windows loaded on the new drive, updated everything and was playing and working fine.  This was Saturday night and Sunday morning.  Sunday afternoon...not happening.  I'm back to a blank screen and lots of fans whirring and a few lights flashing but nothing else.  So, my questions:
    1. Is it possible that I somehow blew a second hard drive?
    2. Was it not the hard drive at all but something else?
    3. Will a new PSU solve the problem and will my original hard drive still work?
    4. Did Amelia Earhardt get abducted by aliens?
    Thank you for your time and patience.
    MEM

    Hans;
    Thank you for the reply.  Say hiya to Amelia for me.  Does this mean you're an alien?
    Ok, I tried using bootable CD and no go.
    I don't really have a simpler graphics card around to try that.  So that test may not happen.
    I can try with one dimm when I get home (I'm at work atm.)
    I also thought about putting the drive into another system and will try that also later today or tomorrow morning.
    D-Bracket:  I will have to watch that again.  It really didn't make sense to me as the lights went through a lot of the steps then came to a halt at what I think was BIOS Sign on.  Someone did suggest to me that I might have a virus, which may be why the second hard drive failed eventually.  But I'm not sure about that and not sure what can be done about that unless clearing CMOS would take care of it.
    So, any new thoughts?
    MEM

  • After upgrade System fail to boot

    Hi,
    few days ago I did the system upgrade and after reboot i get several errors and the system doesn't boot, the first one in the list is:
    FATAL could not load "/lib/modules/3.0-ARCH/modules.dep" no such file or directory
    I think the problem is that in my /lib/modules/ dir there is no /3.0-ARCH dir but there is the 3.1.4.1-ARCH and the 3.1 extramodules.
    why that? Is this problem coming from the upgrade?
    also the network is not recognized
    and the RAID disks are not mounted
    the only thing I found on internet is this article:
    https://bbs.archlinux.org/viewtopic.php?id=129970
    but I cannot downgrade because the pkg dir is empty and I cannot connect to internet for get it
    can you please help me?
    thanks

    I found something maybe useful...
    in the dmesg I found that the boot disk is loaded as sdc but, I'm sure it was sda before the upgrade.
    in the menu.lst there is
    - title Arch lunix [/boot/vmlinuz.linux]
    - root (hd0,0)
    - kernel /vmlinuz-linuz root=/dev/sda3 ro
    - initrd /initramfs-linux.img
    do you think that changing something in this I can have back my boot partition?

Maybe you are looking for