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 to give acl permission in numerical mode on linux?
Which command would you use if you want to remove the password assigned to a group?
Which of the following tasks cannot be accomplished with the touch command?
how to call recursive grep function?
What is the ipconfig command for linux?
How do I run a bash script in linux?
What is Data Command?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How can we increase disk read performance in single command in Linux?
Explain the working of command grouping?
How do I remove a soft link in linux?
What is ulimit command?