On 10/11/06, Roberto Griso <[EMAIL PROTECTED]> wrote: > > > 2006/10/11, Greg Meyer <[EMAIL PROTECTED]>: > > On Wednesday 11 October 2006 7:13 am, Roberto Griso wrote: > > > # (0) Arch Linux > > > title Arch Linux [/boot/vmlinuz26] > > > root (hd0,2) > > > kernel /vmlinuz26 root=/dev/hda4 vga=775 ro > > > initrd /initrd26.img > > > > You forgot to read the output from the kernel upgrade warning you to > change > > the initrd to kernel26.img instead of initrd.img because of the change to > > mkinitcpio. :) > > Thanks to all for your help. > > I try to edit and change menu.lst but now i get new error message from boot > process : > > Attempting to create root device '/dev/hda4 ' > Error: Failed to parse block device name for '/dev/hda4' > unknow > Error: root fs cannot be detected, try using rootfstype= kernel parameter. > :: Initramfs Completed - control passing to kinit > IP-Config: no devices to configure > Kinit: Unable to mount root fs on device dev(0,0) > kinit: not found! > kernel panic - not syncing : Attemp to kill init > > > Please HELP ME!!! >
Hi, Roberto. Sometihg similar happened to me a little back and I could just solve it with the arch install cd. I boot it, loaded the kernel of the disk with the root in my system and I landed in a root shell. So, I could issue the following: pacman -S kinit-extras pacman -S kernel26 I found this solution in the following discussion in the forums: http://bbs.archlinux.org/viewtopic.php?t=25469&highlight=kernel+panic As you can see in the link, there was a problem with klibc-extras, witch was not updated together with the kernel. Maybe your case is different, but you can use the install cd to get into your arch installation and recover what is needed. HTH. -- ------------------------------------------- Denis A. Altoe Falqueto ------------------------------------------- _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
