SATA-disken är nu ensam hårddisk i systemet. Försökte sedan att installera GRUB i bootsektorn,
men det gick inte så nu kör jag med LILO. Vill dock använda GRUB!
SATA-disken heter i systemet '/dev/sda'
Provade att köra:
Code: Select all
# grub-install --root-directory=/boot --no-floppy /dev/sda
/dev/sda does not have any corresponding BIOS drive.
Code: Select all
# grub-install --root-directory=/boot --no-floppy '(hd0)'
/dev/sda1 does not have any corresponding BIOS drive.
grub.conf:
Code: Select all
default 0
timeout 30
splashimage=(hd0,0)/grub/images/petergrub.xpm.gz
title=Gentoo 2.6.12r1
root (hd0,0)
kernel /kernel-2.6.12r1
title=Gentoo 2.6.11r11
root (hd0,0)
kernel /kernel-2.6.11r11
title=Windoze
root (hd0,1)
makeactive
chainloader +1

