From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2 Description of problem: The following command fails to recreate the /boot/grub/device.map: /sbin/grub-install --recheck /dev/cciss/c0d0. The RHEL3 grub-0.93-4.3 needs the grub-0.95-moreraid.patch to detect cciss devices to fix this problem. This patch has been applied to the RHEL4 grub-0.95-3.1. Version-Release number of selected component (if applicable): grub-0.93-4.3 How reproducible: Always Steps to Reproduce: 1. cat /boot/grub/device.map 2. /sbin/grub-install --recheck /dev/cciss/c0d0 3. cat /boot/grub/device.map Actual Results: (fd0) /dev/fd0 Expected Results: (fd0) /dev/fd0 (hd0) /dev/cciss/c0d0 Additional info: