Re: install-on-USB bug ?
Posted: 13. May 2010, 17:18
Replace lines 73-75 with this:
I bet it's working then.
If the splash screen is still not working that might be a 1.98 particularity. GRUB2 devs are pushing to switch to gfxpayload=<RESxRES> but that only works for kernel with efifb, Slackware's kernel hasn't. gfxpayload is a grub environment variable, whereas the old way with the vga=xxx kernel cmdline argument is deprecated.
Code: Select all
mount -o loop $ISO $T || exit 3
cp -rv $T/* $MNTDIR/ || exit 4
grub-install --root-directory=$MNTDIR $DEVROOT || exit 5
