Help with UEFI....

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Cyberz

Help with UEFI....

Post by Cyberz »

Hey....
Installed Mint 15 uefi and everything is working just fine.
But now win8 uefi wont boot. Tryed boot-repair and other info I find when I google but I really can get it work again.
Tryed to install refind to and it works but not the win8 part.

here is the output from boot-repair.
http://paste2.org/bvVnM8Ms


I really dont like uefi, I dont get it. But I dont wanna reinstall everything to get old bios boot back.


Thx
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Auphora

Re: Help with UEFI....

Post by Auphora »

Hello,
No boot loader is installed in the MBR of /dev/sda.
Your Bootloader dont work. You must have your Windows CD.Boot from this CD,then Windows load files [url]http://imageshack.us/photo/my-images/22/o9cg.png/[/url] .When windows finished you must select your language [url]http://imageshack.us/photo/my-images/713/nnw.png/[/url] .After that you dont click at Install,you click at Computerrepair.
[url]http://imageshack.us/photo/my-images/4/yvb.png/[/url]. Then
[url]http://imageshack.us/photo/my-images/407/xi4.png/[/url]. After that you go at this:
[url]http://imageshack.us/photo/my-images/823/d0c.png/[/url]. Then write in cmd:

Code: Select all

bootrec /fixmbr
and

Code: Select all

bootrec /fixboot
Sorry that all pictures at German,I dont have them in English :=)
Auphora
Cyberz

Re: Help with UEFI....

Post by Cyberz »

Thank you.
I will try this tommorow.
srs5694
Level 6
Level 6
Posts: 1386
Joined: Mon Feb 27, 2012 1:42 pm

Re: Help with UEFI....

Post by srs5694 »

Auphora wrote:Hello,
No boot loader is installed in the MBR of /dev/sda.
Your Bootloader dont work.
That is not the problem -- at least, not in the way you think! The computer in question is booting in EFI mode, and for that, the lack of BIOS boot loader code in the MBR of the disk is not diagnostic, since EFI places its boot code in a filesystem, not in the MBR of the disk.

Cyberz, I strongly recommend not following Auphora's suggestion. At best it will be a waste of your time, and at worst it will actually make matters worse.

To fully understand the problem, it's necessary to know what you mean by "won't boot" and "not the Win8 part" in your original message. There are many ways in which a boot process can fail, with many different symptoms of failure. For instance, rEFInd might not present a Windows option; or selecting it might launch GRUB rather than Windows; or selecting it might produce a Windows boot failure message; and so on. Knowing the precise symptoms is important for diagnosing the problem.

If I had to guess, I'd say that rEFInd is producing a Windows entry, but selecting it launches GRUB. If so, what you need to do is to re-run the Boot Repair tool, click the Advanced Options item, check the Restore EFI Backups option, and proceed. This will undo some of Boot Repair's more reckless and unnecessary changes and enable rEFInd to detect and launch Windows. See [url=http://www.rodsbooks.com/efi-bootloaders/bootrepair.html]this page[/url] for more information. If I'm wrong in my assumption, you'll just have to post more details and await another reply.
Cyberz

Re: Help with UEFI....

Post by Cyberz »

Thank you for the answers.

Somehow, I don't know how it started to work in rEFInd. Both Linux and Win8.
I don't have a slightest clue how.
I guess I Need to read up on the UEFI, seems kinda complicated.


UEFI is evil : :P
Locked

Return to “Installation & Boot”