[opensuse] boot error 13
After a recent power failure (several, actually, each lasting only 5-15 seconds), the kernel entry (3.7.10-1.36.1) will not boot, returning: Error 13: Invalid or unsupported executable format. Failsafe using the same kernel boots without problems. Grub options for the regular kernel are: resume=/dev/disk/by-id/raid-pdc_djiegecc-part6 splash=silent quiet showopts Suggestions? Thanks -- Church of St Michael the Archangel Fr David Ousley 6611 Ardleigh Street Philadelphia, PA 19119 215-247-1092 davidousley@verizon.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 13/07/14 14:42, Fr David Ousley escribió:
After a recent power failure (several, actually, each lasting only 5-15 seconds), the kernel entry (3.7.10-1.36.1) will not boot, returning:
Error 13: Invalid or unsupported executable format.
Failsafe using the same kernel boots without problems.
Grub options for the regular kernel are: resume=/dev/disk/by-id/raid-pdc_djiegecc-part6 splash=silent quiet showopts
Suggestions?
Thanks
Boot with an openSUSE live CD.. then follow these steps - figure out what is your root partition, blkid will help. mount /dev/yourrootdevice /mnt mount --bind /dev /mnt/dev mount --bind /proc /mnt/proc mount --bind /sys /mnt/sys chroot /mnt mkinitrd -- Cristian "I don't know the key to success, but the key to failure is trying to please everybody." -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 13 Jul 2014 15:01:56 -0400, Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
After a recent power failure (several, actually, each lasting only 5-15 seconds), the kernel entry (3.7.10-1.36.1) will not boot, returning:
Error 13: Invalid or unsupported executable format.
Failsafe using the same kernel boots without problems.
mount /dev/yourrootdevice /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
mkinitrd
Thanks -- there is a separate /boot partition -- am I correct that I use root rather than boot? initrd is in /boot, I believe. Just want to be sure I've got it right before proceeding. -- Church of St Michael the Archangel Fr David Ousley 6611 Ardleigh Street Philadelphia, PA 19119 215-247-1092 davidousley@verizon.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2014-07-14 04:13, Fr David Ousley wrote:
On Sun, 13 Jul 2014 15:01:56 -0400, Cristian Rodríguez <> wrote:
mount /dev/yourrootdevice /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt
mkinitrd
Thanks -- there is a separate /boot partition
Then you do: mount /dev/yourrootdevice /mnt mount /dev/yourbootdevice /mnt/boot and the rest exactly as above. Although... if you say that you can boot in failsafe mode, I would then just try to boot in failsafe, then run "mkinitrd", and reboot. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On 2014-07-13 14:42 (GMT-0400) Fr David Ousley composed:
After a recent power failure (several, actually, each lasting only 5-15 seconds), the kernel entry (3.7.10-1.36.1) will not boot, returning:
Error 13: Invalid or unsupported executable format.
One way to trigger this message is to try to chainload to a partition that has no bootloader installed.
Failsafe using the same kernel boots without problems.
Likely the two stanzas are not pointing to the same place. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
Cristian Rodríguez
-
Felix Miata
-
Fr David Ousley