You are not logged in.

#1 2009-10-14 18:36:37

jlacroix
Member
Registered: 2009-08-16
Posts: 576

Freezes At "Grub Loading Stage 2"

My Arch Linux box has been running great but with one slight problem. It freezes at "Grub Loading Stage 2". It doesn't do this every time however, I'm guessing it does it one out of every ten boots or so. It's no big deal because when it happens I just reset my box, but it kinda worries me and I'm wondering if there is a way to fix it.

At first I thought it was the hard drive. I bought a brand new hard drive (I was going to do that anyway) and installed Arch on it, but it has the same problem. This is very strange...

Offline

#2 2009-10-14 20:39:24

jlacroix
Member
Registered: 2009-08-16
Posts: 576

Re: Freezes At "Grub Loading Stage 2"

I guess I should've done this before but here is my grub.conf:

Disk /dev/sda: 1500.3 GB, 1500300828160 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104422   83  Linux
/dev/sda2              14          46      265072+  82  Linux swap / Solaris
/dev/sda3              47       12795   102406342+  83  Linux
/dev/sda4           12796      182401  1362360195   83  Linux
[jeremy@jeremy-desktop grub]$ ls
e2fs_stage1_5     jfs_stage1_5    reiserfs_stage1_5  ufs2_stage1_5
fat_stage1_5      menu.lst        stage1             vstafs_stage1_5
ffs_stage1_5      menu.lst~       stage2             xfs_stage1_5
iso9660_stage1_5  minix_stage1_5  stage2_eltorito
[jeremy@jeremy-desktop grub]$ sudo vim menu.lst
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/d584218d-ab0c-4c7d-8edd-f6e4ff920ed3 ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/d584218d-ab0c-4c7d-8edd-f6e4ff920ed3 ro
initrd /kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

Here is my fdisk -l:

Disk /dev/sda: 1500.3 GB, 1500300828160 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104422   83  Linux
/dev/sda2              14          46      265072+  82  Linux swap / Solaris
/dev/sda3              47       12795   102406342+  83  Linux
/dev/sda4           12796      182401  1362360195   83  Linux

Offline

#3 2009-10-15 15:19:17

jlacroix
Member
Registered: 2009-08-16
Posts: 576

Re: Freezes At "Grub Loading Stage 2"

I'm sorry to be a pest, but has anyone ran into this problem before?

Offline

#4 2011-01-04 18:35:25

jlacroix
Member
Registered: 2009-08-16
Posts: 576

Re: Freezes At "Grub Loading Stage 2"

Sorry to bump an old topic, but this is still happening, and it's getting worse. Now it freezes there one out of every three boots, and since I use this box as a server now, it's a bit more critical. Anyone know what may cause this?

Offline

#5 2011-01-04 23:44:20

Silence
Member
Registered: 2009-12-28
Posts: 9

Re: Freezes At "Grub Loading Stage 2"

try device in stead of uuid's in grub and fstab(rescue cd or usb is useful in case of errors)
I don't believe this can make a difference (HW problem is more likely), but newer know.


Eloquent silence

Offline

#6 2011-01-05 04:33:13

jlacroix
Member
Registered: 2009-08-16
Posts: 576

Re: Freezes At "Grub Loading Stage 2"

Silence wrote:

try device in stead of uuid's in grub and fstab(rescue cd or usb is useful in case of errors)
I don't believe this can make a difference (HW problem is more likely), but newer know.

I'll try that. I also tried updating the BIOS, so I'll see if that works. I hate updating the BIOS but at this point I'll try anything.

Offline

Board footer

Powered by FluxBB