Bugzilla – Bug 117401
mkinitrd failed because of missing /boot/System.map
Last modified: 2005-09-29 15:16:20 UTC
I installed the vanilla kernel 2.6.13.1 for testing for another bug #114017 and mkinitrd failed with the message: Fatal: Could not open '/boot/System.map': No such file or directory There was no symbolic link before. I set the link and the world was ok.
Where did you put System.map? It should be copied to /boot/System.map-$KERNEL_RELEASE or /boot/System.map. A ``make install'' in the kernel source tree will do that for you.
Yes I did. I copied System.map-$KERNEL_RELEASE to /boot but there was no link System.map to System.map-$KERNEL_RELEASE (old kernel) before like initrd and vmlinuz. I guess it should. I didn´t use make install because I wanted to do this manualy to see how to do and to have the easy possibility to switch back for testing.
/boot/System.map-$KERNEL_RELEASE should be enough; no symlink required. If it doesn't, please send the trace resulting from running mkinitrd as ``bin/bash -x /sbin/mkinitrd''. Thanks.
Assumed-fixed.