how to run the boot loader in the linux.......
Answers were Sorted based on User's Feedback
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 |
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 do I check storage on linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
How do you find out the server processes running?
Describe the mknod command and when you’d use it.
What is netstat command in linux?
What is kill 9 in linux?
What is the programming language for linux?
Explain how you would find a specific string in a file.
How do makefiles work?
What is the copy command in linux?
What does make clean command do?
If the programmer wishes to execute an instruction at the specified time. Which command is used?