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

how to add linux user to group?

18 Answers  


How remove all files in a directory linux?

0 Answers  


What is $@ in makefile?

0 Answers  


Why echo is used in linux?

0 Answers  


how to see unallocated hard disk space on linux

12 Answers   HCL,






what is the command for finding the higest memory occupied file in linux?

9 Answers   IBM,


What is the use of cp p command?

0 Answers  


What does mkdir mean in linux?

0 Answers  


What is ulimit in linux?

0 Answers  


please advice me what i have to prepare for NIC Exam(22-feb- 09). send me the question pattern for the 2 hrs exam. please sent it to manivannan_it15@yahoo.co.in

0 Answers   Google, PGE,


What are two functions the move mv command can carry out?

0 Answers  


How do display error messages instantly when command fails?

2 Answers   Satyam,


Categories