10-29-2009, 04:32 PM
(10-29-2009, 04:27 PM)-=[CyberHR]=- Wrote: I solve this with on the next way (For further use if someone have this problem)Damn, mate, where were you a week ago ???
1. Start Linux Mint Live CD
2. Type "sudo grub" (without ")
3. Type "find /boot/grub/stage1" (without ") - You will get something like (hd0,5)
4. Next type "setup (hd0)" (without ") - This will install grub to your MBR - You will get something like this
5. And thats it.. type "quit" (without ") and restart your computer.Code:Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 d (hd0) (hd0)1+15 p (hd0,1)/boot/grub/stage
2 /boot/grub/menu.lst"... succeeded
Done.