PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : HDMU in Multiboot



anterocouto
18.03.2015, 19:36
I have 1 Xpeed LX3 and 1 Xtrend ET 10000
I have OpenNFR with MULTIBOOT in a USB pen.
I load HDMU in MUltiboot but I think that your image does not
run in Multiboot because it does not recognise the external HDD.
Is it so ? or the HDMU image must be fixed ?
Thanks for your reply

Mikam_0815
18.03.2015, 21:12
You need to replace the /etc/init.d/volatile-media.sh from your HDMU image with the file from the OpenNFR image in flash to get the mounts working properly when HDMU is used as an OMB image. At least that was the reason in the past, would need to test this with an actual image. Or does OpenNFR use some multiboot feature different to the open-multiboot that was originally provided by Gigablue?

macmanolo
20.03.2016, 14:24
Gerade probiert im GBQuad mit läzte image von openMips 4.3 im flash und HDMU in multiboot, resultat keine hdd und keine usb gemounted, habe in datei /etc/init.d/volatile-media.sh von HDMU eine kleine änderung gemacht und schon wierd alles gemounted und es leuft auch alles.

Hoffe wierd im nächste image gefix.

mfg


#!/bin/sh

mountpoint -q "/media" || mount -t tmpfs -o size=64k tmpfs /media

create_point() {
if [ ! -d $2 ]
then
mkdir -p $2
touch $2/.fstab
fi
}

grep -v "^#" /etc/fstab | grep "\s/media/" | while read LINE
do
create_point $LINE
done

if [ ! -e /dev/fuse ]
then
modprobe fuse
fi

flac
20.03.2016, 14:57
Das wird nichts mit fixen. Weil wir anders mounten.

Es bleibt dir nichts anderes übrig das File zu tauschen.
Nach dem entpacken und vor dem ersten Start das File nach init.d kopieren und alles ist gut.
Nutze ja selber OMB.




Gruß

flac

...mit deiner Änderung schon mal HDMU aus dem Flash probiert?
Ich könnte Wetten, das dann kein USB erkannt wird...

Wir unterstützen ja auch noch andere Boxen.




GEFIXED

vassili_47
21.03.2016, 12:19
Image hdmu he not work with miltiboot opennfr

Joker7
21.03.2016, 15:29
.....NFR4X Multiboot ?

- - - Aktualisiert - - -

@ Mikam_0815

"Or does OpenNFR use some multiboot feature different to the open-multiboot that was originally provided by Gigablue?"

....yes, NFR4X Multiboot is different....


.... alternative is testing the open Multiboot from NFR-Feed:

macmanolo
23.03.2016, 15:31
Das wird nichts mit fixen. Weil wir anders mounten.

Es bleibt dir nichts anderes übrig das File zu tauschen.
Nach dem entpacken und vor dem ersten Start das File nach init.d kopieren und alles ist gut.
Nutze ja selber OMB.




Gruß

flac

...mit deiner Änderung schon mal HDMU aus dem Flash probiert?
Ich könnte Wetten, das dann kein USB erkannt wird...

Wir unterstützen ja auch noch andere Boxen.




GEFIXEDDanke für's fixen, habe neuerste image 15203 geladen in Multiboot des GBQuad und alles ok ohne was zur machen.