(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. :)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e56bfe0.6010...@gmail.com

Reply via email to