One last thing: This is how my menu.lst looks in KDE3 which is my Bootscreen that will bring me directly into KDE4 or Windows when I scroll down to it and press ENTER. Is there any other tweaking you would suggest? I was a little unclear regarding your last post.
At the moment that block of text looks like it's part of the stanza above it, as there is no empty line between them, but it's actually a separate stanza without the title line. It can be safely removed, but the stanza above it should still be usable, so I'd leave that.
The individual lines you commented out earlier, can now be safely removed, but the stanza as a whole should be left intact, if it points to a kernel that is still in use.
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,1)/boot/gfxmenu
default 0
title PCLinuxOS 2009.1 KDE3
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_2009.1_KDE3 root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose vga=788
initrd (hd0,1)/boot/initrd.img
title linux-nonfb
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose
initrd (hd0,1)/boot/initrd.img
title failsafe
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c failsafe acpi=on
initrd (hd0,1)/boot/initrd.img
title Windows7
root (hd0,0)
makeactive
chainloader +1
#title 2.6.26.8.tex3
#kernel (hd0,1)/boot/vmlinuz-2.6.26.8.tex3 BOOT_IMAGE=2.6.26.8.tex3 #root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 #splash=silent vga=788
#initrd (hd0,1)/boot/initrd-2.6.26.8.tex3.img
title PCLinuxOS KDE4 (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=338bfe6e-6e12-4096-ad54-7575eb8d506a acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=silent vga=788
initrd (hd0,7)/boot/initrd.img
#savedefault
#boot
title linux
kernel (hd0,1)/boot/vmlinuz-2.6.27.31.tex5 BOOT_IMAGE=linux root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose vga=788
initrd (hd0,1)/boot/initrd-2.6.27.31.tex5.img
Thanks
That looks good as is, but you might want to use copy/paste to copy;
title PCLinuxOS KDE4 (on /dev/sda8)
root (hd0,7)
kernel /boot/vmlinuz BOOT_IMAGE=linux root=UUID=338bfe6e-6e12-4096-ad54-7575eb8d506a acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=silent vga=788
initrd (hd0,7)/boot/initrd.img
#savedefault
#bootto be the
second entry from the top, just
for convenience, and
clean it up a bit. The
highlighted lines can now be removed entirely. Once you know it works, (the
copy/paste + clean up was correct) you can then safely remove the duplicate stanza at the bottom.
The finished menu.lst would then be;
---------------------------------------------------------------------------
timeout 5
color black/cyan yellow/cyan
gfxmenu (hd0,1)/boot/gfxmenu
default 0
title PCLinuxOS 2009.1 KDE3
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=PCLinuxOS_2009.1_KDE3 root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose vga=788
initrd (hd0,1)/boot/initrd.img
title PCLinuxOS KDE4 (on /dev/sda8)
kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=338bfe6e-6e12-4096-ad54-7575eb8d506a acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=silent vga=788
initrd (hd0,7)/boot/initrd.imgtitle linux-nonfb
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose
initrd (hd0,1)/boot/initrd.img
title failsafe
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c failsafe acpi=on
initrd (hd0,1)/boot/initrd.img
title Windows7
root (hd0,0)
makeactive
chainloader +1
#title 2.6.26.8.tex3
#kernel (hd0,1)/boot/vmlinuz-2.6.26.8.tex3 BOOT_IMAGE=2.6.26.8.tex3 #root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 #splash=silent vga=788
#initrd (hd0,1)/boot/initrd-2.6.26.8.tex3.img
title linux
kernel (hd0,1)/boot/vmlinuz-2.6.27.31.tex5 BOOT_IMAGE=linux root=UUID=67712f42-4bae-49e8-8c93-4ea3415d4f9c acpi=on resume=UUID=f0016d67-3fac-49f1-b05f-1faf59720327 splash=verbose vga=788
initrd (hd0,1)/boot/initrd-2.6.27.31.tex5.img
------------------------------------------------------------------------
Note: I removed the
root (hd0,7) line and just placed the
(hd0,7) in the kernel line, to match the form of the other stanzas. I also removed the unneeded extra spaces after the title, kernel, and initrd line headers. Just looks a bit neater.
You could just
copy that stanza
from here, and
paste it into your
menu.lst. Then
reboot to test that it works properly,
before removing the other one. (
saves redoing the work I already did)
