Grub error 22
Posted: 27 Mar 2010, 13:16
Hey guys I really suck at grub. So after a Mandriva cooker update I have got this lovely black screen with:
Grub loading, please wait......
Error 22
Hmm this is strange: When I put in an USB-pen made with mandriva seed the boot goes just fine (no fixing no nothing). I I remove it = grub error again.
Looks like the disk detection is fubared.
Looks like this when booted from the USB-pen
Got an error here dunno if it is rellevant tho...
/boot/grub/menu.lst
Gimme a tip
Grub loading, please wait......
Error 22
Hmm this is strange: When I put in an USB-pen made with mandriva seed the boot goes just fine (no fixing no nothing). I I remove it = grub error again.
Looks like the disk detection is fubared.
Looks like this when booted from the USB-pen
Code: Select all
[thomas@viking60-server ~]$ df
Filesystem Size Used Avail Use% Mounted on
/dev/sdb6 21G 7,4G 12G 39% /
/dev/sdb5 98G 20G 79G 20% /home
/dev/sda1 233G 94G 140G 40% /media/Gigathomas
/dev/sdb1 110G 73G 37G 67% /media/Nytt_volum
/dev/sdd 4,4G 4,4G 0 100% /media/PWP-2010-i586
Got an error here dunno if it is rellevant tho...
Code: Select all
[root@viking60-server thomas]# fsck /dev/sda1
fsck from util-linux-ng 2.17.1
fsck: fsck.ntfs-3g: not found
fsck: Error 2 while executing fsck.ntfs-3g for /dev/sda1Code: Select all
[root@viking60-server thomas]# cat /etc/fstab
# Entry for /dev/sdb6 :
UUID=cadd7c16-0b28-4c7d-8740-4a4a53ef027a / ext4 relatime 1 1
# Entry for /dev/sdb5 :
UUID=c89c5907-a3e1-4b69-b619-0af96ed2ada2 /home ext4 relatime 1 2
# Entry for /dev/sda1 :
UUID=D094182894181396 /media/Gigathomas ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sdb1 :
UUID=BA4C39AF4C3966F3 /media/Nytt_volum ntfs-3g defaults,umask=000 0 0
/dev/cdrom /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
# Entry for /dev/sdc1 :
UUID=BA6023D960239AE1 /media/win_c3 ntfs-3g defaults,umask=000 0 0
none /proc proc defaults 0 0
# Entry for /dev/sdb7 :
UUID=41dd094f-123f-4f55-baa5-1b542eba8f4a swap swap defaults 0 0
/boot/grub/menu.lst
Code: Select all
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd2,5)/boot/gfxmenu
default 0
title linux
kernel (hd2,5)/boot/vmlinuz BOOT_IMAGE=linux
root=UUID=cadd7c16-0b28-4c7d-8740-4a4a53ef027a resume=UUID=41dd094f-123f-4f55-b$
initrd (hd2,5)/boot/initrd.img
title linux-nonfb
kernel (hd2,5)/boot/vmlinuz BOOT_IMAGE=linux-nonfb
root=UUID=cadd7c16-0b28-4c7d-8740-4a4a53ef027a resume=UUID=41dd094f-123f-4f55-b$
initrd (hd2,5)/boot/initrd.img
title failsafe
kernel (hd0,5)/boot/vmlinuz BOOT_IMAGE=failsafe
root=UUID=cadd7c16-0b28-4c7d-8740-4a4a53ef027a failsafe
initrd (hd0,5)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title windows1
root (hd2,0)
map (0x81) (0x80)
map (0x80) (0x81)
makeactive
chainloader +1
Gimme a tip