Man of Honour
- Joined
- 18 Oct 2002
- Posts
- 7,097
I've taken a look through (although I did load it up with a 2.6.6 menuconfig) but it looks like you have everything that you need in there (and some). I'm sure riven can double check if i've missed anything
I'd give lilo a go. So
edit your /etc/lilo.conf as described in section "10.c. Alternative: Using LILO" of the handbook.
WARNING: Beware of the red parts above, make sure you are in /boot and not in any other directory else you will delete the wrong stuff.
I'd give lilo a go. So
Code:
mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
swapon /dev/hda2
mount -t proc proc /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
cp /boot/grub/grub.conf /tmp
[color=red]cd /boot
rm -R *[/color]
emerge lilo
emerge -C grub
cp /usr/src/linux/arch/i386/boot/bzImage /boot/kernel-2.6.7-gentoo-r11
WARNING: Beware of the red parts above, make sure you are in /boot and not in any other directory else you will delete the wrong stuff.