Good afternoon.
I've successfully set up my Linode box, except in that I haven't been able to boot with my own kernel, built from Gentoo's hardened-sources.
The following occurs when trying to boot:
-------
backend at /local/domain/0/backend/vbd/142/51728
Booting 'Gentoo Linux 2.6.28-hardened-r9proyectosolana (x86_64)'
root (hd0)
Filesystem type is ext2fs, using whole disk
kernel /boot/kernel-proyectosolana-x86_64-2.6.28-hardened-r9proyectosolana root
=/dev/ramdisk real_root=/dev/xvda selinux=0
initrd /boot/initramfs-proyectosolana-x86_64-2.6.28-hardened-r9proyectosolana
close blk: backend at /local/domain/0/backend/vbd/142/51712
close blk: backend at /local/domain/0/backend/vbd/142/51728
close blk: backend at /local/domain/0/backend/vbd/142/51744
close blk: backend at /local/domain/0/backend/vbd/142/51760
close blk: backend at /local/domain/0/backend/vbd/142/51776
close blk: backend at /local/domain/0/backend/vbd/142/51792
-------
The kernel is the 'hardened-sources', that comes with Gentoo Linux. In case you aren't aware, this kernel comes with SELinux and grsecurity patches, so it enables extra security features not available in vanilla sources. The .config file I've used is available at
http://0xj.info/config.txt.gz
Thanks in advance.