diff --git a/pkg/grub/rootfs.cfg b/pkg/grub/rootfs.cfg index 575ad53044..a7f1228c47 100644 --- a/pkg/grub/rootfs.cfg +++ b/pkg/grub/rootfs.cfg @@ -210,6 +210,12 @@ function set_x86_64_baremetal { set_global dom0_platform_tweaks "$dom0_platform_tweaks xr_usb_serial_common.mode=2h,3h" fi fi + if [ "$smb_vendor" = "SIEMENS AG" ]; then + smbios -t 1 -s 5 --set smb_product + if [ "$smb_product" = "SIMATIC IPC227G" ]; then + set_global dom0_platform_tweaks "$dom0_platform_tweaks modprobe.blacklist=wdat_wdt" + fi + fi set_global ucode /boot/ucode.img }