Installed Fine but Won't Start !!

Hi Guys

I have just finished installing openSUSE 11.1 on my double partitioned hard drive.

The installation was smooth and I didn’t get any errors. Now when I start my computer I get the boot loader, I choose XP … it works fine (I’m currently in XP)

But when I choose openSUSE, I get the logo with the grey/metal bar filling up, and then after that just a blank black screen !! nothing is showing !! So I still haven’t been inside the openSUSE OS !! I don’t know why it is doing this !!

Can someone please tell me how I can fix this problem ? :frowning:

I would GREATLY appreciate any help given.

Thank You

When I choose openSUSE 11.1 – 2.6.27. 7-9 ] in the boot loader > at the bottom where it says Boot Options the following appears

vga=0x314

Can this have anything to do with why all I see is a blank black screen ??

By the way when I choose the Failsafe openSUSE 11.1 ] option … then openSUSE opens fine !!!

Some help please :frowning:

vga=0x314 is simply the resolution of the terminal that the kernel will be booted up with. its 800x600 which should not be an issue, but your free to remove it put nothing there to see if that helps, it will then just default to a low resolution.

----| 640x480 800x600 1024x768 1280x1024
----±------------------------------------
256 | 0x301 . 0x303 . 0x305 … 0x307
32k | 0x310 . 0x313 . 0x316 … 0x319
64k | 0x311 . 0x314 . 0x317 … 0x31A
16M | 0x312 . 0x315 . 0x318 … 0x31B

now what you could do is a few things:

1- the moment you hit enter on the opensuse entry and you get the splash screen press ESC to see what is happening. Maybe something there will give you a clue/error msg with which you can search further.

2- an option would be to add some extra option behind the 0x314 (make sure you put a space between the options) some of the options you could try (I would say 1 at a time) could be:

acpi=off
apm=off
ide=nodma
nosmp
noapic
pci=noacpi

these are basicly the option used when booting safemode, my guess would be that acpi=off will work, either way once you know what switch you need search the forum, some issue are resolved by changing a bios setting.

Good luck

You probably just need to get your graphics driver setup/installed correctly.

Hi Xilanaz

I tried all them commands you wrote for me, and still it wouldn’t show anything !! :frowning:

You probably just need to get your graphics driver setup/installed correctly.

How can I do that, if I can’t get into the OS :frowning:

Someone please help :frowning:

You could try adding


3

to the boot parameters (as in “vga=0x314 3”) to boot into runlevel 3. Log in as root. At prompt;


sax2 -r

let it do its thing


/sbin/shutdown -r now

Boot normally, see what happens?

P.S don’t normally log in as root, this is a special occasion :slight_smile:

If @Confuseling’s suggestion didn’t work, then again boot into init 3, login as your user, and try:


su -
sax2 -r -m 0=vesa
exit
startx

Then in the gui open a terminal and do:

su -
lspci
hwinfo --gfxcard

and post the output back here.