[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[share] grub error message:symbol not found.....



(I use debian testing , Bootloader is grub2.)

I upgrade debian (testing to testing) by apt yesterday.
When it done, I reboot,and get this message:

symbol not found: 'grub_dirmod64_full'

and it goes to "grub rescue>"
---------------------------
solution:
I use other grub (from my usb) to boot HDD OS.
(enter command and type:
 linux (hd1,6)/vmlinuz-3.0.0-1-amd64 root=/dev/sda5
 initrd (hd1,6)/initrd.img-3.0.0-1-amd64
 boot

# note:
# my / is sda5 or (hd1,5)
# my boot is sda6 or (hd1,6)
)
And reinstall grub to MBR:
# grub-install  /dev/sda
and update grub
# update-grub
-----------------------------
ok,it's solution.easy.

I google "grub_dirmod64_full",but not found anything.
So,I share to this. :)


Reply to: