templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} as it breaks booting
authorMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 00:03:54 +0000 (01:03 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 1 Dec 2010 00:03:54 +0000 (01:03 +0100)
commit09667d4a67057707f959e2b667ad4d7da36fd2b3
tree6e91c72bcb7d21035d97a44cf1f157c3aab569e8
parentf5434b2ae856b01dfae435986294f25264d12d87
templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} as it breaks booting

If the modules part_msdos and part_gpt are insmod-ed then booting
with grub (manifold ISO boot) fails with "unaligned pointer
0x........'. The issue can be reproduced with either realâ„¢
hardware or using qemu/kvm via restricting memory to ~64MB (using
'-m 64') but won't be present if using something like 512MB
memory in the virtual machine.

Thanks to Axel Beckert for a bugreport and to Thorsten Glaser for
locating the source of the bug.

Testing: issue940
Thanks: Thorsten Glaser <tg@mirbsd.org>
templates/boot/grub/grub.cfg