I’ve had this problem with every Linux distro I’ve ever attempted at installing and/or running from a LiveCD.
I have currently installed openSUSE onto my entire hard drive. When the system starts, there is no video output. I had to start in failsafe mode to even get to a user interface to type this message.
Try this: It will set your video to a simple vesa driver
Pause the boot by moving the down arrow, then back up to the default boot. But now press backspace, it should delete any text where you can see VGA.
Remove all text and now type just the number:
3
and hit enter
at the login type your user name and then password
now type:
su
then the root password
now type this:
sax2 -r -m 0=vesa
(N.B. the 0 is a zero not a letter)
now reboot
if you don’t get a gui login
login as user and try this at the cli
startx
Then report back back with info about what kind of video hardware you have.
The difference between a regular boot, and failsafe, is failsafe has a bunch of extra kernel boot “codes” that are run upon boot.
What you could do is write down (on a piece of paper) those codes, then reboot your PC, trying each code, one at a time, until you find the single boot code (or minimal combination of boot codes) that allow your PC to boot properly with video.
Okay. I’ll have to keep tappin away at it. Does anyone know any vendors who have a good hardware success history with openSUSE? I don’t want to build a laptop. I want one from a vendor.
I don’t see any notes to my Intel graphics chipset. Nvidia I’ve always known to be Linux friendly and also support Compiz Fusion (something I haven’t been even able to activate yet :()
I’ll boot up into safe mode tonight, take a look at YaST for hardware and the video card. Otherwise I’m gonna sell my VAIO haha.
This is something you need to wade through carefully. Lee (oldcpu) can possibly offer advice as I know he has recently made a purchase or 2? Myself, as per my sig in the forum here, have a Lenovo (ThinkPad) and I have to say, though it might not meet the spec most people are looking for today, it’s a craki’n laptop and works very well indeed. No configuration needed really, it just works. But it’s not true of ALL Lenovo products and some have issues with the grub bootloader if it goes to the MBR.
If you are looking for the kernel boot codes associated with a fail safe boot, then with a text editor and root permissions, open the file /boot/grub/menu.lst and note the kernel boot codes for fail safe. Do NOT change the file. ie CLOSE the file without saving.
You can open the file under gnome with:
gnomesu gedit /boot/grub/menu.lst
and with KDE:
kdesu kwrite /boot/grub/menu.lst
and enter root password when prompted. Do NOT change the FILE!!
Or alternatively, you can just look at the boot codes when the grub menu 1st appears when booting, and write them down from there.
Once you have the boot codes, you can boot with one at a time, until you find the one that allows you to boot successfully. That will give you a clear hint as to your PC’s problem, and possible solutions to your PCs problem.
So one of those allows you to boot. Just try them one at a time when doing a normal boot (you type it in your grub menu option line). Figure out which one (or combination of one’s) allows your boot to succeed. Maybe try x11failsafe first.