You are not logged in.
Pages: 1
Well, I upgraded to the latest kernel on one of my machines, and think GOD I test before rolling out to all my servers, because the upgrade didnt work.
I guess you all want to start using initrd (Why, I have NO idea), well, that is fine, I will roll my own kernels from now on.
How ever, there seem to be a little problem I am having with the standard ARCH kernel. It is not finding my initrd26.img file that is sitting right there in my /boot.
In my menu.lst for grub, I have added the line (As per the instructions)
initrd (hd0,0)/boot/initrd26.imgAnd, yes, hd0,0 is the correctlocation for my boot partition on the only hard drive I have.
Now, when I boot, I get Error 15: File Not Found.
No matter where I tell it the initrd25.img file is located, it cant find it.
Anyone know how to fix this?
Thanks!!!
Offline
I'm not sure, but do you actually need that (hd0,0)? Try 'initrd /boot/initrd26.img'.
The best way to check out things is to use the built-in grub command line.
Offline
I have tried everything...
/dev/hda1
/boot/
/dev/discs/dics0/part1
(hd0,0)
nothing works and when I boot to the install cd and mount my boot partition, I can see the file sitting there as plain as day.
Thanks for the reply!!!
Offline
All right, now this pisses me off.
You couldn't have possibly upgraded to the latest stock kernel because the kernel you are describing is the kernel topwa just moved into testing 10 hours. The reason it was moved into testing is because its the first attempt to use initrd and his announcement on these very forums caution it.
I've yet to try this kernel but, I believe you must configure /etc/initrd.conf and then run mkinitrd auto or something to make the proper image.
There's a link to the bug tracker on that very announcement you may want to file a bug report so he can fix it.
Offline
All right, now this pisses me off.
You couldn't have possibly upgraded to the latest stock kernel because the kernel you are describing is the kernel topwa just moved into testing 10 hours. The reason it was moved into testing is because its the first attempt to use initrd and his announcement on these very forums caution it.
I've yet to try this kernel but, I believe you must configure /etc/initrd.conf and then run mkinitrd auto or something to make the proper image.
There's a link to the bug tracker on that very announcement you may want to file a bug report so he can fix it.
Well, it is the 2.6.14 kernel. I do, however, have testing enabled in my pacman.conf file, so I may have recieved the broken kernel.
Well, I will just copy a different kernel to the machine and go from there. Once I get that back up, I will file a bug report.
Thanks...
Offline
What i found was when I had edited the menu.lst grub didn't pick up the change for some reason?
the correct command is :-
initrd /boot/initrd26.img
on next boot press e to edit your option and see if the second line appears if not there is your answer type it in manually to boot then edit the file again...
title Arch Linux
root (hd0,7)
kernel /boot/vmlinuz26 root=/dev/hda8 ro vga=773 video=intelfb:off
intird /boot/initrd26.img
thats it it works....
Offline
Yeah, I tried that and it still said file not found.
I will play with it and see what I can do to get it up. I was going to copy a good kernel and modules to the machine and get it up.
Thanks!!!
Offline
OK, the proper line is
initrd /initrd26.imgAnd that wors like a charm...
Offline
OK, the proper line is
initrd /initrd26.imgAnd that wors like a charm...
Seperate boot partition?
Offline
Yeah, I have boot on sda1 (Sata drive).
I suppose that would have been something good to put in the original message... Sorry about that.
Joe
Offline
yep the .install file warns it is only tested for ide...
Offline
Yeah, I was confused yet again. My test machine is PATA, not SATA. My main machine is SATA.
I will wait to update my main SATA machine till all the bugs are worked out ![]()
Offline
Pages: 1