brand-new Pi3 owner here. I'm still reading a lot of information/guides/tutorials for my first steps. My first personal goal set is to get my new 8GB Micro SD card running with the current NOOBS 2.3.0 and three OSes (Raspian, LibreELEC & RetroPie). That's why I'm trying to understand automatic partitioning in NOOBS as it's explained on the RaspberryPi Github.
The thing I don't understand is, how does NOOBS allocate the free space on the SD card when I install more than one OS? When there are multiple root partions all asking for "want_maximised: true", my first thought is, the first OS gets a small boot partition and the rest of the SD card is for the root partition (due to "want_maximised: true). Where does NOOBS take the space for the next OSes then?
Because of all the things I read, I know this is not at all how it works, but the description on GitHub doesn't go into detail (or I simply don't understand it)?
Let's say I want to install two OSes and each of the boot partitions takes up 60MB. How would NOOBS allocate the rest of the SD card? Does it simply deduct 120MB of the remaining space (minus 'recovery' and 'settings' partition of course) and divides the rest by 2? And if yes, where exactly does this happen file-wise? I'm really trying to understand this.
I hope it's okay to ask another question about NOOBS. I've read so much about it but still don't understand what happens when I boot a new OS? Let's say I was running Raspian, then reboot the Pi and choose e.g. LibreELEC. Will NOOBS then wipe the Raspian partitions and install LibreELEC? It's probably a stupid question but I've read NOOBS is an OS-installer and would wipe the card when pressing SHIFT on booting up. I'm guessing I'm confusing something here.
And last but not least a RetroPie question which honestly I'm not expecting an answer but simply trying my luck. Maybe a RetroPie buff comes across this by chance.
The current RetroPie guide for converting an SD image to a NOOBS image asks in Step #4 (.tar file of the retropie partition) for sudo:
Code: Select all
sudo tar -cvpf ~/Desktop/retropie.tar ./*Code: Select all
xz -9 -e -v retropie.tarCode: Select all
xz: retropie.tar.xz: Cannot set the file group: Operation not permittedCheers
Martin