Mike Leone on 29 Nov 2007 04:38:56 -0000 |
Mike Leone wrote: Got it. Booted Kubuntu 7.10 sudo mkdir /mnt/root sudo mount -t ext3 /dev/sda2 /mnt/root sudo mount -t proc none /mnt/root/proc sudo mount -o bind /dev /mnt/root/dev sudo chroot /mnt/root /bin/bash sudo grub find /boot/grub/stage1 --> NOW grub finds the file root (hd0,1) setup (hd0) And then it all Just Worked. So I needed to mount proc and dev (which I hadn't done, the first few times I tried to fix things). See <http://ubuntuforums.org/showthread.php?t=224351> Thanks all ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|