macmpi

Results 149 comments of macmpi

Could replicate the issue. When using new [Pi MSD bootmode](https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md#special-bootcodebin-only-boot-mode) it seems the installer gets confused. In my case (PiZero in MSD bootmode, so using a bootcode.bin-only SD; some Pi3...

About previous **Note**, I can confirm if `bootdev` is not set in `cmdline.txt`, although std booting will work (as `datatev` is always set), hitting "Edit menu" will likely not mount...

@chengjianwen After several tests it very much seems the principal issue is that install routine does not set `bootdev=` statement in `cmdline.txt` when operating in MSD mode (i.e. with no...

> When I Click "Exit" button in berryboot (step 2/3), the pi can't reboot. Yes, this exit button (on lower-right part of window, sort of ON/OFF) is actually turning-off the...

> That you prepared the USB disk is not really what the code expects. Yes that's the situation, but it is a [legitimate/supported way to get MSD operations](https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/README.md#special-bootcodebin-only-boot-mode): > For...

I'll rephrase: > It expects a Pi 3, an empty USB drive, and that the initial BB files are on the SD card. Can you consider equally supporting other Pi...

What about this: - a PiZero embedded into a case/enclosing device/IOT/etc and SD is not easily accessible (so just have `bootcode.ini `file on it, read only, **never needs updating of...

This usecase is not as specific as it sounds: It applies to **any Pi models** for which one might not want to mess with SD (accessibility may not be sole...

> The whole current USB boot implementation is kinda fragile. This request is merely about getting feature parity across Pi Devices (including across rogue Pi3b batches) for an existing functionality....

BTW it seems Pi3b+ does support USB-boot off-the-shelf (not need for `program_usb_boot_mode=1`). Therefore current berryboot installer dependency on [`program_usb_boot_mode=1`](https://github.com/maxnet/berryboot/blob/berryboot2015/BerrybootGUI2.0/installer.cpp#L945) to setup USB Boot configuration **also needs to be waived** for...