MX-17 Beta 2 Feedback
Re: MX-17 Beta 2 Feedback
According to the debian changelog, the Intel-microcode package that we include is supposed to have the fixes for both Skylake & Kaby Lake processors.
Reading the whole thread, it appears the original test to determine which processors are susceptible included some newer processors without the problem. I suspect the warning is due to an over-broad test in the kernel, which would explain why a later kernel gets rid of the message.
Reading the whole thread, it appears the original test to determine which processors are susceptible included some newer processors without the problem. I suspect the warning is due to an over-broad test in the kernel, which would explain why a later kernel gets rid of the message.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: MX-17 Beta 2 Feedback
I tried; updated the kernel, remastered, " live usb kernel updater" and no goStevo wrote:That error goes away if you install the 4.13.0-1 kernel in the test repo. We may make it the default.

demo@mx1:~/Desktop
$ uname -a
Linux mx1 4.13.0-1-amd64 #1 SMP Debian 4.13.13-1mx17 (2017-11-18) x86_64 GNU/Linux
demo@mx1:~/Desktop
$ dmesg | grep microcode
[ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[ 0.451446] microcode: sig=0x306c3, pf=0x2, revision=0x19
[ 0.451761] microcode: Microcode Update Driver: v2.2.
Did I miss something?
Sergio.S
Re: MX-17 Beta 2 Feedback
I have backported the newer intel-microcode from Buster (64bit only so far)
http://teharris.net/misc/intel-microcod ... _amd64.deb
Please install it and see if the message is still there at reboot.
edit: the backported intel-microcode for both arches is now available in the MX-17 testing repository, so you can get it with the MX-Tools Package Installer.
http://teharris.net/misc/intel-microcod ... _amd64.deb
Please install it and see if the message is still there at reboot.
edit: the backported intel-microcode for both arches is now available in the MX-17 testing repository, so you can get it with the MX-Tools Package Installer.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: MX-17 Beta 2 Feedback
Still the same message, not working in live USB...timkb4cq wrote:I have backported the newer intel-microcode from Buster (64bit only so far)
http://teharris.net/misc/intel-microcod ... _amd64.deb
Please install it and see if the message is still there at reboot.
edit: the backported intel-microcode for both arches is now available in the MX-17 testing repository, so you can get it with the MX-Tools Package Installer.
Once again I did the same procedure; updated the package / remaster / update kernel (is this the right sequence?)
I think this problem is related to remaster, as I said before it is working fine in the in this same machine with system installed to HDD (It was already working with the original beta2 kernel).
edit: by "working" I mean loading microcode is ok, no message displayed during boot.
Sergio.S
- entropyfoe
- Posts: 617
- Joined: Thu Apr 19, 2007 11:42 am
Re: MX-17 Beta 2 Feedback
Stability testing....OK, I got the first crash with beta2. It had been up 4 days as of last night.
I came down this morning to a blank screen. The fans are spinning, but no keyboard or mouse would make the system come back.
As before, a crash at idle, nothing much was going on, a browser with 2 windows, maybe 20 tabs, a few other applications, but basically sitting idle.
So I had to hit the reset button...clearing some orphaned inodes....and now back.
So, not as stable as the antix 17 with the 4.10 kernel where I got 8 and 9 days uptime in two stretches with NO crashes.
I came down this morning to a blank screen. The fans are spinning, but no keyboard or mouse would make the system come back.
As before, a crash at idle, nothing much was going on, a browser with 2 windows, maybe 20 tabs, a few other applications, but basically sitting idle.
So I had to hit the reset button...clearing some orphaned inodes....and now back.
So, not as stable as the antix 17 with the 4.10 kernel where I got 8 and 9 days uptime in two stretches with NO crashes.
MX 23.5 on Asus PRIME X470-PRO
AMD Ryzen 3600X (12 threads @ 3.8 GHz)
32 Gig DDR4 3600 (Crucial CL 16)
Nvidia GeForce GT 710
Samsung 970 NVMe nvme0n1 P1-3=MX-23.5, P4=testing
Samsung 980 NVMe =1TB Data, plus 2TB WD =backups
on-board ethernet & sound
AMD Ryzen 3600X (12 threads @ 3.8 GHz)
32 Gig DDR4 3600 (Crucial CL 16)
Nvidia GeForce GT 710
Samsung 970 NVMe nvme0n1 P1-3=MX-23.5, P4=testing
Samsung 980 NVMe =1TB Data, plus 2TB WD =backups
on-board ethernet & sound
Re: MX-17 Beta 2 Feedback
The timestamp on that message shows that it is occurring very early in the boot process while the live initrd is running. In order to get rid of that message the new microcode will need to be added to the live initrd since we are many seconds away from having the main file system available where the microcode was installed.spsf64 wrote:During boot in live USB mode I see this msg:
[Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
I already tried to reinstall intel microcode, remaster and update kernel but the message persists...
Note: After Installation to HD there is no such message
This is part of the log from /var/log/dmesg
========================================================
[ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
========================================================
The basic procedure for this is straightforward:
Code: Select all
sudo su -
/live/bin/unpack-initrd
[ copy microcode, modules, whatever to newly created initrd/ directory]
/live/bin/unpack-initrd -r
exit
If the microcode is getting loaded when the "real" system starts a few seconds later, it might be okay to live with the error message on the live system. This depends on what the new microcode fixes.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."
-- Richard Feynman
-- Richard Feynman
Re: MX-17 Beta 2 Feedback
re,dolphin_oracle wrote:the first update of the index takes a while because there isn't an exisiting index. later updates should be faster.
votre note est correcte, le problème est parti
your rating is correct, the problem is gone
yesdolphin_oracle wrote: Have you let the index finish building?
thx
Re: MX-17 Beta 2 Feedback
Oh, I was just seeing the same error at first startup in Virtual Box with the bpo kernel, and the kernel update made that go away from the boot screen. I didn't check to see if it was still in dmesg.spsf64 wrote:I tried; updated the kernel, remastered, " live usb kernel updater" and no goStevo wrote:That error goes away if you install the 4.13.0-1 kernel in the test repo. We may make it the default.![]()
demo@mx1:~/Desktop
$ uname -a
Linux mx1 4.13.0-1-amd64 #1 SMP Debian 4.13.13-1mx17 (2017-11-18) x86_64 GNU/Linux
demo@mx1:~/Desktop
$ dmesg | grep microcode
[ 0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[ 0.451446] microcode: sig=0x306c3, pf=0x2, revision=0x19
[ 0.451761] microcode: Microcode Update Driver: v2.2.
Did I miss something?
Re: MX-17 Beta 2 Feedback
Icons in the system tray are still limited to 22 pixels max as the default, and that is too small for higher DPI screens. Is there any downside to raising the maximum size on the ISO?
- dolphin_oracle
- Developer
- Posts: 22344
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-17 Beta 2 Feedback
Stevo wrote:Icons in the system tray are still limited to 22 pixels max as the default, and that is too small for higher DPI screens. Is there any downside to raising the maximum size on the ISO?
they can get pretty "cartoony" on high-dpi monitors. at 64 (the max), the default panel takes up almost the whole left side of the screen of a 1600x900 monitor.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.