Bugzilla – Bug 252913
Bootloader throws ERRORs when LOADER_TYPE="none"
Last modified: 2007-03-22 14:28:00 UTC
When having LOADER_TYPE="none" in /etc/sysconfig/bootloader I get this when updating a kernel: You may now have to update your boot loader configuration. ERROR: Bootloader::Library::SetLoaderType: Initializing for unknown bootloader none ERROR: Bootloader::Core::ListFiles: Running generic function, it should never be called ERROR: Bootloader::Core::ParseLines: Running generic function, it should never be called Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/vendor_perl/5.8.8/Bootloader/Tools.pm line 610. ERROR: Bootloader::Library::SetLoaderType: Initializing for unknown bootloader none ERROR: Bootloader::Core::ListFiles: Running generic function, it should never be called ERROR: Bootloader::Core::ParseLines: Running generic function, it should never be called Having no bootloader configured is no error and the bootloader script should honour that.
This isn't a kernel bug, but rather one in perl-bootloader. Passing to the maintainer of that package.
*** This bug has been marked as a duplicate of bug 146672 ***