[Bug 1164074] Re: [Highbank] Quantal to Raring upgrade issues
Launchpad Bug Tracker
1164074 at bugs.launchpad.net
Fri Apr 5 14:00:20 UTC 2013
This bug was fixed in the package flash-kernel - 3.0~rc.4ubuntu31
---------------
flash-kernel (3.0~rc.4ubuntu31) raring; urgency=low
* Accept "generic" as a valid kernel flavor on highbank (LP: #1164074)
-- dann frazier <dann.frazier at canonical.com> Wed, 03 Apr 2013 12:48:56 -0600
** Changed in: flash-kernel (Ubuntu Raring)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to flash-kernel in Ubuntu.
https://bugs.launchpad.net/bugs/1164074
Title:
[Highbank] Quantal to Raring upgrade issues
Status in “flash-kernel” package in Ubuntu:
Fix Released
Status in “linux” package in Ubuntu:
Confirmed
Status in “flash-kernel” source package in Raring:
Fix Released
Status in “linux” source package in Raring:
Confirmed
Bug description:
From a working Quantal installation on a Highbank node, I ran into a
couple of issues:
1) linux-image-generic is not installed by default (though linux-image-highbank is removed)
2) after an `apt-get-install linux-image-generic` the flash-kernel run-parts routine complains about generic not being a supported flavour for highbank systems.
I temporarily fixed this by manually updating /usr/share/flash-
kernel/db/all.db
"""
--- /usr/share/flash-kernel/db/all.db.bak 2013-04-03 13:52:30.520447696 -0400
+++ /usr/share/flash-kernel/db/all.db 2013-04-03 13:52:57.000447694 -0400
@@ -98,7 +98,7 @@
Bootloader-sets-root: yes
Machine: Highbank
-Kernel-Flavors: highbank
+Kernel-Flavors: generic
Required-Packages: u-boot-tools
Boot-Script-Path: /boot/boot.scr
U-Boot-Script-Name: bootscr.highbank
"""
... though I suppose multiple entries for "Kernel-Flavor:" would work
as well
After this, I re-ran the kernel's postinst.d:
$ sudo run-parts /etc/kernel/postinst.d/
W: initramfs-tools: kernel package did not pass a version number
run-parts: /etc/kernel/postinst.d//initramfs-tools exited with return code 2
flash-kernel: installing version 3.8.0-16-generic
Generating boot script u-boot image... done.
Taking backup of boot.scr.
Installing new boot.scr.
I'm now able to boot 3.8.0-16.26-generic (3.8.5) after upgrade without
any issues.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1164074/+subscriptions
More information about the foundations-bugs
mailing list