Alexandru T. and I have exchanged a few emails, and he sent through a few helpful suggestions that were provided from ICOP. I have included them below. Thanks Alexandru!
Install Debian 5.0 on a normal PC (using a netinst image, for minimal install) After installation boot normally from the same PC Then, take the kernel from ftp://icop.com.tw/DIS_info/VDX/operating_system/VDX_Linux/linux-image-2.6.30-vortex86mx_1.0_i386.deb and then issue the following commands : # dpkg -i linux-image-2.6.30-vortex86mx_1.0_i386.deb # update-initramfs -k 2.6.30-vortex86mx -c # update-grub # restart Then take the hard-drive and install it on the Vortex86DX When GRUB menu appears, press “e” and modify the boot loader as …
Read Vortex86DX Instructions from ICOPAfter writing about compiling a new kernel for the Vortex86DX, I’ve had quite a few people email me asking how I installed Debian in the first place. The installation is actually quite straightforward, but it involved several quirky techniques. After doing another install I decided to keep track of the process of installing Debian 5.0 on my eBox-3300.
The following guide assumes a few things. First, you are currently using Linux and a debian variety (although instructions could be altered if using Windows). Second, your USB shows up as /dev/sdb. Third, your eBox-3300 has the HDD set in Native mode. Forth, you are patient.
Read Installing Debian 5.0 on Vortex86DXAfter restoring databases from one server to another I sometimes get this error on Ubuntu or Debian:
error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)' This makes a lot of sense, and the solution is pretty simple. If you look in:
cat /etc/mysql/debian.cnf You’ll see the defaults for your system. Copy the password listed there, and open a connection to MySQL as root (or some other user). Next, enter this (lets say your password specified in debian.cnf was ‘abracadabra’:
Read Fixing mysql warning message