79366239

Date: 2025-01-17 22:30:10
Score: 1
Natty:
Report link

These are the commands that I've been using. Not sure if I'm doing this right though.

apt install -y acpica-tools
acpidump > acpidump.out
acpixtract -a acpidump.out
iasl -d dsdt.dat
OEM_ID=$(grep "OEM ID" dsdt.dsl | tail -n 1 | awk -F'"' '{print $2}' | cut -c1-4)
sed -i "s/'<WOOT>'/'$OEM_ID'/g" /opt/CAPEv2/installer/kvm-qemu.sh
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29249289