owl770

Results 25 comments of owl770

Make sure your SD meets this criteria - https://www.raspberrypi.org/documentation/installation/sd-cards.md What OS are you using to partition/format the card? I have had problems using MacOS in the past (not sure why)....

You could also check that the partition type is `c W95 FAT32 (LBA)`

On my system, this appears to be a timing problem - after starting iscsi, it takes some time for the device files to be created. If I add the following...

And it appears that this does not work 100% reliably. May take a few reboots.

Further testing has shown that it seems to take the iscsi daemon a while to start. My (redacted) /boot/iscsi.sh now looks like: ``` /bin/date >>/iscsi.out PRE=`/bin/ls -1 /dev/sd? | /usr/bin/wc...

I am currently compiling this version to test...will take a day or two...will report back.

I have completed this round of testing. I compiled the https://github.com/HinTak/berryboot/tree/berryboot-20210206-pi64%2Brespeaker source, copied the output files to an SD card and booted. - The "Welcome" screen was displayed - I...

During setup (in `iscsidialog.cpp`) `iSCSIDialog::accept() `does a call to `iscsistart` (which works) and then in `diskdialog.cpp` it calls `hasExistingBerryboot` but this fails (I assume the device files are not yet...

Hi @maxnet and @HinTak - I have done a fair bit of debugging on the timing issue with iSCSI devices and provide the following code upgrades for your review, adjustment,...

Thanks @andreaz70 - I have updated the post to include the correct patch file!!! :)