How to setup multiboot on 910HD

djheaven

Registered
Messages
160
Hi all..

Can somone pleas tell me, how to get multiboot on my 910HD???

I have try everyting, but nothing happens, i just install multiboot for 910HD, and did this:

2. Insert your USB stick
3. Telnet to your box, execute mount
4. In the list check - if the /dev/sda1 is mounted (if is FAT probably is mounted to /mnt/usb/usb0)
5. umount it - umount /mnt/usb/usb0
6. now execute fdisk /dev/sda (not sda1)
7. on the prompt press p - to see current partition table
8. press d - to delete partitions, if it is only one proceed, if not - press d again and delete all partitons
9. press p again - there will be no partitons now
10. Press n - to create new partition
11. select p - primary
12. select 1
13. press enter, enter (or the last default sector-number)
14. press w to write changes & exit
15. You have just created linux partition on your usb stick
16. Now format this partition - mkfs.ext3 /dev/sda1
17. mount formatted partition again - mount -t ext3 /dev/sda1 /mnt/usb/usb0
18. Now ftp e2_image.tar.gz to /mnt/usb/usb0
19. execute cd /mnt/usb/usb0
20. execute tar -zxvf e2image.tar.gz, wait few minutes to decompress all. (wait for prompt)
21. after decompress type, sync


I turn off the box, wait 30 sek, and then i turn it on, press the 5nubmer on the remote. And it say booting on the disp, and nothing happens..

I have wait over 5min, nothing happen :(


Pleas help me.. Thangs
 

balijoka

Registered
Messages
23
You have to keep the button pressed until you see the multiboot message in the display.

Balijoka
 

beson

Registered
Messages
12
@djheaven
Which bootloader do you have ?
Try to flash bootloader 1.3.3

If that doesn't help, try an other multiboot file.
I also had your problems, but after changing multiboot file it worked ok.

beson
 

kathrein

Registered
Messages
258
Please some one Help me, my Ab Ipbox 91o HD
Processor:STi7101, 265 MHz
Software Version:
beta 1.0.9 27.10.2009
So problem is How i can change flash and put it on USB or HDD
Enigma 2. many greetings to memebers here ..
 

brianmullen8

Registered
Messages
61
Please some one Help me, my Ab Ipbox 91o HD
Processor:STi7101, 265 MHz
Software Version:
beta 1.0.9 27.10.2009
So problem is How i can change flash and put it on USB or HDD
Enigma 2. many greetings to memebers here ..


Is it an ipbox 910hd if so then you can install to hdd or usb.
 

brianmullen8

Registered
Messages
61
here is the guide I used to install enigma2 on my hdd


There are plenty of procedures out there for installing Enigma 2 on your AB IPBox 9xxx HD. Here is how I do it. I find this method pretty straight forward.

This guide is specific to the IPBox 9000 HD (and its equivalents). I don't own any of the other variants so cant test, but the process should be the same with possibly different paths.

You'll need to set your box up so thatyou can choose to boot from either flash, USB Drive, HDD ...
To do that install Multiboot. Its a normal USB upgrade, see your manual for instructions on how to install USB upgrades, or read Cuberevo Series Multibooting Config file.
Multiboot AB IPBox 9xxx

Once multiboot has been installed installed you can continue to install Enigma2 on USB Drive. I'll be assuming that you have a DG Station based image in flash.

Download the Enigma2 image you want to install. It should be called something along the lines of imagename-version.tar.gz.

Boot to your DGS based image and start a telnet session with it.

################################################## #####

1: Insert your USB drive and format it as follows in your telnet session. Execute the commands one at a time.
Code: Check this link
umount /dev/sdb1
mkfs.ext2 /dev/sdb1
mount /dev/sdb1 /mnt/usb/usb0

2: Use your favourite FTP program to tansfer the downloaded image file to your usb drive, which should be mounted at /mnt/usb/usb0 at this stage.


3: Extract the image to the pen drive.....
Code: Check this link
cd /mnt/usb/usb0
tar xzvf imagename-version.tar.gz

When this completes, you should be able to reboot and boot into Enigma2 by pressing and holding the corresponding button on your remote while the LCD display reads 'Booting'. (In my case with a HDD fitted, this would be number 2).



################################################## #####


It will take quite a while for Enigma to boot on the first fun, so don't pull the plug too soon
 

kathrein

Registered
Messages
258
Thanks for your answers, problem is , how i can flash my ipbox first , i have try it many times and every time i do get ER 10,
i have Travel data USB 4gb, and 2gb.
 

badeyeah

Registered
Messages
92
You can try as discribed by brianmullen8 did,but then you can upload the .img extension like the Sifteam R13433,(packed or unpacked) then umount the stick.

As long as you format the stick and upload the image.
Think it should work ,but never tried this before.

Also you can try through the webinterface to upload the image.Mostly you can try Mozilla Firefox,but I had more succes with Google Chrome.

But, you were asking for a multiboot.The Sifteam image has the Spippolo multiboot.Think its integrated or you can download it from the panel, where you can find it as a package.

Succes
 
Top