Hi all, typical newbie problem here which I’m sure someone will have an answer for!?
I’ve just bought a Dell Inspiron 1564 (Intel Core i3-330M) with Windows 7 and the first thing I want to do is get rid of Windows and replace it with Linux - problem is that from the boot screen no matter which option I select (live cd or installation) the cd immediately stops spinning and the installer leaves me with a blank screen and not much else!
If anyone could help I really would appreciate it!
Boot screen appears OK, I select ‘Install’, openSUSE splash screen and progress bar appear, when the progress bar reached the end the screen goes blank and nothing further happens.
I’ve tried disabling the ACPI and the safe install but the same thing happens.
Well, thats part way there. What is the output of running with root permissions:
sax2 -p
Also, do you have the file /etc/X11/xorg.conf.install ?
If so, what happens if you type with root permissions:
cp /etc/X11/xorg.conf.install /etc/X11/xorg.conf
and then reboot?
Does that boot to a GUI ? Does it freeze ?
openSUSE-11.2 does not need an /etc/X11/xorg.conf file for most PCs, but it does for some PC hardware.
IF it does not boot go a GUI with the xorg.conf.install file, you can always boot to a text mode by typing a “3” when the very very 1st boot menu (to choose openSUSE-some-kernel, openSUSE-failsafe, Windows, … etc … ) appears. The “3” (no quotes) will go in the options line, and just press <enter> with the openSUSE Linux boot selected, and that will boot you back to a full screen text mode.
The “GUI” desktop is often referred to as “run level 5” as opposed to the full screen text which is referred to as “run level 3”.
If the graphics is configured, and you are on a full screen text prompt in run level 3, and if there are no other X window sessions running (and there are not likely any to be running) then one can just type: startx
However the permissions one gets by typing “startx” are not as complete as those from a nominal boot direct to run level 5. it is just as simple to restart with “shutdown -r now” with root permissions.
Ah, progress… I gave up with the live CD and went for the full DVD installation - which installed perfectly with a graphical installation screen, although I still have the same problem after the boot screen.
Incidentally, in the boot options it reads: ‘vga=0317’ is this normal? Also, do I just type a space and ‘3’ after this in order to boot to run level 3 ?
If I can get that far I can try your suggestion of forcing the system to look for the intel driver
If you just press ‘3’ (no quotes) I think it will automatically insert a space after the “vga=0317”. If not, then put space there yourself.
I recommend you first check to see if there is an /etc/X11/xorg.conf file. If there is such a file, then I recommend you make a backup copy of that file first. Only after that backup copy is made, do I recommend you try the intel driver.
What sort of checks have you done now to see if the Intel driver is not already running?