You are not logged in.

#1 2006-02-01 20:35:07

Alethos
Member
Registered: 2006-01-05
Posts: 84

[SOLVED]Archck boot Error 15: File not found

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

#2 2006-02-02 02:08:29

zen_guerrilla
Member
From: Greece
Registered: 2002-12-22
Posts: 259

Re: [SOLVED]Archck boot Error 15: File not found

Alethos wrote:
initrd /initrd26.img
initrd /boot/initramfs-2.6.15-archck.img

find the difference smile.

Offline

#3 2006-02-02 16:22:17

Alethos
Member
Registered: 2006-01-05
Posts: 84

Re: [SOLVED]Archck boot Error 15: File not found

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

#4 2006-02-02 17:17:16

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED]Archck boot Error 15: File not found

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

#5 2006-02-02 21:37:12

Alethos
Member
Registered: 2006-01-05
Posts: 84

Re: [SOLVED]Archck boot Error 15: File not found

I did not know that, thanks for the info.

Offline

#6 2006-02-17 07:42:53

vlado
Member
From: Tampere - Finland
Registered: 2005-03-20
Posts: 14

Re: [SOLVED]Archck boot Error 15: File not found

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

Board footer

Powered by FluxBB