从 F22 升级后,F23 经常随机死机。它甚至在安装过程中冻结。我不知道是否是内核(内核4.0中很少发生)驱动程序[Intel bay Trail Graphics],系统(PC是新的,所以我怀疑它是否是硬件)等。
这是sudo journalctl -p err -b -1
读数:
-- Logs begin at Fri 2015-11-06 21:18:20 GMT, end at Tue 2015-11-10
23:57:25 GMT. --
Nov 10 15:24:39 localhost.localdomain kernel: intel_soc_dts_thermal:
request_threaded_irq ret -22
Nov 10 15:24:39 localhost.localdomain kernel: intel_soc_dts_thermal:
request_threaded_irq ret -22
Nov 10 15:24:48 localhost.localdomain mcelog[781]: Family 6 Model 37
CPU: only decoding architectural errors
Nov 10 15:24:52 localhost.localdomain bluetoothd[784]: Failed to
obtain handles for "Service Changed" characteristic
答案1
我遇到过非常类似的问题:fedora 挂起后
dnf system-upgrade reboot
我的解决方案是:
- 编辑 grub 菜单属性,添加到
runlevel 3
以“linux”开头的行 使用
distro-sync
,而不是system-upgrade
:dnf distro-sync --releasever=23