This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:how_to_install_debian_on_olpc_xo-1 [2024-09-18 21:06] omolini |
guides:how_to_install_debian_on_olpc_xo-1 [2024-09-25 04:45] (current) omolini [Restore apt-get functionality for "etch"] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to install Debian GNU/Linux on OLPC XO-1 ====== | ====== How to install Debian GNU/Linux on OLPC XO-1 ====== | ||
- | This guide will guide you through the steps of installing Debian GNU/Linux "etch" on an OLPC XO-1, and get it online with functioning apt package system. | + | This guide (updated 2024) will guide you through the steps of installing Debian GNU/Linux "etch" on an OLPC XO-1 in a dual-boot configuration, and get it online with functioning apt package system. |
From there you can install a windowing system, or upgrade your edition of Debian. | From there you can install a windowing system, or upgrade your edition of Debian. | ||
Line 19: | Line 19: | ||
In **Step 2**, the TAR command will probably not work as documented. Use the following command instead: | In **Step 2**, the TAR command will probably not work as documented. Use the following command instead: | ||
<code bash> | <code bash> | ||
- | # tar xzf /media/*/xo-debian.tgz | + | # tar xvf /media/*/xo-debian.tgz |
</code> | </code> | ||
Line 50: | Line 50: | ||
==== Option 3: WPA or WPA2 encrypted WI-FI network ==== | ==== Option 3: WPA or WPA2 encrypted WI-FI network ==== | ||
- | * Copy to root of a FAT32 formatted USB stick: | + | * Copy to root of a FAT32 formatted USB stick the following files. You can download them [[http://omolini.steptail.com/olpc/|from here]] or [[https://archive.debian.org/debian/pool/main/|here]]. |
1. wpasupplicant_05.5.5-2_i386.deb | 1. wpasupplicant_05.5.5-2_i386.deb | ||
Line 129: | Line 129: | ||
From here you can install the rest of the system, windowing manager etc. Don't forget to set your root password! | From here you can install the rest of the system, windowing manager etc. Don't forget to set your root password! | ||
+ | |||
+ | To boot up back into Sugar OS, just hold the "O" game-key button when powering on the unit. | ||
+ | |||
+ | {{tag>Guides Guides:Software Guides:"OLPC XO-1"}} |