News:

Cerchi un tool di pulizia del sistema? Prova Mind Cleaner

Menu principale

[Guida] Installare gentoo

Aperto da zar Marco, Venerdì 13 Ottobre 2017, 17:06:23

Discussione precedente - Discussione successiva

trigg

questo è il mio sistema per installare gentoo
è semplice ma porta via del tempo a causa delle compilazioni.

per l'installazione uso la iso ibrida ed antro nell'ambiente grafico
dopo apro konsole e digito sudo passwd per impostare la password di sistema
con gparted mi creo le partizioni boot , root, home , swap (altre opionali)
dopo inizio ad installare gento con questi comandi
# mkdir /mnt/gentoo
# mount /dev/sda7 /mnt/gentoo


# mkdir /mnt/gentoo/home
# mount /dev/sda8 /mnt/gentoo/home


# mkdir /mnt/gentoo/boot
# mount /dev/sda6 /mnt/gentoo/boot


# mkswap /dev/sda5
# swapon /dev/sda5


# cd /mnt/gentoo
# wget http://distfiles.gentoo.org/releases/amd64/autobuilds/20180624T214502Z/stage3-amd64-20180624T214502Z.tar.xz
# tar xpf stage3-amd64-20180624T214502Z.tar.xz --xattrs-include='*.*' --numeric-owner


# wget http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2
# tar xvjf /mnt/gentoo//portage-latest.tar.bz2 -C /mnt/gentoo/usr


# mirrorselect -i -o >> /mnt/gentoo/etc/portage/make.conf
# mkdir /mnt/gentoo/etc/portage/repos.conf
# cp /mnt/gentoo/usr/share/portage/config/repos.conf /mnt/gentoo/etc/portage/repos.conf/gentoo.conf
# cd /mnt/gentoo
# cp -L /etc/resolv.conf /mnt/gentoo/etc


# mount -t proc /proc /mnt/gentoo/proc
# mount --rbind /sys /mnt/gentoo/sys
# mount --make-rslave /mnt/gentoo/sys
# mount --rbind /dev /mnt/gentoo/dev
# mount --make-rslave /mnt/gentoo/dev
# chroot /mnt/gentoo /bin/bash


# /usr/sbin/env-update
# source /etc/profile
# export PS1="(chroot) $PS1"


# emerge-webrsync
# emerge --sync


# eselect profile list
# eselect profile set  16   
oppure
# eselect profile set default/linux/amd64/17.0/desktop
(o il profilo che più preferite della lista kde gnome etc etc)


emerge --ask --update --deep --newuse @world questa operazione dura circa 7 ore

# cp /usr/share/zoneinfo/Europe/Rome  /etc/localtime
# echo "Europe/Rome" > /etc/timezone
# emerge --config sys-libs/timezone-data


# nano -w /etc/locale.gen
      scrivere________________________
it_IT.UTF-8 UTF-8
it_IT ISO-8859-1
it_IT@euro ISO-8859-15
   __________________________________

# locale-gen


# eselect locale list
# eselect locale set 6
        o  (((scegliere il numero dove è indicato (it_IT.utf8))))

# env-update && source /etc/profile && export PS1="(chroot) $PS1"

# emerge sys-kernel/gentoo-sources


# ls -l /usr/src/linux

# emerge --ask sys-kernel/genkernel
# yes
   #           etc-update
      #            -3
        #             yes


# emerge sys-kernel/genkernel
# genkernel --install initramfs


# nano -w /etc/fstab
compilare a mano fstab
es. /dev/sda1  /boot  ext2  defaults  0 2
         /dev/sda6  none  swap  sw  0 0
       /dev/sda7 / ext4  noatime 0 1
     /dev/sda8  /home ext4 noatime 0 0


# genkernel all questo compilazione dura circa 3 ore

# emerge --ask sys-kernel/linux-firmware
# nano -w /etc/conf.d/hostname


