I have followed the directions in this
LINK with no success.
This is my menu.1st file
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0
title Linux
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=Linux root=UUID=a62d9e3e-bd9a-4072-8bfc-eec023f784b2 acpi=on resume=UUID=3bf7002b-14c4-4f48-8649-da09bc04c34b splash=silent vga=791
initrd (hd0,4)/boot/initrd.img
title Windows
root (hd0,0)
makeactive
chainloader +1
title Linux-nonfb
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=Linux-nonfb root=UUID=a62d9e3e-bd9a-4072-8bfc-eec023f784b2 acpi=on resume=UUID=3bf7002b-14c4-4f48-8649-da09bc04c34b splash=silent
initrd (hd0,4)/boot/initrd.img
title Failsafe
kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=Failsafe root=UUID=a62d9e3e-bd9a-4072-8bfc-eec023f784b2 failsafe acpi=on splash=silent
initrd (hd0,4)/boot/initrd.img
It is setup as silent in the control center options
when I run the following code
apt-get install gfxmenu gfxboot
I get the following:
[root@localhost mccoy]apt-get install gfxmenu gfxboot
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package gfxmenuThen in the intructions in the above link it says to do the following:
apt-get install pclinuxos-gfxboot-theme pclos-bluecaress-gfxboot-themeI do this and it installs perfectly fine as follows:
[root@localhost mccoy]# apt-get install pclinuxos-gfxboot-theme pclos-bluecaress-gfxboot-theme
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 2 reinstalled, 0 removed and 0 not upgraded.
Need to get 0B/1650kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] y
Committing changes...
Preparing ############################## [100%]
Updating / installing
pclos-bluecaress-gfxboot-theme-1.0.0-1 ############################## [100%]
pclinuxos-gfxboot-theme-0.4-3pclos2007 ############################## [100%]
Done.
however when I run the initial command again which was:
apt-get install gfxmenu gfxbootI have the same error message as did before:
[root@localhost mccoy]# apt-get install gfxmenu gfxboot
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package gfxmenu
Any help would be greatly appreciated
Thanks in advance
McCoy!