Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Noob help!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
ausmusj1
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2004
Posts: 121

PostPosted: Mon Jun 12, 2006 8:53 pm    Post subject: Reply with quote

tar will take either xvjf or -xvjf - shouldn't matter. Most likely at issue is *where* the snapshot got downloaded to. Do this:
Code:
ls ~
and see if the snapshot file you downloaded is listed. If it is, then change the tar command to:
Code:
tar xvjf ~/portage-latest.tar.bz2 -C /mnt/gentoo/usr


If it isn't listed under ~, try
Code:
cd /
find . -name portage-latest.tar.bz2


If that finds it, then take the output of that for use in the tar command. If not, it means that the file doesn't exist anywhere on your system. Check your mounts/mountpoints as previously suggested, if those all seem correct, then just re-download the file (making a note of where you are saving it).

HTH-

James
_________________
"XML is like violence: if it doesn't solve your problem, you're not using enough of it."
Back to top
View user's profile Send private message
idella4
Retired Dev
Retired Dev


Joined: 09 Jun 2006
Posts: 1600
Location: Australia, Perth

PostPosted: Wed Jun 14, 2006 11:57 am    Post subject: Reply with quote

like ausmusj1 pointed out, where is your file. I've had those type of non-responses too in early attempts. Rule of thumb is to get the file in the root directory of the new home partition of the new system. You need to keep a mental map of the folder structure since konqueror or nautilus are many steps away yet. From booting up the minimal install cd, you ought to have done 'cd /dev/hd-- /mnt/gentoo'. (replace hd-- with the correct entry) Then your position is in the root of the new gentoo system. Get the file, in this case the portage fIle, that you downloaded in the root of the new system. I've found that in that situation, the commands you're copying from the instructionsand run then work just right.

The commands in the instructions are all correct, but with a limited overall understanding of them, they are harder to follow. They might need a minor change or tweak to get them to execute, but that's part of the steep learning curve in climatising to gentoo.
Get the portage created, then you're getting closer to the step of chroot to the new system in its own right.
_________________
idella4@aus
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
Goto page Previous  1, 2
Page 2 of 2

 
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