; try this.ctrl-alt-t# sudo su# mkdir /s1# mount /dev/sda1 /s1 -o loop -t ext2# cd /s1/boot/grub; ref: http://sslab.cs.nthu.edu.tw/~luba/linux/install.html# vim menu.lst=>title 2G Bootroot (0x80,0)kernel /boot/vmlinuz-2.6.21.4-eeepc quiet rw vga=785 ...root=/dev/sda1 mem=2000Minitrd /boot/initramfs-eeepc.img# cd /# umount /s1# sync; sync; reboot