From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.create a boot floppy with dd if=boot.img of=/dev/fd0 bs=1024 2.cp ks.cfg /mnt/dos_floppy # ks.cfg is attached 3.Boot from floppy with redhat 7.3 boot CD in the CD drive Additional info:
Created attachment 68144 [details] kickstart configuration
Created attachment 68145 [details] anaconda dump
What is this 'bcm5820' referred to? I don't think we shipped it Red Hat Linux 7.3.
That was it. There were actually several packages called for in ks.cfg that weren't on the CD. It may be because this was a kickstart from RH7.2 Two suggestions: 1) A clearer error message. Maybe just putting the missing package name at the top? Bonus points for an error message like: "package 'foo' not found" 2) Could you find all the non-existant packages at once? I had 8 packages that had moved. It took a lot of reboots to find them all one at a time. Thanks for the help!