[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#720716: initramfs-tools: workaround in 707286 solves serious problem



Followup-For: Bug #707286
Package: initramfs-tools
Version: 0.113

Dear Maintainer,

The workaround from 707286 (add ‘sleep 1’ before “modprobe -q dm-mod” in scripts/local-top/lvm2) has made the latest Debian kernels bootable again! They all got stuck in the initramfs shell because the root on LVM could not be found.

Hugo Vanwoerkom


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root  12M Jul 31 09:36 /boot/initrd.img-3.10-1-amd64
-rw-r--r-- 1 root root  12M Aug 24 10:06 /boot/initrd.img-3.10-2-amd64
-rw-r--r-- 1 root root 3.1M Aug 15 11:01 /boot/initrd.img-3.10.4-nodeb-amd64
-rw-r--r-- 1 root root 3.1M Aug 20 20:11 /boot/initrd.img-3.10.7-nodeb-amd64
-rw-r--r-- 1 root root  11M Jul  4 15:02 /boot/initrd.img-3.2.0-4-amd64
-rw-r--r-- 1 root root 3.1M Jul  4 17:30 /boot/initrd.img-3.8.1-nodeb-amd64
-rw-r--r-- 1 root root  12M Jul 18 10:37 /boot/initrd.img-3.9-1-amd64
-- /proc/cmdline
root=/dev/mapper/vgHDB-HDBB vga=791 nouveau.modeset=0 resume=LABEL=HD502HJ_02.08

-- resume
RESUME=UUID=f2b6dbbe-6ed3-4d57-8c11-823ce166b7c5
-- /proc/filesystems
ext2

-- lsmod
Module                  Size  Used by
nvidia               9315617  50 
drm                   211856  2 nvidia
pci_stub               12429  1 
vboxpci                19094  0 
vboxnetadp             25443  0 
vboxnetflt             23697  0 
vboxdrv               217395  4 vboxnetadp,vboxnetflt,vboxpci
nf_conntrack_irc       12427  0 
nf_conntrack_ftp       12651  0 
xt_helper              12507  12 
xt_tcpudp              12570  32 
nf_conntrack_ipv4      18549  61 
nf_defrag_ipv4         12483  1 nf_conntrack_ipv4
xt_conntrack           12681  49 
xt_limit               12638  14 
nf_conntrack           59788  5 xt_helper,xt_conntrack,nf_conntrack_ftp,nf_conntrack_irc,nf_conntrack_ipv4
ipt_ULOG               12862  13 
nfnetlink_log          17396  1 
nfnetlink              12989  2 nfnetlink_log
iptable_filter         12536  1 
ip_tables              22036  1 iptable_filter
x_tables               19041  7 xt_helper,ipt_ULOG,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,iptable_filter
loop                   22869  0 
snd_hda_codec_via      22832  1 
snd_hda_intel          35718  13 
snd_hda_codec         122850  2 snd_hda_codec_via,snd_hda_intel
snd_hwdep              13189  1 snd_hda_codec
snd_pcm                68525  6 snd_hda_codec,snd_hda_intel
acpi_cpufreq           13280  1 
i2c_nforce2            12628  0 
edac_mce_amd           17070  0 
edac_core              43448  0 
mperf                  12453  1 acpi_cpufreq
psmouse                74832  0 
serio_raw              12940  0 
snd_page_alloc         13018  2 snd_pcm,snd_hda_intel
video                  17792  0 
kvm_amd                47719  0 
processor              28526  1 acpi_cpufreq
i2c_core               24353  3 drm,nvidia,i2c_nforce2
snd_timer              22773  5 snd_pcm
kvm                   301458  1 kvm_amd
snd                    53068  24 snd_hwdep,snd_timer,snd_hda_codec_via,snd_pcm,snd_hda_codec,snd_hda_intel
hid_a4tech             12531  0 
pcspkr                 12632  0 
soundcore              13026  1 snd
wmi                    13243  0 
thermal_sys            23137  2 video,processor
microcode              30413  0 
button                 12944  0 
asus_atk0110           17246  0 
evdev                  17611  15 
ext2                   59601  8 
mbcache                13082  1 ext2
hid_generic            12393  0 
usb_storage            48158  0 
usbhid                 40964  0 
hid                    81894  3 hid_a4tech,hid_generic,usbhid
sr_mod                 21988  0 
cdrom                  35212  1 sr_mod
sg                     26095  0 
sd_mod                 40541  10 
crc_t10dif             12348  1 sd_mod
dm_mod                 64008  27 
ata_generic            12490  0 
firewire_ohci          31931  0 
firewire_core          49211  1 firewire_ohci
crc_itu_t              12347  1 firewire_core
ehci_pci               12472  0 
ohci_hcd               26678  0 
ehci_hcd               40590  1 ehci_pci
ahci                   25148  9 
libahci                23136  1 ahci
pata_amd               13378  0 
forcedeth              54034  0 
libata                141969  4 ahci,libahci,pata_amd,ata_generic
scsi_mod              158249  5 sg,usb_storage,libata,sd_mod,sr_mod
usbcore               134993  5 usb_storage,ohci_hcd,ehci_hcd,ehci_pci,usbhid
usb_common             12440  1 usbcore

-- /etc/initramfs-tools/modules
dm_mod
-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
busybox
dmsetup
keymap
klibc
kmod
lvm2
thermal
udev


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio               2.11+dfsg-1
ii  klibc-utils        2.0.1-3.1
ii  kmod               9-3
ii  module-init-tools  9-3
ii  udev               175-7.2

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.20.0-8.1

Versions of packages initramfs-tools suggests:
pn  bash-completion  <none>

-- no debconf information


Reply to: