You are not logged in.
Pages: 1
i tried upgrading the kernel with "pacman -S kernel26" but got errors
[root@myhost ~]# pacman -S kernel26
Targets: kernel26-2.6.18.1-2
Total Package Size: 17.8 MB
Proceed with upgrade? [Y/n] y
:: Retrieving packages from current...
kernel26-2.6.18.1-2 [################] 100% 18240K 289.9K/s 00:01:02checking package integrity... done.
loading package data... done.
checking for file conflicts...
error: the following file conflicts were found:
kernel26: /lib/modules/2.6.18-ARCH/modules.alias: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.ccwmap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.dep: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.ieee1394map: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.inputmap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.isapnpmap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.ofmap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.pcimap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.seriomap: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.symbols: exists in filesystem
kernel26: /lib/modules/2.6.18-ARCH/modules.usbmap: exists in filesystemerrors occurred, no packages were upgraded.
[root@myhost ~]#
can anyone help me get my kernel upgraded. thanks
Offline
pacman -Sf kernel26
1000
Offline
What kernel do you already have installed?
-Shawn
Offline
i did what byte suggested and it installed it fine, however when i reboot, and login into kde i still am using the 2.6.17 kernel. i can't remember how to tell what kernel to boot into.
Offline
I'll assume you use grub, so have a look at /boot/grub/menu.lst.
Booting a 2.6.17 kernel could be a hint that it's -beyond.
1000
Offline
the kernel i'm currently is 2.6.17-beyond. heres the menu.lst
# (0) Underground Desktop
title Underground Desktop [/boot/vmlinuz26]
root (hd0,0)
kernel /boot/vmlinuz26beyond root=/dev/hda1 video=vesafb:ywrap,mtrr,1024x768-32@70 splash=silent,theme:Underground console=tty1 quiet
initrd /boot/initramfs-beyond.img
i'm not sure what to change. i remember something in fedora where theres a file that list the kernel's and you number them zero through whatever.
Offline
You need to add another stanza to menu.lst, with title/root/kernel/initrd lines corresponding to the new kernel.
Offline
i've got it solved, thanks.
Offline
Pages: 1