Bug 744412
Summary: | Grub2 doesn't boot from GPT disk after EFI update on Asrock Z68 Pro3 board with AHCI enabled | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | trivial+rhbugzilla |
Component: | grub2 | Assignee: | Peter Jones <pjones> |
Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | awilliam, dennis, mads, pjones, somsom01, the.ridikulus.rat |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-04-16 21:28:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
trivial+rhbugzilla
2011-10-08 13:46:26 UTC
I guess this is a duplicate of bug 735733. Can you confirm that? I do not understand how i should proceed to confirm that. Can you give me some specific steps? You could try to read through bug 735733 and see if anything indicates that it is or isn't the same issue. You could try to install with the nogpt option and verify that it really do make a difference. You could also try to downgrade the bios and see when it broke and then ask the bios vendor for a bios that works. really this just sounds like the upstream BIOS vendor broke something in an update, to me. so we can call it a dupe of 735733 or closed upstream. I experienced the same with Dell Inspiron N7110 (i7, 8GB RAM, 640GB HDD, NVidia 525 Optimus) BIOS A06. So the issue is not limited to Asrock and Lenovo (bug 749325), but there must be quite many other manufacturers, including Dell. "Install to Hard Disk" of FC16 TC3 Live CD using "Replace existing system(s)" partitioning option worked quite well for me, created all the partitions and created the FS fine. But GRUB2 was not installed, so on reboot I got "Operating System not found" error message. Then I used nogpt option. The installer failed, as it was not able to find space on the disk. I had to use fdisk manually to remove GPT from partition table. Then installation went fine, the system boots from HDD. I think entering a boot option and manually play with fdisk is not what people call seamless installation. It can be made automated, I think. BTW, that GPT partition causing my issue was originally created by Win7. It seems that GRUB did not like that. (In reply to comment #5) > But GRUB2 was not installed, so on reboot I got "Operating > System not found" error message. Just to clarify: do you know for sure that grub2 wasn't installed? In that case anaconda.log would be interesting. Or is it just your conclusion that when it doesn't work then grub2 wasn't installed correctly? It also seems to me like your failure mode is a bit different than discussed here and on bug 749325. In their cases something (the boot loader) is hanging in slight different ways. In your case the bootloader isn't found at all. Note also that this issue is using EFI boot(?) - it seems like you are using BIOS boot? > do you know for sure that grub2 wasn't installed? Sorry, my wording was really not correct, I am not sure what really happened. As we speak about my primary machine, I do not want to reproduce the issue to find what went wrong. I actually tried "grub2-install /dev/sda" first and, as far as I remember, it printed some error logs. But maybe I just used it incorrectly. > using BIOS boot? I guess... I do not know, I just pressed shiny plastic button with rounded corners. :) (In reply to comment #7) IMHO it look more and more like a completely different issue. Some specific information - such as the exact error messages and anaconda.log - could tell. I think it would be better to file a new issue for that. |