Jump to content


Photo

OpenMultiboot for openPLi


  • Please log in to reply
474 replies to this topic

Re: OpenMultiboot for openPLi #41 Dimitrij

  • PLi® Core member
  • 9,992 posts

+338
Excellent

Posted 4 June 2015 - 16:31

bacicciosat

Thank you very much :) .


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: OpenMultiboot for openPLi #42 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 4 June 2015 - 17:56

Uhmm Dimitrij i hope that it is all working for you in Pli.

I suspect that the file open-multiboot-branding-helper.py needs more workaround to manage the list of installed images and the relative folders.



Re: OpenMultiboot for openPLi #43 Dimitrij

  • PLi® Core member
  • 9,992 posts

+338
Excellent

Posted 5 June 2015 - 16:06

version 1.2a


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: OpenMultiboot for openPLi #44 rtzhjgg0

  • Senior Member
  • 568 posts

+13
Neutral

Posted 5 June 2015 - 17:04

is normal that /media/usb/open-multiboot/.kernels/flash.bin is > as 1GB?


Selfsat H50M4
Ultimo4K /2xTwinS2, VTI, PLi, ATV...
NAS: Qnap221

Re: OpenMultiboot for openPLi #45 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 5 June 2015 - 17:14

I have builded and included in OpenBlackHole a compat-module boxbranding so OBH can use OEA plugins without any patch.

OpenMultiBoot will be available in image in the next updates and OBH can boot easly OpenPli without any patch to the file volatile-media.

 

About this is have a little hack for you Dimitrij if you like that OpenMultiBott patches OpenPli image at installation.

 

file OMBManagerInstall.py

 

find line

os.system(OMB_RMMOD_BIN + ' nandsim')

add after

if dst_path.find('OpenPLi'):
			inme = open(dst_path + "/etc/init.d/volatile-media.sh",'r')
			out = open(dst_path + "/etc/init.d/volatile-media.tmp",'w')
			for line in inme.readlines():
				if line.find('mount -t tmpfs -o size=64k tmpfs /media') != -1:
					line = "mountpoint -q \"/media\" || mount -t tmpfs -o size=64k tmpfs /media\n"
				out.write(line)
			out.close()
			inme.close()
			os.system("mv -f " + dst_path + "/etc/init.d/volatile-media.tmp " + dst_path + "/etc/init.d/volatile-media.sh"  )
			os.system("chmod 0755 " + dst_path + "/etc/init.d/volatile-media.sh")


Re: OpenMultiboot for openPLi #46 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 5 June 2015 - 18:10

sorry: better to use

if dst_path.find('OpenPLi') != -1:

:)



Re: OpenMultiboot for openPLi #47 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 5 June 2015 - 19:58

sorry: better to use

if dst_path.find('OpenPLi') != -1:
:)

 


The in operator might be better just to look if string contains a substring.
 

if 'OpenPLi' in dst_path:

PS. Also better not to use os.system, use os.rename and os.chmod (no need to fork a shell)

PPS. A more simple way to write the file (without os.rename, os.chmod etc) from here.
 

import fileinput

for line in fileinput.input('/etc/init.d/volatile-media.sh', inplace=True):
    if 'mount -t tmpfs -o size=64k tmpfs /media' in line:
        print "mountpoint -q \"/media\" || mount -t tmpfs -o size=64k tmpfs /media",
    else:
        print line,

Edited by athoik, 5 June 2015 - 20:12.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: OpenMultiboot for openPLi #48 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 5 June 2015 - 21:40

nice !



Re: OpenMultiboot for openPLi #49 anwar saheb

  • Senior Member
  • 97 posts

+2
Neutral

Posted 6 June 2015 - 06:09

does it work on dreambox.thank u



Re: OpenMultiboot for openPLi #50 Dimitrij

  • PLi® Core member
  • 9,992 posts

+338
Excellent

Posted 6 June 2015 - 09:25

does it work on dreambox.thank u

fine...


Edited by Dimitrij, 6 June 2015 - 09:26.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: OpenMultiboot for openPLi #51 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 6 June 2015 - 12:36

Ok Open  Black Hole update is available if someone want to test.

It include OpenMultiboot that seems to work fine.

It can boot without issues OpenPli OpenAtv OpenVix clasasical Black Hole and so on.

No patches needed to boot OpenPli.



Re: OpenMultiboot for openPLi #52 dany

  • Senior Member
  • 172 posts

+7
Neutral

Posted 6 June 2015 - 18:30

Dimitrij :

 

after installed your plugin , i restart the box and click on openmultiboot plugin but it says that it needs kernel-module-nandsim

 when i try to instal (kernel-module-nandsim) .. i got error and it asks first to instal (update-modules.ipk)

