Package: initramfs-tools
Version: 0.120
Severity: normal
Dear Maintainer,
* What led up to the situation?
after upgrade from wheezy to jessie, our backup program is not able to recover
from a rescue image, because the / filesystem is shown like this when using "df"
/dev/dm-0 10G 680M 8.8G 8% /
In wheezy, the "device" name was the name of the device mapper symlink, like
/dev/mapper/system-lv_root 10G 680M 8.8G 8% /
This is caused by the initrd function "resolve_device" which resolves LABEL
and / or UUID names of devices.
* What outcome did you expect instead?
Same behaviour as before. The filesystems should be mounted with the name
of the symlink, which is also given within grub configuration
-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 15M Jun 30 16:11 /boot/initrd.img-3.16.0-4-amd64
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/system-lv_root ro quiet
debug
-- resume
RESUME=/dev/mapper/system-lv_swap
-- /proc/filesystems
ext3
ext2
ext4
-- lsmod
Module Size Used by
nfsd 263032 2
auth_rpcgss 51211 1 nfsd
oid_registry 12419 1 auth_rpcgss
nfs_acl 12511 1 nfsd
nfs 188136 0
lockd 83389 2 nfs,nfsd
fscache 45542 1 nfs
sunrpc 237402 6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
psmouse 99143 0
pcspkr 12595 0
ppdev 16782 0
evdev 17445 3
vmw_balloon 12658 0
serio_raw 12849 0
coretemp 12820 0
vmwgfx 165847 0
ttm 77862 1 vmwgfx
battery 13356 0
drm_kms_helper 49210 1 vmwgfx
drm 249955 4 ttm,drm_kms_helper,vmwgfx
i2c_piix4 20864 0
i2c_core 46012 3 drm,i2c_piix4,drm_kms_helper
vmw_vmci 55383 0
parport_pc 26300 0
parport 35749 2 ppdev,parport_pc
shpchp 31121 0
processor 28221 0
thermal_sys 27642 1 processor
ac 12715 0
button 12944 0
autofs4 35529 2
ext4 473802 6
crc16 12343 1 ext4
mbcache 17171 1 ext4
jbd2 82413 1 ext4
dm_mod 89373 18
sg 29973 0
sd_mod 44356 3
crc_t10dif 12431 1 sd_mod
crct10dif_generic 12581 1
crct10dif_common 12356 2 crct10dif_generic,crc_t10dif
sr_mod 21903 0
cdrom 47424 1 sr_mod
ata_generic 12490 0
crc32c_intel 21809 0
vmxnet3 48266 0
mptspi 21948 2
scsi_transport_spi 27851 1 mptspi
mptscsih 26657 1 mptspi
mptbase 73042 2 mptspi,mptscsih
floppy 65068 0
ata_piix 33592 0
libata 177457 2 ata_generic,ata_piix
scsi_mod 191405 7
sg,scsi_transport_spi,libata,mptspi,sd_mod,sr_mod,mptscsih
-- /etc/initramfs-tools/modules
-- /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
fsck
keymap
klibc
kmod
lvm2
resume
thermal
udev
zz-busybox
-- System Information:
Debian Release: 8.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages initramfs-tools depends on:
ii busybox 1:1.22.0-9+deb8u1
ii cpio 2.11+dfsg-4.1
ii klibc-utils 2.0.4-2
ii kmod 18-3
ii udev 215-17+deb8u1
Versions of packages initramfs-tools recommends:
ii busybox 1:1.22.0-9+deb8u1
Versions of packages initramfs-tools suggests:
pn bash-completion <none>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]