adamant-kite-43734
11/10/2023, 12:35 PMbored-farmer-36655
11/10/2023, 12:57 PMcat /proc/cmdline
orange-businessperson-74585
11/10/2023, 1:59 PM[177679.704466] pcieport 0000:00:01.0: AER: Corrected error received: 0000:00:01.0
[177679.704471] pcieport 0000:00:01.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[177679.704472] pcieport 0000:00:01.0: device [8086:4c01] error status/mask=00000001/00002000
[177679.704473] pcieport 0000:00:01.0: [ 0] RxErr
[177679.878352] atlantic 0000:04:00.0 enp4s0: atlantic: link change old 10000 new 0
[177679.910338] atlantic 0000:03:00.0 enp3s0: atlantic: link change old 10000 new 0
[177680.014435] mgmt-bo: (slave enp3s0): link status definitely down, disabling slave
[177680.014439] device enp3s0 left promiscuous mode
[177680.014481] mgmt-bo: now running without any active interface!
[177680.014541] mgmt-br: port 1(mgmt-bo) entered disabled state
Output from /proc/cmdline
BOOT_IMAGE=(loop0)/boot/vmlinuz console=tty1 root=LABEL=COS_STATE cos-img/filename=/cOS/active.img panic=0 net.ifnames=1 rd.cos.oemlabel=COS_OEM rd.cos.mount=LABEL=COS_OEM:/oem rd.cos.mount=LABEL=COS_PERSISTENT:/usr/local rd.cos.oemtimeout=120 audit=1 audit_backlog_limit=8192 intel_iommu=on amd_iommu=on iommu=pt
bored-farmer-36655
11/10/2023, 2:22 PMpci=nommconf
this will revert that memory allocation back to traditional. I use it here on my HP Z440 (openSUSE Tumbleweed). So that entry is in /etc/default/grub then you can run grub2-mkconfig -o /boot/grub2/grub.cfg
afterwards to update, then reboot. Or at boot you can edit grub and add the option for that boot to see how it goes first.bored-farmer-36655
11/10/2023, 2:23 PMorange-businessperson-74585
11/10/2023, 3:22 PMbored-farmer-36655
11/10/2023, 4:17 PMbrainy-whale-97450
11/11/2023, 3:58 AMorange-businessperson-74585
11/13/2023, 8:42 AMethtool -K enp3s0 lro off
ethtool -K enp3s0 gro off
orange-businessperson-74585
11/13/2023, 9:11 AMBOOT_IMAGE=(loop0)/boot/vmlinuz console=tty1 root=LABEL=COS_STATE cos-img/filename=/cOS/active.img panic=0 net.ifnames=1 rd.cos.oemlabel=COS_OEM rd.cos.mount=LABEL=COS_OEM:/oem rd.cos.mount=LABEL=COS_PERSISTENT:/usr/local rd.cos.oemtimeout=120 audit=1 audit_backlog_limit=8192 intel_iommu=on amd_iommu=on iommu=pt pci=nommconf
bored-farmer-36655
11/13/2023, 12:35 PMorange-businessperson-74585
11/13/2023, 12:37 PMbored-farmer-36655
11/13/2023, 12:40 PMorange-businessperson-74585
11/13/2023, 2:29 PMintel_iommu=on
and pci=nommconf
the network card stops functioning after a while. ANy other ideas or tips?bored-farmer-36655
11/13/2023, 2:47 PMorange-businessperson-74585
11/13/2023, 2:51 PMbrainy-whale-97450
11/13/2023, 2:53 PMorange-businessperson-74585
11/13/2023, 2:56 PMbored-farmer-36655
11/13/2023, 3:07 PMcat/etc/os-release
?orange-businessperson-74585
11/13/2023, 3:09 PMNAME="SLE Micro"
VERSION="5.3"
VERSION_ID="5.3"
PRETTY_NAME="Harvester v1.2.1"
ID="sle-micro-rancher"
ID_LIKE="suse"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:suse:sle-micro-rancher:5.3"
VARIANT="Harvester"
VARIANT_ID="Harvester-v1.2-20231023"
GRUB_ENTRY_NAME="Harvester v1.2.1"
bored-farmer-36655
11/13/2023, 4:12 PM