# ifconfig
# cd /etc/init.d
# ln -s net.lo net.enp2s0 
(eth.0 o il nome dell'interfaccia di rete che appare con ifconfig)
# rc-update add net.enp2s0 default
# cd


# passwd

# nano -w /etc/conf.d/keymaps
scrivere keymap="it"
# nano -w /etc/conf.d/hwclock
clock="locale"
oppure
clock="utc"


# emerge syslog-ng
# rc-update add syslog-ng default

# emerge --ask sys-process/cronie
# rc-update add cronie default

# emerge --ask sys-apps/mlocate

# rc-update add sshd default

# emerge --ask net-misc/dhcpcd


# emerge --ask sys-boot/grub:2
# grub-install /dev/sda
# grub-mkconfig -o /boot/grub/grub.cfg


qui potete creare l'user e assegnare la password all'user
installare l'ambiente grafico che preferite
installare un terminale e il browser


# exit
# cd
# umount -l /mnt/gentoo/dev
# umount -R /mnt/gentoo
# reboot


la parte facile è finita :) ora avete installato gentoo





se hai paura di far domande...
                                             ...hai paura d'imparare
     ... non si finisce mai d'imparare...

nessuno

Ho provato ad eseguire la guida di @trigg del post precedente ma ci sono dei problemi:

il primo potrebbe anche non esserlo: nella live la directory /mnt/gentoo esiste già.

Il secondo immagino sia più serio e probabilmente è la causa o la concausa del procedimento che si inceppa, con questo comando:

wget http://distfiles.gentoo.org/releases/amd64/autobuilds/20180624T214502Z/stage3-amd64-20180624T214502Z.tar.xz

mi fai scaricare una versione non attuale dello stage3.

Che sia questo il motivo, oppure no, il problema si presenta dopo questo comando: /usr/sbin/env-update


A scanso di equivoci riporto l'intero output di konsole:

gentoo@livecd ~ $ sudo passwd
New password:
BAD PASSWORD: it is WAY too short
BAD PASSWORD: is too simple
Retype new password:
passwd: password updated successfully
gentoo@livecd ~ $ su
Password:
livecd gentoo # mkdir /mnt/gentoo
mkdir: cannot create directory '/mnt/gentoo': File exists
livecd gentoo # mount /dev/sda2 /mnt/gentoo
livecd gentoo # mkdir /mnt/gentoo/boot
livecd gentoo # mount /dev/sda1 /mnt/gentoo/boot
livecd gentoo # swapon /dev/sda3
livecd gentoo # cd /mnt/gentoo
livecd gentoo # wget http://distfiles.gentoo.org/releases/amd64/autobuilds/20180624T214502Z/stage3-amd64-20180624T214502Z.tar.xz
--2018-07-08 16:20:26--  http://distfiles.gentoo.org/releases/amd64/autobuilds/20180624T214502Z/stage3-amd64-20180624T214502Z.tar.xz
Resolving distfiles.gentoo.org... 64.50.233.100, 64.50.236.52, 137.226.34.46, ...
Connecting to distfiles.gentoo.org|64.50.233.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 191153900 (182M) [application/x-xz]
Saving to: 'stage3-amd64-20180624T214502Z.tar.xz'                                       
                                                                                       
stage3-amd64-20180624 100%[=========================>] 182.30M  7.20MB/s    in 29s     
                                                                                       
2018-07-08 16:20:56 (6.26 MB/s) - 'stage3-amd64-20180624T214502Z.tar.xz' saved [191153900/191153900]                                                                           
                                                                                       
livecd gentoo # tar xpf stage3-amd64-20180624T214502Z.tar.xz --xattrs-include='*.*' --numeric-owner                                                                             
livecd gentoo # wget http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2
--2018-07-08 16:22:47--  http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2                                                                                     
Resolving mirrors.evowise.com... 104.19.139.75, 104.19.136.75, 104.19.138.75, ...       
Connecting to mirrors.evowise.com|104.19.139.75|:80... connected.                       
HTTP request sent, awaiting response... 200 OK                                         
Length: 51741627 (49M) [application/octet-stream]                                       
Saving to: 'portage-latest.tar.bz2'                                                     
                                                                                       
