Aqui os dejo algo que he enconrado para isntalar en una sd. Lo que indica es para tenerlo en un Mini Note. Los entendidos en Linux que nos lo aclaren y probarlo en algun medion.
Lo primero que necesitamos es un flash-drive o tarjeta SD de 512MB más grande que puede utilizar cualquier Hasta donde yo sé, que usted quiera, más grande que 512MB porque la secuencia de comandos que va a hacer uso de dos particiones en tu flash / tarjeta de la La primera es por splashtop y el segundo, si para el usuario para almacenar y guardar las descargas de música. (también se perderán todos los datos sobre el agujero de la unidad que se está ejecutando el script de / dev / SDX donde X es swaped para su flash / tarjeta, en la terminal como usuario root escriba fdisk-l o sudo fdisk-l a continuación, la contraseña, para encontrar su coche sd o Flash Drive. Usted puede decir por el tamaño del agujero de disco / dev / sdb o sdc dependiendo de la cantidad de usb y sd cartas que han pluged en el momento.)
Then start your download if you havent allready from here you should use this file ExpressGateSSD_ExpressGateV1231.zip (or any other verson that's for sdd not the xp or vsta ones they are smaller like 150mb you want the big ones like 450mb.) from HERE
ftp://ftp.asus.com/pub/ASUS/misc/utils/ A continuación, iniciar la descarga si havent allready desde aquí debe usar este archivo ExpressGateSSD_ExpressGateV1231.zip (o cualquier otro Verson que no SDD para el xp o vsta los que son más pequeños como 150MB que desea los grandes como 450mb.) Desde aquí ftp: / / ftp.asus.com / pub / ASUS / misc / utils /
Unzip it, then find the .IMG file in the ExpressGate(ONBOARD) floder. Descomprimir, y luego encontrar el archivo. IMG archivo en el ExpressGate (A BORDO) floder. copy its directory and name into the third line of the script where it says "FILE.IMG" something like this depending on where the .IMG file that you are using is "/home/brad/downloads/(the FILE.IMG name here)/" do not remove the" " or any thing in the script. copia de su directorio y el nombre en la tercera línea del script, donde dice "archivo.img" algo como esto dependiendo de que la. IMG archivo que está utilizando es "/ home / Brad / descargas / (el nombre archivo.img aquí ) / "No quite la" "o cualquier cosa en la secuencia de comandos.
Then edit the second line were it says "/dev/USBSTICK" to match your sd card or flash drive. A continuación, edite la segunda línea se dice "/ dev / USBSTICK" para que coincidan con tu tarjeta SD o Flash Drive. make sure you get it right because you will lose all your data on the device that you enter in the script when it creates the new disklabel and partitions on the flash/card it should look like this "/dev/sdb" or what ever you fdisk -l readout gave you, agaian don't remove the " " or it won't work. asegúrese de hacerlo bien, porque perderá todos sus datos en el dispositivo que entrará en la secuencia de comandos cuando se crea el nuevo disco y particiones en el flash / tarjeta que debe tener este aspecto "/ dev / sdb" o lo que usted nunca fdisk-l le dio lectura, agaian no quitar el "" o de lo contrario no funcionará.
Next is OPTIONAL, If you want to add more apps. El siguiente es opcional, si usted desea agregar más aplicaciones. (When you or I do make them and post them please.) than you will need to make the first partition bigger so that you can add stuff to it. (Cuando usted o yo hacerlas y después ellos, por favor.) Que tendrá que hacer la primera partición más grande para que usted pueda añadir cosas a la misma.
Go to line 13 of the script and change it to this ,350,6,* thats it, that will make the first partition 350mb and the rest of the card will be the second partition for you to use to store anything you want in splashtop music, photos or any other downloads you do, you may also plug in any other flash drive or media card and then hit ctrl+alt+backspace to reload the X. (SCRIPT MUST BE RUN AS ROOT) Ir a la línea 13 del script y el cambio a esta, 350,6 *, thats él, que harán que la primera partición menos 350 MB y el resto de la tarjeta será la segunda partición para que pueda utilizar para almacenar todo lo que quieras en splashtop música, fotos o cualquier otra descarga lo hace, usted también puede conectar en cualquier otra unidad de flash o tarjeta de los medios de comunicación y, a continuación, pulse Ctrl + alt + retroceso para volver a cargar la X. (script debe ejecutarse como root)
After the script is done, make a file named syslinux.cfg and put it in the first partition, the file should read in plain text this ( boot /ce_bz ) without the ( ) of course. Después de la secuencia de comandos se realiza, hacer un archivo llamado syslinux.cfg y ponerlo en la primera partición, el archivo debe decir en este texto plano (boot / ce_bz) sin () por supuesto.
You should now have all the spashtop files needed in the first partition. Ahora debería tener spashtop todos los archivos necesarios en la primera partición. Now you have to add syslinux to the card go to terminal and type syslinux /dev/sdX1 where X is going to be changed again to the readout from doing an fdisk -l in a terminal as root from your hp-mini-note Ahora tiene que agregar syslinux a la tarjeta de ir a la terminal y el tipo syslinux / dev/sdX1 donde X va a ser cambiado de nuevo a la lectura de realizar un fdisk-l en un terminal como root de su hp-mini-nota
(SCRIPT MUST BE RUN AS ROOT) (Secuencia de comandos debe ejecutarse como root)
script from kano (thanx) secuencia de comandos de Kano (Gracias)
Code: Código:
#!/bin/sh #! / bin / sh
DEVICE="/dev/USBSTICK" DEVICE = "/ dev / USBSTICK"
IMAGE="FILE.IMG" IMAGEN = "archivo.img"
offset=$(($(sfdisk -d $IMAGE|grep start=|head -n1|sed 's/.*start=\s*//;s/,.*//')*512)) compensar =$(($( sfdisk-d $ IMAGEN | grep start = | head-n1 | sed 's / .* start = \ s * / /; s /,.*//')* 512))
OPTIONS="umask=000,shortname=mixed,quiet,utf8" OPCIONES = "umask = 000, = shortname mixta, tranquila, utf8"
DIR=/tmp/target DIR = / tmp / target
INPUT=/tmp/input ENTRADA = / tmp / input
umount ${DEVICE}1 $INPUT umount dispositivo $ (1) $ INPUT
mkdir -p $DIR $INPUT mkdir-p $ $ DIR INPUT
mount -o loop,offset=$offset,$OPIONS $IMAGE $INPUT mount-o loop, offset = $ offset, OPIONS $ $ $ INPUT IMAGEN
dd if=/dev/zero of=$DEVICE count=1 dd if = / dev / zero of = $ DISPOSITIVO count = 1
sfdisk -D -uM $DEVICE <<EOT sfdisk-D-UM $ DISPOSITIVO <<EOT
,240,6,* , 240,6, *
,,b ,, b
EOT
#install-mbr -p D ${DEVICE} # install-mbr-p $ D () DISPOSITIVO
lilo -s /dev/null -M ${DEVICE} lilo-s / dev / null-M dispositivo $ ()
mkdosfs -F16 -nDVMUSB ${DEVICE}1 mkdosfs-F16-nDVMUSB dispositivo $ (1)
mkdosfs -F32 -nDATA ${DEVICE}2 mkdosfs-F32-nDATA dispositivo $ (2)
syslinux -s ${DEVICE}1 syslinux-s $ (1) DISPOSITIVO
mount -o $OPTIONS ${DEVICE}1 $DIR mount-o $ $ OPCIONES DISPOSITIVO) (1 $ DIR
cat > $DIR/syslinux.cfg <<EOT cat> $ DIR / syslinux.cfg <<EOT
default /ce_bz default / ce_bz
EOT
cp -av $INPUT/* $DIR/ cp-av INPUT $ / * $ DIR /
umount ${DEVICE}1 $INPUT umount dispositivo $ (1) $ INPUT
sync sincronización
I just copy and paste script into root terminal, don't now if there is a diffrent way, if you want to use grub you can use the scripts from here
http://www.phoronix.com/forums/showthread.php?t=11653 Acabo de copiar y pegar en la secuencia de comandos de terminal de raíz, no se ahora si hay una manera diferente, si usted desea utilizar grub puede usar las secuencias de comandos desde aquí
http://www.phoronix.com/forums/showthread.php? t = 11653
(eeepc-701-4g) press the arrows + spacebar + enter buttons fast at boot works to get past the flasing screen. (eeepc-701-4G) pulse las flechas + barra espaciadora + botones entrar rápido en el arranque de obras para el pasado flasing pantalla. Then spacebar to continue to X. If you want to pause the kernel press crtl+s to stop and ctrl+q to resume but you have to act fast because it's fast. A continuación barra espaciadora para seguir a X. Si usted quiere hacer una pausa en el núcleo de prensa Crtl + s para detener y Ctrl + Q para reanudar, pero usted tiene que actuar rápido porque es rápido.
If you want to add drivers or other apps like xterm or rxvt...ect then after you modify anything in any the splashtop partition you must enter this in terminal in the same directory that all the .sqx files are ( root of the first partition). Si desea agregar controladores u otras aplicaciones como xterm o rxvt ect ... entonces después de modificar cualquier cosa en cualquier splashtop la partición que debe entrar en esta terminal en el mismo directorio que todas las. Sqx son (raíz de la primera partición ). you can add .sqx file/apps without doing this but if you modify then- puede añadir. SQX archivo / apps sin hacer esto, pero si modifica entonces
Code: Código:
dd of=version bs=1 seek=32 count=0 dd = versión de bs = 1 buscar = 32 count = 0
in terminal in the same partition/directory as the file called version and your modifyed files or you will get errors. en la terminal en la misma partición / directorio como el archivo y su versión modifyed archivos o usted obtendrá errores.
I will add the how to add wifi soon as it is pretty complex and I need sleep bad, but if a noobie like me can figure it out, I'm sure all you can to (lol) Voy a añadir el cómo agregar wifi pronto como sea es bastante complejo y necesita dormir mal, pero si un noobie como yo puede cifra a cabo, estoy seguro de que todo lo que pueda a (lol)
I will be posting a download as soon as i can, to save you guys some work. Voy a publicar una descarga tan pronto como pueden, para salvar a ustedes algún trabajo.
Links Enlaces
sources-
http://en.wikipedia.org/wiki/Splashtop fuentes-http://en.wikipedia.org/wiki/Splashtop
kernel-
http://kernel.org/pub/linux/kernel/v2.6 … 11.tar.bz2 kernel-http://kernel.org/pub/linux/kernel/v2.6 ... 11.tar.bz2
http://www.phoronix.com/forums/showthre … amp;page=5
http://www.phoronix.com/forums/showthre ... amp; página = 5
splashtop downloads-
ftp://ftp.asus.com/pub/ASUS/misc/utils/ descargas-splashtop
ftp://ftp.asus.com/pub/ASUS/misc/utils/http://www.phoronix.com/forums/showthread.php?p=45548 http://www.phoronix.com/forums/showthread.php?p=45548http://www.phoronix.com/forums/showthread.php?t=11653 http://www.phoronix.com/forums/showthread.php?t=11653Voodoo IOS download for windows hdd only
http://h10025.www1.hp.com/ewfrf/wc/soft ... ct=3817230 Voodoo IOS para descargar sólo las ventanas hdd
http://h10025.www1.hp.com/ewfrf/wc/soft ... ct=3817230You need Voodoo IOS to get the wireless working, until I can find another fix.Voodoo dose not have wifi, nether dose ExpressGate/splashtop. Usted necesita Voodoo IOS para obtener la conexión funcionando, hasta que pueda encontrar otro fix.Voodoo dosis no tienen wifi, Países Bajos dosis ExpressGate / splashtop. you need to have a bit of both to get wireless going plus two custom files one called va-ndiswrapper.sqx and the other called va-custom.sqx and also a old kernel.bin from ExpressGate/splashtop size 23.5mb. que hay que tener un poco de ambos para obtener acceso inalámbrico ir plus dos archivos de una costumbre llamada va-ndiswrapper.sqx y el otro llamado custom.sqx va-y también un viejo kernel.bin de ExpressGate / splashtop tamaño 23.5mb. All files must be installed to Voodoo IOS on the usb-flash or sd-card. Todos los archivos deben ser instalados a Voodoo IOS en el usb-flash SD o tarjeta.
la informacion es de
http://www.hp2133guide.com/forums/viewtopic.php?p=5882&sid=f44bd41b34bf646f3484267a8e38e8b2