help me on mounting E2 for IPBOIX 9000 "CUbe revo HD" on Hard Disk

samthaman

Member
Joined
May 14, 2009
Messages
4
Reaction score
0
Points
0
Age
47
My Satellite Setup
DM7020 SI
Anysee
Humax 5400z
My Location
Jordan
I read the guide for mounting E2 on USB stick or USB hard drive which was really good, but how about mounting the image on internal SATA HD where can i found the right directory there any advice on how can I DO that it must be possible to install it on Internal SATA hard Disk and boot from there as the Multi Boot image allow your to chose boot from internal hard drive 6

any help would be appreciated.
 

bro1

Member
Joined
May 2, 2009
Messages
7
Reaction score
0
Points
0
Age
53
My Satellite Setup
ipbox 9000
My Location
manchester
Ok for the NOOBS :

How to make E2 bootable from Internal HDD.
with NLB image installed.
without Serial cable, only requirements are telnet and FTP access.

For telnet and FTP acces to youre relook i suggest RCC or DCC downloadble here :
_http://www.denktenk.com/modules/wfdow ... /visit.php?cid=13&lid=432

You also need the apropriate usb_config.welcome.img (provided by dexter, first post)

Now, flash the image (Use USB or flash with webiff.)
that matches your hardware, 900,910 or 9000 img.
this will enable the fw_setenv to work on you nlb installed image.

Now, Download a usable E2 package like :
_http://www.denktenk.com/modules/wfdow... visit.php?cid=50&lid=1196

extract this package until you have : Enigma2 SifTeam 0.2.0 mod PKT beta 3.0b.tar.gz

rename this file to : Enigma2.tar.gz

Now use RCC to FTP this file to youre relook's /media folder

now use RCC telnet and type :
cd ..
cd /media
tar xvzf Enigma2.tar.gz (this will take a while)
sync
sync

fw_setenv menu_1 'setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500";setenv bootcmd "bootm a0060000";save;boot'

fw_setenv menu_2 'setenv ipaddr 192.168.2.5;setenv gateway 192.168.2.1;setenv netmask 255.255.255.0;setenv bootide "run bootargside;ide reset;ext2load ide 0:2 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargside "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda2 rw rootfstype=ext2 init=/bin/devinit ip=$ipaddr::$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootide";save;boot'
---------------------------------------------------

In the last command (fw_setenv_2) you need to update ip adresses to match your network. othewise E2 is not accessable from network.
ipaddr = Relook IP
gateway = youre routers gateway (often 192.168.1.254 or 192.168.1.1)


And you can now boot DGS flash(hold down 1 on remote during) or E2 (hold down 2 on remote during)
remember to change ip adresses above.

After first boot of E2 you need to set your DNS @Ip settings, otherwise E2 wil not connect to internet and bleu panel does not download emu's etc... ...
 

samthaman

Member
Joined
May 14, 2009
Messages
4
Reaction score
0
Points
0
Age
47
My Satellite Setup
DM7020 SI
Anysee
Humax 5400z
My Location
Jordan
thanks bro i will try that and i will let you know what happened
 
Top