13-02-2020, 12:01
0
(13-02-2020, 10:04)dedito napisał(a): Podpowiedź jest w komunikacie błędu, powtarzająca się fraza:
Cytat:/usr/sbin/mkinitramfs: 225: /usr/sbin/mkinitramfs: find: not foundLinia 225 pliku /usr/sbin/mkinitramfs jest częścią pętli:
Zmienna MODULESDIR wskazuje na katalog /lib/modules/$(uname -r)Kod:# Copy in modules.builtin and modules.order (not generated by depmod)
for x in modules.builtin modules.order; do
if [ -f "${MODULESDIR}/${x}" ]; then
cp -p "${MODULESDIR}/${x}" "${DESTDIR}${MODULESDIR}/${x}"
fi
done
Podejrzewam, że przyczyna leży w braku plików nagłówkowych do jądra.
Pokaż wynik ls -la /lib/modules/$(uname -r)
Wynik 'ls -la /lib/modules/$(uname -r)'
Kod:
razem 5736
drwxr-xr-x 6 root root 4096 lut 12 22:10 .
drwxr-xr-x 4 root root 4096 lut 12 23:13 ..
lrwxrwxrwx 1 root root 39 sty 15 19:10 build -> /usr/src/linux-headers-5.3.0-28-generic
drwxr-xr-x 2 root root 4096 sty 15 19:10 initrd
drwxr-xr-x 17 root root 4096 sty 30 14:17 kernel
drwxr-xr-x 2 root root 4096 sty 30 14:22 misc
-rw-r--r-- 1 root root 1371222 lut 12 22:10 modules.alias
-rw-r--r-- 1 root root 1346674 lut 12 22:10 modules.alias.bin
-rw-r--r-- 1 root root 7888 sty 15 19:10 modules.builtin
-rw-r--r-- 1 root root 9964 lut 12 22:10 modules.builtin.bin
-rw-r--r-- 1 root root 614687 lut 12 22:10 modules.dep
-rw-r--r-- 1 root root 856568 lut 12 22:10 modules.dep.bin
-rw-r--r-- 1 root root 353 lut 12 22:10 modules.devname
-rw-r--r-- 1 root root 218435 sty 15 19:10 modules.order
-rw-r--r-- 1 root root 830 lut 12 22:10 modules.softdep
-rw-r--r-- 1 root root 633015 lut 12 22:10 modules.symbols
-rw-r--r-- 1 root root 765021 lut 12 22:10 modules.symbols.bin
drwxr-xr-x 3 root root 4096 sty 30 14:17 vdso
Dodano po pewnym czasie:
(13-02-2020, 09:13)yahoob3 napisał(a): Na innych jądrach dzieje się to samo?
Może stabilne 5.5.3, albo któreś ze starszych (4.15)?
Zainstalowałem 4.15.0-76, ale system nie może wygenerować "initrd.img" dla tego jądra.
Kod:
sudo dpkg -l |grep 4.15.0-76
ii linux-headers-4.15.0-76 4.15.0-76.86 all Header files related to Linux kernel version 4.15.0
ii linux-headers-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
iF linux-image-4.15.0-76-generic 4.15.0-76.86 amd64 Signed kernel image generic
ii linux-libc-dev:amd64 4.15.0-76.86 amd64 Linux Kernel Headers for development
ii linux-modules-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii linux-modules-extra-4.15.0-76-generic 4.15.0-76.86 amd64 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
ii linux-tools-common 4.15.0-76.86 all Linux kernel version specific tools for version 4.15.0
Kod:
ll /boot
razem 172644
drwxr-xr-x 3 root root 4096 lut 13 11:33 ./
drwxr-xr-x 24 root root 4096 lut 13 11:24 ../
-rw-r--r-- 1 root root 217495 sty 17 14:59 config-4.15.0-76-generic
-rw-r--r-- 1 root root 235811 gru 18 16:01 config-5.3.0-26-generic
-rw-r--r-- 1 root root 235811 sty 15 19:10 config-5.3.0-28-generic
drwxr-xr-x 6 root root 4096 lut 12 22:10 grub/
-rw-r--r-- 1 root root 67898459 sty 23 18:43 initrd.img-5.3.0-26-generic
-rw-r--r-- 1 root root 67899238 sty 30 14:19 initrd.img-5.3.0-28-generic
-rw-r--r-- 1 root root 182704 sty 28 2016 memtest86+.bin
-rw-r--r-- 1 root root 184380 sty 28 2016 memtest86+.elf
-rw-r--r-- 1 root root 184840 sty 28 2016 memtest86+_multiboot.bin
-rw------- 1 root root 4068355 sty 17 14:59 System.map-4.15.0-76-generic
-rw------- 1 root root 4487587 gru 18 16:01 System.map-5.3.0-26-generic
-rw------- 1 root root 4487587 sty 15 19:10 System.map-5.3.0-28-generic
-rw------- 1 root root 8367768 sty 17 15:27 vmlinuz-4.15.0-76-generic
-rw------- 1 root root 9146616 gru 18 16:20 vmlinuz-5.3.0-26-generic
-rw------- 1 root root 9146616 sty 15 22:28 vmlinuz-5.3.0-28-generic