portage-latest.tar.bz 100%[=========================>]  49.34M  7.69MB/s    in 3m 18s   
                                                                                       
2018-07-08 16:26:07 (256 KB/s) - 'portage-latest.tar.bz2' saved [51741627/51741627]     
                                                                                       
livecd gentoo # mount -t proc /proc /mnt/gentoo/proc
livecd gentoo # mount --rbind /sys /mnt/gentoo/sys                                     
livecd gentoo # mount --make-rslave /mnt/gentoo/sys                                     
livecd gentoo # mount --rbind /dev /mnt/gentoo/dev                                     
livecd gentoo # mount --make-rslave /mnt/gentoo/dev                                     
livecd gentoo # chroot /mnt/gentoo /bin/bash                                           
livecd / # /usr/sbin/env-update                                                         
!!! Section 'gentoo' in repos.conf has location attribute set to nonexistent directory: '/usr/portage'                                                                         
!!! Section 'x-portage' in repos.conf has location attribute set to nonexistent directory: '/usr/portage'                                                                       
!!! Invalid Repository Location (not a dir): '/usr/portage'
>>> Regenerating /etc/ld.so.cache...
livecd / # source /etc/profile
livecd / # export PS1="(chroot) $PS1"
(chroot) livecd / # emerge-webrsync
!!! Section 'gentoo' in repos.conf has location attribute set to nonexistent directory: '/usr/portage'
!!! Section 'x-portage' in repos.conf has location attribute set to nonexistent directory: '/usr/portage'
!!! Invalid Repository Location (not a dir): '/usr/portage'
Fetching most recent snapshot ...
Trying to retrieve 20180707 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180707.tar.xz.md5sum ...
Fetching file portage-20180707.tar.bz2.md5sum ...
Fetching file portage-20180707.tar.gz.md5sum ...
20180707 snapshot was not found
Trying to retrieve 20180706 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180706.tar.xz.md5sum ...
Fetching file portage-20180706.tar.bz2.md5sum ...
Fetching file portage-20180706.tar.gz.md5sum ...
20180706 snapshot was not found
Trying to retrieve 20180705 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180705.tar.xz.md5sum ...
Fetching file portage-20180705.tar.bz2.md5sum ...
Fetching file portage-20180705.tar.gz.md5sum ...
20180705 snapshot was not found
Trying to retrieve 20180704 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180704.tar.xz.md5sum ...
Fetching file portage-20180704.tar.bz2.md5sum ...
Fetching file portage-20180704.tar.gz.md5sum ...
20180704 snapshot was not found
Trying to retrieve 20180703 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180703.tar.xz.md5sum ...
Fetching file portage-20180703.tar.bz2.md5sum ...
Fetching file portage-20180703.tar.gz.md5sum ...
20180703 snapshot was not found
Trying to retrieve 20180702 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180702.tar.xz.md5sum ...
Fetching file portage-20180702.tar.bz2.md5sum ...
Fetching file portage-20180702.tar.gz.md5sum ...
20180702 snapshot was not found
Trying to retrieve 20180701 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180701.tar.xz.md5sum ...
Fetching file portage-20180701.tar.bz2.md5sum ...
Fetching file portage-20180701.tar.gz.md5sum ...
20180701 snapshot was not found
Trying to retrieve 20180630 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180630.tar.xz.md5sum ...
Fetching file portage-20180630.tar.bz2.md5sum ...
Fetching file portage-20180630.tar.gz.md5sum ...
20180630 snapshot was not found
Trying to retrieve 20180629 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180629.tar.xz.md5sum ...
Fetching file portage-20180629.tar.bz2.md5sum ...
Fetching file portage-20180629.tar.gz.md5sum ...
20180629 snapshot was not found
Trying to retrieve 20180628 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180628.tar.xz.md5sum ...
Fetching file portage-20180628.tar.bz2.md5sum ...
Fetching file portage-20180628.tar.gz.md5sum ...
20180628 snapshot was not found
Trying to retrieve 20180627 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180627.tar.xz.md5sum ...
Fetching file portage-20180627.tar.bz2.md5sum ...
Fetching file portage-20180627.tar.gz.md5sum ...
20180627 snapshot was not found
Trying to retrieve 20180626 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180626.tar.xz.md5sum ...
Fetching file portage-20180626.tar.bz2.md5sum ...
Fetching file portage-20180626.tar.gz.md5sum ...
20180626 snapshot was not found
Trying to retrieve 20180625 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180625.tar.xz.md5sum ...
Fetching file portage-20180625.tar.bz2.md5sum ...
Fetching file portage-20180625.tar.gz.md5sum ...
20180625 snapshot was not found
Trying to retrieve 20180624 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180624.tar.xz.md5sum ...
Fetching file portage-20180624.tar.bz2.md5sum ...
Fetching file portage-20180624.tar.gz.md5sum ...
20180624 snapshot was not found
Trying to retrieve 20180623 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180623.tar.xz.md5sum ...
Fetching file portage-20180623.tar.bz2.md5sum ...
Fetching file portage-20180623.tar.gz.md5sum ...
20180623 snapshot was not found
Trying to retrieve 20180622 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180622.tar.xz.md5sum ...
Fetching file portage-20180622.tar.bz2.md5sum ...
Fetching file portage-20180622.tar.gz.md5sum ...
20180622 snapshot was not found
Trying to retrieve 20180621 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180621.tar.xz.md5sum ...
Fetching file portage-20180621.tar.bz2.md5sum ...
Fetching file portage-20180621.tar.gz.md5sum ...
20180621 snapshot was not found
Trying to retrieve 20180620 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180620.tar.xz.md5sum ...
Fetching file portage-20180620.tar.bz2.md5sum ...
Fetching file portage-20180620.tar.gz.md5sum ...
20180620 snapshot was not found
Trying to retrieve 20180619 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180619.tar.xz.md5sum ...
Fetching file portage-20180619.tar.bz2.md5sum ...
Fetching file portage-20180619.tar.gz.md5sum ...
20180619 snapshot was not found
Trying to retrieve 20180618 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180618.tar.xz.md5sum ...
Fetching file portage-20180618.tar.bz2.md5sum ...
Fetching file portage-20180618.tar.gz.md5sum ...
20180618 snapshot was not found
Trying to retrieve 20180617 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180617.tar.xz.md5sum ...
Fetching file portage-20180617.tar.bz2.md5sum ...
Fetching file portage-20180617.tar.gz.md5sum ...
20180617 snapshot was not found
Trying to retrieve 20180616 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180616.tar.xz.md5sum ...
Fetching file portage-20180616.tar.bz2.md5sum ...
Fetching file portage-20180616.tar.gz.md5sum ...
20180616 snapshot was not found
Trying to retrieve 20180615 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180615.tar.xz.md5sum ...
Fetching file portage-20180615.tar.bz2.md5sum ...
Fetching file portage-20180615.tar.gz.md5sum ...
20180615 snapshot was not found
Trying to retrieve 20180614 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180614.tar.xz.md5sum ...
Fetching file portage-20180614.tar.bz2.md5sum ...
Fetching file portage-20180614.tar.gz.md5sum ...
20180614 snapshot was not found
Trying to retrieve 20180613 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180613.tar.xz.md5sum ...
Fetching file portage-20180613.tar.bz2.md5sum ...
Fetching file portage-20180613.tar.gz.md5sum ...
20180613 snapshot was not found
Trying to retrieve 20180612 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180612.tar.xz.md5sum ...
Fetching file portage-20180612.tar.bz2.md5sum ...
Fetching file portage-20180612.tar.gz.md5sum ...
20180612 snapshot was not found
Trying to retrieve 20180611 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180611.tar.xz.md5sum ...
Fetching file portage-20180611.tar.bz2.md5sum ...
Fetching file portage-20180611.tar.gz.md5sum ...
20180611 snapshot was not found
Trying to retrieve 20180610 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180610.tar.xz.md5sum ...
Fetching file portage-20180610.tar.bz2.md5sum ...
Fetching file portage-20180610.tar.gz.md5sum ...
20180610 snapshot was not found
Trying to retrieve 20180609 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180609.tar.xz.md5sum ...
Fetching file portage-20180609.tar.bz2.md5sum ...
Fetching file portage-20180609.tar.gz.md5sum ...
20180609 snapshot was not found
Trying to retrieve 20180608 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180608.tar.xz.md5sum ...
Fetching file portage-20180608.tar.bz2.md5sum ...
Fetching file portage-20180608.tar.gz.md5sum ...
20180608 snapshot was not found
Trying to retrieve 20180607 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180607.tar.xz.md5sum ...
Fetching file portage-20180607.tar.bz2.md5sum ...
Fetching file portage-20180607.tar.gz.md5sum ...
20180607 snapshot was not found
Trying to retrieve 20180606 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180606.tar.xz.md5sum ...
Fetching file portage-20180606.tar.bz2.md5sum ...
Fetching file portage-20180606.tar.gz.md5sum ...
20180606 snapshot was not found
Trying to retrieve 20180605 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180605.tar.xz.md5sum ...
Fetching file portage-20180605.tar.bz2.md5sum ...
Fetching file portage-20180605.tar.gz.md5sum ...
20180605 snapshot was not found
Trying to retrieve 20180604 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180604.tar.xz.md5sum ...
Fetching file portage-20180604.tar.bz2.md5sum ...
Fetching file portage-20180604.tar.gz.md5sum ...
20180604 snapshot was not found
Trying to retrieve 20180603 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180603.tar.xz.md5sum ...
Fetching file portage-20180603.tar.bz2.md5sum ...
Fetching file portage-20180603.tar.gz.md5sum ...
20180603 snapshot was not found
Trying to retrieve 20180602 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180602.tar.xz.md5sum ...
Fetching file portage-20180602.tar.bz2.md5sum ...
Fetching file portage-20180602.tar.gz.md5sum ...
20180602 snapshot was not found
Trying to retrieve 20180601 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180601.tar.xz.md5sum ...
Fetching file portage-20180601.tar.bz2.md5sum ...
Fetching file portage-20180601.tar.gz.md5sum ...
20180601 snapshot was not found
Trying to retrieve 20180531 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180531.tar.xz.md5sum ...
Fetching file portage-20180531.tar.bz2.md5sum ...
Fetching file portage-20180531.tar.gz.md5sum ...
20180531 snapshot was not found
Trying to retrieve 20180530 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180530.tar.xz.md5sum ...
Fetching file portage-20180530.tar.bz2.md5sum ...
Fetching file portage-20180530.tar.gz.md5sum ...
20180530 snapshot was not found
Trying to retrieve 20180529 snapshot from http://distfiles.gentoo.org ...
Fetching file portage-20180529.tar.xz.md5sum ...
Fetching file portage-20180529.tar.bz2.md5sum ...
Fetching file portage-20180529.tar.gz.md5sum ...
20180529 snapshot was not found
(chroot) livecd / # emerge --sync
>>> Syncing repository 'gentoo' into '/usr/portage'...
!!! getaddrinfo failed for 'rsync.gentoo.org': [Errno -3] Temporary failure in name resolution
>>> Starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
rsync: getaddrinfo: rsync.gentoo.org 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(127) [Receiver=3.1.3]
>>> Retrying...
!!! Exhausted addresses for rsync.gentoo.org
q: Updating ebuild cache in /usr/portage ...
q: Finished 0 entries in 0.000027 seconds
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility

