![]() |
WMT OS Linux for WM8505 netbooks |
WMT OS runs entirely from an SD card, leaving the netbook's internal Windows CE installation untouched. To get started, you just need an SD card (between 4 GB and 64 GB; 8 GB+ recommended), a computer to flash it, and an image from the Download page.
Use your preferred imaging tool to write the OS to your card:
dd):
Decompress the image:
xz -d /path/to/wmt-os-<profile>-<stamp>.img.xz
Flash the image (replace /dev/sdX with your SD card):
sudo dd if=wmt-os-<profile>-<stamp>.img of=/dev/sdX bs=1M conv=fsync
Eject the drive:
sudo eject /dev/sdX
WMT OS runs completely unattended on first boot. It reads your desired hostname, timezone, keymap, username, and account passwords from a setup.ini file on the card's FAT boot partition. You can generate this file using a visual setup wizard included directly on the flashed SD card. Choose one of these three ways to run it:
setup.setup.ini file.setup.cmd. The same form opens and saves setup.ini in place.setup-web.html in a web browser, fill out the form, and click Save. Copy the downloaded setup.ini to the root of the card's boot partition.
If you skip configuration, the system falls back to these default settings:
| Setting | Default |
|---|---|
| Hostname | wmt-os |
| Root password | root |
| Username | wmt-user |
| User password | wmt-user |
| Timezone | UTC |
| Keymap | us |
The default user account is a sudoer. setup.ini is read once on first boot and then shredded since it holds plaintext passwords. If you boot using the defaults, be sure to change both passwords after logging in.
With the card inserted, power on the netbook. It will boot WMT OS automatically.
The initial boot takes several minutes. During this time, it applies your configuration, expands the root filesystem to fill the rest of the SD card, creates a 256 MB swap file, and generates SSH host keys.
Your netbook is now running WMT OS. See the Handbook for using and maintaining your system.