Bug 815301
| Summary: | GRUB doesn't install to root partition | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gerfert |
| Component: | grub2 | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | bcl, dennis, mads, pjones |
| 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-23 10:51:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
gerfert
2012-04-23 10:20:19 UTC
I've made mistake above
/dev/sda5 (btrfs) Calculate Linux
/dev/sda6 (ext4) Ubuntu
/dev/sda7 (ext4) Fedora
/dev/sda8 (ext4) /home
Here is custom chainloading GRUB file used in main GRUB menu:
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Ubuntu on /dev/sda6" {
set root=(hd0,6)
chainloader +1
}
menuentry "RFRemix on /dev/sda7" {
set root=(hd0,7)
chainloader +1
}
*** This bug has been marked as a duplicate of bug 804835 *** |