If when starting the pc after the installation I get this message:
error: the symbol 'grub_xputs' not found
not alarmed, easy solutions. Simply
we start with the Ubuntu cd 10.10,
enter the live-cd, enter the console and repair the grub like this:
sudo mount / dev / sdXY /
mnt sudo grub-install - root- directory = / mnt / dev / sdX
where XY is the letter and number of the partition where you installed ubuntu.
have to know where Ubuntu will install gparted sudo
This is an example of my case with the ext4 in sdb7:
ubuntu @ ubuntu: ~ $ sudo mount / dev/sdb7 / mnt ubuntu @ ubuntu
: ~ $ sudo grub-install - root-directory = / mnt / dev / sdb Installation
finished. No error reported.
0 comments:
Post a Comment