OMA 2014.2: Segnalazione Problemi dopo aggiornamento a Kernel 4.1.18

Problema risolto manualmente

Succede che all’ avvio con questo kernel il boot si blocca perché non trova l’ initrd che evidentemente non era stato creato dall’ installazione…

OK lo faccio a mano con dracut ma devo dargli dei parametri per escludere alcuni moduli che evidentemenmte non trova… e comunque tanto per un initrd in genere non servono, tranne casi particolari

Questi i tentativi

[root@localhost boot]# dracut --force initrd-4.1.18-nrj-desktop-1omv.img 4.1.18-nrj-desktop-1omv
dracut module ‘ifcfg’ depends on ‘network’, which can’t be installed
dracut module ‘cifs’ depends on ‘network’, which can’t be installed
dracut module ‘nfs’ depends on ‘network’, which can’t be installed
dracut module ‘mdraid’ cannot be found or installed.
[root@localhost boot]# :confused:

[root@localhost boot]# dracut -o “ifcfg cifs nfs mdraid” initrd-4.1.18-nrj-desktop-1omv.img 4.1.18-nrj-desktop-1omv
Configuration node global/system_id_source not found
installkernel failed in module aufs-mount
[root@localhost boot]# :cry:

[root@localhost boot]# dracut -o “ifcfg cifs nfs mdraid aufs-mount” initrd-4.1.18-nrj-desktop-1omv.img 4.1.18-nrj-desktop-1omv
Configuration node global/system_id_source not found
[root@localhost boot]# MANNAGGIA! :rage:

[root@localhost boot]# dracut -o “ifcfg cifs nfs mdraid aufs-mount” initrd-4.1.18-nrjQL-desktop-1omv.img 4.1.18-nrjQL-desktop-1omv
[root@localhost boot]# OOOOKKKKKK ! :sweat_smile:

Il messaggio " Configuration node global/system_id_source not found" lo possiamo ignorare perchè tanto sono passati da grub come parametri al kernel

Poi ho dovuto avviare grub-customizer

e inseirre le righe
echo ‘Loading initial ramdisk …’
initrd /initrd-4.1.18-nrjQL-desktop-1omv.img

BAh a me così funziona…