You are not logged in.
Hi,
few days ago I did the system upgrade and after reboot i get several errors and the system doesn't boot, the first one in the list is:
FATAL could not load "/lib/modules/3.0-ARCH/modules.dep" no such file or directory
I think the problem is that in my /lib/modules/ dir there is no /3.0-ARCH dir but there is the 3.1.4.1-ARCH and the 3.1 extramodules.
why that? Is this problem coming from the upgrade?
also the network is not recognized
and the RAID disks are not mounted
the only thing I found on internet is this article:
https://bbs.archlinux.org/viewtopic.php?id=129970
but I cannot downgrade because the pkg dir is empty and I cannot connect to internet for get it
can you please help me?
thanks
Offline
I am just guessing, but it seems that mkinitcpio didn't run properly. Unfortunatelly, I don't know how to fix this, but you will probably be able to fix this with an updated arch installation cd and running mkinitcpio through it.
Offline
I saw here
http://projects.archlinux.org/svntogit/ … ages/linux
that the new version linux 3.1.5-1 is available since few hours, do you think it will solve the problem?
Last edited by miky76 (2011-12-11 15:40:11)
Offline
Updating linux will run mkinitcpio again, so, if this was your problem, it will probably fix it. Hoepfully, someone more experienced will give you more feedback.
Offline
i thought this to, but I do not know how install it because linux, now, doesn't recognize the network anymore, so i'm isolated.
can I download it from another machine and copy it in the /var/cache/pacman/pkg/ ?
can I after it install it, just with the command
pacman -S /var/cache/pacman/pkg/linux-3.1.5-1 ??
thanks
Offline
@falconindy
I don't know how it could happen that the /boot wasn't mounted
anyway, what can I do for fix it?
I'm quite new in Linux, and I'm not sure what do
I've commeted out, in fstab the mounting of the raid disks, so now, the OS start, but I still have all the other errors and I can't connect to the network.
Offline
if I run this command will it re-generate the image?
# mkinitcpio -p linux
Offline
if I run this command will it re-generate the image?
# mkinitcpio -p linux
Yes... but that isn't going to solve your problem. You need to either rescue the kernel image from underneath your /boot partition (on the real root) or mount your install from a liveCD and reinstall the kernel package.
Offline
I'm not sure what do you mean with
You need to either rescue the kernel image from underneath your /boot partition
if I go in /boot dir, it's not empty and I see:
- grub directory
- initramfs-linux-fallback.img
- initramfs-linux.img
- vmlinuz-linux
are the 2 .img files the images you are referring to?
Offline
I found something maybe useful...
in the dmesg I found that the boot disk is loaded as sdc but, I'm sure it was sda before the upgrade.
in the menu.lst there is
- title Arch lunix [/boot/vmlinuz.linux]
- root (hd0,0)
- kernel /vmlinuz-linuz root=/dev/sda3 ro
- initrd /initramfs-linux.img
do you think that changing something in this I can have back my boot partition?
Offline