Bruce E. Harris wrote:

modprobe Cant locate module /dev/SWAP
modprobe Cant locate moudle /dev/ROOT



Just modify your /etc/fstab ...


/dev/BOOT      /boot      ext2    noauto,noatime    1 1
/dev/ROOT      /               xfs     noatime                0 0
/dev/SWAP      none       swap    sw               0 0

words  BOOT, ROOT, SWAP substitute by apropriate
device for disk partitions (like hda1, hda3 ...) and everything
should be ok.
Another way is to give labels (/, /boot ... ) to partitions,
but this is not good solution, because if you connect another hdd
to your PC with the same labels can get in serious troubles.

noro





--
[EMAIL PROTECTED] mailing list



Reply via email to