How to check what bootloader my System is using?
Such as Lilo or Grub or Grub2?
How can I check it?
thank you~~~
|
How to check what bootloader my System is using? Such as Lilo or Grub or Grub2? How can I check it? thank you~~~ |
|||
|
|
Assuming your boot disk is
This shows some information about what's at the beginning of
showing that I have Grub 2 (which is the default bootloader on Ubuntu these days). Another place to look is what scripts run when you install the kernel. One or more of these scripts should register the newly installed kernel with the bootloader. These scripts live in Usually, the two methods will give the same result. They won't if you have multiple operating systems and Ubuntu's bootloader is not the one that loads first, but rather is invoked by some other operating system's bootloader. |
|||
|
|
|
Download bootscript and install http://bootinfoscript.sourceforge.net/ This boot_info_script is a bash script which searches all hard drives attached to the computer for information related to booting. Its primary use is for troubleshooting booting problems. For instructions see http://bootinfoscript.sourceforge.net |
|||
|
|