{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreicpy27f6deiglm3wreetv3t3wus6ox6otegz3jpb6mtq2shk775fy",
"uri": "at://did:plc:vheeqocrmpufeihqwcbic4m6/app.bsky.feed.post/3mfnbc7urwvr2"
},
"description": "ASUS ExpertBooks are popular enterprise laptops with a well-priced combination of hardware and solid build quality. However, installing Ubuntu on these laptops can be challenging due to UEFI issues. In this blog post, I am documenting the challenges and the steps to overcome these issues and successfully install Ubuntu on ASUS ExpertBooks.\n\nWhilst UEFI is arguably useful, the choices made by ASUS in their BIOS settings are problematic. Whilst I have no knowledge of the exact reasons for these choices, they seem to be overly restrictive and limiting for advanced users. Enforcing the device to boot only from the UEFI firmware can be problematic for advanced users who want to dual-boot or install other operating systems.",
"path": "/blogs/2026-02-25-installing-ubuntu-on-asus-expertbook-uefi-issues/",
"publishedAt": "2026-02-24T13:30:00.000Z",
"site": "https://gaggl.com",
"tags": [
"documentation",
"Ubuntu",
"Uefi",
"Asus",
"Expertbook",
"https://oliverswift.github.io/B1502CBA/",
"←LPWAN Meshes: Reticulum - Where I Landed",
"LPWAN Meshes: ClusterDuck Protocol - Purpose-Built for Emergencies→",
"What's this?",
"mention this post's URL",
"webmention"
],
"textContent": "ASUS ExpertBooks are popular enterprise laptops with a well-priced combination of hardware and solid build quality. However, installing Ubuntu on these laptops can be challenging due to UEFI issues. In this blog post, I am documenting the challenges and the steps to overcome these issues and successfully install Ubuntu on ASUS ExpertBooks.\n\nWhilst UEFI is arguably useful, the choices made by ASUS in their BIOS settings are problematic. Whilst I have no knowledge of the exact reasons for these choices, they seem to be overly restrictive and limiting for advanced users. Enforcing the device to boot only from the UEFI firmware can be problematic for advanced users who want to dual-boot or install other operating systems.\n\nHaving an option in the BIOS to “Disable” Secure Boot Control, but not just ignoring it, seems more like an arsehole move than a concern about security. It’s important to note that disabling Secure Boot Control does not compromise the security of the system, as it only affects the ability to boot from non-UEFI firmware.\n\nAnd it also seems pretty dumb move by Canonical to not ship the the Ubuntu ISO with the dual-signed shim by default causing these issues with these hardware configuration. This is causing a lot of unnecessary frustration for users who want to install Ubuntu on these laptops.\n\nMy setup is as follows:\n\n * ASUS ExpertBook P1\n * BIOS Version: 306\n\n\n\nTo be able to install Ubuntu on this laptop, you can forget all the BIOS settings as all the relevant BIOS features are disabled by default. You have to fix the UEFI shim on the USB boot drive.\n\nTo be able to modify the UEFI shim on the USB boot drive, you need to firstly create the USB drive with an editable file system. Using tools like Balena Etcher or the inbuild disk writer (dd) creates an ISO9660 filesystem, which is read-only. To create a USB drive with an editable file system, the easiest way is to use the `Startup Disk Creator` (usb-creator-gtk).\n\n\n sudo apt install usb-creator-gtk\n\nCopy\n\nOnce the USB drive is created, you can modify the UEFI shim by following these steps:\n\n 1. Mount the USB drive:\n\n\n\n\n sudo mkdir /mnt/usb\n sudo mount /dev/sdX2 /mnt/usb\n\nCopy\n\n 2. Copy the shim file to the USB drive:\n\n\n\n\n sudo cp /usr/lib/shim/shim.efi /mnt/usb/EFI/BOOT/bootx64.efi\n\nCopy\n\n 3. Unmount the USB drive:\n\n\n\n\n sudo umount /mnt/usb\n\nCopy\n\nNow you can boot from the USB drive and install Ubuntu on your ASUS ExpertBook.\n\nHowever, thanks to Canonical’s decision to not ship the Ubuntu ISO with the dual-signed shim by default, you will not be able to boot from the USB drive without modifying the shim file. To do this, you can follow the steps outlined above to modify the shim file on the USB drive.\n\n\n # Create mount points\n sudo mkdir -p /mnt /mnt/boot /mnt/boot/efi\n\n # Unlock LUKS encrypted root\n sudo cryptsetup luksOpen /dev/nvme0n1p3 cryptroot\n\n # Activate LVM inside the LUKS container\n sudo vgscan\n sudo vgchange -ay\n\n # Mount root, /boot, and EFI\n sudo mount /dev/mapper/ubuntu--vg-root /mnt\n sudo mount /dev/nvme0n1p2 /mnt/boot\n sudo mount /dev/nvme0n1p1 /mnt/boot/efi\n\n # Replace dual-signed shim\n sudo cp /usr/lib/shim/shimx64.efi.dualsigned /mnt/boot/efi/EFI/ubuntu/shimx64.efi\n sudo cp /usr/lib/shim/shimx64.efi.dualsigned /mnt/boot/efi/EFI/BOOT/BOOTX64.EFI\n\nCopy\n\nYou should now be able to boot the notebook and have a working Ubuntu installation running. **It should not be that hard!!!** One can only hope that at least Canonical will fix this issue with the dual-signed shim in the future.\n\nShame on ASUS for crippling their own hardware with proprietary firmware hiding important options and preventing users from booting anything other than signed by Microsoft.\n\n## Thank you\n\nA thanks goes to Oliver Swift for his guide that was most helpful troubleshooting UEFI issues: https://oliverswift.github.io/B1502CBA/ - as there is zero documentation from ASUS.\n\n * Ubuntu\n * Uefi\n * Asus\n * Expertbook\n\n\n\n←LPWAN Meshes: Reticulum - Where I Landed\nLPWAN Meshes: ClusterDuck Protocol - Purpose-Built for Emergencies→\n\nASUS ExpertBooks are popular enterprise laptops with a well-priced combination of hardware and solid build quality. However, installing Ubuntu on these laptops can be challenging due to UEFI issues. In this blog post, I am documenting the challenges and the steps to overcome these issues and successfully install Ubuntu on ASUS ExpertBooks.\n\nWhilst UEFI is arguably useful, the choices made by ASUS in their BIOS settings are problematic. Whilst I have no knowledge of the exact reasons for these choices, they seem to be overly restrictive and limiting for advanced users. Enforcing the device to boot only from the UEFI firmware can be problematic for advanced users who want to dual-boot or install other operating systems.\n\n## Webmentions\n\nWhat's this?\n\n### 🔁 Reposted by 1 person\n\n**Want to comment?** Reply to this post from your Mastodon/Fediverse account, or mention this post's URL in your reply. Your comment will appear here automatically!\n\nHave your own blog? Send a webmention to `https://webmention.io/gaggl.com/webmention`",
"title": "Installing Ubuntu on ASUS ExpertBooks - overcoming UEFI issues",
"updatedAt": "2026-04-08T10:13:21.423Z"
}