I have a Lenovo Thinkstation E30. I cannot get it to boot from the hard drive and have given up trying. My thought now is to boot from a USB stick and have it load Ubuntu from the hard drive (or even load from the USB) and mount / from the hard drive. How do I modify the Ubuntu install image to do this? I've tried to
chroot /cdrom
,
but I get
failed to run command ‘/bin/bash’: No such file or directory
.
I don't know how to make this work. Since it can boot from USB, I think I need to have grub mount the hard drive, then add a menu option to /cdrom/boot/grub/grub.cfg
to have it load vmlinuz from the hard drive. Other than the theory, I have no idea how to do any of this in reality. (Another option might be to load Linux from the USB and mess with /etc/init.d stuff to load a chrooted Linux from the hard drive.)