2014-03-08 5:27 GMT-03:00 Neil Bothwick <n...@digimed.co.uk>:

> On Sat, 8 Mar 2014 02:31:35 -0300, Facundo Curti wrote:
>
> > Another - no related - problem I have is that I cant update my
> > system ._. I do a
> > emerge --newuse --deep --update world
> > I dont get errors, but never starts to update. Emerge work as using a
> > --pretend atribute, this say me all the packages to install/rebuild, but
> > dont do anything... o.o
> >
> > The portage: http://bpaste.net/show/186359
> >
> > Is a output of 16k lines and 1,1 mb. Watch out! :/
> >
> > It rebuild almost everything because I added doc and X to USE flags, and
> > almost all package uses docs ._. (I think that..)
>
> As previously stated, you should NOT enable the doc USE flag globally.
> User docs are generated by default the flag controls the building of
> developer docs, which no one needs for everything, and brings in some
> heavy dependencies for some packages.
>
> % euses doc
> doc - Add extra documentation (API, Javadoc, etc). It is recommended to
> enable per package instead of globally
>
>
> --
> Neil Bothwick
>
> I typed Format SER: and accidentally killed a telephone operator!
>
:O Thank you. I didn't know that. So i'm going to disable this :)

About boot... :/ It still not working. I boot from sysresccd, make a:

           grub2-install /dev/sdb

And give me this output:
           Path `/boot/grub` is not redeable by GRUB on boot. Installation
is impossible. Aborting

So, I try to do the same, but in chroot.
I mount everything (Including proc and sys), and:
           chroot /mnt/gentoo /bin/bash
           grub2-install --target x86_64-efi /dev/sdb          //Without
target gives another error

And grub2-install says:
           Fatal: Couldn't open either sysfs or procfs directories for
accesing EFI variables.
           Try `modprobe efivars` as root.
    (Same than before)

I was searching on google and I find various similar topics [1]. It
recomend to mount proc and sys, but I already do thath... (unless I do that
wrong)

Somes ideas? :/

[1] https://bbs.archlinux.org/viewtopic.php?id=165516

Reply via email to