You are not logged in.
Pages: 1
Hi everybody, sometimes I got a "grub loadingread error", it's something random, after some reboots I can access normally to the kernel and so on. I used to have the Grub Loading 1.5 stage error in grub so I upgraded to grub2 because I read that there is no stage 1.5 in the new one but I see that this weird error remains just with a different name.
My fstab:
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
#/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
#/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0
UUID=1a50be4c-405a-45ba-a5d2-7591b2ef6da3 swap swap defaults 0 0
UUID=6102c0a9-a534-42e9-b40f-e704439eb410 /boot ext3 defaults 0 1
UUID=b7d0a188-f206-4e6e-b502-9a59c646e093 /home ext4 defaults,user_xattr 0 1
UUID=f30b4b26-753a-49e8-943c-888f36089fe5 / ext4 defaults 0 1
/boot/grub/grub.cfg
# general configuration:
set timeout=5
set default='0'; if [ x"$default" = xsaved ]; then load_env; set default="$saved_entry"; fi
set color_normal='light-blue/black'; set color_highlight='light-cyan/blue'
# boot sections follow
# 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
menuentry 'Arch Linux' {
set root='(hd0,1)'; set legacy_hdbias='0'
legacy_kernel '/vmlinuz26' '/vmlinuz26' 'root=/dev/disk/by-uuid/f30b4b26-753a-49e8-943c-888f36089fe5' 'ro'
legacy_initrd '/kernel26.img' '/kernel26.img'
# (1) Arch Linux
}
menuentry 'Arch Linux Fallback' {
set root='(hd0,1)'; set legacy_hdbias='0'
legacy_kernel '/vmlinuz26' '/vmlinuz26' 'root=/dev/disk/by-uuid/f30b4b26-753a-49e8-943c-888f36089fe5' 'ro'
legacy_initrd '/kernel26-fallback.img' '/kernel26-fallback.img'
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
}
$ sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, 976773168 sectores en total
Units = sectores of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificador del disco: 0xd39e51d6
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sda1 63 208844 104391 83 Linux
/dev/sda2 208845 61641404 30716280 7 HPFS/NTFS/exFAT
/dev/sda3 61641405 976768064 457563330 5 Extendida
/dev/sda5 61641468 64500974 1429753+ 82 Linux swap / Solaris
/dev/sda6 64501038 93176999 14337981 83 Linux
/dev/sda7 93177063 976768064 441795501 83 Linux
My motherboard is a Foxconn A6VMX2-K
Please some help
Last edited by Benzo (2011-05-22 21:18:56)
Offline
Solved, loose hard disk drive cable
Last edited by Benzo (2011-05-23 00:05:55)
Offline
Pages: 1