Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2005.0 will not boot from .iso (Now with tar problems!)
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
RayQ
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2005
Posts: 93

PostPosted: Thu Jul 14, 2005 4:09 pm    Post subject: Reply with quote

Using links to type this from Gentoo. I mounted everything I could think of >_<
I've tried mounting stuff like
mount /dev/hda2 /mnt/gentoo/
mount /dev/hda6 /mnt/gentoo/var
mount /dev/hda7 /mnt/gentoo/boot
mount /dev/hda8 /mnt/gentoo/home

And it doesn't work. I also tried removing the /mnt/gentoo part of it, like in my previous Linux install (and the way that it looks more correct) and it still gives me the same "everything is No such file or directory" error when untarring the stage3 :(
Back to top
View user's profile Send private message
kraix
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jun 2005
Posts: 93

PostPosted: Thu Jul 14, 2005 5:22 pm    Post subject: Reply with quote

did you download the file from the internet or are you unterring it from the cd? Perhaps the cd stage3 could be bad?
Back to top
View user's profile Send private message
RayQ
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2005
Posts: 93

PostPosted: Thu Jul 14, 2005 6:03 pm    Post subject: Reply with quote

I'm untaring it from the CD, it's at /mnt/cdrom/stages/stage3-pentium4-2005.0.tar.bz2
I think I have to "cd" somewhere before doing the install....if I cd to / then it starts with many "No such file or directory", many "File exists" and some OK.
Back to top
View user's profile Send private message
katsiki
Apprentice
Apprentice


Joined: 14 Jun 2005
Posts: 233
Location: Pasadena, CA (USA)

PostPosted: Sat Jul 16, 2005 9:27 am    Post subject: Reply with quote

A mount point (directory within an existing file tree) has to exist before you try mount a filesystem at that location in the tree. If the directory doesn't already exist, use mkdir to create it.
Code:
mkdir /mnt/gentoo
mount /dev/hda2 /mnt/gentoo

mkdir /mnt/gentoo/var
mount /dev/hda6 /mnt/gentoo/var

mkdir /mnt/gentoo/boot
mount /dev/hda7 /mnt/gentoo/boot

mkdir /mnt/gentoo/home
mount /dev/hda8 /mnt/gentoo/home

The second problem is that when you run the command,
Code:
tar -xvjpf stage3-pentium4-2005.0.tar.bz2

the tar command assumes that the file, stage3-pentium4-2005.0.tar.bz2, exists in your current working directory. If you forget which directory you're located in, you can "Print Working Directory" by running,
Code:
pwd
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sat Jul 16, 2005 4:27 pm    Post subject: Reply with quote

Where did hda7 and hda8 come from?

According to your post earlier:
Code:
 hda1 = Windows
 hda2 = boot partition
 hda5 = swap partition
 hda6 = root partition


If you're booting from LiveCD, the commands you would use are:
Code:
swapon /dev/hda5
mount /dev/hda6 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hda2 /mnt/gentoo/boot
Back to top
View user's profile Send private message
katsiki
Apprentice
Apprentice


Joined: 14 Jun 2005
Posts: 233
Location: Pasadena, CA (USA)

PostPosted: Thu Jul 21, 2005 8:48 pm    Post subject: Reply with quote

Maybe you can move to this thread to get help with partitioning.
Back to top
View user's profile Send private message
katsiki
Apprentice
Apprentice


Joined: 14 Jun 2005
Posts: 233
Location: Pasadena, CA (USA)

PostPosted: Thu Jul 21, 2005 9:41 pm    Post subject: Reply with quote

So where are we now? What is your plan?
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