FS#39768 - [grub] Missing grub module halting boot
Attached to Project:
Arch Linux
Opened by Jay Blanc (jayblanc) - Sunday, 06 April 2014, 14:49 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 06 July 2015, 15:13 GMT
Opened by Jay Blanc (jayblanc) - Sunday, 06 April 2014, 14:49 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 06 July 2015, 15:13 GMT
|
Details
Description:
The latest arch distributed kernel seems to require compression modules not loaded by default in the grub configuration. This results in a hang on loading the kernel. I am not sure how many systems this affects, as I have only seen it occur on my system. Steps to reproduce: Booting as normal on an affected system. Steps to work around: Adding "insmod squash4" to the grub configuration. May only require some of the dependency loaded modules. I worked back to this module, after discovering the system would boot following loading of grub modules required for parttool. |
This task depends upon
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
Booting Kernel 3.13.8 is working fine.
Already tried:
Upgrading grub package, deleting /boot/efi and run grub-install again.
Running grub-mkconfig -o /boot/grub/grub.cfg
Rerunning mkinitcpio
After each step: Kernel 3.13 works, 3.14 not.
Help appreciated.