PDA

View Full Version : Grub: un 3° disco


graphic12
13-03-2006, 18:44
Per cortesia consigliarmi un disco ATA-133 o USB 2.0 (come il 3° HD da aggiungere nel GRUB)

futuro GRUB: (fino ad ora solo 1-2)
1. Suse (HD SATA Maxtrox 160 GB)
2. Windows XP (HD SATA Maxtrox 160 GB)
3. Windows 2000 Professional (HD da definire)

Nella Scheda Madre Asus A8V Deluxe ci sono solo 2 connettori SATA, come faccio ad aggiungere un altro?

Se disco ATA-133 come slave o master?

Come si fa configurare il 3° disco col GRUB (menu.lst)?
# Modified by YaST2. Last modification on Sun Jan 22 18:57:07 2006


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

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
kernel (hd1,1)/boot/vmlinuz root=/dev/hdc2 vga=0x317 splash=silent console=tty0 desktop resume=/dev/hdc1 showopts
initrd (hd1,1)/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: floppy###
title Dischetto
root (fd0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
kernel (hd1,1)/boot/vmlinuz root=/dev/hdc2 showopts ide=nodma apm=off acpi=off vga=normal noresume iommu=noforce maxcpus=0 3
initrd (hd1,1)/boot/initrd


Grazie