badwolf Posted January 16, 2010 Report Share Posted January 16, 2010 I resently followed the below method of restoring GRUB2 but have ran into a problem...When my computer starts it loads GRUB2 and if i were to select 'Windows Vista (Loader)'it would take me to GRUB4DOS and then back to GRUB2 loader...Method 2Using GRUB for DOSGRUB4DOS is an universal boot loader based on GNU GRUB. It can boot off DOS/LINUX, or via Windows boot manager/syslinux/lilo, or from MBR/CD. It also has builtin BIOS disk emulation, ATAPI CDROM driver, etc.Download GRUB for DOS from hereFor Windows7/Vista UsersCopy the file grldr,grldr.mbr to C:\.Create boot.ini file in the root directory of C:,copy and paste following into this file.[boot loader]timeout=0default=c:\grldr.mbr[operating systems]C:\grldr.mbr=”Grub4Dos”Now,create menu.lst in root directory,with the following contenttimeout 0default 0title grub2find --set-root /boot/grub/core.imgkernel /boot/grub/core.imgbootNow restart your computer,and select boot from Grub4Dos.Then select boot up Ubuntu in grub menu.Once login,use this command to install grub into mbrsudo grub-install /dev/sdcNote :- Replace sdc with your partiton Quote Link to comment Share on other sites More sharing options...
Alan2273 Posted January 16, 2010 Report Share Posted January 16, 2010 GRUB2 is still BETA software although some versions of Ubuntu use it.Your best bet is to try the Ubuntu forums and have a read of this./>http://www.dedoimedo.com/computers/grub-2.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.