how to run the boot loader in the linux.......

Answers were Sorted based on User's Feedback



how to run the boot loader in the linux.........

Answer / ayyappan

#grubinstall /dev/hda or /dev/sda

Is This Answer Correct ?    19 Yes 1 No

how to run the boot loader in the linux.........

Answer / arun

#grub-install /dev/hda or /dev/sda

Is This Answer Correct ?    12 Yes 0 No

how to run the boot loader in the linux.........

Answer / amit kumar ghosh

The above all answers is to install a boot loader not to run it.
Grub is the 2nd stage boot loader in linux system which runs
automatically before the init process.

Is This Answer Correct ?    9 Yes 0 No

how to run the boot loader in the linux.........

Answer / d.veera

In Linux Operating system boot loader is Grub

grub-install /dev/hda - It is for IDE Hard disks

or

grub-install /dev/sda - It is for SCSI hard disks

Is This Answer Correct ?    3 Yes 1 No

how to run the boot loader in the linux.........

Answer / sameer

the above answer is correct

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Linux Commands Interview Questions

What are the main components of a Linux system?

1 Answers  


what is initrd image?

5 Answers   IBM, Oracle,


What is clang format?

0 Answers  


How do I check my disk space?

0 Answers  


How do you check the current system uptime in Linux?

1 Answers  


What is umask 000?

0 Answers  


What is ulimit in linux?

0 Answers  


How is grep so fast?

0 Answers  


when zombie process fully cleared?

4 Answers   HP,


What does the ps command do in linux?

0 Answers  


i am working in one company and i attend intervew they asked why do u want to chage company pls give me inteligent answar

3 Answers  


How do you create a text file in linux terminal?

0 Answers  


Categories