You are not logged in.
ok try this (as root)
cd /tmp
cp /boot/<whatever> initramfs.img.gz
gunzip initramfs.img.gz
mkdir initramfs
cd initramfs
cpio -H newc -i < ../initramfs.img
Now what modules you have in the lib folder ??
[My Blog] | [My Repo] | [My AUR Packages]
Offline
I've these:
cdrom.ko ext3.ko generic.ko ide-cd.ko ide-core.ko ide-disk.ko ide-floppy.ko jbd.ko reiserfs.ko sis5513.ko
I've the same ones in my archck initramfs as well.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
hmmm that should be normal:
1) do u use fbsplash?
2) what is ur hardware? ordinary IDE or raid, lvm encryption etc ... etc ... ??
3) do u have the folder /initrd ??
4) what do u see before the kernel panic ??
[My Blog] | [My Repo] | [My AUR Packages]
Offline
1) Yes.
2) Ordinary IDE.
3) Nope. Arch-ck seems to complain about that too but it boots just fine.
EDIT: Err, sorry, I do have /initrd after booting. It complains it can't umount it before it starts running init because it does not exist.
4) Hmm, pretty much nothing suspicious. It just says it failed to execute /init.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
4) answer 4 please sweiss, what's on all the lines before it. even if it's nothing suspicious, it could tell me a helluva lot.
Offline
Are those lines saved to some sort of a log file?
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
No there aren't and it's not very easy to get them unless u use kexec (needs kernel recompilation etc..)
anyway the failed to execute /init is a bit suspecious already, are you sure that you are passing the good root= to ur kernel?
5) what is your root and boot filesystem, i remember someone around the forum had issues with the kernel while using resierfs AFAIR...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
My root partition is reiserfs, my /boot partition is ext3.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
These are the lines I get right before it stops:
Starting balanced_irq
Using IPI No-Shortcut mode
Suspend2 Core.
Suspend2 Compression Driver loading.
Suspend2 Encryption Driver loading.
input: AT Translated Set 2 Keyboard as /class/input/input0
Suspend2 Swap Writer loading.
Suspend2 FileWriter loading.
ACPI wakeup devices:
PS2K PS2M UAR1 UAR2 EUSB USB USB2 USB3 AC97 MC97 MAC PCI1 PCI2 PCI3 PCI4 PCI5
ACPI: (supports S0 S1 S2 S3 S4 S5)
Freeing unused kernel memory: 192k freed
Failed to execute /init
Kernel panic - not syncing: No init found. Try passing init= option to kernel.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
honestly. I have no idea whatsoever.
That error means that it cannot execute the script in the initramfs. For what reasons? I have no idea. The script is copied in there, and made executable when the initramfs is made. I can't see how that's going wrong.
Could you update mkinitramfs and then try building a new initramfs?
Offline
honestly. I have no idea whatsoever.
That error means that it cannot execute the script in the initramfs. For what reasons? I have no idea. The script is copied in there, and made executable when the initramfs is made. I can't see how that's going wrong.
Could you update mkinitramfs and then try building a new initramfs?
Filesystem mounted without executable "access" ? I've no idea, sorry. :oops:
Offline
Hey iphitus, I'm having some trobule with Beyond2. I decided to try it out, since I'm a fan of Archck and all. So after I was all setup, tried to compile this patched version of Stelian Pop's sony_acpi module, which includes support for function keys. But for some strange reason I can't compile it. I even tried compiling the original, but still failed. I don't have this problem with the 2.6.16 stock kernel nor with Archck.
Here are my outputs when I do make.
With Beyond
make -C /lib/modules/2.6.16-beyond/build SUBDIRS=/home/tebari/source/sony_acpi modules
make[1]: Entering directory `/usr/src/linux-2.6.16-beyond'
Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.16-beyond'
With the stock kernel:
make -C /lib/modules/2.6.16-ARCH/build SUBDIRS=/home/tebari/source/sony_acpi modules
make[1]: Entering directory `/usr/src/linux-2.6.16-ARCH'
CC [M] /home/tebari/source/sony_acpi/sony_acpi.o
Building modules, stage 2.
MODPOST
CC /home/tebari/source/sony_acpi/sony_acpi.mod.o
LD [M] /home/tebari/source/sony_acpi/sony_acpi.ko
make[1]: Leaving directory `/usr/src/linux-2.6.16-ARCH'
For some reason It doesn't want to compile under the Beyond kernel. Other than that, all is fine. Any thoughts?
Regards,
Tebari
Offline
Hey iphitus, I'm having some trobule with Beyond2. I decided to try it out, since I'm a fan of Archck and all. So after I was all setup, tried to compile this patched version of Stelian Pop's sony_acpi module, which includes support for function keys. But for some strange reason I can't compile it. I even tried compiling the original, but still failed. I don't have this problem with the 2.6.16 stock kernel nor with Archck.
Here are my outputs when I do make.
With Beyondmake -C /lib/modules/2.6.16-beyond/build SUBDIRS=/home/tebari/source/sony_acpi modules make[1]: Entering directory `/usr/src/linux-2.6.16-beyond' Building modules, stage 2. MODPOST make[1]: Leaving directory `/usr/src/linux-2.6.16-beyond'
With the stock kernel:
make -C /lib/modules/2.6.16-ARCH/build SUBDIRS=/home/tebari/source/sony_acpi modules make[1]: Entering directory `/usr/src/linux-2.6.16-ARCH' CC [M] /home/tebari/source/sony_acpi/sony_acpi.o Building modules, stage 2. MODPOST CC /home/tebari/source/sony_acpi/sony_acpi.mod.o LD [M] /home/tebari/source/sony_acpi/sony_acpi.ko make[1]: Leaving directory `/usr/src/linux-2.6.16-ARCH'
For some reason It doesn't want to compile under the Beyond kernel. Other than that, all is fine. Any thoughts?
Regards,
Tebari
Freakin wierd problem, but I think I know what's causing it. I'll get back to you on this soon, I'm trying something out now.
Offline
Ok, update uploading, keep a lookout for -2 in [extra]
wait till you see the diff for the PKGBUILD to fix it
http://cvs.archlinux.org/cgi-bin/viewcv … root=Extra
..... doesnt make sense to me, but hey, it works now. i guess some funky character got added in there that messed it up. despite the fact I copy pasted that line exactly from the kernel26 PKGBUILD
Offline
I hear too many good reviews about this patchset. What a shame..
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
sweiss, about your problem, can u decompress the initramfs image and confirm that /init file is executable ??
[My Blog] | [My Repo] | [My AUR Packages]
Offline
I haven't seen it pop onto extra yet, any word?
Offline
it is in extra just wait till mirrots get synced and/or arxhs extra get gensynced
[My Blog] | [My Repo] | [My AUR Packages]
Offline
sweiss, about your problem, can u decompress the initramfs image and confirm that /init file is executable ??
Yep, it's executable.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
hmmm, I have nothing furthure to add donno abouit iphitus but i can't think of any possible problem, double check ur kernel vmlinuz name, initramfs image name, parameters etc... everything does matter
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Well, this is my grub entry:
title Arch Linux [/boot/vmlinuz26beyond]
root (hd0,4)
kernel (hd0,2)/vmlinuz26beyond root=/dev/hda5 ro apm=power-off video=vesafb:ywrap,mtrr,1280x1024-24@75 splash=verbose,theme:darch console=tty1 resume2=swap:/dev/hda6
initrd (hd0,2)/initramfs-beyond.img
savedefault
title Arch Linux [/boot/vmlinuz26archck]
root (hd0,4)
kernel (hd0,2)/vmlinuz26archck root=/dev/hda5 ro apm=power-off elevator=cfq video=vesafb:ywrap,mtrr,1280x1024-24@75 splash=verbose,theme:darch console=tty1 resume2=swap:/dev/hda6
initrd (hd0,2)/initramfs-2.6.15-archck.img
savedefault
The archck version works just fine.
Can't think of any more useful information myself. In any case, thanks a lot for your efforts.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
Ok, update uploading, keep a lookout for -2 in [extra]
wait till you see the diff for the PKGBUILD to fix it
..... doesnt make sense to me, but hey, it works now. i guess some funky character got added in there that messed it up. despite the fact I copy pasted that line exactly from the kernel26 PKGBUILD
LOL, that's definitively strange and random. I'll try -2 when the package hits the repo, since I'm to lazy to compile the thing right now.
Offline
I decided to give a new try to boot from a reiser4 root partition without luck. It gives me an error of cannot find an ext2 filesystem in my / partition.
I really don't know if this is my problem, if it is related with the reiser4-recognition bug or something else.
All my other reiser4 partitions work like a charm, i just can't boot from it.
All your base are belong to us
Offline
Hello again.
Looks like the problem I had is related to mkinitramfs. I created an image using mkinitrd and now it's working fine, except for the fbsplash part.
Some PKGBUILDs: http://members.lycos.co.uk/sweiss3
Offline
Downloaded and installed kernel26beyond-2.6.16 without a hitch and am posting from the first boot.
Thanks for the great work, Iphitus!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline