[<<][pool][>>][..]
Thu Apr 5 17:40:00 CEST 2012
Upgrading to zni to linux-image-3.2.0-2-rt-amd64
tom@zni:~$ cat /etc/kernel/postinst.d/initramfs-tools
#!/bin/sh
# passing the kernel version is required
[ -z "$1" ] && exit 0
# kernel-package passes an extra arg; hack to not run under kernel-package
# http://www.mail-archive.com/debian-kernel@lists.debian.org/msg45846.html
# [ -z "$2" ] || exit 0
# we're good - create initramfs. update runs do_bootloader
update-initramfs -c -t -k "$1"
firmware:
r8169: rtl_nic/rtl8168f-2.fw, rtl_nic/rtl8168f-1.fw, rtl_nic/rtl8105e-1.fw, │
│ rtl_nic/rtl8168e-3.fw, rtl_nic/rtl8168e-2.fw, rtl_nic/rtl8168e-1.fw, │
│ rtl_nic/rtl8168d-2.fw, rtl_nic/rtl8168d-1.fw
Doesn't want to boot /dev/mapper/vg1-root
Looks like symlinks are not there.. for me that's /dev/mapper/dm-3
I tried to boot it with /dev/dm-3 but that didn't work.. Looks like
it's time to re-learn the new linux infrastructure. Too many things
have changed recently.
[1] http://unix.stackexchange.com/questions/11125/lvm-devices-under-dev-mapper-missing
[Reply][About]
[<<][pool][>>][..]