Bug 4054
Summary: | Kickstart fails from 6.0 boot disk. Doesn't try DHCP? | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | cmmiller |
Component: | installer | Assignee: | David Lawrence <dkl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | cmmiller |
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: | 1999-07-15 22:25:46 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
cmmiller
1999-07-15 16:04:06 UTC
I was unable to get the dhcp to fail on a kickstart install with a stock 6.0 install. One note might be that you may have the install directory on a second line when it needs to be on the same line as the one before it. ex: nfs --server 128.112.152.9 --dir /cd-images/redhatlinux_i3866.0 This may or may not help but after fixing this line and doing the test dhcp was working fine for me. Does dhcp work during a manual regular install? Yes, DHCP works fine during a manual regular install. However, as I'm finding out right now while waiting for a solution, doing all our site-specific customizations by hand is no easy task. My nfs line is all one line, as you said. It got wrapped in the web interface. If it helps to have more specific information, I'm attempting to kickstart an HP Vectra VA. It's a Pentium Pro 200. The BOOTP/DHCP/NFS server is a Sun Enterprise 4500 running Solaris 2.6. Would any other information be useful? To clarify, what I'm seeing is that when I boot to the RH 6.0 disk (as opposed to 5.2, which "works"), the kickstart process does not attempt to use DHCP/BOOTP to initiate the install sequence, and doesn't even initialize the network card (a 3com "Vortex" card). Chris Miller Princeton University Does the install bring up any error messages when it fails, for example does it bring up a selection box to choose which card you want to use or does it bring up a mount failed window? Also more useful info could be obtained by switching over to the ALT-F3 to see what the last few lines say and also ALT-F4 to see if the kernel is even initializing the 3Com card. In the main install console (tty1?), the first thing I see is a prompt for a language. After that, it goes straight to the media selection 'window' and gives me two choices: CDROM or Hard Disk. In the next console (tty3?), I see the message mentioned earlier: "No kickstart method was specified." ..and various mounts/unmounts/deletes concerning /dev/fd0 and /tmp/*. In the last console (tty4?), I see all the standard kernel messages from booting the system, but no, it does not initialize the 3com card. As another note, in tty3, there are very few messages on the screen, and I can actually still see -both- of the "Welcome to RH Install" messages... translation: I'm not missing any messages that scroll away. :) From watching the messages in a proper install (both 5.2 and 6.0 [6.0 w/o kickstart, obviously]), I can safely say: The 3com card is not be initialized, and the ks install never bothers to try dhcp/bootp. I can't imagine this being a hardware issue.. I hope.. Any ideas? Chris Miller Princeton University Are you using the boot.img or bootnet.img? For network kickstarts you need to use the bootnet.img and for cdrom kickstarts use the boot.img. <sigh>.. <laugh>.. Three days fighting with this. :) ..okay.. thank you. Very much appreciated. <wanders off into a corner of the machine room for a stiff drink> Chris Miller Princeton University Glad I could help. |