I have been trying to install Slitaz 4.0 to a 4G Centon USB Flash Drive. I keep getting an ERROR
message about "File Not Found".
In looking through the grub menu I see where it loads "splash.xpm.gz", but that file hasn't
been copied to my USB Flash Drive. I tried copying the splash.xpm.gz to the ~/boot/grub
subdirectory and that gets rid of the error.
I then modified the menu.lst file as follows:
[code]
# /boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Graphical splash image.
splashimage=/boot/grub/splash.xpm.gz
# Change the colors.
#color yellow/brown light-green/black
# For booting SliTaz from : /dev/sda1
#
title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.37-slitaz)
#Modified from (hd1,0) to (hd0,0)
root (hd0,0)
#Modified from root=/dev/sdb1 to root=/dev/sda1
kernel /boot/vmlinuz-2.6.37-slitaz root=/dev/sda1
quiet
[/code]
But, it still doesn't boot. It hangs.
Obviously, there is something else wrong, but I haven't found it.
Has anyone got an idea of what the problem could be?
Thanks.
Larry