Advertisement
Guest User

Untitled

a guest
May 24th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. [liveuser@localhost-live ~]$ sudo su
  2.  
  3. We trust you have received the usual lecture from the local System
  4. Administrator. It usually boils down to these three things:
  5.  
  6. #1) Respect the privacy of others.
  7. #2) Think before you type.
  8. #3) With great power comes great responsibility.
  9.  
  10. [root@localhost-live liveuser]# mkdir /mnt/sysimage
  11. [root@localhost-live liveuser]# mount /dev/sda3 /mnt/sysimage/
  12. [root@localhost-live liveuser]# mount /dev/sda1 /mnt/sysimage/boot/efi/
  13. [root@localhost-live liveuser]# mount -o bind /proc /mnt/sysimage/proc/
  14. [root@localhost-live liveuser]# mount -o bind /sys /mnt/sysimage/sys/
  15. [root@localhost-live liveuser]# mount -o bind /dev /mnt/sysimage/dev/
  16. [root@localhost-live liveuser]# mount -o bind /run /mnt/sysimage/run/
  17. [root@localhost-live liveuser]# chroot /mnt/sysimage/
  18. [root@localhost-live /]# dracut --force --kver 5.17.5-300.fc36.x86_64
  19. [root@localhost-live /]# grub2-mkconfig -o /boot/grub2/grub.cfg
  20. Generating grub configuration file ...
  21. Adding boot menu entry for UEFI Firmware Settings ...
  22. done
  23. [root@localhost-live /]# dnf reinstall kernel\*
  24. created by dnf config-manager from https://brave-browser-rpm-release.s3.brave.com/x86_64/ 6.8 kB/s | 9.4 kB 00:01
  25. Fedora 36 - x86_64 - Updates 13 kB/s | 11 kB 00:00
  26. Fedora 36 - x86_64 - Updates 666 kB/s | 2.4 MB 00:03
  27. Fedora Modular 36 - x86_64 - Updates 51 kB/s | 18 kB 00:00
  28. Fedora Modular 36 - x86_64 - Updates 53 kB/s | 30 kB 00:00
  29. RPM Fusion for Fedora 36 - Free 322 kB/s | 676 kB 00:02
  30. RPM Fusion for Fedora 36 - Free - Updates 25 kB/s | 75 kB 00:02
  31. RPM Fusion for Fedora 36 - Nonfree 238 kB/s | 252 kB 00:01
  32. RPM Fusion for Fedora 36 - Nonfree - Updates 19 kB/s | 17 kB 00:00
  33. Dependencies resolved.
  34. ======================================================================================================================================================================
  35. Package Architecture Version Repository Size
  36. ======================================================================================================================================================================
  37. Reinstalling:
  38. kernel x86_64 5.17.5-300.fc36 fedora 163 k
  39. kernel-core x86_64 5.17.5-300.fc36 fedora 46 M
  40. kernel-headers x86_64 5.17.6-300.fc36 updates 1.3 M
  41. kernel-modules x86_64 5.17.5-300.fc36 fedora 53 M
  42. kernel-modules-extra x86_64 5.17.5-300.fc36 fedora 3.4 M
  43.  
  44. Transaction Summary
  45. ======================================================================================================================================================================
  46.  
  47. Total download size: 104 M
  48. Installed size: 150 M
  49. Is this ok [y/N]: y
  50. Downloading Packages:
  51. (1/5): kernel-5.17.5-300.fc36.x86_64.rpm 755 kB/s | 163 kB 00:00
  52. (2/5): kernel-modules-extra-5.17.5-300.fc36.x86_64.rpm 1.9 MB/s | 3.4 MB 00:01
  53. (3/5): kernel-headers-5.17.6-300.fc36.x86_64.rpm 437 kB/s | 1.3 MB 00:03
  54. (4/5): kernel-core-5.17.5-300.fc36.x86_64.rpm 2.6 MB/s | 46 MB 00:17
  55. (5/5): kernel-modules-5.17.5-300.fc36.x86_64.rpm 2.5 MB/s | 53 MB 00:20
  56. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
  57. Total 4.7 MB/s | 104 MB 00:22
  58. Running transaction check
  59. Transaction check succeeded.
  60. Running transaction test
  61. Transaction test succeeded.
  62. Running transaction
  63. Preparing : 1/1
  64. Reinstalling : kernel-core-5.17.5-300.fc36.x86_64 1/10
  65. Running scriptlet: kernel-core-5.17.5-300.fc36.x86_64 1/10
  66. Reinstalling : kernel-modules-5.17.5-300.fc36.x86_64 2/10
  67. Running scriptlet: kernel-modules-5.17.5-300.fc36.x86_64 2/10
  68. Reinstalling : kernel-5.17.5-300.fc36.x86_64 3/10
  69. Reinstalling : kernel-modules-extra-5.17.5-300.fc36.x86_64 4/10
  70. Running scriptlet: kernel-modules-extra-5.17.5-300.fc36.x86_64 4/10
  71. Reinstalling : kernel-headers-5.17.6-300.fc36.x86_64 5/10
  72. Cleanup : kernel-modules-extra-5.17.5-300.fc36.x86_64 6/10
  73. Running scriptlet: kernel-modules-extra-5.17.5-300.fc36.x86_64 6/10
  74. Cleanup : kernel-5.17.5-300.fc36.x86_64 7/10
  75. Running scriptlet: kernel-5.17.5-300.fc36.x86_64 7/10
  76. Cleanup : kernel-modules-5.17.5-300.fc36.x86_64 8/10
  77. Running scriptlet: kernel-modules-5.17.5-300.fc36.x86_64 8/10
  78. Running scriptlet: kernel-core-5.17.5-300.fc36.x86_64 9/10
  79. Cleanup : kernel-core-5.17.5-300.fc36.x86_64 9/10
  80. Cleanup : kernel-headers-5.17.6-300.fc36.x86_64 10/10
  81. Running scriptlet: kernel-core-5.17.5-300.fc36.x86_64 10/10
  82. Running scriptlet: kernel-modules-5.17.5-300.fc36.x86_64 10/10
  83. Running scriptlet: kernel-headers-5.17.6-300.fc36.x86_64 10/10
  84. Verifying : kernel-5.17.5-300.fc36.x86_64 1/10
  85. Verifying : kernel-5.17.5-300.fc36.x86_64 2/10
  86. Verifying : kernel-core-5.17.5-300.fc36.x86_64 3/10
  87. Verifying : kernel-core-5.17.5-300.fc36.x86_64 4/10
  88. Verifying : kernel-modules-5.17.5-300.fc36.x86_64 5/10
  89. Verifying : kernel-modules-5.17.5-300.fc36.x86_64 6/10
  90. Verifying : kernel-modules-extra-5.17.5-300.fc36.x86_64 7/10
  91. Verifying : kernel-modules-extra-5.17.5-300.fc36.x86_64 8/10
  92. Verifying : kernel-headers-5.17.6-300.fc36.x86_64 9/10
  93. Verifying : kernel-headers-5.17.6-300.fc36.x86_64 10/10
  94.  
  95. Reinstalled:
  96. kernel-5.17.5-300.fc36.x86_64 kernel-core-5.17.5-300.fc36.x86_64 kernel-headers-5.17.6-300.fc36.x86_64 kernel-modules-5.17.5-300.fc36.x86_64
  97. kernel-modules-extra-5.17.5-300.fc36.x86_64
  98.  
  99. Complete!
  100. [root@localhost-live /]# grub2-mkconfig -o /boot/grub2/grub.cfg
  101. Generating grub configuration file ...
  102. Adding boot menu entry for UEFI Firmware Settings ...
  103. done
  104. [root@localhost-live /]#
  105.  
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement