InterviewSolution
Saved Bookmarks
| 1. |
Explain briefly the procedure for re-installing Grub in Linux Server? |
|
Answer» Boot Loader is a package that loads operating system to memory during boot. Windows comes up with its own boot loader whereas Linux gives you to select boot loader as PER your environment and requirement. GNU GRUB or GRUB (GRAND UNIFIED Bootloader) is a type of boot loader package that SUPPORTS multiple operating systems. It allows feasibility of selecting the required OS during boot. GNU GRUB gives the option to select the operating system to load during boot. GNU GRUB is an advanced level of legacy GRUB.
|
|