I installed raspbian through NOOBS. Now I need to install OPEN ELEC in same sd card in different partition without affecting any changes to my raspbian.
I tried via NOOBS but it showing Raspbian needs to reinstall. Is there any way to install OPEN ELEC in same sd card without removing raspbian
-
- Posts: 258
- Joined: Sat Oct 24, 2015 1:50 pm
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
You will have to re-arrange the partitions to create space, then copy in the files - this is not something that NOOBS can do.
Can you create a second card? You would have to shut down Raspbian to start OpenElec anyway. Swapping a card takes moments.
Can you create a second card? You would have to shut down Raspbian to start OpenElec anyway. Swapping a card takes moments.
- DougieLawson
- Posts: 40792
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
That's not possible with NOOBS. NOOBS is a pick your OS on the first boot and it's all set in stone. You can't come along later and add other OSes without trashing the contents of the SDCard.Mathan wrote:I installed raspbian through NOOBS. Now I need to install OPEN ELEC in same sd card in different partition without affecting any changes to my raspbian.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
I made a partition of ext 4 1 gb using gparted from puppy linux. After this i dont know what to do??
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
If you need this much hand holding then I think it's not wise to even attempt it...Mathan wrote:I made a partition of ext 4 1 gb using gparted from puppy linux. After this i dont know what to do??
Why don't you install Kodi on top of Raspbian? That way you don't even have to reboot to switch between desktop and Kodi.
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
Is kodi another OS??
Is it able to support hardware gpu for playing video
Is it able to support hardware gpu for playing video
-
- Posts: 25716
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
KODI is Multimedia Software http://kodi.tvMathan wrote:Is kodi another OS??
Is it able to support hardware gpu for playing video
KODI has omxPlayer which is hardware accelerated ..
...omxPlayer is also included by default in Raspbian http://www.raspberry-projects.com/pi/so ... /omxplayer
The information is out there....you just have to let it in.
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
Some thing like changing "root=/dev/ partition-you-made " in cmdline.txt should work afaik.Mathan wrote:I made a partition of ext 4 1 gb using gparted from puppy linux. After this i dont know what to do??
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
Yes, but you may encounter problems if the two OSs use different kernels.r3d4 wrote:Some thing like changing "root=/dev/ partition-you-made " in cmdline.txt should work afaik.Mathan wrote:I made a partition of ext 4 1 gb using gparted from puppy linux. After this i dont know what to do??
So you may also have to add / change a 'kernel=' line in config.txt to make it work.
And editing these files from Openelec is also a pain, because 'boot' is not mounted by default.
There may be other hurdles...
Re: How to instal 2nd OS without removing Raspbian on 1sdcar
It would be way to hard as DirkS says. To make it work properly you would need to either shuffle around the partitions to include NOOBS (very hard) or append a boot partition and root partition to the end, copy the files, and then set the special file for the boot up partition which would still be more trouble than its worth to either install Kodi on top or get a new SD card.
There are 10 types of people: those who understand binary and those who don't.