i just upgrade my system (64 bit) form 11.2 to 11.3 (via zypper).
Since the upgrade, suse boots only in text mode. I installed the ATI drivers (ATI Radeon HD4890), now i only see a backscreen after the suse bootscreen.
The system seems to boot correctly. I’m able to connect normally to the fts-server which is running on the machine.
I even can’t boot in runlevel 3, when i try to enter the bootloader, i only have a flashing coursor in the upper left corner, and a green square followed by a “Ñ” centered a few lines below.
I have no idea how to go one… i’m pleased to any help.
So you’re in runlevel 5. runlevel 3 would work too and that’s the next thing you should try, together with nomodeset.
You can escape the gfx screen by pressing <esc>, than edit an entry before booting. But to boot in runlevel 3 and nomodeset, you just have to append “3” (preceeded by space) to the Boot Options. The same goes for “nomodeset” (append the word “nomodeset”).
oldcpu posted a nice picture somewhere …
First try “nomodeset”. If it doesn’t help, try “nomodeset 3”.
You can use either the first one or the third one. If you have more then 2GB on a 32bit system, the third one is better. But always use the same one - try not to switch! - or you might encounter problems (like the one you’re having now) due to missing kernel modules.
I think the long boot time is not related. The system might be waiting for a device to respond or a service to start. Or if it takes longer occasionaly, it was just checking the filesystems integrity.
Are you using the ATI driver from the repo or did you install it from the ATI run script? Which version of the driver are you using?
You should append the nomodeset option to the line booting the kernel in /boot/grub/menu.lst, as you seem to need it. So you won’t have to type it every time.
cat /var/log/Xorg.0.log | grep fglrx | grep Version
85.740] (II) fglrx(0): VESA VBE Version 3.0
86.515] (II) fglrx(0): EDID Version: 1.3
86.668] (II) fglrx(0): Kernel Module Version Information:
86.668] (II) fglrx(0): Version: 8.76.7
So you did install the driver from the ATI repo. Some graphics cards require newer drivers and some people like to always use the latest one. If you’re not in this situation and the driver works fine for you - you don’t notice black squares for example while scrolling or moving windows - I would suggest to keep this one. However if for some reason you want to upgrade, we can show you how to proceed (I actually have a script for that).
As for the long boot delay, I would first suggest to press the escape key at the beginning of the boot process. It will close the splash screen and you might be able to see what the boot (or init) process is waiting for.