From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 14 Jul 2015 02:39:25 -0700 (PDT) From: =?UTF-8?Q?Ernesti_K=C3=A4pyl=C3=A4?= To: voidlinux@googlegroups.com Message-Id: In-Reply-To: <82ed86b6-e831-4a7b-9d08-361c5b77e995@googlegroups.com> References: <82ed86b6-e831-4a7b-9d08-361c5b77e995@googlegroups.com> Subject: Re: musl - can't boot with kernel 4.0.6_1 (4.0.5_2 works) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6110_2119687847.1436866765818" ------=_Part_6110_2119687847.1436866765818 Content-Type: multipart/alternative; boundary="----=_Part_6111_1467629913.1436866765818" ------=_Part_6111_1467629913.1436866765818 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I had the exact same problem and it was caused by missing modules and=20 drivers in dracut created initramfs that boots the kernel. Try booting to= =20 livecd or older kernel and run "lsinitrd=20 /boot/initramfs-your-failing-kernel-version | less" and it should list=20 included modules. Open /etc/dracut.conf and modify to include needed ones, in my case sata=20 driver was missing and crypt module add_drivers+=3D"ahci" add_dracutmodules+=3D"crypt caps" next run sudo dracut -f /boot/initramfs-your-failing-kernel-version=20 your-failing-kernel-version reboot and hopefully it works. If it still doesn't work you can try=20 mkinitcpio. maanantai 13. hein=C3=A4kuuta 2015 17.41.50 UTC+3 oliver kirjoitti: > > Further to this, I was able to re-create the problem every time using the= =20 > 6/15 MUSL ISO. As soon as the kernel is upgraded, the box fails to boot= =20 > (tried 4.0.x and 4.1.x) > > Installing from the 7/13 ISO (with kernel 4.1.2) worked so I think=20 > whatever the problem was is now resolved. > ------=_Part_6111_1467629913.1436866765818 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
I had the exact same problem and it was caused by missing = modules=C2=A0 and drivers in dracut created initramfs that boots the kernel= . Try booting to livecd or older kernel and run "lsinitrd /boot/initra= mfs-your-failing-kernel-version | less"=C2=A0 and it should list inclu= ded modules.

Open /etc/dracut.conf and modify to include needed ones= , in my case sata driver was missing and crypt module

add_drivers+= =3D"ahci"
add_dracutmodules+=3D"crypt caps"

n= ext run sudo dracut -f /boot/initramfs-your-failing-kernel-version your-fai= ling-kernel-version

reboot and hopefully it works. If it still doesn= 't work you can try mkinitcpio.

maanantai 13. hein=C3=A4kuuta 20= 15 17.41.50 UTC+3 oliver kirjoitti:
Further to this, I was able to re-create the problem= every time using the 6/15 MUSL ISO. =C2=A0As soon as the kernel is upgrade= d, the box fails to boot (tried 4.0.x and 4.1.x)

Install= ing from the 7/13 ISO (with kernel 4.1.2) worked so I think whatever the pr= oblem was is now resolved.
------=_Part_6111_1467629913.1436866765818-- ------=_Part_6110_2119687847.1436866765818--