New user having random boot issues

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

New user having random boot issues

Post by Nufkamp »

Recently set up another PC to (once again) try to get a handle on Linux. After a couple of aborted attempts due to my own errors, I have got the box configured as a dual boot system with Windows 11 on the /sda partition and Linux Mint on the /sdb. I had an issue when completing this and I lost Grub, so am using Grub2 to choose the OS at boot time.
The issue I have is that often I'm finding that Mint is hanging during boot. It scrolls through all of the lines of text displayed on the screen, but then instead of the screen "greying out" and the LM login screen appearing ready to log in it's simply hanging at a black screen with a flashing underline cursor in the top left. Usually a stab of the reset button sorts it out with a successful load on the second try, but occasionally it will need two or three resets.

I've ran the inxi -Fxzd command in Terminal and the output is as follows.

Code: Select all

System:
  Kernel: 5.4.0-91-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
  Desktop: Cinnamon 5.0.7 Distro: Linux Mint 20.2 Uma 
  base: Ubuntu 20.04 focal 
Machine:
  Type: Desktop Mobo: ASUSTeK model: P5P43TD/USB3 v: Rev X.0x 
  serial: <filter> BIOS: American Megatrends v: 0405 date: 06/28/2010 
CPU:
  Topology: Quad Core model: Intel Core2 Quad Q9550 bits: 64 type: MCP 
  arch: Penryn rev: 7 L2 cache: 6144 KiB 
  flags: lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx bogomips: 22666 
  Speed: 2000 MHz min/max: 2003/2833 MHz Core speeds (MHz): 1: 2000 2: 2000 
  3: 2000 4: 2000 
Graphics:
  Device-1: NVIDIA GF108 [GeForce GT 430] driver: nvidia v: 390.144 
  bus ID: 01:00.0 
  Display: x11 server: X.Org 1.20.11 driver: nvidia 
  unloaded: fbdev,modesetting,nouveau,vesa resolution: 1920x1080~60Hz 
  OpenGL: renderer: GeForce GT 430/PCIe/SSE2 v: 4.6.0 NVIDIA 390.144 
  direct render: Yes 
Audio:
  Device-1: Intel 82801JI HD Audio vendor: ASUSTeK driver: snd_hda_intel 
  v: kernel bus ID: 00:1b.0 
  Device-2: NVIDIA GF108 High Definition Audio driver: snd_hda_intel 
  v: kernel bus ID: 01:00.1 
  Sound Server: ALSA v: k5.4.0-91-generic 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  vendor: ASUSTeK M4A785/P7P55 driver: r8169 v: kernel port: d800 
  bus ID: 02:00.0 
  IF: enp2s0 state: up speed: 100 Mbps duplex: full mac: <filter> 
  IF-ID-1: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
Drives:
  Local Storage: total: 1.04 TiB used: 59.28 GiB (5.6%) 
  ID-1: /dev/sda vendor: Western Digital model: WD6400AAKS-00A7B2 
  size: 596.17 GiB 
  ID-2: /dev/sdb vendor: Seagate model: ST3500312CS size: 465.76 GiB 
  Optical-1: /dev/sr0 vendor: PLDS model: DVD-RW DH16AFSH rev: DL31 
  dev-links: cdrom,cdrw,dvd,dvdrw 
  Features: speed: 40 multisession: yes audio: yes dvd: yes 
  rw: cd-r,cd-rw,dvd-r,dvd-ram state: running 
Partition:
  ID-1: / size: 456.95 GiB used: 59.28 GiB (13.0%) fs: ext4 dev: /dev/sdb5 
Sensors:
  System Temperatures: cpu: 51.0 C mobo: N/A gpu: nvidia temp: 33 C 
  Fan Speeds (RPM): N/A gpu: nvidia fan: 35% 
Info:
  Processes: 218 Uptime: 1h 56m Memory: 7.77 GiB used: 1.35 GiB (17.4%) 
  Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.17 
  inxi: 3.0.38 
Any pointers to where to begin looking would be most appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Fri Dec 03, 2021 10:19 amAfter a couple of aborted attempts due to my own errors, I have got the box configured as a dual boot system with Windows 11 on the /sda partition and Linux Mint on the /sdb.
Welcome to the forum, Nufkamp.

You are running Windows 11 on a computer with a CPU from 2008? And running it on Legacy BIOS? :shock:

I would presume Windows 11 has a power setting known as Fast-startup just like Windows 10 does. You would want to make sure that is disabled/turned off. How to turn off fast startup or hybrid sleep in Windows

It is also possible this might be a power supply/hardware issue with the GPU or disk drive.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

Hi SMG, and thank you for the reply.
Yes I applied a workaround to install Win11 on non-compliant hardware. I did turn off the fast boot option for Windows and really thought I'd cracked it as the next 7 or 8 startups were flawless. The following two however have both stalled as per before. I have a program on the Windows partition that allows me to access the Linux files, is there a log file created during the Linux boot that I could access to see at which point exactly it's stalling?
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Mon Dec 06, 2021 5:20 amYes I applied a workaround to install Win11 on non-compliant hardware. I did turn off the fast boot option for Windows and really thought I'd cracked it as the next 7 or 8 startups were flawless. The following two however have both stalled as per before.
I do not know what you are doing that you would start-up that many times, but if you were switching back and forth between Windows and Mint it is possible a setting changed in Windows that is impacting the start-up.
Nufkamp wrote: Mon Dec 06, 2021 5:20 am I have a program on the Windows partition that allows me to access the Linux files, is there a log file created during the Linux boot that I could access to see at which point exactly it's stalling?
It would depend on where in the start-up process it happened as to whether it would show up. Also if the system got stuck on a particular process, the logs would only show what has been completed successfully because the "stuck" process would not have been able to send a message to the log.

Logs are located in the /var/log directory. You could check in syslog (text file with time stamps) or the boot log. There may be some others with info as well.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

The reason for so many startups was simply me turning the box off for a couple of hours and restarting it purely to see if I'd fixed the problem.
Next time I boot into Windows I'll see if I can access the logs and then compare them to a successful boot log, hopefully that might indicate where it's getting stuck.
Last edited by Nufkamp on Mon Dec 06, 2021 10:35 am, edited 1 time in total.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

I managed to access the syslog files. I tried to copy the texts into a reply but went way over the character limit, and the saved text files are too big to add as attachments. Really not sure how to proceed now as I don't know which sections of the two files are pertinent to the problem.
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Mon Dec 06, 2021 10:35 am Really not sure how to proceed now as I don't know which sections of the two files are pertinent to the problem.
Are there error or warning messages? Some samples of those might help.

Syslog messages are time-stamped so perhaps you can look at what happened during a specific time period.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

Starting from a common point. The first entry is from the failed login this morning, ends with a couple of warnings.

