[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[riminilug-general] boot



Salve a tutti. Ho un piccolo problema all'avvio col Grub, ma forse qualcuno di voi può aiutarmi... :-)
Sull'HardDisk principale ho installato Mandriva 2005LE funzionante, poi ho collegato un HardDisk come secondario (Primary Slave) in cui c'è installato winXP in una partizione (hdb1). In linux, nel configuratore del bootloader Grub ho aggiunto una voce chiamandola windowsXP e scegliendo appunto come Root /dev/hdb1
Riavvio il PC ma se al boot scelgo la nuova voce windowsXP ricevo questo mess:

Booting 'windowsXP'
root (hd1,0)
Filesystem type unknow, partition type 0x7
chainloader +1

Quale può essere il problema?

Questo è il mio fstab:
[root@linux fabiomax]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda1 / ext3 defaults 1 1
/dev/hda6 /home ext3 defaults 1 2
/dev/hdb5 /mnt/archivio vfat umask=0 0 0
/dev/hdc /mnt/cdrom iso9660 user,iocharset=iso8859-15,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-15,sync,codepage=850 0 0
/dev/hdb1 /mnt/windows ntfs defaults 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0



Questo il mio /boot/grub/menu.lst
 
timeout 10
color black/cyan yellow/cyan
default 0
 
title linux
kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 acpi=ht resume=/dev/hda5 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
 
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 splash=silent acpi=ht resume=/dev/hda5
initrd (hd0,0)/boot/initrd.img
 
title failsafe
kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 failsafe splash=silent acpi=ht resume=/dev/hda5 devfs=nomount
initrd (hd0,0)/boot/initrd.img
 
title windowsXP
root (hd1,0)
chainloader +1


Grazie in ogni caso per la pazienza. Ciao
FABIO