As above. I created the USB innate using dd on my Mac. I mounted the EFI
partition but didn't see anything there. Perhaps I need to mount the main
partition on Linux?
Another question please. How do I change the default boot volume/.EFI file?
You should be able to mount the USB drive and edit the EFI/BOOT/refind.conf file on that drive; however, note that the partition type of the one partition on the image file is for an ESP. Many OSes, including macOS, hide ESPs by default. Thus, you'll have to mount it with an explicit text-mode mount command. Something like step #2 of the manual rEFInd macOS installation instructions should do the trick, but you'll need to adjust the partition identifier, since it will almost certainly not be /dev/disk0s1. It might be /dev/disk1s1 or something else.
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As above. I created the USB innate using dd on my Mac. I mounted the EFI
partition but didn't see anything there. Perhaps I need to mount the main
partition on Linux?
Another question please. How do I change the default boot volume/.EFI file?
Thanks
I would like to add that I want to make the default boot a Windows 10 installation. Thanks again
You should be able to mount the USB drive and edit the
EFI/BOOT/refind.conffile on that drive; however, note that the partition type of the one partition on the image file is for an ESP. Many OSes, including macOS, hide ESPs by default. Thus, you'll have to mount it with an explicit text-mode mount command. Something like step #2 of the manual rEFInd macOS installation instructions should do the trick, but you'll need to adjust the partition identifier, since it will almost certainly not be/dev/disk0s1. It might be/dev/disk1s1or something else.thank you