Code: Select all

Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started CUPS Scheduler.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Reached target Printer.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started D-Bus System Message Bus.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.044026] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Network Manager...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.051418] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfcffe000
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started Save initial kernel messages after boot.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.072830] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.080203] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.087659] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.095041] usb usb2: Product: EHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.102323] usb usb2: Manufacturer: Linux 5.4.0-91-generic ehci_hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.109628] usb usb2: SerialNumber: 0000:00:1d.7
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Remove Stale Online ext4 Metadata Check Snapshots...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.116868] hub 2-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.123824] hub 2-0:1.0: 6 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.130803] ehci-platform: EHCI generic platform driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.137595] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec  6 09:08:36 DUAL-BOOT acpid: starting up with netlink and the input layer
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.144392] ohci-pci: OHCI PCI platform driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.151080] ohci-platform: OHCI generic platform driver
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Discard unused blocks on filesystems from /etc/fstab...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.157729] uhci_hcd: USB Universal Host Controller Interface driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.164555] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.171276] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.178093] uhci_hcd 0000:00:1a.0: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.184976] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.191820] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.198919] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.205980] usb usb3: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.213009] usb usb3: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Record successful boot for GRUB...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.220233] usb usb3: SerialNumber: 0000:00:1a.0
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.227459] hub 3-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.234654] hub 3-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.242011] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.249432] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started irqbalance daemon.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.250755] ata4: SATA link down (SStatus 0 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.256705] uhci_hcd 0000:00:1a.1: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.271374] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.274467] ata3: SATA link down (SStatus 0 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.278635] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Initialize hardware monitoring sensors...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.293013] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.300310] usb usb4: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.307594] usb usb4: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started mintsystem.service.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.314952] usb usb4: SerialNumber: 0000:00:1a.1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.322535] hub 4-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.329758] hub 4-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.337044] uhci_hcd 0000:00:1a.2: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT cron[667]: (CRON) INFO (pidfile fd = 3)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.344153] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.351339] uhci_hcd 0000:00:1a.2: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.358422] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000bc00
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.365533] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.372890] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.380233] usb usb5: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started Set the CPU Frequency Scaling governor.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.384014] usb 2-5: new high-speed USB device number 2 using ehci-pci
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.387539] usb usb5: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.402403] usb usb5: SerialNumber: 0000:00:1a.2
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.409927] hub 5-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.417368] hub 5-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.424814] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.432079] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.439371] uhci_hcd 0000:00:1d.0: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.446555] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
Dec  6 09:08:36 DUAL-BOOT acpid: 8 rules loaded
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.453758] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.461140] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.468720] usb usb6: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.476132] usb usb6: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT acpid: waiting for events: event logging is off
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.483584] usb usb6: SerialNumber: 0000:00:1d.0
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.491073] hub 6-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.498453] hub 6-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting System Logging Service...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.505894] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.513191] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.520557] uhci_hcd 0000:00:1d.1: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Condition check resulted in Secure Boot updates for DB and DBX being skipped.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.527846] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.535195] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.542582] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.549927] usb usb7: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons)...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.557184] usb usb7: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.560563] usb 2-5: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.564509] usb usb7: SerialNumber: 0000:00:1d.1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.564623] hub 7-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.572048] usb 2-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.579554] hub 7-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.587045] usb 2-5: Product: USB 2.0 Hub
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.594884] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.602461] hub 2-5:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Login Service...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.609830] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.617562] hub 2-5:1.0: 4 ports detected
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Thermal Daemon Service...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.624889] uhci_hcd 0000:00:1d.2: detected 2 ports
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.647589] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.655063] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.662686] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.670294] usb usb8: Product: UHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Ubuntu system adjustments...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.677875] usb usb8: Manufacturer: Linux 5.4.0-91-generic uhci_hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.685592] usb usb8: SerialNumber: 0000:00:1d.2
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.693354] hub 8-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Disk Manager...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.700029] tsc: Refined TSC clocksource calibration: 2833.332 MHz
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.700993] hub 8-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.708740] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28d740293ac, max_idle_ns: 440795206647 ns
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting WPA supplicant...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.716660] xhci_hcd 0000:04:00.0: xHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.724069] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.724078] ata1.01: SATA link down (SStatus 0 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.748351] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 9
Dec  6 09:08:36 DUAL-BOOT anacron[665]: Will run job `cron.daily' in 5 min.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.748353] clocksource: Switched to clocksource tsc
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.748505] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.748516] ata2.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.749431] ata1.00: ATA-8: WDC WD6400AAKS-00A7B2, 01.03B01, max UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.749433] ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 0/32)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754050] ata1.00: configured for UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754177] scsi 0:0:0:0: Direct-Access     ATA      WDC WD6400AAKS-0 3B01 PQ: 0 ANSI: 5
Dec  6 09:08:36 DUAL-BOOT anacron[665]: Jobs will be executed sequentially
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754330] scsi 0:0:0:0: Attached scsi generic sg0 type 0
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754462] sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Rotate log files...
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754477] sd 0:0:0:0: [sda] Write Protect is off
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754479] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.754502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.756906] xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x0000000000000004
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.772132] ata2.00: ATAPI: PLDS DVD-RW DH16AFSH, DL31, max UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.773415] xhci_hcd 0000:04:00.0: xHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting Daily man-db regeneration...
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Condition check resulted in Update Manager Automation Cleanup being skipped.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.781524] ata2.01: ATA-8: ST3500312CS, SC13, max UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.789438] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 10
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.797525] ata2.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.810199] ldm_parse_tocblock(): Cannot find TOCBLOCK, database may be corrupt.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.813926] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.822016] ldm_parse_tocblock(): Cannot find TOCBLOCK, database may be corrupt.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: fstrim.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Discard unused blocks on filesystems from /etc/fstab.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: pppd-dns.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Save/Restore Sound Card State.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Reached target Sound Card.
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.830247] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.864184] ata2.00: configured for UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.867770] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.870672]  sda: [LDM] sda1
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.881302] ata2.01: configured for UDMA/133
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.885331] usb usb9: Product: xHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.898841] scsi 1:0:0:0: CD-ROM            PLDS     DVD-RW DH16AFSH  DL31 PQ: 0 ANSI: 5
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.902862] usb usb9: Manufacturer: Linux 5.4.0-91-generic xhci-hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.902863] usb usb9: SerialNumber: 0000:04:00.0
Dec  6 09:08:36 DUAL-BOOT sensors[720]: atk0110-acpi-0
Dec  6 09:08:36 DUAL-BOOT kernel: [    1.902963] hub 9-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.019383] hub 9-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.028350] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.037360] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.046442] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Adapter: ACPI interface
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.048124] sd 0:0:0:0: [sda] Attached SCSI disk
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.055571] usb usb10: Product: xHCI Host Controller
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.073559] usb usb10: Manufacturer: Linux 5.4.0-91-generic xhci-hcd
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.076021] usb 2-5.1: new low-speed USB device number 3 using ehci-pci
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.082530] usb usb10: SerialNumber: 0000:04:00.0
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Vcore Voltage:       1.14 V  (min =  +0.85 V, max =  +1.60 V)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.100672] hub 10-0:1.0: USB hub found
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.109664] hub 10-0:1.0: 2 ports detected
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.118761] i8042: PNP: No PS/2 controller found.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.127595] i8042: Probing ports directly.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.139025] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec  6 09:08:36 DUAL-BOOT sensors[720]:  +3.3 Voltage:       3.36 V  (min =  +2.97 V, max =  +3.63 V)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.147504] serio: i8042 AUX port at 0x60,0x64 irq 12
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.156005] mousedev: PS/2 mouse device common for all mice
Dec  6 09:08:36 DUAL-BOOT sensors[720]:  +5 Voltage:         5.09 V  (min =  +4.50 V, max =  +5.50 V)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.164576] rtc_cmos 00:01: RTC can wake from S4
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.165856] sr 1:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.173016] rtc_cmos 00:01: registered as rtc0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.181363] cdrom: Uniform CD-ROM driver Revision: 3.20
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.198320] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.207017] i2c /dev entries driver
Dec  6 09:08:36 DUAL-BOOT sensors[720]:  +12 Voltage:       12.09 V  (min = +10.20 V, max = +13.80 V)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.215645] device-mapper: uevent: version 1.0.3
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.224303] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
Dec  6 09:08:36 DUAL-BOOT sensors[720]: CPU FAN Speed:     1125 RPM  (min =  600 RPM, max = 7200 RPM)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.233084] platform eisa.0: Probing EISA bus 0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.236043] sr 1:0:0:0: Attached scsi CD-ROM sr0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.241762] platform eisa.0: EISA: Cannot allocate resource for mainboard
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.241816] sr 1:0:0:0: Attached scsi generic sg1 type 5
Dec  6 09:08:36 DUAL-BOOT sensors[720]: CHASSIS FAN Speed: 1506 RPM  (min = 1200 RPM, max = 7200 RPM)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.250440] platform eisa.0: Cannot allocate resource for EISA slot 1
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.267853] platform eisa.0: Cannot allocate resource for EISA slot 2
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.276340] random: fast init done
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.284607] platform eisa.0: Cannot allocate resource for EISA slot 3
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.292992] platform eisa.0: Cannot allocate resource for EISA slot 4
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.301258] platform eisa.0: Cannot allocate resource for EISA slot 5
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.309313] platform eisa.0: Cannot allocate resource for EISA slot 6
Dec  6 09:08:36 DUAL-BOOT sensors[720]: CPU Temperature:    +23.0°C  (high = +60.0°C, crit = +95.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.317157] platform eisa.0: Cannot allocate resource for EISA slot 7
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.324801] platform eisa.0: Cannot allocate resource for EISA slot 8
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.332242] platform eisa.0: EISA: Detected 0 cards
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.339553] intel_pstate: CPU model not supported
Dec  6 09:08:36 DUAL-BOOT sensors[720]: MB Temperature:     +20.0°C  (high = +45.0°C, crit = +95.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.346844] ledtrig-cpu: registered to indicate activity on CPUs
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.354078] drop_monitor: Initializing network drop monitor service
Dec  6 09:08:36 DUAL-BOOT sensors[720]: coretemp-isa-0000
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.361441] NET: Registered protocol family 10
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.369198] usb 2-5.1: New USB device found, idVendor=1a2c, idProduct=2d43, bcdDevice= 1.10
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.376364] Segment Routing with IPv6
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.377031] usb 2-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.384303] NET: Registered protocol family 17
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Adapter: ISA adapter
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.391657] usb 2-5.1: Product: USB Keyboard
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.391658] usb 2-5.1: Manufacturer: SEMICO
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Core 0:       +41.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.400061] scsi 1:0:1:0: Direct-Access     ATA      ST3500312CS      SC13 PQ: 0 ANSI: 5
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.413562] Key type dns_resolver registered
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.421156] sd 1:0:1:0: Attached scsi generic sg2 type 0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.421199] sd 1:0:1:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.421211] sd 1:0:1:0: [sdb] Write Protect is off
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Core 1:       +32.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.421213] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.421232] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.457947] RAS: Correctable Errors collector initialized.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.465432] microcode: sig=0x10677, pf=0x10, revision=0x70a
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.472900] microcode: Microcode Update Driver: v2.2.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.472905] IPI shorthand broadcast: enabled
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.478297]  sdb: sdb1 sdb2 < sdb5 >
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Core 2:       +39.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.480281] sched_clock: Marking stable (2504252812, -23991836)->(2508913256, -28652280)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.502621] registered taskstats version 1
Dec  6 09:08:36 DUAL-BOOT sensors[720]: Core 3:       +37.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.510232] Loading compiled-in X.509 certificates
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.518936] Loaded X.509 cert 'Build time autogenerated kernel key: 168dd4ce00092acf2ca44d8312eb368aba9b9faa'
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.527922] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.528126] sd 1:0:1:0: [sdb] Attached SCSI disk
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Initialize hardware monitoring sensors.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.536985] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.552605] zswap: loaded using pool lzo/zbud
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.560945] Key type ._fscrypt registered
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.569126] Key type .fscrypt registered
Dec  6 09:08:36 DUAL-BOOT avahi-daemon[666]: Found user 'avahi' (UID 118) and group 'avahi' (GID 126).
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.583860] Key type big_key registered
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.592029] usb 2-5.3: new low-speed USB device number 4 using ehci-pci
Dec  6 09:08:36 DUAL-BOOT cron[667]: (CRON) INFO (Running @reboot jobs)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.603109] Key type encrypted registered
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.611100] AppArmor: AppArmor sha1 policy hashing enabled
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.619010] ima: No TPM chip found, activating TPM-bypass!
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.626931] ima: Allocated hash algorithm: sha1
Dec  6 09:08:36 DUAL-BOOT systemd[1]: e2scrub_reap.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.634759] ima: No architecture policies found
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.642505] evm: Initialising EVM extended attributes:
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.650378] evm: security.selinux
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.658153] evm: security.SMACK64
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.665802] evm: security.SMACK64EXEC
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.673461] evm: security.SMACK64TRANSMUTE
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.681148] evm: security.SMACK64MMAP
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.688843] evm: security.apparmor
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.696546] evm: security.ima
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.704260] evm: security.capability
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.711899] evm: HMAC attrs: 0x1
Dec  6 09:08:36 DUAL-BOOT avahi-daemon[666]: Successfully dropped root privileges.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.719899] PM:   Magic number: 1:505:120
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.727442] misc device-mapper: hash matches
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.735062] rtc_cmos 00:01: setting system clock to 2021-12-06T09:07:33 UTC (1638781653)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.745428] Freeing unused decrypted memory: 2040K
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.753714] Freeing unused kernel image memory: 2736K
Dec  6 09:08:36 DUAL-BOOT avahi-daemon[666]: avahi-daemon 0.7 starting up.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.776020] Write protecting the kernel read-only data: 22528k
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.784233] Freeing unused kernel image memory: 2008K
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.792024] Freeing unused kernel image memory: 1124K
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.812229] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: grub-common.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.819564] x86/mm: Checking user space page tables
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.839503] x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Record successful boot for GRUB.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.846705] Run /init as init process
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Starting GRUB failed boot detection...
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.857196] usb 2-5.3: New USB device found, idVendor=046d, idProduct=c05b, bcdDevice=54.00
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.864699] usb 2-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.864700] usb 2-5.3: Product: USB Optical Mouse
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.864702] usb 2-5.3: Manufacturer: Logitech
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.912641] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Raise network interfaces.
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.914537] random: udevadm: uninitialized urandom read (16 bytes read)
Dec  6 09:08:36 DUAL-BOOT kernel: [    2.921334] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.028960] scsi host4: pata_jmicron
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.036643] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.046196] scsi host5: pata_jmicron
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.053845] ata5: PATA max UDMA/100 cmd 0xec00 ctl 0xe880 bmdma 0xe400 irq 16
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.056083] libphy: r8169: probed
Dec  6 09:08:36 DUAL-BOOT set-cpufreq[686]: Setting ondemand scheduler for all CPUs
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.061501] ata6: PATA max UDMA/100 cmd 0xe800 ctl 0xe480 bmdma 0xe408 irq 16
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.069271] r8169 0000:02:00.0 eth0: RTL8168d/8111d, 48:5b:39:a3:20:df, XID 283, IRQ 30
Dec  6 09:08:36 DUAL-BOOT systemd[1]: ondemand.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: grub-initrd-fallback.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished GRUB failed boot detection.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: gpu-manager.service: Succeeded.
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Finished Detect the available GPUs and deal with any system changes.
Dec  6 09:08:36 DUAL-BOOT stunnel4[689]: Starting TLS tunnels:
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons).
Dec  6 09:08:36 DUAL-BOOT systemd[1]: Started System Logging Service.
Dec  6 09:08:36 DUAL-BOOT rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2001.0]
Dec  6 09:08:36 DUAL-BOOT rsyslogd: rsyslogd's groupid changed to 110
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.083340] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.091634] hidraw: raw HID events driver (C) Jiri Kosina
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.092214] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000084F (\PMRG) (20190816/utaddress-204)
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.114671] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Dec  6 09:08:36 DUAL-BOOT rsyslogd: rsyslogd's userid changed to 104
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.122777] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20190816/utaddress-204)
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.139422] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.148140] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20190816/utaddress-204)
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.166072] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.175438] lpc_ich: Resource conflict(s) found affecting gpio_ich
Dec  6 09:08:36 DUAL-BOOT rsyslogd: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="688" x-info="https://www.rsyslog.com"] start
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.192956] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000041F conflicts with OpRegion 0x0000000000000400-0x000000000000040F (\SMRG) (20190816/utaddress-204)
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.205645] r8169 0000:02:00.0 enp2s0: renamed from eth0
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.213408] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.245301] usbcore: registered new interface driver usbhid
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.256296] usbhid: USB HID core driver
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.270456] input: SEMICO USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.0/0003:1A2C:2D43.0001/input/input5
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.352147] hid-generic 0003:1A2C:2D43.0001: input,hidraw0: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-0000:00:1d.7-5.1/input0
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.376374] input: SEMICO USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.1/0003:1A2C:2D43.0002/input/input6
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.460110] input: SEMICO USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.1/0003:1A2C:2D43.0002/input/input7
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.485363] input: SEMICO USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.1/0003:1A2C:2D43.0002/input/input9
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.512334] hid-generic 0003:1A2C:2D43.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [SEMICO USB Keyboard] on usb-0000:00:1d.7-5.1/input1
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.539697] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.3/2-5.3:1.0/0003:046D:C05B.0003/input/input10
Dec  6 09:08:36 DUAL-BOOT kernel: [    3.567755] hid-generic 0003:046D:C05B.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.7-5.3/input0
Dec  6 09:08:36 DUAL-BOOT kernel: [   36.452957] random: crng init done
Dec  6 09:08:36 DUAL-BOOT kernel: [   36.467079] random: 7 urandom warning(s) missed due to ratelimiting
Dec  6 09:08:36 DUAL-BOOT kernel: [   36.601313] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
Dec  6 09:08:36 DUAL-BOOT kernel: [   38.671653] systemd[1]: Inserted module 'autofs4'
Dec  6 09:08:36 DUAL-BOOT kernel: [   38.893784] systemd[1]: systemd 245.4-4ubuntu3.13 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Dec  6 09:08:36 DUAL-BOOT kernel: [   38.952085] systemd[1]: Detected architecture x86-64.
Dec  6 09:08:36 DUAL-BOOT kernel: [   39.076258] systemd[1]: Set hostname to <DUAL-BOOT>.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.011935] systemd[1]: Created slice system-modprobe.slice.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.037505] systemd[1]: Created slice system-systemd\x2dfsck.slice.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.062500] systemd[1]: Created slice User and Session Slice.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.086901] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.111527] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.136085] systemd[1]: Reached target User and Group Name Lookups.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.159937] systemd[1]: Reached target Remote File Systems.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.183033] systemd[1]: Reached target Slices.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.205268] systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.226934] systemd[1]: Listening on LVM2 poll daemon socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.247843] systemd[1]: Listening on Syslog Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.269345] systemd[1]: Listening on Process Core Dump Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.288692] systemd[1]: Listening on fsck to fsckd communication Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.308221] systemd[1]: Listening on initctl Compatibility Named Pipe.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.328036] systemd[1]: Listening on Journal Audit Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.347667] systemd[1]: Listening on Journal Socket (/dev/log).
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.367408] systemd[1]: Listening on Journal Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.387005] systemd[1]: Listening on udev Control Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.406407] systemd[1]: Listening on udev Kernel Socket.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.427094] systemd[1]: Mounting Huge Pages File System...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.447944] systemd[1]: Mounting POSIX Message Queue File System...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.468570] systemd[1]: Mounting Kernel Debug File System...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.488744] systemd[1]: Mounting Kernel Trace File System...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.509817] systemd[1]: Starting Journal Service...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.530396] systemd[1]: Starting Availability of block devices...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.582161] systemd[1]: Starting Set the console keyboard layout...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.603230] systemd[1]: Starting Create list of static device nodes for the current kernel...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.624397] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.646434] systemd[1]: Starting Load Kernel Module drm...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.753031] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.763098] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.853590] systemd[1]: Starting Load Kernel Modules...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.874601] systemd[1]: Starting Remount Root and Kernel File Systems...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.896193] systemd[1]: Starting udev Coldplug all Devices...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.917771] systemd[1]: Starting Uncomplicated firewall...
Dec  6 09:08:36 DUAL-BOOT kernel: [   43.940156] systemd[1]: Started Journal Service.
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.088772] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.675219] systemd-journald[330]: Received client request to flush runtime journal.
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.752473] lp: driver loaded but no devices found
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.849180] ppdev: user-space parallel port driver
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.872028] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.975889] parport_pc 00:02: reported by Plug and Play ACPI
Dec  6 09:08:36 DUAL-BOOT kernel: [   44.984817] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Dec  6 09:08:36 DUAL-BOOT kernel: [   45.096156] lp0: using parport0 (interrupt-driven).
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.430925] IPMI message handler: version 39.2
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.500060] ipmi device interface
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.739025] intel_powerclamp: No package C-state available
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.784285] intel_powerclamp: No package C-state available
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.832276] intel_powerclamp: No package C-state available
Dec  6 09:08:36 DUAL-BOOT kernel: [   53.876557] intel_powerclamp: No package C-state available
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.287815] snd_hda_intel 0000:01:00.1: Disabling MSI
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.287823] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.290575] nvidia: loading out-of-tree module taints kernel.
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.290585] nvidia: module license 'NVIDIA' taints kernel.
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.290586] Disabling lock debugging due to kernel taint
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.314285] nvidia: module verification failed: signature and/or required key missing - tainting kernel
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.323356] nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.323839] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.323979] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.144  Wed Jun  2 23:02:41 UTC 2021 (using threaded interrupts)
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.505179] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.144  Wed Jun  2 22:58:46 UTC 2021
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588751] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588753] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588754] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588756] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588757] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588758] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588760] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588762] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.588763] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.601543] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.601608] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.601668] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.601740] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.601802] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.677985] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec  6 09:08:36 DUAL-BOOT kernel: [   54.677988] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Dec  6 09:08:36 DUAL-BOOT kernel: [   55.033157] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 238
Dec  6 09:08:36 DUAL-BOOT kernel: [   55.708504] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Dec  6 09:08:36 DUAL-BOOT kernel: [   55.708568] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Dec  6 09:08:36 DUAL-BOOT kernel: [   55.708624] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Dec  6 09:08:36 DUAL-BOOT kernel: [   55.708679] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Dec  6 09:08:36 DUAL-BOOT kernel: [   56.099416] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
Dec  6 09:08:36 DUAL-BOOT kernel: [   56.099780] caller os_map_kernel_space.part.0+0x100/0x140 [nvidia] mapping multiple BARs
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.289913] audit: type=1400 audit(1638781709.051:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=637 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.310684] audit: type=1400 audit(1638781709.071:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=640 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.310727] audit: type=1400 audit(1638781709.071:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=639 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.424537] audit: type=1400 audit(1638781709.187:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=644 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.424541] audit: type=1400 audit(1638781709.187:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=644 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.424544] audit: type=1400 audit(1638781709.187:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=644 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.515211] audit: type=1400 audit(1638781709.275:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=645 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.515214] audit: type=1400 audit(1638781709.275:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=645 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.515216] audit: type=1400 audit(1638781709.275:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=645 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT kernel: [   58.515218] audit: type=1400 audit(1638781709.275:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=645 comm="apparmor_parser"
Dec  6 09:08:36 DUAL-BOOT udisksd[693]: udisks daemon version 2.8.4 starting
Dec  6 09:08:38 DUAL-BOOT systemd[1]: Stopping CUPS Scheduler...
Dec  6 09:08:38 DUAL-BOOT systemd[1]: cups.service: Succeeded.
Dec  6 09:08:38 DUAL-BOOT systemd[1]: Stopped CUPS Scheduler.
Dec  6 09:08:38 DUAL-BOOT systemd[1]: Started CUPS Scheduler.
Dec  6 09:08:38 DUAL-BOOT dbus-daemon[673]: dbus[673]: Unknown username "whoopsie" in message bus configuration file
Dec  6 09:08:39 DUAL-BOOT dbus-daemon[673]: dbus[673]: Unknown group "power" in message bus configuration file
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

Not sure where to end the extract from the second files as there appears to be a lot of differences. I'm still working on it.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

Hopefully this is far enough into the file.

Code: Select all

Dec  6 09:10:45 DUAL-BOOT systemd[1]: Reached target Printer.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started D-Bus System Message Bus.
Dec  6 09:10:45 DUAL-BOOT acpid: starting up with netlink and the input layer
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Network Manager...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started Save initial kernel messages after boot.
Dec  6 09:10:45 DUAL-BOOT anacron[665]: Anacron 2.3 started on 2021-12-06
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Remove Stale Online ext4 Metadata Check Snapshots...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Record successful boot for GRUB...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started irqbalance daemon.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Initialize hardware monitoring sensors...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started mintsystem.service.
Dec  6 09:10:45 DUAL-BOOT anacron[665]: Will run job `cron.daily' in 5 min.
Dec  6 09:10:45 DUAL-BOOT anacron[665]: Jobs will be executed sequentially
Dec  6 09:10:45 DUAL-BOOT cron[668]: (CRON) INFO (pidfile fd = 3)
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started Set the CPU Frequency Scaling governor.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting System Logging Service...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Condition check resulted in Secure Boot updates for DB and DBX being skipped.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons)...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Login Service...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Thermal Daemon Service...
Dec  6 09:10:45 DUAL-BOOT kernel: [   46.075574] parport_pc 00:02: reported by Plug and Play ACPI
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Ubuntu system adjustments...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting Disk Manager...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting WPA supplicant...
Dec  6 09:10:45 DUAL-BOOT kernel: [   46.084726] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Dec  6 09:10:45 DUAL-BOOT avahi-daemon[667]: Found user 'avahi' (UID 118) and group 'avahi' (GID 126).
Dec  6 09:10:45 DUAL-BOOT kernel: [   46.178206] systemd-journald[333]: File /var/log/journal/dafd9a61376b4676aa8b190bc1ed4b43/system.journal corrupted or uncleanly shut down, renaming and replacing.
Dec  6 09:10:45 DUAL-BOOT kernel: [   46.197572] lp0: using parport0 (interrupt-driven).
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.717480] intel_powerclamp: No package C-state available
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.788256] intel_powerclamp: No package C-state available
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.828130] intel_powerclamp: No package C-state available
Dec  6 09:10:45 DUAL-BOOT systemd-resolved[642]: Using system hostname 'DUAL-BOOT'.
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.831931] IPMI message handler: version 39.2
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.864212] intel_powerclamp: No package C-state available
Dec  6 09:10:45 DUAL-BOOT kernel: [   52.912113] ipmi device interface
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Condition check resulted in Update Manager Automation Cleanup being skipped.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.150709] snd_hda_intel 0000:01:00.1: Disabling MSI
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.150717] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523650] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started Network Name Resolution.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523653] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523655] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523656] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dec  6 09:10:45 DUAL-BOOT systemd[1]: pppd-dns.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523657] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523658] snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523660] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523662] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.523663] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Save/Restore Sound Card State.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Reached target Sound Card.
Dec  6 09:10:45 DUAL-BOOT avahi-daemon[667]: Successfully dropped root privileges.
Dec  6 09:10:45 DUAL-BOOT avahi-daemon[667]: avahi-daemon 0.7 starting up.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.537884] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.537948] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Dec  6 09:10:45 DUAL-BOOT acpid: 8 rules loaded
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.538004] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.538065] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.538128] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Dec  6 09:10:45 DUAL-BOOT acpid: waiting for events: event logging is off
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.750786] nvidia: loading out-of-tree module taints kernel.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.750795] nvidia: module license 'NVIDIA' taints kernel.
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.750796] Disabling lock debugging due to kernel taint
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.772480] nvidia: module verification failed: signature and/or required key missing - tainting kernel
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.782226] nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.782756] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.782894] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.144  Wed Jun  2 23:02:41 UTC 2021 (using threaded interrupts)
Dec  6 09:10:45 DUAL-BOOT kernel: [   53.945846] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.144  Wed Jun  2 22:58:46 UTC 2021
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.028861] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.028863] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.464371] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.464445] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.464509] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.464568] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Dec  6 09:10:45 DUAL-BOOT kernel: [   54.736915] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 238
Dec  6 09:10:45 DUAL-BOOT kernel: [   55.723796] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
Dec  6 09:10:45 DUAL-BOOT kernel: [   55.724094] caller os_map_kernel_space.part.0+0x100/0x140 [nvidia] mapping multiple BARs
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.517699] audit: type=1400 audit(1638781838.219:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=638 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.520796] audit: type=1400 audit(1638781838.223:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=640 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.521472] audit: type=1400 audit(1638781838.223:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=641 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.543165] audit: type=1400 audit(1638781838.243:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=643 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.543169] audit: type=1400 audit(1638781838.243:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=643 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.543171] audit: type=1400 audit(1638781838.243:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=643 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT sensors[729]: atk0110-acpi-0
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.544445] audit: type=1400 audit(1638781838.247:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=637 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Adapter: ACPI interface
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.544450] audit: type=1400 audit(1638781838.247:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=637 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.544452] audit: type=1400 audit(1638781838.247:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=637 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT kernel: [   57.663171] audit: type=1400 audit(1638781838.363:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=645 comm="apparmor_parser"
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Vcore Voltage:       1.13 V  (min =  +0.85 V, max =  +1.60 V)
Dec  6 09:10:45 DUAL-BOOT sensors[729]:  +3.3 Voltage:       3.36 V  (min =  +2.97 V, max =  +3.63 V)
Dec  6 09:10:45 DUAL-BOOT sensors[729]:  +5 Voltage:         5.09 V  (min =  +4.50 V, max =  +5.50 V)
Dec  6 09:10:45 DUAL-BOOT sensors[729]:  +12 Voltage:       12.09 V  (min = +10.20 V, max = +13.80 V)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: CPU FAN Speed:     1117 RPM  (min =  600 RPM, max = 7200 RPM)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: CHASSIS FAN Speed: 1473 RPM  (min = 1200 RPM, max = 7200 RPM)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: CPU Temperature:    +27.0°C  (high = +60.0°C, crit = +95.0°C)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: MB Temperature:     +21.0°C  (high = +45.0°C, crit = +95.0°C)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: coretemp-isa-0000
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Adapter: ISA adapter
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Core 0:       +44.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Core 1:       +34.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Core 2:       +43.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:10:45 DUAL-BOOT sensors[729]: Core 3:       +41.0°C  (high = +76.0°C, crit = +100.0°C)
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Initialize hardware monitoring sensors.
Dec  6 09:10:45 DUAL-BOOT cron[668]: (CRON) INFO (Running @reboot jobs)
Dec  6 09:10:45 DUAL-BOOT systemd[1]: e2scrub_reap.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Remove Stale Online ext4 Metadata Check Snapshots.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Raise network interfaces.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: grub-common.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Record successful boot for GRUB.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Starting GRUB failed boot detection...
Dec  6 09:10:45 DUAL-BOOT systemd[1]: grub-initrd-fallback.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished GRUB failed boot detection.
Dec  6 09:10:45 DUAL-BOOT stunnel4[689]: Starting TLS tunnels:
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons).
Dec  6 09:10:45 DUAL-BOOT set-cpufreq[686]: Setting ondemand scheduler for all CPUs
Dec  6 09:10:45 DUAL-BOOT systemd[1]: ondemand.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Started System Logging Service.
Dec  6 09:10:45 DUAL-BOOT rsyslogd: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2001.0]
Dec  6 09:10:45 DUAL-BOOT rsyslogd: rsyslogd's groupid changed to 110
Dec  6 09:10:45 DUAL-BOOT rsyslogd: rsyslogd's userid changed to 104
Dec  6 09:10:45 DUAL-BOOT rsyslogd: [origin software="rsyslogd" swVersion="8.2001.0" x-pid="688" x-info="https://www.rsyslog.com"] start
Dec  6 09:10:45 DUAL-BOOT udisksd[695]: udisks daemon version 2.8.4 starting
Dec  6 09:10:45 DUAL-BOOT systemd[1]: gpu-manager.service: Succeeded.
Dec  6 09:10:45 DUAL-BOOT systemd[1]: Finished Detect the available GPUs and deal with any system changes.
Dec  6 09:10:47 DUAL-BOOT dbus-daemon[670]: dbus[670]: Unknown username "whoopsie" in message bus configuration file
Dec  6 09:10:48 DUAL-BOOT dbus-daemon[670]: dbus[670]: Unknown group "power" in message bus configuration file
Dec  6 09:10:50 DUAL-BOOT dbus-daemon[670]: [system] AppArmor D-Bus mediation is enabled
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started Login Service.
Dec  6 09:10:50 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.systemd1'
Dec  6 09:10:50 DUAL-BOOT wpa_supplicant[696]: Successfully initialized wpa_supplicant
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Successfully called chroot().
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Successfully dropped remaining capabilities.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started WPA supplicant.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started Thermal Daemon Service.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started Make remote CUPS printers available locally.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: No service file found in /etc/avahi/services.
Dec  6 09:10:50 DUAL-BOOT NetworkManager[671]: <info>  [1638781850.4588] NetworkManager (version 1.22.10) is starting... (for the first time)
Dec  6 09:10:50 DUAL-BOOT NetworkManager[671]: <info>  [1638781850.4589] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: default-wifi-powersave-on.conf)
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: New relevant interface lo.IPv6 for mDNS.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: New relevant interface lo.IPv4 for mDNS.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Network interface enumeration completed.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Registering new address record for ::1 on lo.*.
Dec  6 09:10:50 DUAL-BOOT avahi-daemon[667]: Registering new address record for 127.0.0.1 on lo.IPv4.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started Network Manager.
Dec  6 09:10:50 DUAL-BOOT NetworkManager[671]: <info>  [1638781850.6214] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Reached target Network.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Reached target Network is Online.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting LSB: disk temperature monitoring daemon...
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Started NordVPN Daemon.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting OpenVPN service...
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting Permit User Sessions...
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Finished OpenVPN service.
Dec  6 09:10:50 DUAL-BOOT thermald[691]: NO RAPL sysfs present 
Dec  6 09:10:50 DUAL-BOOT thermald[691]: 10 CPUID levels; family:model:stepping 0x6:17:7 (6:23:7)
Dec  6 09:10:50 DUAL-BOOT thermald[691]:  Need Linux PowerCap sysfs 
Dec  6 09:10:50 DUAL-BOOT thermald[691]: Unsupported cpu model or platform
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Finished Permit User Sessions.
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting Light Display Manager...
Dec  6 09:10:50 DUAL-BOOT systemd[1]: Starting Set console scheme...
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Started LSB: disk temperature monitoring daemon.
Dec  6 09:10:51 DUAL-BOOT systemd[1]: thermald.service: Succeeded.
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Finished Set console scheme.
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Created slice system-getty.slice.
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Started Getty on tty1.
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Reached target Login Prompts.
Dec  6 09:10:51 DUAL-BOOT NetworkManager[671]: <info>  [1638781851.4474] manager[0x5583f9ec7020]: monitoring kernel firmware directory '/lib/firmware'.
Dec  6 09:10:51 DUAL-BOOT NetworkManager[671]: <info>  [1638781851.4475] monitoring ifupdown state file '/run/network/ifstate'.
Dec  6 09:10:51 DUAL-BOOT avahi-daemon[667]: Server startup complete. Host name is DUAL-BOOT.local. Local service cookie is 2639914448.
Dec  6 09:10:51 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.10' (uid=0 pid=671 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Dec  6 09:10:51 DUAL-BOOT systemd[1]: Starting Hostname Service...
Dec  6 09:10:52 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec  6 09:10:52 DUAL-BOOT systemd[1]: Started Hostname Service.
Dec  6 09:10:52 DUAL-BOOT NetworkManager[671]: <info>  [1638781852.5866] hostname: hostname: using hostnamed
Dec  6 09:10:52 DUAL-BOOT NetworkManager[671]: <info>  [1638781852.5866] hostname: hostname changed from (none) to "DUAL-BOOT"
Dec  6 09:10:52 DUAL-BOOT NetworkManager[671]: <info>  [1638781852.5872] dns-mgr[0x5583f9eb2290]: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Dec  6 09:10:52 DUAL-BOOT NetworkManager[671]: <info>  [1638781852.5878] manager[0x5583f9ec7020]: rfkill: Wi-Fi hardware radio set enabled
Dec  6 09:10:52 DUAL-BOOT NetworkManager[671]: <info>  [1638781852.5878] manager[0x5583f9ec7020]: rfkill: WWAN hardware radio set enabled
Dec  6 09:10:52 DUAL-BOOT systemd[1]: Finished Ubuntu system adjustments.
Dec  6 09:10:53 DUAL-BOOT dnsmasq[803]: dnsmasq: syntax check OK.
Dec  6 09:10:53 DUAL-BOOT lightdm[816]: Seat type 'xlocal' is deprecated, use 'type=local' instead
Dec  6 09:10:53 DUAL-BOOT NetworkManager[671]: <info>  [1638781853.8635] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-wifi.so)
Dec  6 09:10:53 DUAL-BOOT systemd[1]: Started Light Display Manager.
Dec  6 09:10:54 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.13' (uid=0 pid=816 comm="/usr/sbin/lightdm " label="unconfined")
Dec  6 09:10:54 DUAL-BOOT dnsmasq[827]: dnsmasq: failed to create listening socket for port 53: Address already in use
Dec  6 09:10:54 DUAL-BOOT dnsmasq[827]: failed to create listening socket for port 53: Address already in use
Dec  6 09:10:54 DUAL-BOOT dnsmasq[827]: FAILED to start up
Dec  6 09:10:54 DUAL-BOOT systemd[1]: dnsmasq.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Dec  6 09:10:54 DUAL-BOOT systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
Dec  6 09:10:54 DUAL-BOOT systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.
Dec  6 09:10:54 DUAL-BOOT systemd[1]: Reached target Host and Network Name Lookups.
Dec  6 09:10:54 DUAL-BOOT systemd[1]: Starting Tool to automatically collect and submit kernel crash signatures...
Dec  6 09:10:55 DUAL-BOOT systemd[1]: kerneloops.service: Found left-over process 849 (kerneloops) in control group while starting unit. Ignoring.
Dec  6 09:10:55 DUAL-BOOT systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Dec  6 09:10:55 DUAL-BOOT systemd[1]: Started Tool to automatically collect and submit kernel crash signatures.
Dec  6 09:10:55 DUAL-BOOT udisksd[695]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
Dec  6 09:10:55 DUAL-BOOT NetworkManager[671]: <info>  [1638781855.4234] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-wwan.so)
Dec  6 09:10:55 DUAL-BOOT NetworkManager[671]: <info>  [1638781855.7537] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-team.so)
Dec  6 09:10:55 DUAL-BOOT NetworkManager[671]: <info>  [1638781855.8499] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-adsl.so)
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.3706] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-device-plugin-bluetooth.so)
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.3710] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.3712] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.3713] manager: Networking is enabled by state file
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.3714] dhcp-init: Using DHCP client 'internal'
Dec  6 09:10:56 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.10' (uid=0 pid=671 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Dec  6 09:10:56 DUAL-BOOT systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec  6 09:10:56 DUAL-BOOT kernel: [   75.916162] kauditd_printk_skb: 17 callbacks suppressed
Dec  6 09:10:56 DUAL-BOOT kernel: [   75.916164] audit: type=1400 audit(1638781856.619:29): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=800 comm="cups-browsed" capability=23  capname="sys_nice"
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6906] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.22.10/libnm-settings-plugin-ifupdown.so")
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6906] settings: Loaded settings plugin: keyfile (internal)
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6907] ifupdown: management mode: unmanaged
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6907] ifupdown:       interface-parser: parsing file /etc/network/interfaces
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6907] ifupdown:       interface-parser: source line includes interfaces file(s) /etc/network/interfaces.d
Dec  6 09:10:56 DUAL-BOOT NetworkManager[671]: <info>  [1638781856.6908] ifupdown:       interface-parser: finished parsing file /etc/network/interfaces
Dec  6 09:10:56 DUAL-BOOT udisksd[695]: Failed to load the 'mdraid' libblockdev plugin
Dec  6 09:10:56 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.8' (uid=0 pid=695 comm="/usr/lib/udisks2/udisksd " label="unconfined")
Dec  6 09:10:57 DUAL-BOOT systemd[1]: Starting Authorization Manager...
Dec  6 09:10:57 DUAL-BOOT NetworkManager[671]: <info>  [1638781857.2012] device (lo): carrier: link connected
Dec  6 09:10:57 DUAL-BOOT NetworkManager[671]: <info>  [1638781857.2016] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Dec  6 09:10:57 DUAL-BOOT NetworkManager[671]: <info>  [1638781857.2028] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec  6 09:10:57 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec  6 09:10:57 DUAL-BOOT systemd[1]: Started Network Manager Script Dispatcher Service.
Dec  6 09:10:57 DUAL-BOOT NetworkManager[671]: <info>  [1638781857.7636] settings: (enp2s0): created default wired connection 'Wired connection 1'
Dec  6 09:10:57 DUAL-BOOT NetworkManager[671]: <info>  [1638781857.8552] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Dec  6 09:10:58 DUAL-BOOT kernel: [   77.575293] RTL8211B Gigabit Ethernet r8169-0-200:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-0-200:00, irq=IGNORE)
Dec  6 09:10:58 DUAL-BOOT kernel: [   77.721611] r8169 0000:02:00.0 enp2s0: Link is Down
Dec  6 09:10:58 DUAL-BOOT polkitd[857]: started daemon version 0.105 using authority implementation `local' version `0.105'
Dec  6 09:10:58 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec  6 09:10:58 DUAL-BOOT systemd[1]: Started Authorization Manager.
Dec  6 09:10:58 DUAL-BOOT accounts-daemon[660]: started daemon version 0.6.55
Dec  6 09:10:58 DUAL-BOOT systemd[1]: Started Accounts Service.
Dec  6 09:10:58 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.Accounts'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0491] device (enp2s0): carrier: link connected
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0495] device (enp2s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Dec  6 09:11:00 DUAL-BOOT kernel: [   79.342829] r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
Dec  6 09:11:00 DUAL-BOOT kernel: [   79.342842] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0504] policy: auto-activating connection 'Wired connection 1' (935e7957-cd37-38fb-8733-d3f95afa2862)
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0510] device (enp2s0): Activation: starting connection 'Wired connection 1' (935e7957-cd37-38fb-8733-d3f95afa2862)
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0511] device (enp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0516] manager: NetworkManager state is now CONNECTING
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0518] device (enp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0523] device (enp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.0527] dhcp4 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fe80::5684:9373:9d2e:1798.
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: New relevant interface enp2s0.IPv6 for mDNS.
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: Registering new address record for fe80::5684:9373:9d2e:1798 on enp2s0.*.
Dec  6 09:11:00 DUAL-BOOT systemd[1]: dmesg.service: Succeeded.
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8465] dhcp4 (enp2s0): option dhcp_lease_time      => '86400'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8465] dhcp4 (enp2s0): option domain_name          => 'Home'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8465] dhcp4 (enp2s0): option domain_name_servers  => '192.168.0.1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8465] dhcp4 (enp2s0): option expiry               => '1638868260'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option ip_address           => '192.168.0.60'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_broadcast_address => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_domain_name => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_domain_name_servers => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_domain_search => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_host_name  => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_interface_mtu => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8466] dhcp4 (enp2s0): option requested_ms_classless_static_routes => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_nis_domain => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_nis_servers => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_ntp_servers => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_rfc3442_classless_static_routes => '1'
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: Joining mDNS multicast group on interface enp2s0.IPv4 with address 192.168.0.60.
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_root_path  => '1'
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: New relevant interface enp2s0.IPv4 for mDNS.
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_routers    => '1'
Dec  6 09:11:00 DUAL-BOOT avahi-daemon[667]: Registering new address record for 192.168.0.60 on enp2s0.IPv4.
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_static_routes => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8467] dhcp4 (enp2s0): option requested_subnet_mask => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8468] dhcp4 (enp2s0): option requested_time_offset => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8468] dhcp4 (enp2s0): option requested_wpad       => '1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8468] dhcp4 (enp2s0): option routers              => '192.168.0.1'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8468] dhcp4 (enp2s0): option subnet_mask          => '255.255.255.0'
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8468] dhcp4 (enp2s0): state changed unknown -> bound
Dec  6 09:11:00 DUAL-BOOT NetworkManager[671]: <info>  [1638781860.8480] device (enp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1368] device (enp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1371] device (enp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1376] manager: NetworkManager state is now CONNECTED_LOCAL
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1388] manager: NetworkManager state is now CONNECTED_SITE
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1389] policy: set 'Wired connection 1' (enp2s0) as default for IPv4 routing and DNS
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1394] device (enp2s0): Activation: successful, device activated.
Dec  6 09:11:01 DUAL-BOOT NetworkManager[671]: <info>  [1638781861.1402] manager: startup complete
Dec  6 09:11:01 DUAL-BOOT systemd-resolved[642]: Using degraded feature set (UDP) for DNS server 192.168.0.1.
Dec  6 09:11:02 DUAL-BOOT NetworkManager[671]: <info>  [1638781862.3697] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec  6 09:11:02 DUAL-BOOT NetworkManager[671]: <info>  [1638781862.7308] dhcp6 (enp2s0): activation: beginning transaction (timeout in 45 seconds)
Dec  6 09:11:02 DUAL-BOOT avahi-daemon[667]: Leaving mDNS multicast group on interface enp2s0.IPv6 with address fe80::5684:9373:9d2e:1798.
Dec  6 09:11:02 DUAL-BOOT avahi-daemon[667]: Joining mDNS multicast group on interface enp2s0.IPv6 with address fdc6:ce1c:2968:0:dbc5:98ce:6007:bccd.
Dec  6 09:11:02 DUAL-BOOT avahi-daemon[667]: Registering new address record for fdc6:ce1c:2968:0:dbc5:98ce:6007:bccd on enp2s0.*.
Dec  6 09:11:02 DUAL-BOOT avahi-daemon[667]: Withdrawing address record for fe80::5684:9373:9d2e:1798 on enp2s0.
Dec  6 09:11:02 DUAL-BOOT avahi-daemon[667]: Registering new address record for 2a02:c7f:3a1f:dc00:2039:9142:d648:f8c7 on enp2s0.*.
Dec  6 09:11:02 DUAL-BOOT NetworkManager[671]: <info>  [1638781862.7318] policy: set 'Wired connection 1' (enp2s0) as default for IPv6 routing and DNS
Dec  6 09:11:02 DUAL-BOOT NetworkManager[671]: <info>  [1638781862.7662] dhcp6 (enp2s0): option dhcp6_name_servers   => 'fdc6:ce1c:2968:0:26a7:dcff:fec4:cba8'
Dec  6 09:11:02 DUAL-BOOT NetworkManager[671]: <info>  [1638781862.7662] dhcp6 (enp2s0): state changed unknown -> bound
Dec  6 09:11:02 DUAL-BOOT udisksd[695]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dec  6 09:11:02 DUAL-BOOT systemd[1]: Started Disk Manager.
Dec  6 09:11:04 DUAL-BOOT avahi-daemon[667]: Registering new address record for 2a02:c7f:3a1f:dc00:815f:b848:1451:2c1a on enp2s0.*.
Dec  6 09:11:04 DUAL-BOOT avahi-daemon[667]: Registering new address record for fdc6:ce1c:2968:0:815f:b848:1451:2c1a on enp2s0.*.
Dec  6 09:11:05 DUAL-BOOT networkd-dispatcher[924]: WARNING: systemd-networkd is not running, output will be incomplete.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Started Dispatcher daemon for systemd-networkd.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Reached target Multi-User System.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Reached target Graphical Interface.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Starting Update UTMP about System Runlevel Changes...
Dec  6 09:11:05 DUAL-BOOT systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Finished Update UTMP about System Runlevel Changes.
Dec  6 09:11:05 DUAL-BOOT systemd[1]: Startup finished in 39.315s (kernel) + 45.666s (userspace) = 1min 24.981s.
Dec  6 09:11:06 DUAL-BOOT systemd[1]: systemd-fsckd.service: Succeeded.
Dec  6 09:11:08 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:08 [Info] Daemon has started
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Starting NVIDIA Persistence Daemon...
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Verbose syslog connection opened
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Now running with user ID 126 and group ID 135
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Started NVIDIA Persistence Daemon.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Started (936)
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Stopping NVIDIA Persistence Daemon...
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Received signal 15
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: PID file unlocked.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: PID file closed.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Shutdown (936)
Dec  6 09:11:08 DUAL-BOOT systemd[1]: nvidia-persistenced.service: Succeeded.
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Stopped NVIDIA Persistence Daemon.
Dec  6 09:11:08 DUAL-BOOT systemd[1]: mintsystem.service: Succeeded.
Dec  6 09:11:08 DUAL-BOOT kernel: [   87.908761] bpfilter: Loaded bpfilter_umh pid 939
Dec  6 09:11:08 DUAL-BOOT kernel: [   87.909170] Started bpfilter
Dec  6 09:11:08 DUAL-BOOT kernel: [   87.965725] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
Dec  6 09:11:08 DUAL-BOOT kernel: [   87.965991] caller os_map_kernel_space.part.0+0x100/0x140 [nvidia] mapping multiple BARs
Dec  6 09:11:08 DUAL-BOOT systemd-timesyncd[644]: Initial synchronization to time server [2001:67c:1560:8003::c7]:123 (ntp.ubuntu.com).
Dec  6 09:11:08 DUAL-BOOT acpid: client connected from 840[0:0]
Dec  6 09:11:08 DUAL-BOOT acpid: 1 client rule loaded
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 Kill Switch set to: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 Auto-connect set to: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 DNS set to: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 CyberSec set to: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 Protocol set to: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: 2021/12/06 09:11:10 Technology set to: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: NordVPN App Connection Settings:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Technology: OPENVPN
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Protocol: UDP
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Firewall: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: KillSwitch: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Obfuscate: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: CyberSec: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: DNS:
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: IPv6: disabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Notify: enabled
Dec  6 09:11:10 DUAL-BOOT nordvpnd[805]: Auto-connect: disabled
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Created slice User Slice of UID 120.
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Starting User Runtime Directory /run/user/120...
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Finished User Runtime Directory /run/user/120.
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Starting User Manager for UID 120...
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Reached target Paths.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Reached target Timers.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Starting D-Bus User Message Bus Socket.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on GnuPG network certificate management daemon.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on debconf communication socket.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on Sound System.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Listening on D-Bus User Message Bus Socket.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Reached target Sockets.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Reached target Basic System.
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Started User Manager for UID 120.
Dec  6 09:11:11 DUAL-BOOT systemd[1000]: Starting Sound Service...
Dec  6 09:11:11 DUAL-BOOT systemd[1]: Started Session c1 of user lightdm.
Dec  6 09:11:12 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.27' (uid=120 pid=1009 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
Dec  6 09:11:12 DUAL-BOOT systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec  6 09:11:12 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Dec  6 09:11:12 DUAL-BOOT systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Successfully called chroot.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Successfully dropped privileges.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Successfully limited resources.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Running.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Canary thread running.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Watchdog thread running.
Dec  6 09:11:12 DUAL-BOOT systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Successfully made thread 1009 of process 1009 owned by '120' high priority at nice level -11.
Dec  6 09:11:12 DUAL-BOOT rtkit-daemon[1017]: Supervising 1 threads of 1 processes of 1 users.
Dec  6 09:11:13 DUAL-BOOT systemd[1000]: Started D-Bus User Message Bus.
Dec  6 09:11:14 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] AppArmor D-Bus mediation is enabled
Dec  6 09:11:14 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Activating service name='ca.desrt.dconf' requested by ':1.2' (uid=120 pid=1016 comm="/usr/sbin/slick-greeter " label="unconfined")
Dec  6 09:11:14 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Successfully activated service 'ca.desrt.dconf'
Dec  6 09:11:14 DUAL-BOOT /slick-greeter-check-hidpi: Window scale: 1
Dec  6 09:11:15 DUAL-BOOT /slick-greeter-set-keyboard-layout: Current keyboard configuration: rules:      evdev#012model:      pc105#012layout:     gb
Dec  6 09:11:15 DUAL-BOOT /slick-greeter-set-keyboard-layout: Applying keyboard configuration: ['setxkbmap', '-model', 'pc105', '-layout', 'gb', '-variant', '', '-option', '', '-v']
Dec  6 09:11:15 DUAL-BOOT /slick-greeter-set-keyboard-layout: Result: Warning! Multiple definitions of keyboard model#012         Using command line, ignoring X server#012Warning! Multiple definitions of keyboard layout#012         Using command line, ignoring X server#012Trying to build keymap using the following components:#012keycodes:   evdev+aliases(qwerty)#012types:      complete#012compat:     complete#012symbols:    pc+gb+inet(evdev)#012geometry:   pc(pc105)
Dec  6 09:11:15 DUAL-BOOT /slick-greeter-set-keyboard-layout: New keyboard configuration: rules:      evdev#012model:      pc105#012layout:     gb
Dec  6 09:11:15 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=120 pid=1016 comm="/usr/sbin/slick-greeter " label="unconfined")
Dec  6 09:11:15 DUAL-BOOT systemd[1000]: Starting Accessibility services bus...
Dec  6 09:11:15 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Successfully activated service 'org.a11y.Bus'
Dec  6 09:11:15 DUAL-BOOT systemd[1000]: Started Accessibility services bus.
Dec  6 09:11:15 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=120 pid=1016 comm="/usr/sbin/slick-greeter " label="unconfined")
Dec  6 09:11:15 DUAL-BOOT systemd[1000]: Starting Virtual filesystem service...
Dec  6 09:11:15 DUAL-BOOT dbus-daemon[1020]: [session uid=120 pid=1020] Successfully activated service 'org.gtk.vfs.Daemon'
Dec  6 09:11:15 DUAL-BOOT systemd[1000]: Started Virtual filesystem service.
Dec  6 09:11:16 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.29' (uid=120 pid=1016 comm="/usr/sbin/slick-greeter " label="unconfined")
Dec  6 09:11:16 DUAL-BOOT systemd[1]: Starting Daemon for power management...
Dec  6 09:11:17 DUAL-BOOT rtkit-daemon[1017]: Supervising 1 threads of 1 processes of 1 users.
Dec  6 09:11:17 DUAL-BOOT rtkit-daemon[1017]: Successfully made thread 1081 of process 1009 owned by '120' RT at priority 5.
Dec  6 09:11:17 DUAL-BOOT rtkit-daemon[1017]: Supervising 2 threads of 1 processes of 1 users.
Dec  6 09:11:17 DUAL-BOOT dbus-daemon[670]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.32' (uid=120 pid=1009 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
Dec  6 09:11:17 DUAL-BOOT systemd[1]: Condition check resulted in Bluetooth service being skipped.
Dec  6 09:11:17 DUAL-BOOT dbus-daemon[670]: [system] Successfully activated service 'org.freedesktop.UPower'
Dec  6 09:11:17 DUAL-BOOT systemd[1]: Started Daemon for power management.
Dec  6 09:11:17 DUAL-BOOT systemd[1000]: Started Sound Service.
Dec  6 09:11:17 DUAL-BOOT systemd[1000]: Reached target Main User Target.
Dec  6 09:11:17 DUAL-BOOT systemd[1000]: Startup finished in 6.238s.
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Mon Dec 06, 2021 10:57 am Starting from a common point. The first entry is from the failed login this morning, ends with a couple of warnings.
I did not notice any issues in this set.

In the second set you posted the nvidia daemon received a signal 15 and stopped. Without it, the graphics will not work properly although the rest of the operating system is starting and running.

Code: Select all

Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Now running with user ID 126 and group ID 135
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Started NVIDIA Persistence Daemon.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Started (936)
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Stopping NVIDIA Persistence Daemon...
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Received signal 15
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: PID file unlocked.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: PID file closed.
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Dec  6 09:11:08 DUAL-BOOT nvidia-persistenced: Shutdown (936)
Dec  6 09:11:08 DUAL-BOOT systemd[1]: nvidia-persistenced.service: Succeeded.
Dec  6 09:11:08 DUAL-BOOT systemd[1]: Stopped NVIDIA Persistence Daemon.
According to this [SOLVED] Problems with nvidia-persistenced, the next step is to check the journalctl around that time. I do not know how to get that information via Windows.

The person in that thread discovered based on their output, "My guess would be some sort of corrupted CUDA software install (e.g. mismatched driver components, from different driver installs), or else running on a platform that is not supported for CUDA."

How did you install the Nvidia 390.144?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

All the installations and updates have been automatic. I've not manually installed or updated anything.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

I had a successful first boot this morning. I've ran the journalctl command just to see what it does and I've spotted a lot of references to signal 15 along with errors, example shown.

