I'm seeing a couple of error messages (some of which are easier to capture than others, which have to be retyped on another computer)... One of which is (from firstboot.*): Traceback (most recent call last): File "/usr/share/firstboot/firstbootWindow.py", line 468, in loadModules vbox, pix, title = module.launch() File "/usr/share/firstboot/modules/networking.py", line 94, in launch self.updateLabels() File "/usr/share/firstboot/modules/networking.py", line 122, in updateLabels if string.strip(tokens[0]) == "alias" and string.strip(tokens[1][:3]) == "eth": IndexError: list index out of range It doesn't say which line it's on when this happens. My /etc/modprobe.conf file looks like: alias eth0 tg3 # turn off IPv6 alias net-pf-10 off alias ipv6 off # needed for wireless card alias ath0 ath_pci # tell the Radeon drivers to work with DRM options radeon allow_r300=1 alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 options snd-intel8x0 index=0 remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0 Any ideas? Is this a known issue? I'll try to dig out the other message I'm seeing... -Philip