New inxi support feature: -Sa - show kernel boot parameters

Post Reply
Message
Author
User avatar
h2-1
Posts: 208
Joined: Sat Nov 15, 2008 3:16 pm

New inxi support feature: -Sa - show kernel boot parameters

#1 Post by h2-1 »

Someone suggested I add the contents of /proc/cmdline to inxi to help with support issues, particularly around graphics drivers, which I thought was a good idea. it basically helps support people skip a step in collecting info about say why a video driver isn't working (e.g., no blacklisting when running nvidia, or blacklisting when running nouveau).

This is triggered by the --admin / -a option, and is seen in -S line, System.

For example, inxi -GSa or inxi -baz or inxi -Fazxx

This new support/debugging feature is available in inxi 3.0.34, hot off the presses last night. This might be of use to you, I already found a slightly misconfigured grub default linux command line item on one system with it. I know, I know, it's easy to cat /proc/cmdline, but this just saves a step, and gets all the results in one easy to read block.

Code: Select all

inxi -baxxxzy80 --no-host
System:
  Kernel: 4.17.0-17.3-liquorix-amd64 x86_64 bits: 64 compiler: gcc v: 7.3.0 
  parameters: audit=0 BOOT_IMAGE=/boot/vmlinuz-4.17.0-17.3-liquorix-amd64 
  root=UUID=4f6b4acd-fa5c-400e-8b48-364b1f44dd17 ro quiet nomodeset 
  nouveau.modeset=0 
  Desktop: Xfce 4.12.4 tk: Gtk 2.24.31 info: xfce4-panel wm: xfwm4 
  dm: LightDM 1.18.3 Distro: Debian GNU/Linux buster/sid 
Machine:
  Type: Desktop System: Gigabyte product: X470 AORUS ULTRA GAMING v: N/A 
  serial: <filter> 
  Mobo: Gigabyte model: X470 AORUS ULTRA GAMING-CF v: x.x serial: <filter> 
  UEFI [Legacy]: American Megatrends v: F2 date: 03/14/2018 
CPU:
  6-Core: AMD Ryzen 5 2600 type: MT MCP arch: Zen+ speed: 1523 MHz 
  min/max: 1550/3400 MHz 
Graphics:
  Device-1: NVIDIA GT218 [GeForce 210] vendor: Gigabyte driver: nvidia 
  v: 340.107 bus ID: 09:00.0 chip ID: 10de:0a65 
  Display: x11 server: X.Org 1.20.0 driver: nvidia 
  resolution: 1280x1024~60Hz, 1280x1024~60Hz 
  OpenGL: renderer: N/A v: N/A direct render: N/A 
Network:
  Device-1: Intel I211 Gigabit Network vendor: Gigabyte driver: igb v: 5.4.0-k 
  port: f000 bus ID: 06:00.0 chip ID: 8086:1539 
Drives:
  Local Storage: total: 1.98 TiB used: 743.82 GiB (36.6%) 
Info:
  Processes: 376 Uptime: 14h 36m Memory: 31.43 GiB used: 6.15 GiB (19.6%) 
  Init: systemd v: 239 runlevel: 5 Compilers: gcc: 8.1.0 alt: 5/6/7/8 
  Shell: bash v: 4.4.23 running in: xfce4-terminal inxi: 3.0.34
smxi/sgfxi site (manuals, how-to's, faqs) :: script forums :: Check out inxi sys info script!

User avatar
Adrian
Developer
Posts: 8269
Joined: Wed Jul 12, 2006 1:42 am

Re: New inxi support feature: -Sa - show kernel boot parameters

#2 Post by Adrian »

Nice, that's good addition!

Post Reply

Return to “antiX”