You are not logged in.
When I get to grub, if I select the default option, "Arch Linux," I get past grub to a blank screen, which flashes some white text way to fast to read, then pcspkr sounds, and the computer reboots (back to very start pre-grub screen).
Additionally, when I pass a vga= line to the Arch Fallback option, it gets used, and has a clear visual difference. That is until the UDEV things get loaded, in which case the tty then reverts to some horrible resolution and remains that way until I startx.
I'm not sure if these two issues are related, but I'm more concerned about the first one at the moment to be honest
Offline
once you login using your Fallback, post your /boot/grub/menu.lst
if you menu.lst is using UUIDs for disk identification, also post the UUID of your root partition and home partition
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Would be great if you could share what kernel version are you using.
Offline
Add "nomodeset" in the kernel line in /boot/grub/menu.lst and try again.
Offline
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 vga=773 ro
initrd /kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 nomodeset vga=773 ro
initrd /kernel26-fallback.img
the nomodeset fixed the display glitch, cheers!
Offline
You'd better add "nomodeset" to the main boot option, not only fallback
Offline
I tried that, but it made no difference so I removed it for simplicity.
Offline