Multiple grub menu.lst?
NoOp
glgxg at sbcglobal.net
Sat May 3 22:26:57 UTC 2008
On 05/03/2008 02:32 PM, Charlie Zender wrote:
> zender at virga:~$ sudo fuser /boot
> sudo: unable to resolve host virga
> zender at virga:~$
Resolve the host first:
gksu gedit /etc/hosts
Now edit:
127.0.0.1 localhost virga
127.0.1.1 virga
save. And then:
sudo /etc/init.d/networking restart
Now try your commands and they should work.
Now, from a terminal do as Aart suggests:
sudo update-grub
And if you still have problems:
sudo grub
grub> find /boot/grub/stage1
grub> quit
"grub>" is the internal grub prompt, you don't type that in.
Note the location that find '/boot/grub/stage1' returns then quit. It
should look something like this:
grub> find /boot/grub/stage1
(hd0,0)
Post the results of that *and* the results of:
sudo fdisk -l
More information about the ubuntu-users
mailing list