After reading a lot of this wiki, I wanted a decent boot configuration.
I wanted a boot menu that gave me
I also wanted my rescue console to offer
To install this boot configuration, you need the following files:
http://home.comcast.net/~unclechromedome/boot/initramfs-eeepc.img
http://home.comcast.net/~unclechromedome/boot/menu.lst
To install these files, you will need to boot a rescue console according to the instructions in
Install/run rescue console on the Eee
Assuming that initramfs-eeepc.img and menu.lst are in /home/user, boot the rescue console and install them as follows:
mount /dev/sda1 /mnt-system mount /dev/sda2 /mnt-user cd /mnt-system/boot mv initramfs-eeepc.img initramfs-eeepc.img.orig cd grub mv menu.lst menu.lst.orig cd /mnt-user/home/user cp initramfs-eeepc.img /mnt-system/boot cp menu.lst /mnt-system/boot/grub cd / umount /mnt-system umount /mnt-user
Now press Ctrl-Alt-Del to reboot.
If something goes wrong, you can edit the grub menu on the fly to load initramfs-eeepc.img.orig instead of initramfs-eeepc.img. This should boot your original configuration.