* IMPORTANT: 13 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.


Action: sync for repo: gentoo, returned code = 1

* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.

* To update portage, run 'emerge --oneshot portage' now.



(chroot) livecd / # emerge --oneshot portage
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility


!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)


!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.
(chroot) livecd / # eselect profile list
!!! Error: Failed to get a list of valid profiles
exiting
(chroot) livecd / #
                                                                                                                                                                                                         


Cosa ne pensi? ...

trigg

#47
a scanso di equivoci puoi andare qui

https://www.gentoo.org/downloads/

e scaricare lo stage3



copiare lo stage3.tar.xz in /mnt/gentoo
e scompattarlo

e mi sembra che non hai scompattato  portage-latest.tar.bz2

livecd gentoo # wget http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2
--2018-07-08 16:22:47--  http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2                                                                                     
Resolving mirrors.evowise.com... 104.19.139.75, 104.19.136.75, 104.19.138.75, ...       
Connecting to mirrors.evowise.com|104.19.139.75|:80... connected.                       
HTTP request sent, awaiting response... 200 OK                                         
Length: 51741627 (49M) [application/octet-stream]                                       
Saving to: 'portage-latest.tar.bz2'                                                     
                                                                                       
portage-latest.tar.bz 100%[=========================>]  49.34M  7.69MB/s    in 3m 18s   
                                                                                       
