You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9,7 +9,7 @@ _Existing references I looked at before I went on trial and error until eventual
My situation:
- Proxmox on x86-64 machine
- booting with OVMF (UEFI, since I want to passthrough hardware at somepoint)
- booting with OVMF (UEFI, since I want to passthrough hardware at somepoint)
1) Go to OpenWRT [release page](https://downloads.openwrt.org/releases/), select the latest release stable release, then ```targets``` -> ```x86``` -> ```64```. Right-click ```generic-ext4-combined-efi.img.gz``` and copy the link.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Although links above were good references to look at so I didn't have to start from scratch, following none of them actually worked for me.
> Hence, I'm leaving my own note after figuring things out.
My situation:
- Proxmox on x86-64 machine
- booting with OVMF (UEFI, since I want to passthrough hardware at somepoint)
1) Go to OpenWRT [release page](https://downloads.openwrt.org/releases/), select the latest release stable release, then ```targets``` -> ```x86``` -> ```64```. Right-click ```generic-ext4-combined-efi.img.gz``` and copy the link.
2) On the Proxmox host, download the archive and unpack it:
```bash
# I will use example link here but yours might different depends on the version
# don't forget unzipping, because this is where I accidently skipped it at my second attempt (my first attempt I didn't download 64 bit version so that failed)
# - surpringly (or maybe not surprisingly) both `qemu-img resize` and `qm importdisk` works on `.gz` file
# - so the disk will imported with compressed bits which doesn't make any sense to the UEFI boot loader of course...