From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.2914) Description of problem: This error was encountered after selecting locales. The next stage would be selecting the time zone (hence the 'map view'). Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: NOTE: Only occurs in graphical installation mode. Text mode works fine. 1. Boot from installation CD. Press ENTER for default graphical install. 2. Proceed through configuration. 3. Time zone selection crashes with an error report. Actual Results: Installer fails. Expected Results: Should have produced a nice world maps with pretty dots on it so that you can select your time zone. Additional info: Basic error output: Traceback (innermost last): File "/usr/bin/anaconda", line 620, in ? intf.run(id, dispatch, configFileData) File "/usr/lib/anaconda/gui.py", line 350, in run self.icw.run (self.runres, configFileData) File "/usr/lib/anaconda/gui.py", line 778, in run mainloop () File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, in mainloop _gtk.gtk_main() File "/usr/lib/python1.5/site-packages/gtk.py", line 125, in __call__ ret = apply(self.func, a) File "/usr/lib/anaconda/gui.py", line 402, in nextClicked self.setScreen () File "/usr/lib/anaconda/gui.py", line 526, in setScreen new_screen = apply(self.currentWindow.getScreen, args) File "/usr/lib/anaconda/iw/timezone_gui.py", line 144, in getScreen tz = timezonemap.new (path) TypeError: Could not create map view.
Created attachment 37462 [details] Complete debug dump from Anaconda.
Weird, but I see from your other bug report that the md5sums match. This is very strange. The installer is looking for a file on the cd, but it can't find it. This is almost always indicative of a bad cd, but there must be another problem in your case since the md5sums match. I must admit that I'm stumped. If you can try starting the graphical installer again (you don't have to do an install, just boot up into the installer) and press <Ctrl><Alt><F2>. Then type "ls -l /usr/share/anaconda/pixmaps/map480.png" What does the output of that command look like? Is the file even there?
Output: -r-xr-xr-x 1 root 0 134252 Jan 1 1970 /usr/share/anaconda/pixmaps/map480.png
Any thoughts??
Is there more to the traceback? Usually the values of variables is included.
All I have is the dump file that Anaconda produced (attached earlier).
Here's an idea...it might not make a difference, but it's worth a try. It looks like the kernel is having trouble reading from the cdrom drive. It looks like the cdrom is on the primary IDE controller as the slave device. Try switching the cdrom drive to being the master device on the secondary IDE controller. Does that help?
If that doesn't work, try booting the installer with 'linux ide=nodma'. Does that help?
Closing due to inactivity. Please reopen if you have more information.