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 |
Why ms dos is used?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What is difference between comm and CMP command?
Which command puts a script to sleep untill a signal is recieved?
difference between Tcp and udp
What is grep command in linux with examples?
How use linux command line?
what is ldd?
7 Answers IBM, Magnum, TCS, Tech Mahindra,
What is mkdir p?
What can you tell about the tar command?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
What is umask in linux?