salve a tutti, dopo l'installazione di Slack 9.1 e relativo LILO, nel momento in cui vado a scegliere di avviare WinXP intravedo per un secondo la schermata di Windows 98 (!) e, subito dopo, mi compare un avviso DOS relativo a un errore sul file COMMAND.COM. suppongo sia una cattiva configurazione di LILO, che ho installato in MBR.

questa è la mia tabella attuale:

codice:
Disk /dev/hda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
 
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1         230     1847443+  1b  Hidden W95 FAT32
/dev/hda2   *         231        4475    34097962+   c  W95 FAT32 (LBA)
/dev/hda3            4476        4488      104422+  83  Linux
/dev/hda4            4489        7296    22555260    f  W95 Ext'd (LBA)
/dev/hda5            4489        7166    21511003+  83  Linux
/dev/hda6            7167        7296     1044193+  82  Linux swap
mentre questo è lilo.conf:

codice:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
  label = DOS
  table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/hda5
  label = Linux
  read-only
# Linux bootable partition config ends
ricordo che prima, con Fedora, XP veniva associato a hda2 (almeno questa era la partizione che montavo da Linux).

qualcuno sa darmi una mano?
grazie! :)