Habe auch das LV /dev/mapper/debian-root, das wird gefunden und auch aktiviert. Aber schaut man in dieser busybox nachdem Grub das System starten möchte, liegt in /dev/mapper/ nur "debian-root" und "debian-swap". Die anderen LV fehlen. Mittels "vgchange -a y" kann man dann alles aktivieren und dann mit "exec debian" das System normal starten.
Code: Alles auswählen
(initramfs) ls /dev/mapper/
control debian-root debian-swap
Code: Alles auswählen
(initramfs) vgchange -a y
5 logical volume(s) in volume group "debian" now active
Code: Alles auswählen
(initramfs) ls /dev/mapper/
control debian-swap debian-usr
debian-root debian-tmp debian-var
Code: Alles auswählen
(initramfs) exec debian
....
UPDATE! Mal noch die Meldungen beim Start:
Code: Alles auswählen
fsck from util-linux 2.25.2
root: clean, 9000/60000 files, 18000/2550000 blocks
Gave up waiting for /usr device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/debian-usr does not exist. Dropping to shell!
modprobe: module ehci-orion not found in modules.dep
BusyBox ........
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off