Differences between revisions 20 and 21
Revision 20 as of 2005-11-13 16:46:44
Size: 2614
Editor: PeMac
Comment:
Revision 21 as of 2007-06-03 09:46:42
Size: 2588
Editor: ?MarcoNenciarini
Comment: The grub wiki on autistici.org does not exists anymore
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
 * [http://www.autistici.org/grub/moin.cgi/FrontPage GRUB Wiki]  * [http://grub.enbug.org/ GRUB Wiki]

["Boot"] > BootLoader


GRUB is the GRand Unified Bootloader, a very powerful newish BootLoader that can be used to boot most ?OperatingSystems on the ["x86"] platform.

["LILO"] doesn't support Mach,

See Also

Discussion


Q

Will GRUB allow me to hibernate Linux and activate another ?OperatingSystem (such as ["WindowsXP"]) that I hibernated earlier, i.e. a ?DualHibernate rather than a DualBoot?

Is there a way to install GRUB in the MasterBootRecord from DOS or ["WindowsXP"], i.e. a utility similar to rawrite.exe or fdisk.exe that write a GRUB MBR? What I want here is to install Linux without having a bootable floppy.

A

Answer by Mecki: GRUB uses several stages for loading, only stage 0 can reside in MBR GRUB will need at least a ["partition"] of its own for the remaining stages 1.5 and 2.0

Answer by RainerKulow: There is a win32 Version of GRUB, i used it to install linux from ["Windows2000"] , but i am not sure what exactly the source is ;) you can download the exe at: [http://www.skyjammer.com/files/knoppix/ grubwin32]

Just unzip grubwin32 to c:\ then run c:\boot\grub\w32grub This would patch the necessary files(under XP, not linux). Then add :

 c:\boot\stage1="GRUB" 

to c:\boot.ini

And you now have a grub boot loader on your XP system.