14/01/25 20:33:23.94 9ULxbBwi
ChromiumOSを解凍する時
URLリンク(chromeos.hexxeh.net)
Win
1 Use WinRAR or 7zip to extract IMG file from the downloaded archive.
2 Use Windows Image Writer, then select the IMG file and select the USB device from the menu.
3 Click on "Write".
4 Boot from the newly created Chromium OS USB stick!
Linux
1 Extract the IMG file from the downloaded archive
2 At the shell, run the following (where sdX is your USB stick and ChromeOS.img is the path to the IMG file you extracted): dd if=ChromeOS.img of=/dev/sdX bs=4M
3 Boot from the newly created Chromium OS USB stick!
Winには7-zipが必要で、Linuxでは不必要だったりする