Sponsored links


Go Back   Sat Industry Forums > Dreambox > DB Images
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-01-2004
BlackCannon's Avatar
Registered User
 
Join Date: May 2004
Posts: 387
Thanks: 0
Thanked 2 Times in 2 Posts
BlackCannon is on a distinguished road
Experts: does multiboot really work with 1.081?

Here's my experience:


1) installed original 1.081 image by DMM in flash + dreamflash 1.5

2) installed in multiboot on my usb stick, the same image 1.081 by DMM

3) rebooted, selected the stick image, initialized as ever, then I gave from Telnet:

~ > mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
/proc on /proc type proc (rw,nodiratime)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock/1 on /var type jffs2 (rw,noatime)
none on /tmp type ramfs (rw)
/dev/scsi/host0/bus0/target0/lun0/disc on /var/mnt/usb type ext3 (rw)
/dev on /dev type devfs (rw)
/proc on /proc type proc (rw,nodiratime)
devpts on /dev/pts type devpts (rw)
none on /tmp type ramfs (rw)
/dev/ide/host0/bus0/target0/lun0/part1 on /hdd type ext3 (rw)
~ >

The bold line should never exist on multiboot images!

/var folder must not to be mounted on /dev/mtdblock/1 !!!!!!

I checked rcS script, and the mount is removed (as ever) by dreamflash.... so, who mounted it?

That way multiboot will never work... I experienced many troubles with 1.081 + dreamflash 1.5 ... images must be reinitialized at every restart... emu installed and disappeared after reboot...

Anybody has ideas?

CU
BC
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 09-01-2004
Registered User
 
Join Date: Nov 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
lolo19641995 is on a distinguished road
you are right It doesn't work for me too
Reply With Quote
  #3 (permalink)  
Old 09-01-2004
Registered User
 
Join Date: Nov 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
bbouchaib2002 is on a distinguished road
An other thing strange with the 108.1 image !!

with the mount command we have /dev/mtdblock/1 mounted in /var but it is not true !!

You can verify that by : umount /dev/mtdblock/1 or umount /var

/var is realy in usb not in flash.

My dreamflash 1.5 work very well !

but I install images manually, never with dreamFlash : I install dreamflash first in USB and I install images manually (using undreamboxfs and some changes in rcS) after what I use only "Information" in dreamFlash plugin.
Reply With Quote
  #4 (permalink)  
Old 09-01-2004
Registered User
 
Join Date: Nov 2003
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
ivancar is on a distinguished road
What then have bug image 1.8.1 or dreamflash1.5 or both or no one?
Reply With Quote
  #5 (permalink)  
Old 09-01-2004
BlackCannon's Avatar
Registered User
 
Join Date: May 2004
Posts: 387
Thanks: 0
Thanked 2 Times in 2 Posts
BlackCannon is on a distinguished road
Thanks, even more strangest...

I used DreamFlash 1.5 and FlashWizard 3.1, both do the same as you know:

the line(s)
mount -t jffs2 /dev/mtdblock/1 /var
are removed from rcS script, avoiding to mount /var on jffs2 partition when you start from multiboot...

So the question is the same as above: who mounts it??
Why /var is reported mounted to /dev/mtdblock/1 (jffs2)?

The base image mounts it (on his own rcS script, BEFORE it calls dreamflash's "menu" script... but after the chroot to the multiboot image, it should be umounted...)
Reply With Quote
  #6 (permalink)  
Old 09-01-2004
Registered User
 
Join Date: Nov 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
bbouchaib2002 is on a distinguished road
Yes, /dev/mtdblock/1 is mounted by the rcS of the flash image.

Do not forget how dreamFlash work :

it do a simple chroot to change the root of the file system.

the root of the file system is now "/mnt/usb/image/0/" (for example) and we continue calling it simply "/"

The comand mount show that /dev/mtdblock/1 is mounted in /var (the first one, before the chroot) and not the actual /var (after chroot) that is in reality : /mnt/usb/image/0/var

Last edited by bbouchaib2002 : 09-01-2004 at 03:37 AM.
Reply With Quote
  #7 (permalink)  
Old 09-01-2004
BlackCannon's Avatar
Registered User
 
Join Date: May 2004
Posts: 387
Thanks: 0
Thanked 2 Times in 2 Posts
BlackCannon is on a distinguished road
Yes, bbouchaib2002, I know... but never happened with previous versions, this is the strange fact.

Another never seen and funny thing:

When you are on a multiboot image, go to telnet and give "df" command.
Look:

~ > df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 247919 17737 217382 8% /
/dev/mtdblock/1 247919 17737 217382 8% /var
/dev/scsi/host0/bus0/target0/lun0/disc 247919 17737 217382 8% /var/mnt/usb
/dev/ide/host0/bus0/target0/lun0/part1 80035616 68102276 7931180 90% /hdd
~ >


Reply With Quote
  #8 (permalink)  
Old 09-01-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
i do not have any problems with original 1.08-1 in flash and dbc on the stick using dreamflash 1.5!
Reply With Quote
  #9 (permalink)  
Old 09-01-2004
redneck eyeball's Avatar
Registered User
 
Join Date: Jan 2004
Posts: 473
Thanks: 0
Thanked 0 Times in 0 Posts
redneck eyeball is on a distinguished road
Quote:
Originally Posted by BlackCannon
I used DreamFlash 1.5 and FlashWizard 3.1, both do the same as you know:
FlashWizard 3.1 ?????
When was that released ? I just chequed the official website and it isn't there...

Musibob stated that DreamFlash 1.5 will not work correctly with FW30

I'm using the original DMM 1801 if flash and DF 1.5 with installed images manually ... works fine over here.

CU
Red
Reply With Quote
  #10 (permalink)  
Old 09-01-2004
Registered User
 
Join Date: Nov 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Moonsurfer is on a distinguished road
Quote:
Originally Posted by redneck eyeball
FlashWizard 3.1 ?????
When was that released ? I just chequed the official website and it isn't there...

Musibob stated that DreamFlash 1.5 will not work correctly with FW30

I'm using the original DMM 1801 if flash and DF 1.5 with installed images manually ... works fine over here.

CU
Red
I read this at Flashwizard-Forum today:


Quote:
FW 3.1 it is ready, will be out today or tomorrow

FlashWizard - Making Dreambox Easy ! MusicBob - FlashWizard developer
Also waiting for new FlashWizard3.1,

Moonsurfer
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Geting radegast to work in actual Enigma CVS spacy Dreambox Development 6 08-29-2005 02:32 AM
Addons which work on 108.1_rd_v20040831.1545.img JordanBG Plugins 2 09-03-2004 12:25 AM
Multiboot problem inahat New Dreamers 0 08-11-2004 10:19 PM
DSD-720 Some channels don't work. tHe_LiNk Newbie Forum 0 07-04-2003 07:40 PM


All times are GMT +10. The time now is 02:06 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.39650 seconds with 10 queries