Ho una sceda madre asus a7n8x-e deluxe aggiornata con l'ultimo bios disponibile, e come scritto anche in un post qui sul forum, lilo con questo bios non si avvia.
Cosi ho installato grub, ma non mi parte windows (che mi serve per stampare).
Ho 3 hard disk:
1) un ide visto come /dev/hda
2) un serial ata riconosciuto come /dev /sda
3) un serial ata riconosciuto come /dev/sdb.
La root di linux è installata in /dev/sda3 e windows è installato in /dev/sda1.
Posto il mio file di configurazione di grub menu.lst:
Codice: Seleziona tutto
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Mon 06 Feb 2006 02:21:10 AM CET
#
# The backup copy of the MBR for drive '/dev/sda' is
# here '/boot/grub/mbr.sda.7768'. You can restore it like this.
# dd if=mbr.sda.7768 of=/dev/sda bs=512 count=1
#
# Start GRUB global section
#timeout 30
#color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Slackware (on /dev/sda3)
root (hd1,2)
kernel /boot/vmlinuz root=/dev/sda3 ro vga=791
# Linux bootable partition config ends
# Other bootable partition config begins
title Windows
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
# Other bootable partition config ends
title --- For help press 'c', then type: 'help'
root (hd0)
title --- For usage examples, type: 'cat /boot/grub/grub.txt'
root (hd0)
Codice: Seleziona tutto
(hd0) /dev/hda
(hd1) /dev/sda
(hd2) /dev/sdb


