install-on-USB bug ?

Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: install-on-USB bug ?

Post by Shador »

Replace lines 73-75 with this:

Code: Select all

mount -o loop $ISO $T || exit 3
cp -rv $T/* $MNTDIR/ || exit 4
grub-install --root-directory=$MNTDIR $DEVROOT || exit 5
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.
Image
Post Reply