PDA

View Full Version : Cuberevo Series Multiboot Config file



suky
18-08-2009, 12:52 PM
Hello


I saw a file for cuberevo Series Multiboot Config file above.
I would like to know which tool I may use for loading the image into the USB Stick.

Thank you

Suky

gasth404
18-08-2009, 01:24 PM
When you want E2 to USB then use telnet to format stick and unpack files to USB. Or you can make it in UNIX computer.

suky
19-08-2009, 10:23 AM
Hello
sorry gasth404
I am not good in telnet operation, may you help me by writting done the step by step using telenet from format the stick to unpack files to USB.
thank you

Suky

Friendly-Face
19-08-2009, 10:52 AM
First you need to flash that bootloader that is for multibooting

then it is easy mate. Add the usb on the back side of the box
reboot the box with the usb connected and boot up to a DGS based image
now you,r usb is formated in linux and is readu to be used with Enigma2 , Enigma1 or any other DGS based images.

Now use an FTP program and FTP into the box
go to mnt/usb and see if an folder usb0 is created
if it is then you are good to go.

Now download an Enigma2 image into the PC , im usnign this one my self
Summerdream_AAF_25_07_09 google for it and you will find it

Now transfer the file you downloaded with FTP to the forlder mnt/usb/usb0
and rename it to enigma.tar.gz


Now loggin to you,r box with telnet
you can use putty for telnet , just google for it and you will find it

after you are loged in to you,r box with telnet do write this
cd /mnt/usb/usb0 hit enter
then do this write this after
tar xvzf enigma.tar.gz hit enter

when you se this # at the end then the process has finished

you need to write
sync
then bootup the box


another way to to this is , lett the box format the usb as i said before.
then find a ghost image for Summerdream_AAF_25_07_09
and afteer the usb is formated in the box , turn of , take out usb and go to pc

if you find the Summerdream_AAF_25_07_09 THERE should be a ghost file there that you can run on PC named is ghost32
run that
first screen press OK
then pres Local
then pres Disk
then press From Image ( now find the image you have and) pres Open

Here comes the dificult part
here you have to find the USB , the right one
remember that here you can destray you,r HDD so PLEASE DO THIS CARFULLY
I DO NOT TAKE ANY RESPONSIBILITY , so select the right usb

I recomend and 8GB usb.

THEN JUST PROCCED and wait til you get 100% ,
at the end do not reboot the PC.

hope this helsp a bitt

senis1
29-11-2009, 10:38 PM
Hello.

I got this:

bin/splash_util.static

tar: Write Error: Input/output error

tar: Invalid tar magic

What do you suggest?

Thanks.

senis1
29-11-2009, 10:39 PM
I have used the first method, my USB stick is 1 GB.

grizzlyt
30-11-2009, 09:27 AM
If you use a Ghost back-up you need at least a stick with 2 Gb , better one with 4 it won't work beyond

senis1
30-11-2009, 09:56 AM
If you use a Ghost back-up you need at least a stick with 2 Gb , better one with 4 it won't work beyond

No, I have used the first method with telnet. Is it enough 1 GB?

Telnet from Relook PCEditor1.2.54.

My box created mnt/usb/usb0 directory, but not with Linux format, but W95 FAT32 format, bacause usb stick was formatted previously in Windows XP.

As I said before, when unpacking Enigma2 I got:

bin/......
bin/......
bin/splash_util.static

tar: Write Error: Input/output error

tar: Invalid tar magic

What am I doing wrong?

P.S. Box is Cuberevo 7000HDPVR, DGS based image UFM 10513 build003.

catseye
30-11-2009, 07:26 PM
Use this method to install E2 onto USB stick

https://www.satpimps.co.uk/showthread.php?t=114787

But a couple of things to add to the post

1) After you have formatted stick pull out from back of box & reboot -then when rebooted install stick -Then Ftp tar.gz file to mnt/usb/usb0 & continue

2) when image has finished installing onto usb in telnet & cuberevo command prompt appears type sync & enter

senis1
01-12-2009, 11:23 AM
What command "sync" does? I didn't use it, and it seems everything OK. I installed E2. Could you suggest some Tutorial for Enigma2?

Nelbert
01-12-2009, 12:08 PM
What command "sync" does? I didn't use it, and it seems everything OK. I installed E2. Could you suggest some Tutorial for Enigma2?

Sync writes any data which may still be in the write cache to the disk. If you extract everything and unplug the USB stick as soon as the command prompt returns you will probably have a few corrupt files.

If you have left it before unplugging then the write buffer will have put all the data on the disk anyway.

Sync just guarentees the data is written to the USB stick by flushing the disk cache.