You are not logged in.

#1 2010-08-19 20:41:10

itisteve
Member
Registered: 2010-07-15
Posts: 24

Default arch kernel gets stuck, Fallback works

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 smile

Offline

#2 2010-08-19 20:54:16

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Default arch kernel gets stuck, Fallback works

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


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2010-08-19 20:54:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Default arch kernel gets stuck, Fallback works

Would be great if you could share what kernel version are you using.

Offline

#4 2010-08-19 21:11:29

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Default arch kernel gets stuck, Fallback works

Add "nomodeset" in the kernel line in /boot/grub/menu.lst and try again.

Offline

#5 2010-08-19 21:21:10

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Default arch kernel gets stuck, Fallback works

# (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! smile

Offline

#6 2010-08-19 21:22:12

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Default arch kernel gets stuck, Fallback works

You'd better add "nomodeset" to the main boot option, not only fallback tongue

Offline

#7 2010-08-19 21:27:07

itisteve
Member
Registered: 2010-07-15
Posts: 24

Re: Default arch kernel gets stuck, Fallback works

I tried that, but it made no difference so I removed it for simplicity.

Offline

Board footer

Powered by FluxBB