Con la mia suse ho installato grub.
Visto che con lilo mi trovo decisamente meglio (nella configurazione) vorrei installarlo. Purtroppo, quando vado a fare lilo -v mi ritorna questo errore:

Warning: LBA32 addressing assumed
Reading boot sector from current root.
Fatal: Can't put the boot sector on logical partition 0x0306

Il mio disco è partizionato in questo modo:
hda1: winxp (partizione primaria)
hda2: partizione estesa
hda5: ntfs
hda6: / di suse93
hda7: /home di suse93
hda8: swap
hda9: / di qilinux (che sto reinstallando)
hda10: /home di qilinux

Il mio lilo.conf è il seguente:

Modified by YaST2. Last modification on gio ago 11 22:30:23 CEST 2005

message = /boot/message
timeout = 80
prompt
default = SUSE_LINUX_9.3


image = /boot/vmlinuz
label = SUSE_LINUX_9.3
initrd = /boot/initrd
optional
root = /dev/hda6
append = "selinux=0 resume=/dev/hda8 showopts splash=silent"

other = /dev/hda1
label = Windows

other = /dev/hda9
label = QLinux

image = /boot/vmlinuz
label = Failsafe_--_SUS
initrd = /boot/initrd
optional
root = /dev/hda6
vga = normal
append = "showopts ide=nodma apm=off acpi=off noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3"

Dove sbaglio? Facendo in questo modo son sempre riuscito ad installarlo....

Grub.conf invece è così:

setup --stage2=/boot/grub/stage2 (hd0) (hd0,5)
quit

Mentre in /boot/grub ho il file menù.lst (che ho cercato di modificare aggiungendo la voce di avvio per qilinux:

# Modified by YaST2. Last modification on ven ago 12 01:59:41 CEST 2005

color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,5)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.3
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 selinux=0 resume=/dev/hda8 splash=silent showopts
initrd (hd0,5)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
root (hd0,0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: qilinux###
title QILinux
root (hd0,8)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Dischetto
root (fd0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.3
kernel (hd0,5)/boot/vmlinuz root=/dev/hda6 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd0,5)/boot/initrd

Grazie e