On Wednesday 26 June 2002 18:18, Rubens Oliveira wrote:
Hello all,
I'm trying to install the Suse 8.0 from my hardisk (I downloaded the install files from the FTP server), but when the installation will begin I get an error messase saying that Yast2 couldn't mount the source midia (ie, a partition of my second disk)...this problem never happened with 7.3. I read in the list that Yast2 doesn't allow to change the source midia from CD to hard disk, is that true?? That would be a major bummer and contradicts the propaganda of 8.0 having the "easier installation ever"...
Anybody please confirm? Is there a workaround for this if true??
Yes. I had the same problem. The solution is as follows: as root: mv /var/lib/YasT2/installmap.ycp /root/installmap.ycp.orig SuSE: path to installation directory, on ftp.suse.com it is in /pub/linux/suse/i386/8.0 cp $SuSE/.S.u.S.E-* /var/adm/current_package_descr cp $SuSE/suse/setup /var/adm/current_package_descr Now start YaST, change the source medium, and leave YaST. /var/lib/YaST2/installmap.ycp contains the right info for the source medium, but lacks the other info that you saved in /root/installmap.ycp. cd /root cp installmap.ycp.orig installmap.ycp cp /var/lib/YaST2/installmap.ycp installmap.ycp.new Now edit /root/installmap.ycp, and remove the reference to /dev/hda* (you are not installing from a partition but from a (mounted) directory), and add the variables from /root/installmap.ycp.new _concerning_the_source_medium_. cp /root/installmap.ycp /var/lib/YaST2 Start YaST again, and go to the Software installation module. It should work now. -------- This solution fixes 2 problems: 1. The "unable to change source medium" problem 2. The "installed version differs from version on source medium" problem. (Actual error messages differ, but they come down to these descriptions) It is tricky, but is doable. Good luck, Leen