Bug 21211
Summary: | PXE Boot on Server with Two NICs Requires User Intervention | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Mark Skarpness <mark.skarpness> |
Component: | anaconda | Assignee: | Erik Troan <ewt> |
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 7.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-12-06 21:41:22 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
Mark Skarpness
2000-11-22 00:03:00 UTC
Assigning to developer. You can pass ksdevice=eth0 (for example) as a kernel parameter (same place you pass "ks") to tell anaconda which device to use. The suggested kernel parameter works fine. However, the proposed solution breaks the headless installation because it still requires a monitor and keyboard for the end-user to input kernel parameters for each PXE client(s). By definition, "headless" means no monitor, keyboard or mouse ... just plug in an RJ45 and power on the system and grab a cup of coffee. That's how headless works on Red Hat 6.1, Red Hat 6.2 and Red Hat 6.2 SBE2. Is there a way to pass the kernel paramter during PXE boot to accomplish a truly headless boot? Put the ksdevice=eth0 bit in the same place you're putting the main 'ks' argument. You can specify this right in the syslinux.cfg file, or the pxe equivalent. |