Am Samstag, den 25.10.2008, 18:03 +0100 schrieb Matt Sturgeon:
> How is GRUB 2 installed at the moment?
> 
> could you tell me in basic and detail if you know both.
> 

svn co svn://svn.sv.gnu.org/grub/trunk/grub2
cd grub2
./configure && make && make install
`grub-install /dev/sda' if you want grub2 to have in MBR of disk sda.
and then `grub-mkconfig -o /boot/grub/grub.cfg' to have a generated
grub.cfg.
-- 
Felix Zielcke



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to