You are not logged in.
Pacman -Sy after enabling community
pacman -S kernel26archck
everything looked to have gone properly
edited /boot/grub/menu.lst
# (0) Arch Linux
title Arch Linux
root (hd0,5)
kernel /vmlinuz26 root=/dev/hda8 ro vga=792
initrd /initrd26.img
# (1) Arch CK
title Arch CK
root (hd0,5)
kernel /vmlinuz26archck root=/dev/hda8 video=vsafb:ywrap,mtrr,1024x768-32@60 splash=silent,theme:darch quiet console=tty1 ro
initrd /boot/initramfs-2.6.15-archck.img
savedefault
boot
# (2) Windows
title Windows XP
root (hd0,0)
makeactive
chainloader +1
can boot into original kernel but recieve the error trying to boot into archck
Offline
initrd /initrd26.img
initrd /boot/initramfs-2.6.15-archck.img
find the difference .
Offline
You gotta be kidding me. For crying out loud! Um, I have no excuse, I was having a rough day at work and was preoccupied, but even still...oh well. Thanks for the help.
Had to take out
savedefault
boot
as well as fix the initrd line for it to boot.
Got some other errors but at least it boots into archck now. Thanks again.
Offline
FYI, you never need to put 'boot' in your grub menu - it's only used if you're booting directly from the grub CLI.
Offline
I did not know that, thanks for the info.
Offline
I have got similar problem, normaly everything boots just fine.
When I add savedefault to grub entry I got Error 15: can not find a file.
Removing savedefault solves a problem.
On other machine with Ubuntu, savedefault works without problems.
Is there something tricky with Arch grub version?
Offline