The grub4dos-linux
package does not install grub4dos correctly:
in nik57's case, the screen freezes at boot with the message GRUB Loading stage 1.5
;
in my case, the computer reboots immediately after GRUB Loading stage 1.5
is displayed.
Installing grub4dos
from Slitaz 4.0 is OK.
I compared files 4.0 / Rolling; the main difference is in the stage2
file size (166.7 kB in Rolling, 209.1 kB in 4.0).
Recompiling grub4dos after having commented the 3 lines
sed -i 's|-O binary conftest|--only-section=.text &|' acinclude.m4 configure
sed -i 's|-O binary|--only-section=.text &|' stage?/Makefile*
sed -i 's|-Wl,-Ttext|-Wl,--section-start=.note.gnu.property=1000 &|' stage2/Makefile*
in compile_rules()
in the grub4dos
package's receipt allows then to produce a valid grub4dos-linux
package.
(these 3 lines do not exist in the 4.0 receipt)