Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Opgelost: GRUB UPDATE probleem  (gelezen 2002 keer)

Offline krommenek

  • Lid
Opgelost: GRUB UPDATE probleem
« Gepost op: 2010/03/05, 19:10:01 »
Hoi,

Als ik een SUDO update-grub doe krijg ik de volgende melding:

Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.31-19-generic
Found initrd image: /boot/initrd.img-2.6.31-19-generic
grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

Found linux image: /boot/vmlinuz-2.6.31-17-generic
Found initrd image: /boot/initrd.img-2.6.31-17-generic
grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

Found linux image: /boot/vmlinuz-2.6.31-15-generic
Found initrd image: /boot/initrd.img-2.6.31-15-generic
grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

Found linux image: /boot/vmlinuz-2.6.31-14-generic
Found initrd image: /boot/initrd.img-2.6.31-14-generic
grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

grub-probe: error: Cannot find a GRUB drive for /dev/sda6.  Check your device.map.

Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
grub-probe: error: Cannot find a GRUB drive for /dev/sda1.  Check your device.map.

done

Wat is er mis en hoe los ik het op.

Ik probeer een achtergrond in de GRUB te plaatsen.

Mijn ETC/Default/Grub izet er als volgt uit:
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#GRUB_CMDLINE_LINUX=" vga=758"
GRUB_CMDLINE_LINUX="gfxpayload=true"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768

Wie heeft een hint?

Greetz,

In code geplaatst.
« Laatst bewerkt op: 2010/03/05, 20:12:27 door krommenek »

Offline TopGear

  • Forumteam
Re: GRUB UPDATE probleem
« Reactie #1 Gepost op: 2010/03/05, 19:35:35 »
Druk op alt+F2
Dan "gksu nautilus"

Dan moet je navigeren naar /boot/grub, en je moet dan device.map openen.

Dan moet je nakijken of dit er staat:
(hd0)   /dev/sda

Zoniet: helemaal bovenaan plakken.

(PS plak hier je device.map maar even ;))

Offline krommenek

  • Lid
Opgelost Re: GRUB UPDATE probleem
« Reactie #2 Gepost op: 2010/03/05, 20:12:11 »
Werkt alweer,

Thanks, bij mij stond er sda6 ipv sda

THANNXS