Results 1 to 4 of 4
Difference between Grub,LILo and Uboot loaders...
- 07-07-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Difference between Grub,LILo and Uboot
Difference between Grub,LILo and Uboot loaders
- 07-07-2010 #2Just Joined!
- Join Date
- Jun 2007
- Posts
- 36
Please go through the below link :
9.1 Bootloaders Galore
- 09-27-2010 #3
- 09-27-2010 #4
always ask good question goggle first
Both GNU GRUB and LILO understand the real-mode kernel header format and will load the bootsect (one sector), setup code (setup_sects sectors) and compressed kernel image (syssize*16 bytes) into memory. They fill out the loader identifier (type_of_loader) and try to pass appropriate parameters and options to the kernel. After they finish their jobs, control is passed to setup code.
Unlike GRUB, LILO does not check the configuration file when booting system. Tricks happen when lilo is invoked from terminal.
asking a good questionHTML Code:http://www.linuxforums.org/forum/newbie/57918-all-new-users-read-first.html
HTML Code:http://www.linuxforums.org/forum/newbie/6322-asking-good-questions-2-a.ht


Reply With Quote