Code: Select all

Nov 06 16:17:00 DUAL-BOOT systemd[1]: Stopping Ubuntu system adjustments...
Nov 06 16:17:00 DUAL-BOOT cinnamon-session[1023]: WARNING: t+52.70467s: Application 'cinnamon-settings-daemon-media-keys.desktop' killed by signal 15
Nov 06 16:17:00 DUAL-BOOT systemd[1]: Stopping Disk Manager...
Nov 06 16:17:00 DUAL-BOOT cinnamon-session[1023]: WARNING: t+52.70722s: Application 'cinnamon-settings-daemon-a11y-keyboard.desktop' killed by signal 15
Nov 06 16:17:00 DUAL-BOOT systemd[1]: Stopping Daemon for power management...
Nov 06 16:17:00 DUAL-BOOT cinnamon-session[1023]: WARNING: t+52.70821s: Application 'cinnamon-settings-daemon-sound.desktop' killed by signal 15
Nov 06 16:17:00 DUAL-BOOT systemd[1]: accounts-daemon.service: Succeeded.
Nov 06 16:17:00 DUAL-BOOT cinnamon-session[1023]: WARNING: t+52.70824s: Application 'cinnamon-settings-daemon-screensaver-proxy.desktop' killed by signal 15
Nov 06 16:17:00 DUAL-BOOT systemd[1]: Stopped Accounts Service.
lines 1681-1736
I'm wondering if I can find a different graphics driver to try, failing that I might just do a wipe and re-install.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

