Powershell
Posts: 44
Joined: Fri Apr 08, 2016 10:24 am

Dual boot *existing* Raspbian and ELEC

Fri Jul 07, 2017 6:20 pm

Hi everyone!

I already have Raspbian on my Pi3 and would like to add OpenELEC as a separate OS for media.

Checked with some tutorials on NOOBS and BerryBoot, but they all suggest to install a clean OS.
Or, in case of BerryBoot, convert an existing OS ext4 to squashfs and add - but it will render it read-only.
:-[

I guess I'm stuck with backing up my Raspbian partition, and after installing 2 clean OS'es, restore it over?

Or is there a better way?

Thanks!

User avatar
procount
Posts: 2215
Joined: Thu Jun 27, 2013 12:32 pm
Location: UK

Re: Dual boot *existing* Raspbian and ELEC

Fri Jul 07, 2017 7:09 pm

If you are going to use noobs or pinn, treat your existing Raspbian as a custom os as detailed here:
https://github.com/raspberrypi/noobs/bl ... os-version

So backup your boot and root partitions as tar.xz files and put them on a usb stick in a /os/<myosname> folder along with additional metafiles as detailed in the above link.
Then install noobs/pinn on a blank sd card and install openelec from the internet and your <myosname> from the usbstick.
PINN - NOOBS with the extras... https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574

Powershell
Posts: 44
Joined: Fri Apr 08, 2016 10:24 am

Re: Dual boot *existing* Raspbian and ELEC

Sat Jul 08, 2017 9:41 pm

Thanks!

Before I start, there's one confusing thing: SD Card is VFAT formatted (4GB filesize limit), but my root.tar.xz is 7 GB.

I couldnt find any option in NOOBS to install from an external USB HDD (which is NTFS). Any clue?

User avatar
procount
Posts: 2215
Joined: Thu Jun 27, 2013 12:32 pm
Location: UK

Re: Dual boot *existing* Raspbian and ELEC

Sat Jul 08, 2017 10:04 pm

There's an option in tar to compress the file output (-j? See man tar) or pipe the output of tar through xz to create a tar.xz file. This should be <4GB.

Not sure if noobs supports ntfs on a usb stick for importing OSes. Best to stick to fat32
PINN - NOOBS with the extras... https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574

Return to “Beginners”