From e95931fdce6e7d7d53bd0d858b6a0a4ade50a6f4 Mon Sep 17 00:00:00 2001 From: "Liu, Lishan" Date: Thu, 20 Nov 2025 15:53:51 +0800 Subject: [PATCH] Add i915.force_probe=* to ISO image cmdline Add i915.force_probe=* to ISO image cmdline to align with raw image Signed-off-by: Liu, Lishan --- toolkit/imageconfigs/full.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/toolkit/imageconfigs/full.json b/toolkit/imageconfigs/full.json index c8256142bd..2d6a228ab5 100644 --- a/toolkit/imageconfigs/full.json +++ b/toolkit/imageconfigs/full.json @@ -18,7 +18,7 @@ "packagelists/intel-wireless.json" ], "KernelCommandLine": { - "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0", + "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0 i915.force_probe=*", "SELinux": "permissive" }, "KernelOptions": { @@ -50,7 +50,7 @@ "packagelists/intel-wireless.json" ], "KernelCommandLine": { - "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0", + "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0 i915.force_probe=*", "SELinux": "permissive" }, "KernelOptions": { @@ -82,7 +82,7 @@ "packagelists/intel-wireless.json" ], "KernelCommandLine": { - "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0", + "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0 i915.force_probe=*", "SELinux": "permissive" }, "KernelOptions": { @@ -113,7 +113,7 @@ "packagelists/intel-wireless.json" ], "KernelCommandLine": { - "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0", + "ExtraCommandLine": "console=ttyS0,115200n8 console=tty0 i915.force_probe=*", "SELinux": "permissive" }, "KernelOptions": {