Fix GRUB Boot From USB First | Generated by AI

Home 2026.02

Question: How to proceed when entering GRUB mode during OpenWrt installation from a bootable USB on a Lenovo laptop?

Answer:

You’re currently seeing a GRUB prompt (likely grub> or grub rescue>) instead of booting directly into the OpenWrt console. This is a common issue when trying to boot the OpenWrt x86 combined image from USB, especially on Lenovo laptops or UEFI systems.

Here are the most likely causes and fixes (in order of probability and ease):

Most common reason: The laptop is not actually booting from the USB stick

If it really boots from USB but still drops to GRUB prompt / rescue

Summary – what to do right now

  1. Remove USB → reboot → enter boot menu (F12) → select USB explicitly.
  2. If no change → enter BIOS (F2) → disable Secure Boot + set USB first + UEFI mode.
  3. If still GRUB prompt after confirmed USB boot → remake the USB stick carefully (verify checksum of downloaded .img.gz if possible).
  4. Once it boots correctly → you should see OpenWrt GRUB menu (hit Enter if it pauses) → then console login: root (no password).

After successful boot from USB → proceed with the dd install to /dev/sda (internal disk) as described earlier.

Let me know exactly what the GRUB screen shows (grub> or grub rescue> or just “GRUB _”) and whether you see any error messages — that helps narrow it down further.

References:


Back Donate