USB inicializável do Chromium OS

2

Qualquer pessoa tem um USB inicializável do Chromium OS? Quando você acha que seria lançado? Alguém já fez uma revisão sobre isso?

    
por quack quixote 30.12.2009 / 20:05

2 respostas

4

Bem, você pode fazer um você mesmo:

  • Obter a imagem do sistema operacional

Faça o download da versão do Chromium OS do Hexxeh ( torrent | link | link ).

  • Configure seu pendrive

Instruções para gravar sua imagem do Chromium OS em um pendrive para

  • Windows

Download Image Writer for Windows and extract the program. Launch the program, and select the image (ChromeOS-Cherry.img) and your USB drive letter from the drop down box. Click "Write". The install image will then be copied to the drive. Once it's done, close the program and you can then boot from the USB drive.

  • Linux

Extract ChromeOS-Cherry.img and run the following command in the same directory as the file, where X is the device name of your USB drive.

sudo dd if=ChromeOS-Cherry.img of=/dev/X bs=4M

Once the command finishes, you can then boot from the USB drive.

  • Mac .

Firstly, unmount the drive you want to install Chromium OS to. Place the downloaded file onto your desktop. Open System Profiler, click USB on the list at the side and then select the entry that represents your USB disk. Now look for the BSD Name column. Remember what is written here. In my case, it is disk1, but in yours it may be different. Take care here as if you get it wrong, it could seriously mess things up. Once you have this, open up Terminal and type the following commands.

cd Desktop 
tar -zxvf ChromeOS-Cherry.tar.gz

For the next command, replace X with the name of the disk you found earlier, ie disk1.

sudo dd if=ChromeOS-Cherry.img of=/dev/X bs=4m

This command will ask you to enter your password (the same one you enter when installing software for example), type it in and press enter. This command will take a while to run, about 20 minutes for me, and then will give you your shell prompt back once it has finished. Once it has, you can remove your USB drive and boot from it (but not on your Mac because I'll tell you now that won't work, yes I tried it)

E então, inicialize a partir do USB!

OBSERVAÇÃO: o nome de usuário e a senha são ambos facepunch para essa compilação.

    
por 30.12.2009 / 20:36
0

concluído amigo:)

Em poucas palavras:

  • Pegue o download do link acima, ele inclui tudo que você precisa
  • Descompacte o arquivo do Chromium OS e use Image Writer para escrever chrome_os.img no seu drive USB vazio (faça o backup de tudo no primeiro USB, ele será sobrescrito)
  • Configure seu computador para inicializar a partir de USB
  • Deixe a unidade conectada enquanto você inicializa e cruza os dedos!

Lembre-se, o SO está nos estágios iniciais de desenvolvimento, nem todo hardware funcionará 100%.

    
por 30.12.2009 / 20:28