Bug 743642
Summary: | bootloader not installed on serial only machines | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Patrick C. F. Ernzer <pcfe> | ||||
Component: | grub2 | Assignee: | Peter Jones <pjones> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 16 | CC: | dallan, dennis, mads, pjones | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-10-24 23:54:03 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: | |||||||
Bug Depends On: | 743661 | ||||||
Bug Blocks: | 494832 | ||||||
Attachments: |
|
Description
Patrick C. F. Ernzer
2011-10-05 15:37:40 UTC
Created attachment 526527 [details]
program.log from an affected machine
18:05:53,984 ERR program: Serial terminal not available on this platform.
might be what's the problem here.
ssh-ing into the machine; [anaconda root@acpi4-12 grub2]# pwd /mnt/sysimage/boot/grub2 [anaconda root@acpi4-12 grub2]# ls device.map grub.cfg grub.cfg.new grubenv But I'm told that serial.mod is expected to be present. I hit this with F16 beta as well. It's easy to reproduce when installing to a virtual machine with serial console. Booting the install cd in rescue mode enabled me to install the bootloader manually with: grub2-mkconfig -o /boot/grub2/grub.cfg grub2-install /dev/sda I'm happy to provide whatever information is needed, or I can work with anybody who wants me to on setting up the libvirt configuration required to reproduce it. (In reply to comment #3) > grub2-mkconfig -o /boot/grub2/grub.cfg > grub2-install /dev/sda Urgh, that should have been grub2-install /dev/vda in my case. *** This bug has been marked as a duplicate of bug 736993 *** |