2018-07-08 16:26:07 (256 KB/s) - 'portage-latest.tar.bz2' saved [51741627/51741627] 

qui devi scompattare portage-latest.tar.bz2  <----------------------------------------------------------------------------------------------------------------------------------|
                                                                                       
livecd gentoo # mount -t proc /proc /mnt/gentoo/proc


# wget http://mirrors.evowise.com/gentoo/snapshots/portage-latest.tar.bz2
# tar xvjf /mnt/gentoo//portage-latest.tar.bz2 -C /mnt/gentoo/usr

se hai paura di far domande...
                                             ...hai paura d'imparare
     ... non si finisce mai d'imparare...

nessuno

Ok trigg, aspetto di fare l'upgrade della macchina e poi riprovo. Mi piaceva l'idea testare la tua guida, ma in effetti la prima parte dell'installazione di gentoo per me non è mai stato un grosso problema, la parte fastidiosa arriva con l'ambiente grafico. Quando dovrò installare xfce  e i programmi avrò bisogno dei tuoi consigli... E te li chiederò.  :)

trigg

se hai paura di far domande...
                                             ...hai paura d'imparare
     ... non si finisce mai d'imparare...

nessuno

Citazionesu xfce sono preparato

Lo spero, altrimenti siamo fritti... :D

Quelli nella cartella sono i tuoi script?