The driver from the Nvidia site seems to be older at 375.39. I've downloaded it, but it has a .run extension and I haven't a clue how to actually install it....
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

Sigh.
Ok, so I Google and find out how to run the file. First i try simply the Run option, but nothing appears to happen. I then try Run in Terminal, it unpacks and says it has to be run as Root. I give myself root access and it says the same damn thing.
Now I remember why I kept giving up with Linux over the years :(
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Tue Dec 07, 2021 5:27 am All the installations and updates have been automatic. I've not manually installed or updated anything.
The Nvidia driver install is not automatic when one installs Linux Mint 20.2. One must go to Driver Manager and specifically select that driver to install it.
Nufkamp wrote: Tue Dec 07, 2021 5:37 am I had a successful first boot this morning. I've ran the journalctl command just to see what it does and I've spotted a lot of references to signal 15 along with errors, example shown.
That signal 15 is for a different process so that is not the same thing as the one I mentioned. One needs to look at the signal in reference to the specific process that received the signal.
Nufkamp wrote: Tue Dec 07, 2021 5:37 amI'm wondering if I can find a different graphics driver to try, failing that I might just do a wipe and re-install.
The only driver choices are the open-source xorg-nouveau driver, the Nvidia-340 and the Nvidia-390. No other ones are supported.
Nufkamp wrote: Tue Dec 07, 2021 5:44 am The driver from the Nvidia site seems to be older at 375.39. I've downloaded it, but it has a .run extension and I haven't a clue how to actually install it....
I have no idea why you are referencing the 375.39 driver which stopped receiving support a long time ago. We do not recommend using the drivers from the website. The available drivers are in Driver Manager.

I specifically asked you how you installed the driver; I did not ask you to change it. There was nothing in the logs which indicated the driver should be changed.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

I must have installed it through Driver Manager in that case. I'm flailing around a bit like a drowning man and much of what I'm reading is rather alien to me.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

SMG wrote: Tue Dec 07, 2021 10:31 am The Nvidia driver install is not automatic when one installs Linux Mint 20.2. One must go to Driver Manager and specifically select that driver to install it.
Am I correct in assuming that I shouldn't have installed the driver?
User avatar
SMG
Level 25
Level 25
Posts: 31798
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: New user having random boot issues

Post by SMG »

Nufkamp wrote: Tue Dec 07, 2021 3:02 pm
SMG wrote: Tue Dec 07, 2021 10:31 am The Nvidia driver install is not automatic when one installs Linux Mint 20.2. One must go to Driver Manager and specifically select that driver to install it.
Am I correct in assuming that I shouldn't have installed the driver?
There is usually not a problem if you install it from Driver Manager.

I do not understand why you were trying to install a driver from the Nvidia website. Nothing in the data posted so far indicates there is a specific problem with the driver you had installed.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Nufkamp
Level 1
Level 1
Posts: 24
Joined: Fri Dec 03, 2021 10:06 am

Re: New user having random boot issues

Post by Nufkamp »

The driver I downloaded today was to hopefully roll back to an earlier version, but I couldn't install it anyway. What I've done is revert to the open source driver for a while to see if the problem goes away.
Locked

Return to “Installation & Boot”