Page: Previous  1, 2, 3  Next

roadnottaken
Status: Interested
Joined: 17 Mar 2011
Posts: 11
Reply Quote
I'm also getting an unbootable system on 3.2.0-5.dmz.1. Specifically, the system outputs:
:: Code ::
Begin: Loading essential drivers ... modprobe: module
pci:v00008086[long string] not found in modules.dep
modprobe: module ahci not found in modules.dep
modprobe: module unix not found in modules.dep
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top
Begin: Waiting for root file system ... done.
Gave up waiting for root device.  Common problems:
...
ALERT!  /dev/disk/by-uuid/[uuid] does not exist
modprobe: module i8042 not found in modules.dep
modprobe: module atkbd not found in modules.dep

[busybox prompt]

Adding nothreadirqs to kernel parameters does not resolve the issue, but 3.2.0-4.dmz.1 boots without trouble.

If this turns out to be a separate issue from Jos or cko, my apologies for cluttering up the thread.
:: Code ::
$ inxi -Fxz
System:    Host: libraptor Kernel: 3.2.0-4.dmz.1-liquorix-amd64 x86_64 (64 bit, gcc: 4.6.2)
           Desktop: Fluxbox 1.3.2 Distro: Debian GNU/Linux wheezy/sid
Machine:   System: Dell (portable) product: Inspiron N5010 version: A13
           Mobo: Dell model: 0G62V9 version: A13 Bios: Dell version: A13 date: 04/21/2011
