hello,
I am getting a crash during install of loop 3. i have verified the md5 as well as updating the installer and trying more than one disk but the problem persists. dump below:
Traceback (most recent call last):
File "/opt/anaconda/usr/lib/anaconda/gui.py", line 955, in handleRenderCallback
self.currentWindow.renderCallback()
File "/opt/anaconda/usr/lib/anaconda/iw/progress_gui.py", line 250, in renderCallback
self.intf.icw.nextClicked()
File "/opt/anaconda/usr/lib/anaconda/gui.py", line 872, in nextClicked
self.dispatch.gotoNext()
File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 140, in gotoNext
self.moveStep()
File "/opt/anaconda/usr/lib/anaconda/dispatch.py", line 208, in moveStep
rc = apply(func, self.bindArgs(args))
File "/opt/anaconda/usr/lib/anaconda/sabayon/installer.py", line 82, in doInstall
slTools.RunInstallFileCopy()
File "/opt/anaconda/usr/lib/anaconda/sabayon/slUtils.py", line 598, in RunInstallFileCopy
shutil.copy2("/mnt/livecd/"+line,self.instPath+"/"+line)
File "/usr/lib/python2.4/shutil.py", line 92, in copy2
copyfile(src, dst)
File "/usr/lib/python2.4/shutil.py", line 48, in copyfile
fdst = open(dst, 'wb')
IOError: [Errno 40] Too many levels of symbolic links: '/mnt/gentoo/sbin/update-modules'
any help would be appreciated
kainalu

