BMT Nessie cant get multiboot to work

calle3

Member
Messages
53
just installed in flash....

but nothing happens when I press buttoms... i have an E2 image on USB sdb1... and tried to press all buttoms... but still not booting from USB?????????????:eek:
 
Messages
700
some images don't have any multiboot with them.. try installing one of the multiboot configs or use Enigma Setup. v 1.5.11 to add your multiboot configs...
i know its named e2 config but it works great on dgs images also..

If you need any help then just lett me know...
 
Last edited:

Alan02

Registered
Messages
48
just installed in flash....

but nothing happens when I press buttoms... i have an E2 image on USB sdb1... and tried to press all buttoms... but still not booting from USB?????????????:eek:

I tried several BMT images and no luck. I used their multiboot files but nothing happens. I can install multibbot images on other dgs images easily. BMT team should describe step by step...
 
Messages
700
Please post a serial Log so we can help you...
And also your ipbox 9000/cuberevo hardware revision!
if you have a rev1 box you may have to force your uboot settings...
There are difrant rev on the hardware on the ipbox9000 and rev1 may have problems with keeping multiboot settings....
to force your multiboot and lock it so it wont change you can use
Enigma Setup. v 1.5.12 from
http://www.kosnet.ru/~elite/mpcs-i/
here is how to use this on with all images including DGS!.

download enigma setup from the link above,
and also download the add.mboot from http://www.kosnet.ru/~elite/patch/
open enigma setup and enter box ip and add # for the prompt.

Manually install add.mboot by extracting it with 7zip and putting the files in /var on your box image...

now login to your box with enigma setup.
now go to multiboot and select boot as your the device you want to boot from and key for the key you want to use!
if you are booting from a usb device make sure usb is ticked if its sata then untick it!

now click apply ignore the other settings!
Then click setup tab and click buffer.
Have a look at the output!
It should be like below!
If you get any errors then post the output here!


Code:
121:env bootargside "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda2 rw
122:
123: rootfstype=ext2 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=12
124:
125:8m [EMAIL="coprocessor_mem=4m@0x10000000,4m@0x10400000%22;setenv"]coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv[/EMAIL] bootcmd "run bootide";sav
126:
127:eenv;boot'
128:Unlocking flash...
129:Done
130:Erasing old environment...
131:
132:Done
133:
134:Writing environment to /dev/mtd1...
135:
136:Done
137:
138:Locking ...
139:Done
140:cuberevo:/#
 
Last edited:
Top