templates/boot/grub/grub.cfg: drop insmod part_{msdos,gpt} as it breaks booting
[grml-live.git] / templates / boot / grub / grub.cfg
index 0f4d683..da9c6b4 100644 (file)
@@ -20,10 +20,6 @@ else
   set menu_color_highlight=black/yellow
 fi
 
-# make sure we can access partitions
-insmod part_msdos
-insmod part_gpt
-
 if [ ${iso_path} ] ; then
     set loopback="findiso=${iso_path}"
 fi