-
Alix2d13 — Voyage Linux or Debian Live?
Posted on May 12th, 2011 No commentsI am not sure whether it is caused by the Ubuntu 10.10 amd64 running on my workstation or on some bug in the Emdebian package, but I do have a hard time to get Emdebian installed. I have tried Multistrap, Debootstrap, and Debian Installer, and I have done it on the Alix computer using PXE boot, on my workstation (followed by chroot etc), and on virtual machines using qemu/kvm or Virtualbox, but so far no luck.
All of this makes it less and less attempting to actually install any Emdebian based Debian, and so I gradually turned back to Voyage Linux. When I was browsing the Voyage site I learned about Debian Live, the system that “punkytse” uses to create the Voyage images, and also offers for download under tha name “Voyage SDK”. So now I am testing Debian Live and trying to learn more about it.
The wiki and the manual seems to be a good place to start when learning about Debian Live.
For those interested in PC Engines Alix the Alix forum may also be a good source of information.
(I should really find a better WordPress theme, I know…)
-
Installing Linux on PC Engines Alix2d13 (part 2.5)
Posted on May 10th, 2011 No commentsAfter publishing I realized that I could have supplied more information, and more downloads, than I did in my previous post.
Here are links to patched versions of Debian netboot.tar.gz (stable/Squeeze, testing/Wheezy and daily build), all downloaded and patched today, 2011-05-10:
- netboot-ttyS0-stable-110510.tar.gz
- netboot-ttyS0-testing-110510.tar.gz
- netboot-ttyS0-daily-110510.tar.gz
I have also made a diff file for the stable mod.What my script does, basically, is this:
- Untar the tarball and cd to debian-installer/i386/boot-screens/ where all changes are made.
- In the file syslinux.cfg (which is actually a file with PXELINUX configurations) two lines are added:
- serial 0 38400—telling PXELINUX to use ttyS0 for I/O (i.e. as console).
- console 0—do not try to use any video console
- In the files adtxt.cfg, rqtxt.cfg and txt.cfg substitute any occurence of vga=788 for ttyS0,38400n8. This is done in order to tell the kernel that:
- There is no graphic/video console
- The console that should be used is the first serial port, and with the specified settings.
This is a simplification, since my script also includes a variable for the number of the serial port, in case your console is not on ttyS0. I have not included any such convenience regarding speed and other settings for the serial port chosen.

