User Tools

Site Tools


linux:distros:server:opensuse_tumbleweed_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:distros:server:opensuse_tumbleweed_server [2025/12/09 21:44] Sean Rhonelinux:distros:server:opensuse_tumbleweed_server [2025/12/09 22:09] (current) Sean Rhone
Line 4: Line 4:
   * Tumbleweed   * Tumbleweed
   * Server   * Server
 +
 +  * Alira = Dell Precision M6500 ((Legacy/MBR))
  
   openSUSE Tumbleweed   openSUSE Tumbleweed
Line 91: Line 93:
  
   sudo -e '/etc/systemd/logind.conf.d/99-laptop-server.conf'   sudo -e '/etc/systemd/logind.conf.d/99-laptop-server.conf'
- 
-===== GRUB ===== 
- 
-==== Config ==== 
- 
-  * [[linux:notes:kernel_parameters|More Kernel Parameters]] 
- 
-  sudo yast2 'bootloader' 
- 
-==== Alira ==== 
- 
-  * 2025/10/21 
- 
-  acpi_osi='Linux' hibernate='no' preempt='full' iommu='pt' pci='pcie_bus_perf' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0' hostname='localhost' nomodeset 
  
 ===== NetworkManager ===== ===== NetworkManager =====
Line 130: Line 118:
   sudo -e '/etc/sysconfig/lm_sensors'   sudo -e '/etc/sysconfig/lm_sensors'
  
-====== fstab ======+====== Boot Loader ====== 
 + 
 +  * Boot Code Options -> Boot Loader: ''GRUB2'' 
 +  * Kernel Parameters -> CPU Mitigations: ''Auto'' 
 +  * Kernel Parameters -> ''[ ]'' Graphical console 
 +  * Bootloader Options -> Timeout in Seconds: ''0'' 
 +  * Bootloader Options -> ''[ ]'' Probe Foreign OS 
 + 
 +  sudo yast2 'bootloader' 
 + 
 +===== Alira ===== 
 + 
 +  * [[linux:notes:kernel_parameters|More Kernel Parameters]] 
 +  * Last updated: 2025/12/09 
 + 
 +  acpi_osi='Linux' reboot='pci' hibernate='no' preempt='full' iommu='pt' pci='pcie_bus_perf' drm_kms_helper.poll='0' drm_kms_helper.fbdev_emulation='0' hostname='localhost' nomodeset module_blacklist='amdgpu' 
 + 
 +==== modprobe.d ==== 
 + 
 +  * [[linux;notes;modprobe.d_tweaks#alira|Notes]] 
 + 
 +==== Dracut ==== 
 + 
 +  sudo -e '/etc/dracut.conf.d/99-alira.conf' && sudo dracut --force --regenerate-all 
 + 
 +<code> 
 +kernel_cmdline="rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0" 
 + 
 +omit_drivers+=" radeon " 
 +omit_dracutmodules+=" i18n resume " 
 + 
 +# End</code> 
 + 
 +==== systemd-analyze ==== 
 + 
 +  * 2025/12/09 
 + 
 +<code> 
 +Startup finished in 1.314s (kernel) + 2.195s (initrd) + 6.832s (userspace) = 10.342s  
 +multi-user.target reached after 6.831s in userspace.</code> 
 + 
 +  systemd-analyze 
 + 
 +==== lsinitrd ====
  
-  * ''swap''+  * 2025/12/09
  
-  sudo -e '/etc/fstab'+  Image: /boot/initrd-6.18.0-1-default: 37M
  
-  ,discard=once+  lsinitrd
  
 ====== Drive Maintenance ====== ====== Drive Maintenance ======
/srv/www/wiki/data/attic/linux/distros/server/opensuse_tumbleweed_server.1765334695.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki