Bug 1418361
| Summary: | Baremetal host fails to pxeboot local disk after provision: Lenovo RD350 | ||
|---|---|---|---|
| Product: | Red Hat Quickstart Cloud Installer | Reporter: | Landon LaSmith <llasmith> |
| Component: | Installation - RHEV | Assignee: | Jason Montleon <jmontleo> |
| Status: | NEW --- | QA Contact: | Sudhir Mallamprabhakara <smallamp> |
| Severity: | unspecified | Docs Contact: | Dan Macpherson <dmacpher> |
| Priority: | unspecified | ||
| Version: | 1.1 | CC: | bthurber, jmontleo, qci-bugzillas |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 1.2 | ||
| Hardware: | x86_64 | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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: | |||
| Bug Depends On: | 1418835 | ||
| Bug Blocks: | |||
|
Description
Landon LaSmith
2017-02-01 16:09:14 UTC
I updated the Lenovo RD350 bios to version 3.95 but the issue still persists. As a workaround I updated Satellite provisioning template for "PXELinux default local boot" to add a default option for booting the local disk using "chain.c32 hd0"
<%#
kind: PXELinux
name: PXELinux default local boot
%>
<%# This template has special name (do not change it) and it is used for booting already provisioned hosts. %>
DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local-chain
LABEL local-chain
MENU LABEL (local-chain)
MENU DEFAULT
COM32 chain.c32
APPEND hd0
LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT 0
We can look at making this change to the template we seed for 1.2. |