jeramey
Joined: 20 Apr 2007 Posts: 4
|
Posted: 06/20/09 - 03:43 Post subject: |
|
|
| Hello. This is how I changed the Grub Bootloader as default loader instead of Lilo, but I use Gentoo. Probably very similar, so you can try. First you are going to emerge the Grub loader by typing the exact command, than start configuring it. This means you first type emerge grub, than just grub to start with the config. Note that Grub uses the boot sector to place it self. This means Grub will go here - hd0,0 instead of /dev/hda1, thats how does grub see the partition table, which is pretty neat I think. After that, you can compare the already existing Lilo config file with the new made grub config file. |
|