LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Blank Screen after Suse Boot - HowTo boot from grub to command line (https://www.linuxquestions.org/questions/linux-newbie-8/blank-screen-after-suse-boot-howto-boot-from-grub-to-command-line-289549/)

benco420 02-13-2005 01:49 AM

Blank Screen after Suse Boot - HowTo boot from grub to command line
 
New to Linux installations, choose SuSe 9.2 and YaST install went fine, except Radeon 9800 was not on the driver list. Defaulted to a ATI 320 something.

First boot I got KDE to load and display except the screen was offset. So I went to control center and attempted to change the display resolution and got an unsupported screen mode error on my flatscreen and havent been able to see the screen since. When I reboot it comes back to blank screen (no monitor errors)

Google'd and found a CTRL + ALT + [NUMPAD + or -] to cycle screen resolutions and I can see my MultiLink Adapter changing resolutions through unsupported modes and can cycle through, but it always comes back to the blank screen again.

Formatted and reinstalled with same setup now didnt even get that first time screen, just back to the blank screen.

Welcome to Linux. So I figure first thing I need to do is install the SuSe Radeon 9800 drivers (8.8.25) - if anyone can fill me into why I can download these drivers from SuSe http, but not the YaST updater let me know.

I downloaded the fglrx-XXXX.rpm via SuSe http on my XP partition, but now cant get them to where Linux rpm can recognize them. I can only get to a command line through the install DVD via the Recovery Method, and it will not let me mount my CD drive which I burnt the drivers to so I figured it wouldnt let me mount a NTFS drive as well.

Question is: How do I boot from GRUB to a regular command line?

I have the grub GUI loading fine when I turn the PC on and it gives me the SuSe, Windows, Floppy, SuSe (FailSafe - which also gives blank screen) menu. I notice when I highlight (FailSafe) it shows a Boot Options command line fillin underneath with the arguments to load FailSafe, is there an argument I can enter there to just boot into a command line that will let me mount the cdrom?

Ive searched google.com/linux and read linuxquestions.com all night, and I know I've got some work ahead to get the 9800 working, but Im crippiled right now.

Thanx,
_ben

KimVette 02-13-2005 02:39 AM

If you know the location for key components, etc. you can boot to a given device/partition/etc from a grub command line.

When you are at the grub boot menu, type 'c' to get to the boot prompt.

Next, you enter a line similar to (borrowing from my current configuration):

Code:


kernel (hd1,0)/boot/vmlinuz root=/dev/hdb1 vga=0x31a splash=silent resume=/dev/hdb2 showopts

Once you change the hd and partition parameters to match your configuration in the above line, hit enter.

Now you need to enter one more line:

Code:


initrd (hd1,0)/boot/initrd

Question though: is there any reason you couldn't just boot to single user mode? Try entering either "init 3" or "linux 3" at the bootprompt and it "should" boot to runlevel 3, which will enable you to reconfigure the box (assuming you don't have xdm / rcxdm starting in runlevel 3), and if that fails, you could try single user mode, which is init1, and disable xdm / rcxdm by editing the init.d scripts (change id:5:initdefault: to id:5:initdefault in /etc/inittab )

postmaik 02-13-2005 03:49 AM

hope this helps
 
Hi,

first of all you can have just a command line if you start the system (although you can't see anything then) and wait till the system is set up (go smoking and after you come back it should be there). Then you press the keys CTRL + ALT + Fx where x can be from 2 to 6. F1 is the startup console and F7 is the X running. SuSE starts the X console automatically after boot process, but you can switch to another console all the time linux is running.

So now first try this and then go on with installing the fglrx driver. First search the internet that you can find the HOWTO for installing the driver. Therefor you have to install the driver, patch it, install the kernel module, configure it.

Hope that helped you a little.

benco420 02-13-2005 05:50 AM

Thanks guys

I think postmaik response is what I was looking for, the system is running in the background, I just cant see anything, hopefully switching to another console will change the screen res back to something I can see.

I also try the 'c' at grub boot prompt and manually load kernel from there.

If neither of those do the trick, I'll just bring my box to work and connect to a different moniter.

Thanks again
_ben


All times are GMT -5. The time now is 01:27 PM.