I'm posting about this as the Asus Zenbook S 13 model, with Intel Ultra 7 CPU, released January 2024, at first just booted to a blank screen. Took several days, but finally got video and audio working.
I bought it on January 10. Wanted a thin light 13 inch laptop for traveling. Posted about it here:
https://bkhome.org/news/202501/asus-zen ... aptop.html
After some online reading, users reported success with Manjaro, so tried that:
https://bkhome.org/news/202501/installi ... -s-13.html
Then tried Linux Mint 22.1, which also worked ...until the third bootup... posted about it:
https://bkhome.org/news/202501/installi ... -s-13.html
As a guide to anyone else who has, or plans to buy, a new laptop with Intel Ultra CPU, I finally was able to compile a kernel for EasyOS with video and audio working:
https://bkhome.org/news/202501/easyos-a ... -s-13.html
Apart from compiling the 6.12.10 kernel with appropriate config, also needed appropriate firmware. I created a 'firmware_linux_zenbook' PET for the new firmware:
https://distro.ibiblio.org/easyos/noarc ... 250122.pet
The secret that fixed the video is the kernel commandline "intel_iommu=igfx_off", but it would be good if we can discover some other fix that doesn't require anything on the kernel commandline.
I did read something else, to turn off "intel vt" (intel virtualization technology) in the UEFI-setup, but I read somewhere else that doing so will stuff up the Windows installation.
Note that the kernel used in EasyOS would most likely work in the woof-CE built pups that use aufs, not overlayfs. The config file can be got out of the "build-kernel" tarball from here:
https://distro.ibiblio.org/easyos/sourc ... -20250121/
...it is a big kernel, with everything (needed to bootup) builtin, so you can have an initrd without any modules.