
Originally Posted by
oldfred
If you did manual install, you should have had a combo box with a choice of sda & sdb with the full drive hard ware names. It may show partitions but do not use those.
If you can boot your current system, you can run a update-grub and it should let you boot your new install. Then from the new install you can just do a install to sdb.
Boot Natty from sda.
sudo update-grub
That should add Oneiric to your menu.
Then boot Oneiric and from it.
sudo grub-install /dev/sdb
You may have to run this to make sure it reinstalls to sdb.
#To see what drive grub2 uses see this line - grub-pc/install_devices:
sudo debconf-show grub-pc
If not sdb's hard drive:
#to get grub to remember where to reinstall on updates:
sudo dpkg-reconfigure grub-pc
#Enter thru first pages,spacebar to choose/unchoose drive, enter to accept, do not choose partitions
Bookmarks