Got everything setup. 4 sids connected to 4 different VLANs. All seems well but one thing I noticed now is that on the overview screen I get one of two errors (no status is shown)
Does the install process listed in the wiki actually work?
Amazon dropped one of these units off to me yesterday, and today I've been pulling my hair out trying to get openwrt running on it. I've managed to get SSH running on it by restoring the pre-made config file, but I've tried a hundred times to complete the rest of the steps of Part 1 Option A, and it always boots into factory firmware (IP address 192.168.216.1).
I have a 32 GB USB disk, formatted as fat32, copied on the initrd (various ones including 23.05.0, 23.05.2, and snapshot), and ran the two commands to start it (verified that the filename is correct), yet it always just reboots into factory. The disk mounts just fine in the factory firmware upon insertion. I've even gone so far as to find something running windows (as painful as that is to deal with) to reformat the disk with.
Any hints?
Can anybody offer a disk image I can put onto my USB disk with 'dd' to eliminate that part of the equation?
Is it possible that there is something changed in the shipping firmware to break the process?
Per another post way above, it seems that 32GB should be fine;
It is a single partition. I've tried both with msdos and gpt partition tables. No difference.
Could you clear me up on the "usb 0:1" thing? I've got;
[ 383.624410] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 383.665007] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 383.665285] scsi host0: usb-storage 2-1:1.0
[ 384.743259] scsi 0:0:0:0: Direct-Access Kingston DataTraveler 3.0 1.00 P Q: 0 ANSI: 6
[ 384.745193] sd 0:0:0:0: [sda] 60437492 512-byte logical blocks: (30.9 GB/28. 8 GiB)
[ 384.751308] sd 0:0:0:0: [sda] Write Protect is off
[ 384.758391] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[ 384.758970] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, do esn't support DPO or FUA
[ 384.767388] sda: sda1
[ 384.774564] sd 0:0:0:0: [sda] Attached SCSI removable disk
I've also successfully tried a system downgrade to version 1.10.01.201 by editing /etc/system_version.info to 1.10.01.200 and then installing the .201 version linked in this thread. No change.
In my case, I update the factory firmware to latest version, then insert the exFAT usb stick accidentally to start the installation as wiki shown, eventually all thing work right.
I had a similar problem with my USB data disks. The USB sticks that I had created with Windows did not work for me. Only when I created one with FAT16 (max. 4 GB paritition) with mini tool paritition wizzard (free version) did it work.
Ill add that I was able to get it to boot off of a USB drive that I formatted to FAT32 with the KDE GUI partitioning tool (on Fedora 39 (KDE spin)) and then copied the file over to.
Ill also say that I tried a couple other ways first and those didnt work.
I wonder if the USB stick has something to do with it....I know that (on windows at least) some of my USB drives when you plug them in dont show up as "removable storage" but just as an attached hard drive. When this happens right clicking on the drive in explorer the right clock menu doesnt give you an "eject" option.
Im not sure what exactly, but something on the USB flash drive is making windows recognize it differently...Perhaps something on the USB flash drive is making u-boot label the drive differently too.
Unless somebody can figure out EXACTLY what is needed to make the USB install approach actually work reliably, the wiki should have a big ugly warning with it saying that it is NOT A RELIABLE METHOD, and that users should be prepared to use the UART/TFTP method instead.