I used generic-ext4-combined.img.gz this image. And 23.05 version
.
Using this image "combined-efi" steps of installing are same? Please help
thanks in advance
I am trying to install openwrt using following steps:
1 USB Stick
Linux Live ISO (I tried with Fiinnix and Ubuntu 23.10)
Steps:
i) wget https://archive.openwrt.org/releases/22.03.5/targets/x86/64/openwrt-22.03.5-x86-64-generic-ext4-combined-efi.img.gz
ii) gunzip openwrt-22.03.5-x86-64-generic-ext4-combined-efi.img.gz
iii) fdisk -l
iv)sudo dd if=./openwrt-22.03.5-x86-64-generic-ext4-combined-efi.img of=/dev/sda bs=256 status=progress
sudo fdisk /dev/sda
GPT PMBR size mismatch (246303 != 468862127) will be corrected by write.
The backup GPT table is corrupt, but the primary appears OK, so that will be used.
The backup GPT table is not on the end of the device. This problem will be corrected by write.
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
sudo fdisk /dev/sda
Command (m for help): p
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: Patriot Burst El
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: BF7A017B-4794-7EEB-750B-7774328FBD00
Device Start End Sectors Size Type
/dev/sda1 512 33279 32768 16M Linux filesystem
/dev/sda2 33280 246271 212992 104M Linux filesystem
/dev/sda128 34 511 478 239K BIOS boot
Partition table entries are not in disk order.
Command (m for help): x
Expert command (m for help): f
Partitions order fixed.
Expert command (m for help): r
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
Last step: sudo gparted /dev/sda
When I am using Gparted with ubuntu 23.10, in gparted section the Move/Resize option is disabled.
I tried this resize2fs command as well with finnix but after reboot black screen is coming. Op is not booting
I tried using sdc drive with the latest version. Again the resize/move option was disabled in gparted so I simply rebooted the system.
After reboot this message is flashing on screen.
"Selected boot image did not Authenticate. Press to continue.
I tried balenaetcher to create a flash oS image of openwrt. But it is showing error. same with the rufus as well. Is there any mistake that I am doing? I tried another linux iso as well. In gparted move./resize option is disabled in that as well.
On enabling the legacy support a black screen with a message press ESC key for start up menu is showing on screen