-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can use Balena Etcher on Mac if you follow this simple guide #68
Comments
Thanks for this, I’ve been using win10 developer preview under UTM to run Rufus on my Mac. Works well, but I’d prefer a native solution. Will give this a try. |
Thank you! This worked well on Balena + Linux as well. :) |
Legend! you saved me hours trying to figure it out! |
Hey @Skeeve I've followed along here with the latest build for RG40XXV: https://drive.google.com/drive/folders/1oR5I-XTuUWBGBrFrqGED4gvpCWiB_WJR, but unfortunately the ROMS partition was never created, what device did you try this for? |
I have an RG35XX H. But my instructions do not take care for creating any partitions. The partitions have to be there in the first place. The instructions are only here to clean up the partition table and its backup data. So if there was no ROM partition after you "burned" the sdcard, so when it wasn't shown after entering "p", it, for sure, will not be there after you wrote the partition table. |
@Skeeve hmmm... I'm working with some unknowns here, but if p is the partition table and the cbepx-me is expected to create a ROM partition as well, shouldn't you also have a ROM partition within the table? I have the same table as the one in the screenshot but when I load up the SD Card to the computer I am only seeing Volumn and not an additional volume to store the roms and saves in. |
Ahhh! Okay… I see, what you mean. No partition is called "ROM". But to be sure and as I wanted to update to the latest Version anyway, I will do that now and will update you. |
Sounds good! Thanks for being responsive. I haven't seen a lot of content out there for setting up these retro gaming devices with a Mac. |
Just an update before I even started. This is the partition table of my sdcard before the update:
So it seems partition 8 is the ROMS partition and it really isn't there after flashing the card. The update process will create it. |
So this is the partition table in gdisk after flashing:
Steps when in device:
And this is the partition table after installation:
Hope this helps. |
Thanks! For now I ended up running Knulli on the RG40XXV while I spend more time to figure this out later. I ended up spending more time on these operating systems than actually enjoying the device until now. |
If you facing problem with gdisk error 1, probably, it helps. Important step to add - ensure you disabled SIP on macs! To do this, reboot into recovery, go to terminal, do After you done, you can enable SIP (if you need it) in recovery OS by typing |
Honestly I think this should be added to the README or the guide steps. Seems to be an extremely simple and effective solution for UNIX-like systems that enables anything that isn't Rufus to have proper partition resizing |
First of all: Install
gdisk
vie homebrew.Type in terminal:
Then run Balena Etcher, taking note of the disk number you are flashing. Example: Here it is /
dev/disk7
After flashing, open the terminal again and run gdisk, giving you flashcard's disk number (/dev/disk7 in the example)
Then enter the commands
p
to view the partition table. It should look similar to the one in the screenshot belowx
for expert modee
for relocating the backup data structure to the end of the diskw
to write the changed datay
to confirm you want to writeAfter that you can eject the disk and continue on the device.
The text was updated successfully, but these errors were encountered: