Great, thanks for the quick response and the Grub2LiveCdInstallGuide! I am booting from the Lucid-alpha2 LiveDVD.
ubu...@ubuntu:~$ sudo mount /dev/sde1 /mnt ubu...@ubuntu:~$ sudo mount --bind /dev /mnt/dev ubu...@ubuntu:~$ sudo mount --bind /dev /mnt/dev ubu...@ubuntu:~$ sudo mount --bind /sys /mnt/sys ubu...@ubuntu:~$ sudo mount -t proc none /mnt/proc ubu...@ubuntu:~$ sudo chroot /mnt /bin/bash r...@ubuntu:/# grub-mkconfig -o /boot/grub/grub.cfg Generating grub.cfg ... Found linux image: /boot/vmlinuz-2.6.32-10-generic Found initrd image: /boot/initrd.img-2.6.32-10-generic Found memtest86+ image: /boot/memtest86+.bin Found Gentoo Base System release 2.0.1 on /dev/sdc2 Found Mac OS X on /dev/sdd3 done (So it found the other bootable volumes, but doesn't report anything about the Ubuntu installation on /dev/sde1...) r...@ubuntu:/# grub-install /dev/sde Installation finished. No error reported. r...@ubuntu:/# exit ubu...@ubuntu:~$ sudo umount /mnt/sys ubu...@ubuntu:~$ sudo umount /mnt/proc ubu...@ubuntu:~$ sudo umount /mnt/dev ubu...@ubuntu:~$ sudo umount /mnt OK, I'm restarting now... I will report back. -- cannot boot: GRUB error symbol 'grub_puts' not found https://bugs.launchpad.net/bugs/509797 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
