Eu estava enfrentando um problema bem semelhante até acrescenter a linha "map-drive" para redirecionar de um hd para o outro.
Exemplo, contendo "map-drive", que utilizei para configurar a alteração de boot de hda1 para hdb1 em /etc/lilo.conf :
... other = /dev/hdb1 optional label = Win98 alias = 1 table = /dev/hdb map-drive = 0x80 # Logically swap the drives so that when they to = 0x81 # are accessed via the BIOS, the second drive map-drive = 0x81 # will appear as the first and the first as to = 0x80 # the second. change Dramon. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

