habe hier 2 Ubuntu (nicht meine Entscheidung).
Prinzipiell alles gut, nur eine der gleichen Maschinen baut viel kleinere und nicht funktionierende initrd - 6MB gegen 20MB in der funktionierenden Variante.
Ich sehe leider nicht warum. In /etc/initramfs-tools/ sieht alles gleich aus und die Module stehen auf most in der initramfs.conf:
Code: Alles auswählen
ls -latrF /etc/initramfs-tools/
total 32
-rw-r--r-- 1 root root 378 Jun 1 2012 update-initramfs.conf
-rw-r--r-- 1 root root 1648 Jun 1 2012 initramfs.conf
drwxr-xr-x 2 root root 4096 Mär 3 2014 hooks/
-rw-r--r-- 1 root root 246 Feb 18 00:12 modules
drwxr-xr-x 12 root root 4096 Apr 13 18:27 scripts/
drwxr-xr-x 2 root root 4096 Apr 13 18:27 conf.d/
drwxr-xr-x 5 root root 4096 Jul 28 15:56 ./
drwxr-xr-x 99 root root 4096 Jul 28 16:11 ../
Code: Alles auswählen
MODULES=most
BUSYBOX=y
Geht nicht:
Code: Alles auswählen
-rw-r--r-- 1 root root 6111831 Jul 28 15:33 initrd.img-4.2.0-42-generic
Geht:
-rw-r--r-- 1 root root 20743918 Jul 28 16:08 /boot/initrd.img-4.2.0-42-generic
Danke, xcomm