Инструкция, как сделать SD-карту для запуска Ubuntu на Toshiba AC100 by InterSolar 06.06.11 engish in bottom Возможны исправления, последняя версия будет здесь http://www.is-t.ru/readme-sd.txt Теперь инструкция, как быстро сделать SD-карту, если нет Ubuntu или Linux'a под рукой, но есть Windows! Для работы нам понадобится USB флэшка как минимум 2Gb, но лучше 4 и больше (все данные на ней сотрутся!). 1. Качаем http://mirror.yandex.ru/ubuntu-releases/11.04/ubuntu-11.04-desktop-i386.iso 2. Потом скачиваем http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe 3. Втыкаем USB-флэшку в комп. 3. Запускаем unetbootin, в появившемся окошке выбираем 2 пункт (образ диска), указываем место на диске скачанного файла ubuntu-11.04-desktop-i386.iso Чуть ниже unetbootin автоматически определит имя диска флэшки, проверяем, нажимаем ОК. Ждем пока флэшка будет записана. 5. Перезагружаемся, заходим в BIOS (кнопки ESC, del или F1 в зависимости от модели) Выставляем в биосе загрузку с USB вместо HDD. Сохраняем и выходим. 6. Загружается Ubuntu. Выбираем попробовать. 7. Нажимаем Alt-F2, находим терминал, запускаем. Дальше sudo su Если нужно, вводим пароль Вставляем SD-карту dmesg | tail -n 22 покажет название карты и размер, скорее всего mmcblk0p1 , дальше нужно использовать именно это название. mkdir /mnt/mmc umount /dev/mmcblk0p1 mkfs.ext3 /dev/mmcblk0p1 mount /dev/mmcblk0p1 /mnt/mmc wget http://ac100.gudinna.com/tegra-rootfs.tgz tar xvf tegra-rootfs.tgz --numeric-owner -C /mnt/mmc wget http://www.1nter.ru/modules.2.6.37.6-c.bmw+.tar.gz tar xvf modules.2.6.37.6-c.bmw+.tar.gz --numeric-owner -C /mnt/mmc Ждем распаковки архива некоторое время (5-15 мин, в зависимости от скорости компьютера и SD-карты). Должна появится снова командная строка. umount /mnt/mmc Ваша SD-карта готова. Если что то не так, а понять не можете, заходим http://webchat.freenode.net/ вводим свое имя и конференцию #ac100-ru и задаем вопрос. -------------------------- English: Instructions how to make the SD-card to run Ubuntu on a Toshiba AC100 by InterSolar 06.06.11 Possible fixes, the latest version will be here http://www.is-t.ru/readme-sd.txt Now the instructions on how to quickly make SD-card, if there is no Ubuntu or Linux'a at hand, but there's Windows! For the work we need USB flash drive at least 2Gb, but better than 4 and more (all data on it will be erased!). 1. Downloading http://mirror.yandex.ru/ubuntu-releases/11.04/ubuntu-11.04-desktop-i386.iso 2. Then download the http://unetbootin.sourceforge.net/unetbootin-windows-latest.exe 3. USB-sticks a flash drive in the comp. 3. Run unetbootin, in the resulting window, choose the 2 point (disk image), specify a location on the disk file downloaded ubuntu-11.04-desktop-i386.iso Just below unetbootin automatically determine the drive name flash, check, click OK. Wait until the flash drive will be recorded. 5. Reboot, go into the BIOS (the button ESC, del or F1, depending on model) Display BIOS to boot from USB instead of the HDD. Save and exit. 6. Loaded Ubuntu. Choose to try. 7. Press Alt-F2, we find the terminal, run. More sudo su if need it, enter the password Insert the SD-card dmesg | tail-n 22 show the map name and size, most likely mmcblk0p1, more need to use this name. mkdir /mnt/mmc umount/dev/mmcblk0p1 mkfs.ext3 /dev/mmcblk0p1 mount /dev/mmcblk0p1 /mnt/mmc wget http://ac100.gudinna.com/tegra-rootfs.tgz tar xvf tegra-rootfs.tgz --numeric-owner -C /mnt/mmc wget http://www.1nter.ru/modules.2.6.37.6-c.bmw+.tar.gz tar xvf modules.2.6.37.6-c.bmw+.tar.gz --numeric-owner -C /mnt/mmc Forward to unpack an archive for some time (5-15 minutes, depending on the speed of the computer and SD-card). Should appear again, the command line. umount /mnt/mmc Your SD-card ready. If something is wrong and can not understand, go http://webchat.freenode.net/ enter your name and conference # ac100 and ask questions.