Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303163 Details for
Bug 442685
F-9 pv_ops xen: 64 bit installs hang at grub-install stage
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0001-Disable-grub-install-on-x86_64-Xen-Domu.patch
0001-Disable-grub-install-on-x86_64-Xen-Domu.patch (text/plain), 1.17 KB, created by
Mark McLoughlin
on 2008-04-21 15:46:06 UTC
(
hide
)
Description:
0001-Disable-grub-install-on-x86_64-Xen-Domu.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2008-04-21 15:46:06 UTC
Size:
1.17 KB
patch
obsolete
>From f66a404ea548827cdf2023576abc3ce2fa29cf52 Mon Sep 17 00:00:00 2001 >From: Mark McLoughlin <markmc@redhat.com> >Date: Mon, 21 Apr 2008 16:42:16 +0100 >Subject: [PATCH] Disable grub-install on x86_64 Xen Domu > >32 bit binaries currently aren't supported on x86_64 >pv_ops DomU, so don't run grub-install. > >See: > > https://bugzilla.redhat.com/442685 > >This is a nasty, ugly, stupid hack, but it at least >prevents x86_64 Xen DomU installs hanging at the >grub-install stage. > >This should be reverted again post F-9 GA. > >Signed-off-by: Mark McLoughlin <markmc@redhat.com> >--- > bootloader.py | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > >diff --git a/bootloader.py b/bootloader.py >index 5d603fc..8f441a6 100644 >--- a/bootloader.py >+++ b/bootloader.py >@@ -147,6 +147,13 @@ def writeBootloader(anaconda): > > justConfigFile = not flags.setupFilesystems > >+ # >+ # FIXME: 32 bit binaries currently aren't supported on x86_64 >+ # pv_ops DomU, so don't run grub-install (#442685) >+ # >+ if os.path.exists("/proc/xen") and rhpl.getArch() == "x86_64": >+ justConfigFile = True >+ > if anaconda.id.bootloader.defaultDevice == -1: > return > >-- >1.5.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442685
:
302567
| 303163