Re: Can't log into FC4, display keeps going "out of range"
news@xxxxxxxxxxxxxx <news@xxxxxxxxxxxxxx> wrote:
> Was in X-windows fine last night, never made any config changes. Then
> today I try loging in and during bootup when it starts the X server the
> motitor goes "out of range".
> I try CTRL+ALT+Backspace (and CTRL+ALT+SHIFT+(numpad plus)) and nothing
> happens.
>
> So in the Grub menu I tried to add vga=ask to the kernel line.
> Worked fine until the regular X server start during boot up.
> So then I tried removing rhgb (?) from the line, and it went through
> boot up in text mode! Yeah!
> But then after presenting me with the text, console login screen, in
> the middle of typing the username, bam "out of range."
>
> In Grub I've tried seeing if I can access the xorg.conf file so I can
> make some changes, but it seems I can't access that partition from
> Grub.
>
> What in the world do I do now? Why is it going "out of range" even when
> X-win isn't starting up? The card and monitor seem to work fine in
> WinXP OS boot.
I can think of 2 things to try to get to a command line:
- When X has started and the screen is garbled, try hitting
Ctrl+Alt+F6 or Ctrl+Alt+F1. On some Linux distributions this gets you
to a command line.
- If that does not work, change your runlevel:
at the boot prompt, give the kernel the following parameter:
init=/bin/bash
When you have a prompt, remount /:
mount -o rw,remount /
Then edit /etc/inittab and change the initdefault entry to a runlevel
that does not use X. I think 2 will work, and hope people who know
Fedora will correct me if I am wrong :^)
Then a reboot will get you into command line mode.
Once you are on the command line you can figure out why things went wrong.
To experiment, you can always start the X server with 'X' and kill it
with Ctrl+Alt+Backspace.
Yours,
Laurenz Albe
.
Relevant Pages
- Re: remove partaion
... The most interesting hurdle will be what the Master Boot Record ... thus kill GRUB. ... I would copy your MBR and first 63 sectors (see the MBR Copy Appendix ... GUI or command line commands to accomplish that. ... (Fedora) - Re: Adding FC5 to an XP computer -
... that I wish to boot to both Linux and Windows XP. ... I would copy your MBR and first 63 sectors (see the MBR Copy Appendix ... GUI or command line commands to accomplish that. ... SEE GRUB APPENDIX BELOW ... (Fedora) - Re: Dual boot question
... > Read about it using the command "info grub". ... > Basicly, you can boot your system using the floppy, without relying on any ... > This tells you have a partition in disk 0, ... (comp.os.linux.setup) - Problems bringing up domains in a E10000 - Panic Boot
... bringing up the domains in the E10000 server doesn't work... ... Rebooting with command: boot disk0 -r ... Unit 0 Disk SEAGATE ST39103LCSUN9.0G034A9944632001 ... (SunManagers) - Re: no boot sector on usb drive
... using fixmbr command but when I select the usb drive it won't boot. ... its not accessing the GRUB program so maybe its not in the right location ... Is there a program or command I can run on the USB ... the master boot record on my internal drive? ... (comp.os.linux.setup) |
|