Mi inserisco in questa discussione per mia chiariate una cosa.
Per intanto questa è la mia situazione:
/dev/hda1 / reiserfs
/dev/hda2 /home reiserfs
/dev/hda3 vuota reiserfs
/dev/hda4 swap
/dev/hdb1 /media/archivio xfs
In fase di installazione grub è stato installato sul mbr.
Ora è mia intenzione utilizzare /dev/hda3 per provare un'altra distro spostando grub in /dev/hda1 e utilizzare GAG per selezionare i vari sistemi.
Dando sudo grub-install /dev/hda1 però ottengo
codice:
Due to a bug in xfs_freeze, the following command might produce a segmentation
fault when /boot/grub is not in an XFS filesystem. This error is harmless and
can be ignored.
xfs_freeze: specified file ["/boot/grub"] is not on an XFS filesystem
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(hd0) /dev/hda
(hd1) /dev/hdb
Che significa tutto ciò? Perchè mi nomina xfs se io quel disco non lo sto considerando?