grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with Grub2


From: Vesa Jääskeläinen
Subject: Re: Help with Grub2
Date: Sun, 01 Feb 2009 10:47:29 +0200
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

BandiPat wrote:
> Compiled and installed grub2.  Remove LILO from MBR.  Ran grub-install
> /dev/sda.  Run grub-setup /dev/sda.  Ran update-grub to let it create a
> grub.cfg file.  So far, so good and checking everything, it all looks
> great according to the instructions I have been able to find.  By the
> way, I have done a lot of researching these past 2 days!  That's how I
> came to find this mail list, but wanted to wait to finish my testing
> before using it.

you should only need to use grub-install and update-grub (or grub-mkconfig)

Running grub-setup after grub-install without matching arguments given
by grub-install to grub-setup it can create non-working setup.

So commands needed are:

grub-install
update-grub (or grub-mkconfig, or manually create grub.cfg)

Now if you get stuck to rescue console you probably want to start
loading normal mode first (insmod normal.mod) and required modules
needed for booting. I think we should write something about rescue
console to wiki.

Here is what probably happened:

When you issues grub-setup manually you probably forgot to specify
filesystems and such so grub cannot load natively from MBR your system.

As grub-setup is advanced tool it should not be used manually, please
try with only grub-install and see if it help.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]