You are not logged in.

#1 2014-02-23 23:42:56

toni
Member
Registered: 2011-10-15
Posts: 437

[SOLVED] Error upgrading to kernel linux-3.13.5-1

I have upgrading to kernel linux-3.13.5-1 right now and below errors appears:

atención: alerta producida mientras se extraía boot/vmlinuz-linux (Can't create '/boot/vmlinuz-linux')
>>> Updating module dependencies. Please wait ...
depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux'
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux'

How to solve this?

If I try:

sudo mkinitcpio -p linux

same error appears.

Last edited by toni (2014-02-24 00:49:05)

Offline

#2 2014-02-23 23:49:56

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

This has already been reported. https://bbs.archlinux.org/viewtopic.php?id=177465

Offline

#3 2014-02-23 23:50:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

Is your /boot mounted correctly?

Offline

#4 2014-02-23 23:50:29

toni
Member
Registered: 2011-10-15
Posts: 437

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

toni wrote:

I have upgrading to kernel linux-3.13.5-1 right now and below errors appears:

atención: alerta producida mientras se extraía boot/vmlinuz-linux (Can't create '/boot/vmlinuz-linux')
>>> Updating module dependencies. Please wait ...
depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux'
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux'

How to solve this?

If I try:

sudo mkinitcpio -p linux

same error appears.

My boot partition was not mounted! so I have mounted and I have executed again:

sudo mkinitcpio -p linux

now I get below error:

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: '/lib/modules/3.13.4-1-ARCH' is not a valid kernel module directory
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: '/lib/modules/3.13.4-1-ARCH' is not a valid kernel module directory

Offline

#5 2014-02-23 23:51:20

toni
Member
Registered: 2011-10-15
Posts: 437

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

karol wrote:

Is your /boot mounted correctly?

My /boot was not mounted. After mounting it, below posted error appears.

Offline

#6 2014-02-23 23:51:27

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,873
Website

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

Is your /boot full, or mounted read-only?

Prepend commands with LC_ALL=C to get English output, in case something has been lost in the translation. The output of 'df -h /boot' may be useful too.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2014-02-23 23:56:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

Try reinstalling the kernel 'pacman -S linux'.
What's the output of 'ls /lib/modules/'?

Offline

#8 2014-02-23 23:59:52

toni
Member
Registered: 2011-10-15
Posts: 437

Re: [SOLVED] Error upgrading to kernel linux-3.13.5-1

karol wrote:

Try reinstalling the kernel 'pacman -S linux'.
What's the output of 'ls /lib/modules/'?

By performing 'pacman -S linux' it works. Thanks!

Only one warning appears:

depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.

As I have read in the link posted above it is necessary to share usb over a network. But is it necessary for virtualization?

A lot of thanks again Karol!

Last edited by toni (2014-02-24 00:02:12)

Offline

Board footer

Powered by FluxBB