CPU:       Dual core Intel Core i3 CPU M 370 (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9599.48
           Clock Speeds: 1: 931.00 MHz 2: 931.00 MHz 3: 931.00 MHz 4: 931.00 MHz
Graphics:  Card: ATI M96 [Mobility Radeon HD 4650] bus-ID: 01:00.0
           X.Org: 1.11.99.902 driver: radeon Resolution: 1024x768@85.0hz, 1366x768@59.6hz
           GLX Renderer: Gallium 0.4 on AMD RV730 GLX Version: 2.1 Mesa 7.11.2 Direct Rendering: Yes
Audio:     Card-1: Intel 5 Series/3400 Series Chipset High Definition Audio driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2: ATI RV710/730 HDMI Audio [Radeon HD 4000 series] driver: snd_hda_intel bus-ID: 01:00.1
           Sound: Advanced Linux Sound Architecture ver: 1.0.24
Network:   Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
           driver: r8169 ver: 2.3LK-NAPI port: d000 bus-ID: 13:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
           Card-2: Broadcom BCM4313 802.11b/g/n Wireless LAN Controller driver: brcmsmac bus-ID: 12:00.0
           IF: wlan0 state: down mac: <filter>
Drives:    HDD Total Size: 500.1GB (9.2% used) 1: /dev/sda WDC_WD5000BEVT 500.1GB
Partition: ID: / size: 50G used: 22G (47%) fs: ext4
Sensors:   System Temperatures: cpu: 61.5C mobo: N/A gpu: 71.0
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 107 Uptime: 14 min Memory: 490.0/3824.5MB Runlevel: 2 Gcc sys: 4.6.2 Client: Shell inxi: 1.7.29

Back to top
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
No, that's helpful. Making the sata modules static does not help at all it seems, in fact, it makes the kernel less able to boot.
Back to top
roadnottaken
Status: Interested
Joined: 17 Mar 2011
Posts: 11
Reply Quote
I just tried -5.dmz.2, but it still fails to boot. These lines have vanished:
:: Code ::
pci:v00008086[long string] not found in modules.dep
modprobe: module ahci not found in modules.dep

But everything else from my previous post is still showing up.
Back to top
Jos.v.W.
Status: Contributor
Joined: 25 Jan 2011
Posts: 57
Reply Quote
Hi Damentz,

Adding nothreadirqs to grub doesn't solve the issue.
Same issue booting 3.2.0-5.dmz.2.

I get:
---
modprobe: module pci:v0001... not found in modules.dep
modprobe: module ahci not found in modules.dep
Gave up waiting for root device
Alert: /dev/disk/by_uuid//635... does not exist.
Dropping to a shell /bin/sh: can't access tty: jobcontroll turned off.
---
Back to top
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
Can you guys try running the following commands?

:: Code ::
sudo apt-get update

sudo dpkg --force-all --purge initramfs-tools
sudo apt-get install -f

for i in `ls /boot | egrep '^vmlinuz' | sed -r 's/^[a-z]+-(.*)/\1/'`; do sudo update-initramfs -d -k $i && sudo update-initramfs -c -k $i; done


This should fix any irregularities with initramfs that might have happened, and then rebuild initramfs for each kernel you have installed.
Back to top
Jos.v.W.
Status: Contributor
Joined: 25 Jan 2011
Posts: 57
Reply Quote
Hi Damentz,

I ran the commands you suggested.
Unfortunately booting 3.2.0-5-dmz.2 stlii doesn't work.
Back to top
roadnottaken
Status: Interested
Joined: 17 Mar 2011
Posts: 11
Reply Quote
No change for me either.

One thing I checked is that while in the busybox prompt, both /dev/disk/ and /dev/sda* are entirely missing. Given the other symptoms, I don't imagine that would be unexpected, but it might still be a useful data point.
Back to top
myrmidon
Status: New User - Welcome
Joined: 05 Oct 2011
Posts: 4
Reply Quote
My symptoms appear the same. During boot of 3.2.0-5.dmz.2-liquorix-amd64 I get
modeprobe: module * not found in modules.dep.

* is unix i8042 and atkdb

for 3.2.0-5.dmz.1-liquorix-amd64 the complaint was similar, missing ahci and unix.

My current working kernel 3.2.0-4.dmz.1-liquorix-amd64 complains about missing unix, but this is not fatal.

I tried adding these modules in /etc/initramfs-tools/modules and running
:: Code ::
update-initramfs -u -t -k 3.2.0-5.dmz.2-liquorix-amd64


but this accomplished nothing.

inxi -Fzx returns

:: Code ::
System:    Host: sabertooth Kernel: 3.2.0-4.dmz.1-liquorix-amd64 x86_64 (64 bit, gcc: 4.6.2)
           Desktop: KDE 4.7.4 (Qt 4.7.4) Distro: Debian GNU/Linux wheezy/sid                                                                                                                                                                       
Machine:   Mobo: ASUSTeK model: SABERTOOTH X58 version: Rev 1.xx Bios: American Megatrends version: 0402 date: 07/30/2010                                                                                                                         
CPU:       Quad core Intel Core i7 CPU 930 (-HT-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 22451.3                                                                                                           
           Clock Speeds: 1: 2801.00 MHz 2: 2801.00 MHz 3: 2801.00 MHz 4: 2801.00 MHz 5: 2801.00 MHz 6: 2801.00 MHz 7: 2801.00 MHz 8: 2801.00 MHz                                                                                                   
Graphics:  Card: nVidia GF100 [GeForce GTX 470] bus-ID: 03:00.0                                                                                                                                                                                   
           X.org: 1.11.3.901 driver: nvidia tty size: 243x33 Advanced Data: N/A for root                                                                                                                                                           
Audio:     Card-1: Creative Labs X-Fi Titanium series [EMU20k2] driver: snd_ctxfi bus-ID: 06:00.0 Sound: ALSA ver: 1.0.24                                                                                                                         
           Card-2: nVidia GF100 High Definition Audio Controller bus-ID: 03:00.1                                                                                                                                                                   
Network:   Card: Realtek RTL-8110SC/8169SC Gigabit Ethernet driver: r8169 ver: 2.3LK-NAPI port: e800 bus-ID: 08:01.0                                                                                                                               
           IF: eth0 state: up speed: 1000 Mbps duplex: full mac: <filter>                                                                                                                                                                         
Drives:    HDD Total Size: 2319.9GB (42.9% used) 1: /dev/sda MAXTOR_STM332062 320.1GB 37C                                                                                                                                                         
           2: /dev/sdb WDC_WD10EACS 1000.2GB 37C 3: /dev/sdc MARVELL_Raid_VD 999.7GB 0C                                                                                                                                                           
Partition: ID: / size: 10G used: 7.6G (76%) fs: ext4 ID: /boot size: 240M used: 25M (11%) fs: ext2                                                                                                                                                 
           ID: /home size: 499G used: 217G (46%) fs: ext4 ID: swap-1 size: 6.45GB used: 0.00GB (0%) fs: swap                                                                                                                                       
Sensors:   Error: You do not have the sensors app installed.                                                                                                                                                                                       
Info:      Processes: 230 Uptime: 32 min Memory: 2296.0/5965.7MB Runlevel: 2 Gcc sys: 4.6.2 Client: Shell inxi: 1.7.29

Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Please try the new liquorix:

3.2.0-5.dmz.3-liquorix

or newer, and report if issue is resolved or if it remains.
Back to top
Jos.v.W.
Status: Contributor
Joined: 25 Jan 2011
Posts: 57
Reply Quote
I tried 3.2.0-5.dmz.3
No more boot problems, issue seems to be resolved.

I am curious about what caused this boot issue?

What remains is modprobe module unix, i8042 and atkbd not found.
What about these missing modules?
My system is working, so this doesn't seem to be a problem.
Back to top
Display posts from previous:   
Page: Previous  1, 2, 3  Next
All times are GMT - 8 Hours