Bug 156032
| Summary: | Installer crashes with "install exited abnormally" after preparing RPM transaction | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Henry <sb.ninja> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4.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: | 2005-04-27 05:45:07 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: | |||||||
| Attachments: |
|
||||||
|
Description
Henry
2005-04-26 19:36:29 UTC
Created attachment 113686 [details]
Kickstart Configuration File
Please provide the full command lines for your customisation process I download the upgraded RPMs by running "up2date -duf" on a preinstalled Red Hat ES 4 server, then copy the RPMs out of /var/spool/up2date I copy the updated RPMs to the kickstart tree using a custom script that makes sure that there are no duplicate packages in the tree. I then run: # /usr/lib/anaconda-runtime/genhdlist /installs/linux/redhat/rhel4/ The kickstart is initiated via PXE boot with the following PXE Configuration: SERIAL 0 115200 0x303 PROMPT 0 LABEL linux KERNEL rhel4/vmlinuz APPEND ksdevice=eth0 ks=http://10.3.0.2/ks.cfg kssendmac lang=en_US text initrd=rhel4/initrd.img root=/dev/ram0 ramdisk_size=10240 selinux=disabled console=ttyS0,115200 console=tty0 Just a note, the same process works flawlessly with Red Hat ES 3 This isn't complete. You also need to generate a pkgorder and rerun genhdlist afterwards. |