Finalmente sono riuscito ad installare su un hd primario master tutto cià che mi serviva: DOS su (hd0,0) , WindowsME (hd0,1) , e Puppy-linux -fantastico- su hd(0,2). Grub risiede su quest'ultima partizione. l'hd è un IDE, le partizioni sono tutte primarie e funziona tutto magnificamente. Ora vorrei collegare l'hd come secondary slave, in modo da lasciar liberi altri 2 hd estraibili che, se inseriti, abbiano la precedenza all'avvio. ho sostituito hd0,x con hd1,x ma non va. Ecco il mio menu.lst (quello che va come primario):
1)Cosa devo cambiare da primary master a p. slave?
2)Cosa dovrei ricambiare per farlo passare da primary master a secondary slave?
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Apr 1 10:23:21 2009
#
# Start GRUB global section
timeout 10
color light-gray/blue black/light-gray
# End GRUB global section
# Linux bootable partition config begins
title Linux (on /dev/hda3)
unhide (hd0,2) # togli l'attributo h alla partizione ext2
root (hd0,2)
kernel /boot/vmlinuz root=/dev/hda3 ro vga=normal
# Linux bootable partition config ends
#Other bootable partition config begins
title DOS (on /dev/hda1)
unhide (hd0,0) #togli l'attributo h alla partizione fat16
hide (hd0,1) #applica h alla fat32
# hide (hd0,2) # applica h alla ext2 (inutile, tanto non la vede...)
rootnoverify (hd0,0)
# makeactive avrebbe lasciato attiva la partizione anche all'uscita
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
title Windows (on /dev/hda2)
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
unhide (hd0,1) # togli l'attributo h alla partizione fat32
hide (hd0,0) # applica h alla fat16
# hide (hd0,2) # applica h alla ext2 (inutile, tanto non la vede...)
rootnoverify (hd0,1)
# makeactive avrebbe lasciato attiva la partizione anche all'uscita
chainloader +1
# Other bootable partition config ends
# title Install GRUB to floppy disk (on /dev/fd0)
# pause Insert a formatted floppy disk and press enter.
# root (hd0,2)
# setup (fd0)
# pause Press enter to continue.
# title Install GRUB to Linux partition (on /dev/hda3)
# root (hd0,2)
# setup (hd0,2)
# pause Press enter to continue.
# title - For help press 'c', then type: 'help'
# root (hd0)
# title - For usage examples, type: 'cat /boot/grub/usage.txt'
# root (hd0)


