3

I have installed libreelec and raspbian on single SD card using NOOBS. Raspbian got 8GB partition and LibreElec about 5GB. OpenElec takes only 256MB so I would like it to be assigned partition no bigger than 1GB and I would like raspbian to fill rest of the space. How can I achive this?

Trismegistos
  • 163
  • 1
  • 9

2 Answers2

0

Changing partition sizes on multi-boot systems is risky, but if you must, use a partition editor from your desktop or laptop. I personally favour GParted on Ubuntu.

Another alternative is to wipe the SD card completely and reinstall by specifying the new partition sizes you want, or making the partitions on the SD card ahead of time, again using a partition editor. For this application, I favour fdisk, available on a number of platforms.

tlhIngan
  • 3,372
  • 5
  • 21
  • 33
0

It can be done for Raspbian. I had to download Noobs (not lite) with Raspbian included and change value partition_size_nominal in partitions.json. This value is in fact minimal partition size that will be allocated for Raspbian. It is minimal because partition can be extended by installer.

Trismegistos
  • 163
  • 1
  • 9