Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootstrap failure w/2004.2
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
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Tue Aug 23, 2005 3:11 am    Post subject: bootstrap failure w/2004.2 Reply with quote

I have finally solved problems w/make.conf, and chrooting. Now that I Try to bootstrap, I get this error:

Code:
* Error: '' does not exist. Exiting.


What the heck? This is ver 2004.2 on an e-machines m6809. Any idea what went wrong?
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Tue Aug 23, 2005 6:11 am    Post subject: Reply with quote

Without knowing what part of the bootstrap this happend in we can't even start to help you.
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Tue Aug 23, 2005 1:44 pm    Post subject: Reply with quote

slycordinator wrote:
Without knowing what part of the bootstrap this happend in we can't even start to help you.


Sorry, still a newb. The first one, from a stage one to stage two.

Code:
cd /usr/portage
scripts/bootstrap.sh
* Error: '' does not exist. Exiting.


The first one ever starting from a stage one tarball.
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Tue Aug 23, 2005 11:36 pm    Post subject: Reply with quote

What 2004.2 installation components are you using? In other words, are you using the 2004.2 install CD, the 2004.2 stage 1 tarball, or both?
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Wed Aug 24, 2005 2:07 am    Post subject: Reply with quote

kimchi_sg wrote:
What 2004.2 installation components are you using? In other words, are you using the 2004.2 install CD, the 2004.2 stage 1 tarball, or both?


both.
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2969

PostPosted: Wed Aug 24, 2005 4:59 am    Post subject: Reply with quote

IM [H]ard wrote:
kimchi_sg wrote:
What 2004.2 installation components are you using? In other words, are you using the 2004.2 install CD, the 2004.2 stage 1 tarball, or both?


both.

Please use a 2005.1 tarball if you are doing a networked install. 2004.2 tarball is totally out of date.

You can still use the 2004.2 CD, just change the tarball.
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Wed Aug 24, 2005 3:54 pm    Post subject: Reply with quote

Oh, I didn't know that. I have tried the 2005.0 and 2005.1 universal cd's, but they won't allow me to use my keyboard after the initial boot to the livecd. I'll read up on how to do that and try it. I'll let ya know how it goes. btw, I downloaded and tried that gui installer, and it acctually gave me full use of my keyboard, is there a way to do a manual install from it?
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Wed Aug 24, 2005 6:27 pm    Post subject: Reply with quote

IM [H]ard wrote:
Oh, I didn't know that. I have tried the 2005.0 and 2005.1 universal cd's, but they won't allow me to use my keyboard after the initial boot to the livecd. I'll read up on how to do that and try it.


All you need to do is:
1) boot from the older minimal/universal livecd
2) Follow install guide
3) When it mentions a stage tarball download the 2005.1 tarball
4) unpack the tarball as you would normally
5) Continue following directions from there

Also, since you'll be using the 2005.1 tarball you should use the most current install guide (the one that's on the website rather than the one on your cd).
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Fri Aug 26, 2005 1:52 am    Post subject: Reply with quote

slycordinator wrote:
IM [H]ard wrote:
Oh, I didn't know that. I have tried the 2005.0 and 2005.1 universal cd's, but they won't allow me to use my keyboard after the initial boot to the livecd. I'll read up on how to do that and try it.


All you need to do is:
1) boot from the older minimal/universal livecd
2) Follow install guide
3) When it mentions a stage tarball download the 2005.1 tarball
4) unpack the tarball as you would normally
5) Continue following directions from there

Also, since you'll be using the 2005.1 tarball you should use the most current install guide (the one that's on the website rather than the one on your cd).


Ok, that worked beautifully. All the way to the grub install, and then reboot. I still have a lot of reading to do on what different variables to use everywhere and such, just more work, ohh well. Only one problem now...

How do I boot to my new gentoo install? I did this all on my e-machines laptop m6809, on an 80 gb external usb 2.0 hard drive. I think I saw something around here, I'll do some looking around. BTW, since windows xp is on a different drive altogether, should I have included :