trigg

sono i comandi del post install di gentoo

c'è l'aggiunta dell'user ,l'installazione di xfce , degli applet di xfce , di lightdm, di virtualbox, di sudo , della stampante e una guida oer installare i pacchetti di portage overlays

l'euivalente di slackbuild  overlays

gli script da mettere in ordine sono questi :)
se hai paura di far domande...
                                             ...hai paura d'imparare
     ... non si finisce mai d'imparare...

zar Marco

Ieri ho reinstallato gentoo, tutto fila liscio, apparte il WiFi, ma li mancano i driver, sempre installato tramite chroot di arch ma è la stessa cosa, ma almeno ho potuto usare il browser. Lunedì andrò a modificare la guida nel primo post. @trigg 3 ore per il kernel? Quanto ci sei stato a fare tutto? Io più o meno 7 ore

trigg

ciao Zar  :)

più o meno lo stesso tempo circa 7 ore , ora più ora meno

un'appunto su gentoo in base alla mia esperienza

è un sistema operativo potente e come tale per goderne appieno secondo me ha bisogno di una macchina potente

quindi oltre ad essere sprecato in una macchina media può rivelarsi anche controproducente in relazione al rapporto tempo/beneficio.

se hai paura di far domande...
                                             ...hai paura d'imparare
     ... non si finisce mai d'imparare...

zar Marco

Personalmente credo al momento di avere una macchina abbastanza prestante  ;D

Sinceramente, ho sempre letto che in realtà dovrebbe essere più utile in hardware non performante, in quanto si andrebbero a vedere maggiormente i benefici del vestito su misura. Chiaramente a quel punto i tempi di compilazione sarebbero biblici eh eh