Bug 252913

Summary: Bootloader throws ERRORs when LOADER_TYPE="none"
Product: [openSUSE] openSUSE 10.2 Reporter: Heiko Rommel <heiko.rommel>
Component: KernelAssignee: Joachim Plack <jplack>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: All   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Heiko Rommel 2007-03-09 10:35:35 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.
Comment 1 Jeff Mahoney 2007-03-21 21:03:06 UTC
This isn't a kernel bug, but rather one in perl-bootloader. Passing to the maintainer of that package.
Comment 2 Joachim Plack 2007-03-22 14:28:00 UTC

*** This bug has been marked as a duplicate of bug 146672 ***