Code:
title=Windows XP
rootnoverify (hd0/5)
makeactive
chainloader +1


to the end of grub.conf at all?
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Fri Aug 26, 2005 2:25 am    Post subject: Reply with quote

IM [H]ard wrote:
How do I boot to my new gentoo install? I did this all on my e-machines laptop m6809, on an 80 gb external usb 2.0 hard drive. I think I saw something around here, I'll do some looking around. BTW, since windows xp is on a different drive altogether, should I have included :

Code:
title=Windows XP
rootnoverify (hd0/5)
makeactive
chainloader +1


to the end of grub.conf at all?


That won't work at all.

the "/" should be a "," and will only work assuming windows is installed on the 4th partition of your first drive.
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Fri Aug 26, 2005 2:42 am    Post subject: Reply with quote

My mistake, it was a ",". So I guess I should take that out then. I am still looking for a way to boot to this external usb hard drive. I am not sure if upgrading my bios will give me that option even...

I tried creating a boot disk, but woulden't let me boot to the usb drive either. Maybe I will try playing w/the jumper. The thing I don't get is why my bios does not see the drive. I have a boot option of "external devices" and it can see my usb floppy in bios, but not the hard drive the laptop came with placed in an external enclosure...
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Fri Sep 16, 2005 5:58 am    Post subject: Reply with quote

Well, all in all I could not get my computer to boot from my external drive, grr. So I started from scratch on a seperate partition on my internal drive. But When I try to boot gentoo, I get nothing but a blank screen. I did not declare any use variables until after the bootstrap because I remember reading somewhere that doing use variables before bootstraping would cause problems. And ideas?
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Fri Sep 16, 2005 4:34 pm    Post subject: Reply with quote

You probably get a blank screen because the "splashimage" line refers to a non-existent partition/device.
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sat Sep 17, 2005 4:54 am    Post subject: Reply with quote

slycordinator wrote:
You probably get a blank screen because the "splashimage" line refers to a non-existent partition/device.



You mean that that would make it stop boot? I thought it would just skip it if it wasn't there. Can I just remove that line?
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sat Sep 17, 2005 6:35 am    Post subject: Reply with quote

Well I took the splash out of the grub.conf, and now I get the contents of the grub.conf flashed for a half a second on boot. ThenI get the usual blank screen. Any ideas?
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Sep 17, 2005 4:43 pm    Post subject: Reply with quote

What does your grub.conf look like?
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sat Sep 17, 2005 7:32 pm    Post subject: Reply with quote

Code:

default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz  (tried removing this, made no difference)
title=Gentoo Linux 2.6.11
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r9 root=/dev/hda3 vga=0x318 video=vesafb:mtrr,ywrap
title=Windows XP Pro
rootnoverify (hd0,5)
makeactive
chainloader +1
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Sat Sep 17, 2005 7:46 pm    Post subject: Reply with quote

Quote:
kernel /kernel-2.6.11-gentoo-r9 root=/dev/hda3 vga=0x318 video=vesafb:mtrr,ywrap

Try removing the vga= and video= parts for now. If that works you either have the wrong settings or the wrong framebuffer driver. Plenty of threads on that, so search the forums a bit in that case.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sat Sep 17, 2005 7:54 pm    Post subject: Reply with quote

Hmm, I read in the manual that those had to be in there. I'll try that and see what happens...thanks...later:)
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sat Sep 17, 2005 11:47 pm    Post subject: Reply with quote

Well, that sort of worked. I can see things on the screen now, but stops at "io scheduler cfq registered". I think I will look around at that stuff, and start a new thread. As this one has gone way off of the title's topic. Thanks all...later:)
Back to top
View user's profile Send private message
IM [H]ard
n00b
n00b


Joined: 07 Feb 2005
Posts: 21

PostPosted: Sun Sep 18, 2005 8:02 am    Post subject: Reply with quote

Opps, my bad. I was re-reading the manual. And I guess your not even supposed to set those commands of you used a non-genkernel install.
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