FS#12826 - Pacman won't detect GRUB2 while upgrading stock kernel
Attached to Project:
Arch Linux
Opened by Lord LTSmash (LTSmash) - Saturday, 17 January 2009, 00:31 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 12 March 2009, 17:39 GMT
Opened by Lord LTSmash (LTSmash) - Saturday, 17 January 2009, 00:31 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 12 March 2009, 17:39 GMT
|
Details
Description: This is perhaps a minus bug I found when
upgrading to the latest kernel (if we can call this a
bug):
While updating the kernel, the pacman output will say: >>> You appear to be using the LILO bootloader. You should run >>> 'lilo' before rebooting. But this isn't correct since I'm using GRUB2... perhaps this is because the .install script checks for GRUB and if it doesn't finds it it will say we're using LILO? I know it's not very important, but it can be a little confusing, and would be nice to have it detect our bootloader correctly. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 12 March 2009, 17:39 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.28.7-2
Thursday, 12 March 2009, 17:39 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.28.7-2
Also even though that means nothing, the lilo website has been down for at least 3 months. Only http://freshmeat.net/projects/lilo/ and the mirror site works.
Anyway the detection is rather weak; we can't be totally sure about the bootloader.
If the message is to stay there maybe is better the generic warning:
if [ $haslilo -eq 0 ]; then
echo ">>>"
echo ">>> If you use the LILO bootloader, you should run 'lilo' before rebooting."
echo ">>>"
fi
if you don't have lilo installed it isn't even displayed.
Lilo still works fine for people who want to use it, official installer removed lilo, archboot still supports it.