Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Copying gentoo from desktop to notebook [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
surfmasta
n00b
n00b


Joined: 23 Jul 2005
Posts: 36

PostPosted: Thu Jan 12, 2006 6:04 pm    Post subject: Copying gentoo from desktop to notebook [SOLVED] Reply with quote

Hi,

i'm thinking about ordering a new notebook and i'm thinking about copying my gentoo from desktop to the upcoming notebook.
My desktop is:

processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 1
model name : Intel(R) Pentium(R) 4 CPU 1.90GHz
stepping : 2
cpu MHz : 1900.128
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips : 3805.61


and make.conf:

CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.zie.pg.gda.pl http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
USE="7zip a52 aac aalib acpi aim alsa apache2 arts asm audiofile avi bash-completion bluetooth bmp buttons bzip2 cddb cdparanoia cdr \
css cups dga divx4linux dpms dts dv dvb dvd dvdr dvdread dxr3 encode exif fame ffmpeg flac flash ftp gif gimpprint \
gnokii gnome gphoto2 gtk gtk2 gtkhtml hal icq ieee1394 imap irda jabber java javascript joystick jpeg jpeg2k \
kde ldap lirc live lzo mad matroska mbox mikmod ming mjpeg mmx mng mozilla mp3 mpeg msn musepack mysql \
ncurses network nptl nvidia ogg openal opengl oscar oss perl php pic png portaudio povray ppds pthreads python qt \
quicktime real rtc ruby scanner sdl sndfile sox sql sse sse2 subversion svg svga tcltk tetex threads tiff transcode truetype urandom usb unicode v4l v4l2
\
vcd vidix wifi win32codecs wmf xinerama xml xmms xosd xpm xprint xscreensaver xv xvid yahoo yv12"
ACCEPT_KEYWORDS="~x86"
FEATURES="ccache"
CCACHE_SIZE="2G"
PORTDIR_OVERLAY="/usr/local/overlays/local \
/usr/local/overlays/gentoo-de"
PORTAGE_NICENESS="15"


My new notebook will be
"Intel Centrino Duo Mobil technology with Intel Core Duo Prozessor T2300 1.66 GHz"
or an
"Intel Pentium M 760 with Centrino-technology 2.0 GHz (Intel Alviso chipset) / 2 MB 2nd Level Cache, 533 FSB"

Here are the german onlineshop links to the 2 notebooks:
http://www.notebooksbilliger.de/product_info.php/notebooks/asus/w5_f_serie/asus_w5fg003p
http://www.notebooksbilliger.de/product_info.php/notebooks/asus/w5_a_serie/asus_w5600a_w5683aup_

Can i mirror my / to the notebook and recompile everything with new -march? How is the emerge command looking like? I'm not sure emerge -D world will manage this big job. What do you recommend me to do? If i decide to order the Duo, what USE-Flags you would recommend me to use?


Last edited by surfmasta on Mon Jan 16, 2006 8:47 am; edited 1 time in total
Back to top
View user's profile Send private message
FtR
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2003
Posts: 121

PostPosted: Thu Jan 12, 2006 6:23 pm    Post subject: Reply with quote

Either you go with rsync after a base install

rsync -a --include=.* source dest


but you shold test that if it real get all the files to the not book

or you take your world file from the desktop
/var/lib/portage/world

and do a
Code:

emerge -e `cat world | awk -F/ '{print $2}' | tr '\n' ' ' `


FtR
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Thu Jan 12, 2006 6:35 pm    Post subject: Re: Copying gentoo from desktop to notebook Reply with quote

surfmasta wrote:
Can i mirror my / to the notebook and recompile everything with new -march?

Yes

surfmasta wrote:
How is the emerge command looking like? I'm not sure emerge -D world will manage this big job.

Code:
# emerge -e world
Back to top
View user's profile Send private message
surfmasta
n00b
n00b


Joined: 23 Jul 2005
Posts: 36

PostPosted: Thu Jan 12, 2006 6:36 pm    Post subject: Reply with quote

The method with the world file sounds very nice
Quote:
or you take your world file from the desktop
/var/lib/portage/world

and do a
Code:

emerge -e `cat world | awk -F/ '{print $2}' | tr '\n' ' ' `


but i've got one question when rsyncing (i have already synced many debians, but there we only have i386 packages installed :-), so i'm already experienced in mirroring in such way), how i have to recompile everything for the new arch?

Ohh, and my last question if there will be any problems with this "Core Duo" processor from intel? What -march i have to use? I only know the wireless-driver is a problem, cos there isn't any driver to it, but intel will release a code-framework for it like ipw2100 and ipw2200. Maybe you've got some other hints for traps when installing gentoo on this machine from the above link.
Back to top
View user's profile Send private message
surfmasta
n00b
n00b


Joined: 23 Jul 2005
Posts: 36

PostPosted: Mon Jan 16, 2006 8:46 am    Post subject: Copying gentoo from desktop to notebook [SOLVED] Reply with quote

thanks guys, it works great and solves my problem! :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum