[Voyage-linux] Install Trouble w/ voyage-0.2pre1 and FC4
Andrew Niemantsverdriet
(spam-protected)
Sun Aug 14 23:58:06 HKT 2005
When running voyage.update I am getting the following error:
Fatal: '/dev/sda1' is not a whole disk device
Fatal Error: Failed to chroot to /mnt/cf to install lilo
I had to edit the voyage.update script already as there was a typo I think
in it.
This line:
mount -t ext2 ${DISK}1 $MOUNTDISK || { echo "Fatal Error: Failed to mount
${DISK}1 on $MOUNTDISK as an ext2 partition" >&2; exit; }
had to be changed to this:
mount -t ext2 ${DISK} $MOUNTDISK || { echo "Fatal Error: Failed to mount
${DISK} on $MOUNTDISK as an ext2 partition" >&2; exit; }
So that the proper disk would be mounted. Any ideas on how to get rid of
the other error?
Is it a Fedora Core 4 thing? This is the first time I have tried to use
Fedora to install voyage. The last time I tried with FC 2 it failed
horribly so I was hoping that the latest and greatest Fedora fixed the
issues which caused the previous FC2 failure.
More information about the Voyage-linux
mailing list