ok .. after installed required filles .. restart my box .. now i tried the plugin and he extract the image well - i mean no empty file as before

but the box hangs on pli bootlogo after restart

 

note : i installed update-modules.ipk then kernel-module-nandsim_3.13.5-r0.6.1_vuduo2.ipk

 

 

bacicciosat :

i reflashed my box with last updated openblackhole

first i tested vti image 8.2.1 ... it works

but when i tried pli image it goes well for the first time   , but when i restart the box again it hangs on pli bootlogo

i closed off the box from the back but it always hangs on pli bootlogo , even if you remove the usb from back ... the openblackhole image wil not boot

 the plugin didnot show the bootmenu to change the image , you have to go into openmultiboot plugin to select the image you want , and this is impossible because the image no longer boot

i think the bootmenu is very important , especially for such cases

 

 

thank you all very much


pli image is de beste

Re: OpenMultiboot for openPLi #53 Dimitrij

  • PLi® Core member
  • 9,992 posts

+338
Excellent

Posted 6 June 2015 - 18:37

dany

Thank you for tests for vu+.

I think we should wait for this patch https://github.com/v...a-vuplus/pull/6, and then check again .

Although it is likely that the problems are different.
Ideal to get a log with  com-port(data cabel) for boot.


Edited by Dimitrij, 6 June 2015 - 18:41.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: OpenMultiboot for openPLi #54 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 6 June 2015 - 18:42

Dany the Beta Testers reported that Pli is working fine.

Maybe it doesn't boot the second time because you install something strange or restore your settings and they cause some kind of conflict.



Re: OpenMultiboot for openPLi #55 dany

  • Senior Member
  • 172 posts

+7
Neutral

Posted 6 June 2015 - 18:47

Dany the Beta Testers reported that Pli is working fine.

Maybe it doesn't boot the second time because you install something strange or restore your settings and they cause some kind of conflict.

believe me i reflashed my box 2 times .. clean instal .. i didnot restored any settings for openblackhole either for openpli

i always format the usb before any new test


pli image is de beste

Re: OpenMultiboot for openPLi #56 dany

  • Senior Member
  • 172 posts

+7
Neutral

Posted 6 June 2015 - 19:06

when i tested your meoboot 1.0-r14 .. the pli image was worked very well  , but then i had problem with vti image ,, couldnot use dcc or putty -no cennection

and always when i click on meoboot plugin i got this error : sorry , meoboot can be installed or upgraded only when booted from flash

 

and after tested openmultiboot 1.83 .. I have the opposite problem ... vti works very well but pli not


pli image is de beste

Re: OpenMultiboot for openPLi #57 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 6 June 2015 - 19:51

 

Dany the Beta Testers reported that Pli is working fine.

Maybe it doesn't boot the second time because you install something strange or restore your settings and they cause some kind of conflict.

believe me i reflashed my box 2 times .. clean instal .. i didnot restored any settings for openblackhole either for openpli

i always format the usb before any new test

 

 

Sure sure, i believe.

I will keep you informed if i will find the issue.

Thx for testting.



Re: OpenMultiboot for openPLi #58 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 7 June 2015 - 13:24

 

believe me i reflashed my box 2 times .. clean instal .. i didnot restored any settings for openblackhole either for openpli

i always format the usb before any new test

 

 

Dany if you have time and like to test here is a workaround just to try to understand the issue.

 

Install OBH in flash

Run OpenMultiBoot

Check to have not previous installed image. If yes delete your previous installed pli image from openmultiboot plugin

 

Unzip file.
upload in /usr/lib/enigma2/python/Plugins/Extensions/OpenMultiboot
restart enigma2
install pli image (latest)
boot pli image
install nandsim module.
goto openmultiboot plugin in pli and reboot

 

in attach the file and nandsim modules for solo2 and duo2

Attached Files



Re: OpenMultiboot for openPLi #59 dany

  • Senior Member
  • 172 posts

+7
Neutral

Posted 7 June 2015 - 15:39

sorry bacicciosat... i did what you ask but the same result

the box hangs on pli bootlogo

note: this time i just tested pli image and i noticed  when i restart the box it showed me bootmenu for 3 sec

but the strange thing was it didnot showed pli image on bootmenu list , it was openblackhole (flash) and under it openblackhole instadeof openpli


pli image is de beste

Re: OpenMultiboot for openPLi #60 bacicciosat

  • Senior Member
  • 540 posts

+100
Excellent

Posted 7 June 2015 - 15:41

thank you for test dany i am sorry that you waste your time.

I should find the way to replicate your issue to try to fix.

What box are you using for your test ?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users