Last active
December 14, 2015 21:28
-
-
Save hgomez/5151404 to your computer and use it in GitHub Desktop.
Latest openSUSE 12.2 kernel update kill my VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| linux-tcay:~ # zypper update | |
| Loading repository data... | |
| Reading installed packages... | |
| The following package is going to be upgraded: | |
| kernel-default | |
| 1 package to upgrade. | |
| Overall download size: 38.1 MiB. After the operation, 15.5 KiB will be freed. | |
| Continue? [y/n/?] (y): y | |
| Retrieving package kernel-default-3.4.33-2.24.1.x86_64 (1/1), 38.1 MiB (145.3 MiB unpacked) | |
| Retrieving: kernel-default-3.4.33-2.24.1.x86_64.rpm ...........................................................................................[done (1.4 MiB/s)] | |
| Installing: kernel-default-3.4.33-2.24.1 ..................................................................................................................[done] | |
| Additional rpm output: | |
| Kernel image: /boot/vmlinuz-3.4.33-2.24-default | |
| Initrd image: /boot/initrd-3.4.33-2.24-default | |
| Root device: /dev/disk/by-id/ata-VBOX_HARDDISK_VB9187e9c6-25e6b455-part1 (/dev/sda1) (mounted on / as ext3) | |
| modprobe: Module hid_generic not found. | |
| WARNING: no dependencies for kernel module 'hid-generic' found. | |
| Kernel Modules: thermal_sys thermal processor fan scsi_dh scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw scsi_dh_rdac usb-common usbcore pcmcia_core pcmcia mmc_core ssb ohci-hcd uhci-hcd ehci-hcd xhci-hcd usbhid hid-logitech-dj | |
| Features: acpi plymouth block usb resume.userspace resume.kernel | |
| Perl-Bootloader: 2013-03-13 11:30:21 ERROR: Core::ReadFiles: Failed to open /boot/grub2/device.map | |
| Can't use an undefined value as a HASH reference at /usr/lib/perl5/vendor_perl/5.16.0/Bootloader/Core/GRUB2.pm line 1105. | |
| There was an error generating the initrd (2) | |
| warning: %postun(kernel-default-3.4.28-2.20.1.x86_64) scriptlet failed, exit status 1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| linux-tcay:~ # zypper install kernel-desktop | |
| Loading repository data... | |
| Reading installed packages... | |
| Resolving package dependencies... | |
| The following NEW package is going to be installed: | |
| kernel-desktop | |
| 1 new package to install. | |
| Overall download size: 38.5 MiB. After the operation, additional 145.5 MiB will be used. | |
| Continue? [y/n/?] (y): y | |
| Retrieving package kernel-desktop-3.4.33-2.24.1.x86_64 (1/1), 38.5 MiB (145.5 MiB unpacked) | |
| Retrieving: kernel-desktop-3.4.33-2.24.1.x86_64.rpm ...........................................................................................[done (1.1 MiB/s)] | |
| Installing: kernel-desktop-3.4.33-2.24.1 ..................................................................................................................[done] | |
| Additional rpm output: | |
| Kernel image: /boot/vmlinuz-3.4.33-2.24-desktop | |
| Initrd image: /boot/initrd-3.4.33-2.24-desktop | |
| Root device: /dev/disk/by-id/ata-VBOX_HARDDISK_VB9187e9c6-25e6b455-part1 (/dev/sda1) (mounted on / as ext3) | |
| modprobe: Module hid_generic not found. | |
| WARNING: no dependencies for kernel module 'hid-generic' found. | |
| Kernel Modules: thermal_sys thermal processor fan scsi_dh scsi_dh_emc scsi_dh_alua scsi_dh_hp_sw scsi_dh_rdac xhci-hcd hid-logitech-dj | |
| Features: acpi plymouth block usb resume.userspace resume.kernel | |
| Perl-Bootloader: 2013-03-13 11:38:10 ERROR: Core::ReadFiles: Failed to open /boot/grub2/device.map | |
| Can't use an undefined value as a HASH reference at /usr/lib/perl5/vendor_perl/5.16.0/Bootloader/Core/GRUB2.pm line 1105. | |
| There was an error generating the initrd (2) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment