Boot expresso: Rodando o Asus Splashtop no pendrive
“Para quem não conhece o Splashtop da Asus também conhecido como Asus Express Gate é uma distribuição Linux ultra compacta e que executa um boot extremamente rápido, em cerca de 5 segundos você já tem acesso a internet, ao Skype, a um gerenciador de fotos e um Instant Messenger.
O Splashtop está presente nos novos modelos de placas da Asus, e pra que estiver curioso em testar é possível instalar o sistema em um pen drive usando os arquivos disponíveis no FTP da Asus.
Eu testei usando um script feito pelo pessoal do forum Phoronix em um bom pendrive da Transcend de 2GB, funcionou muito bem, o boot ficou rápido e totalmente funcional. A placa mãe utilizada foi uma Gigabyte 965p-ds3, o splashtop reconheceu o audio e a rede corretamente.”
Enviado por jrstravino (jrstravinoΘgmail·com) – referência (jrstravino.blogspot.com).
Eu vou testar isso assim que chegar em casa. Se rolar vai ser nota 10.
O script da página está errado (falta o pipe antes do grep, etc) .. peguem o original do fórum mencionado
Verdade, corrigi a formatação do code… agora está ok, obrigado.
Legal. Eu testei mas não funcionou.
Alguem sabe onde ha um forum tratando deste assunto, onde eu possa conseguir ajuda…
Ja verifiquei se o pen drive utilizado era boot-up e é sim. Mas quando da boot num faz nada.
Valeu.Abraços.Andy
Eu tive problema em 2 outros micros, o boot não funciona com o pendrive, o pessoal do forum phoronix discutiu isso tbm.
A solução foi copiar o arquivo ce_bz do pen drive para minha pasta boot no ubuntu e adicionei a entrada no grub para poder dar boot, assim funcionou corretamente…
Exemplo do bloco adicionado no grub:
title Test
kernel (hdX,Y)/boot/ce_bz
Texto abaixo sobre os problemas com boot em algumas motherboard, do forum phoronix:
“If that at least shows that the kernel is loaded then it is bootable. There are several problems that can occur when you try to boot from USB:
a) USB sticks are used as superfloppy, in the BIOS care does not work. Saidly none of the available virtual nics are supported, hopefully one of it gets added to a newer release. As it is pretty hard to copy the kernel to a Linux partition when there is none, I just installed a grub bootloader with the 2nd script. Thats of course huger than it has to be, if lled USB-ZIP, that will not work when it is a partitioned stick. Interestingly serveral Gigabyte boards do not correctly boot from USB-HDD, even when selected this as first boot device. Therefore you have to enable the USB legacy storage option and then you find it as harddisk in the menu. New boards have got a menu on a hotkey, F12 for Gigabyte, otherwise change the boot order between the harddisk. You may need to reboot to see the device when USB storage support was turned off.
b) Only some usb ports work, thats a bit stupid, when you are able to start the system, but then you see something like: not installed correctly, please run installer. Just try all possible ports to see if one works, had that problem on a Gigabyte GA-G33-DS3R. No way to boot from front usb and not even all directly available ports from the board worked.
c) If it does not work at all to boot from USB, don’t give up. Just copy the ce_bz file from your stick to /boot and add a short entry to your grub menu (usually /boot/grub/menu.lst) – fetch values for X,Y from the already available kernel/root entries.”