[Bug 1854764] Re: Dell 5280 hangs on warm reboot after upgrading intel-microcode package

2019-12-03 Thread mpikyb
OK, just tried the upgrade:

$ apt list --upgradable
Listing... Done
intel-microcode/bionic-updates,bionic-security 3.20191115.1ubuntu0.18.04.1 
amd64 [upgradable from: 3.20180312.0~ubuntu18.04.1]
linux-headers-generic/bionic-updates 4.15.0.72.74 amd64 [upgradable from: 
4.15.0.70.72]
linux-libc-dev/bionic-updates 4.15.0-72.81 amd64 [upgradable from: 4.15.0-70.79]
mpiadmin@chive:~$ sudo apt install --only-upgrade intel-microcode
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  intel-microcode
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 2.409 kB of archives.
After this operation, 1.464 kB of additional disk space will be used.
Get:1 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
intel-microcode amd64 3.20191115.1ubuntu0.18.04.1 [2.409 kB]
Fetched 2.409 kB in 0s (10,6 MB/s)
(Reading database ... 241276 files and directories currently installed.)
Preparing to unpack .../intel-microcode_3.20191115.1ubuntu0.18.04.1_amd64.deb 
...
Unpacking intel-microcode (3.20191115.1ubuntu0.18.04.1) over 
(3.20180312.0~ubuntu18.04.1) ...
Setting up intel-microcode (3.20191115.1ubuntu0.18.04.1) ...
update-initramfs: deferring update (trigger activated)
intel-microcode: microcode will be updated at next boot
Processing triggers for initramfs-tools (0.130ubuntu3.9) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-70-generic

$ sudo reboot
(wait for reboot, log in again)
$ sudo reboot
(need to do this twice to make sure new kernel is in place)

--> still hang on warm reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854764

Title:
  Dell 5280 hangs on warm reboot after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1854764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854764] Re: Dell 5280 hangs on warm reboot after upgrading intel-microcode package

2019-12-03 Thread mpikyb
Sorry, wrong repository - please ignore the previous post (I was still
using the broken package version)

Second attempt:

$ sudo add-apt-repository ppa:ubuntu-security-proposed/ppa
$ sudo apt-get update
$ sudo apt install intel-microcode
$ sudo reboot

$ sudo reboot

$ apt policy intel-microcode
intel-microcode:
  Installed: 3.20191115.1ubuntu0.18.04.2
  Candidate: 3.20191115.1ubuntu0.18.04.2
  Version table:
 *** 3.20191115.1ubuntu0.18.04.2 500
500 http://ppa.launchpad.net/ubuntu-security-proposed/ppa/ubuntu 
bionic/main amd64 Packages
100 /var/lib/dpkg/status
 3.20191115.1ubuntu0.18.04.1 500
500 http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
 3.20180312.0~ubuntu18.04.1 500
500 http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


==> the version in the Ubuntu Security Proposed PPA seems to be working fine.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854764

Title:
  Dell 5280 hangs on warm reboot after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1854764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854764] Re: Dell 5280 hangs on warm reboot after upgrading intel-microcode package

2019-12-02 Thread mpikyb
Thanks for looking into this!

$ iucode-tool -S
iucode-tool: system has processor(s) with signature 0x00050654

So, yes, you did the conversion correctly.
BTW we are using legacy MBR boot mode in case this matters?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854764

Title:
  Dell 5280 hangs on warm reboot after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1854764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1854764] [NEW] Dell 5280 hangs on warm reboot after upgrading intel-microcode package

2019-12-02 Thread mpikyb
Public bug reported:

We have brand-new Dell T 5280 workstations (Intel Xeon W-2133 3.6 GHz
(3.9 GHz Turbo), 6 Cores) with latest BIOS (1.13.1) and Ubuntu 18.04.3
LTS

$ uname -a
Linux hostname 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -rd
Description:Ubuntu 18.04.3 LTS
Release:18.04

$ dpkg -l | grep linux-image-4 | grep ^i
ii  linux-image-4.15.0-66-generic  4.15.0-66.75 
   amd64Signed kernel image generic
ii  linux-image-4.15.0-70-generic  4.15.0-70.79 
   amd64Signed kernel image generic

$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 85
model name  : Intel(R) Xeon(R) W-2133 CPU @ 3.60GHz
stepping: 4
microcode   : 0x25e
cpu MHz : 1200.410
cache size  : 8448 KB
physical id : 0
siblings: 12
[...]

After upgrading the 'intel-microcode' package from
3.20180312.0~ubuntu18.04.1 to 3.20191115.1ubuntu0.18.04.1 the machine
hangs upon a warm restart (reboot --> black screen, cursor blinking in
the top left corner). Powering off the machine and turning it on again
will boot just fine.

Removing the intel-microcode package will and rebooting twice will fix
the issue. After reinstalling version 3.20180312.0~ubuntu18.04.1 the
machine will still be booting correctly.

** Affects: intel-microcode (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1854764

Title:
  Dell 5280 hangs on warm reboot after upgrading intel-microcode package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1854764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs