From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051202 Fedora/1.5-0.fc4 Firefox/1.5 Description of problem: Anaconda's seems to drop "pci=noapic" when writing out the grub configuration to /etc/grub.conf towards the end of the installation process of Fedora Core 5 Test 2 (x86_64 on DVD). Version-Release number of selected component (if applicable): anaconda-10.91.4-1 How reproducible: Always Steps to Reproduce: 1. Boot Fedora Core 5 Test 2 x86-64 DVD ISO (I'm using an Acer Aspire T140) 2. Type "linux pci=noapi noapic" and press Enter 3. Go through the entire install process and reboot 4. Examine contents of kernel line in /etc/grub.conf (e.g. "e" option in grub boot loader) Actual Results: The kernel line in /etc/grub.conf after installation only has "noapic" as an additional option. Expected Results: The kernel line should have had both the additional options included, i.e. "pci=noacpi noapic" (no double quotes in the line itself of course). Additional info: If I don't specify both of these options, my Acer Aspire T140 Athlon 64 3200+ desktop PC (NForce 4 Nvidia motherboard with SATA hard drives) will fail to detect hard drives early on in anaconda and it aborts. Also, if the same options aren't both present in the appropriate kernel line in /etc/grub.conf when the machine boots, I get a kernel panic and halt. Note that Fedora Core 5 Test 1 had this problem too, but Fedora Core 4 (final) doesn't. I thought that it would be sorted out by Test 2, but the problem is still there.
Oops, that should be "pci=noacpi" in a couple places early in that report (I can't spell :-( ).
We only keep some of the options going from anaconda to the installed system as some of the options you can pass are specific to anaconda (or other things). pci= should probably be added to the list, though.
These bugs are being closed since a large number of updates have been released after the FC5 test1 and test2 releases. Kindly update your system by running yum update as root user or try out the third and final test version of FC5 being released in a short while and verify if the bugs are still present on the system .Reopen or file new bug reports as appropriate after confirming the presence of this issue. Thanks
Just a note that I can confirm that FC5 Test 3 still has this problem - pci=noacpi is still missing from /etc/grub.conf after installation. I've adjusted the Version field to reflect this, but I'm wondering if its severity should be "regression", since it's worked OK before in all final releases of Fedora Core? It's something I'd like to see fixed before next month's FC5 final release (otherwise this problem will persist forever for FC5 and won't get a fix until FC6T1), but I guess if people are savvy enough to type "linux pci=noapic noapic" at the start of the installer (a shame we can't auto-detect when such options are needed), then they'll be clued up enough to edit /etc/grub.conf to put the missing option back in.
Thanks, fixed in next release.