Gentoo Install - make.conf

Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
Code:
/dev/hda1           /boot       ext2	 noauto,noatime	 0 0
/dev/hda3           /           ext3	 noatime         0 2
/dev/hda2           none        swap	 sw              0 1
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660	 noauto,ro       0 0
proc                /proc       proc	 defaults        0 0

Ok :confused:
No menu.lst :confused:
Done something very wrong!!!

Sorry for my n00bie-ness!
 
Suspended
Joined
17 Oct 2002
Posts
9,495
Location
Sunny South-East
menu.lst is merely a symlink to grub.conf, ln -s /boot/grub/grub.conf /boot/grub/menu.lst will produce it. You don't need it, if you can cope with booting from GRUB manually.
 
Man of Honour
Joined
18 Oct 2002
Posts
7,097
I think it's subtlely different in gentoo. I don't have a grub.conf :) The menu.lst like Nozzer said is located in /boot/grub/ ... if you find /boot empty when you just checked it may be that you have forgot to mount it.
Code:
mount /boot
 
Suspended
Joined
17 Oct 2002
Posts
9,495
Location
Sunny South-East
To get /boot to mount at starting, change the line in your fstab that reads;

Code:
/dev/hda1           /boot       ext2	 noauto,noatime	 0 0

to read;

Code:
/dev/hda1           /boot       ext2	 noatime	 0 0
 

ALD

ALD

Associate
Joined
18 Oct 2002
Posts
466
Location
Devon
The version of grub that gentoo uses now does use a grub.conf. You allso have to leave out the boot.Try just
kernel /bzimage root=/dev/hda3
 
Permabanned
Joined
18 Oct 2002
Posts
2,010
Location
Huddersfield / Antartica
I've used RH and it was a symlink between grub.conf and menu.lst. I thought that it would be kept "purer" in Gentoo :p

There are a lot of changes in this new setup and system are there not? I havent used 1.4 yet :p

Shak
 
Permabanned
Joined
18 Oct 2002
Posts
2,010
Location
Huddersfield / Antartica
Thats the one, is the bzImage located at /boot/bzImage?

Is there meant to be a = between the kernel and its location...I dont think there is, but try it.

Also, check the RAM, my machine with 2MB RAM freaks when booting because of the mem used to boot :p

Shak
 
Man of Honour
Joined
18 Oct 2002
Posts
7,097
You missed out root=(hd0,0) so it should look like this:
Code:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root=(hd0,0) 
kernel /boot/bzImage root=/dev/hda3
 
Man of Honour
Joined
18 Oct 2002
Posts
7,097
Originally posted by Shak

There are a lot of changes in this new setup and system are there not? I havent used 1.4 yet :p

Shak

Eh! not that i've noticed, but then again I still use the 1.2 boot cd (which the install has change drastically in the livecd) and where you need to untar the stage I just untar the newer tar.bz2 which I burnt onto another cd :) apart from that I do everything identical to the old 1.2 method.

edit: it seem my grub stuff is of the old version too :p
 
Man of Honour
Joined
18 Oct 2002
Posts
7,097
Originally posted by Shak
I was mainly referring to the setup.

There is now "pci-setup" and "net-setup" etc. Seems slightly odd and new to me :p

Also subtle changes such as the grub.conf one :p

Shak

Yeah that what I mean, I don't do any of that. You know the 1.2 cd does a modprobe for you automatically.
 
Associate
OP
Joined
30 Oct 2002
Posts
1,061
Location
It's all a bit Reddish...
I think I'm gonna have to admit defeat and start again! :o

Pay a little bit attention to detail next time. Make sure everything is right.

Thanks Guys

[RB]

/edit Forgot to say:

hda1 = Boot (ext2)
hda2 = Swap
hda3 = Root (ext2)

if that's any help
 
Permabanned
Joined
18 Oct 2002
Posts
2,010
Location
Huddersfield / Antartica
Yeah the PCI autodetect, but then when men were men and people configged their own network cards you didnt have any of these posh scripts, pah! What is the world coming to?

"Those were the days, when men were men and wrote their own device drivers" - Linus Torvalds

Shak
 
Permabanned
Joined
18 Oct 2002
Posts
2,010
Location
Huddersfield / Antartica
Originally posted by [RB]
I think I'm gonna have to admit defeat and start again! :o

Pay a little bit attention to detail next time. Make sure everything is right.

Thanks Guys

[RB]

/edit Forgot to say:

hda1 = Boot (ext2)
hda2 = Swap
hda3 = Root (ext2)

if that's any help

It may be a problem with the bzImage, I had to do the Gentoo install thrice before I got a decent install :)

GL

Shak
 
Man of Honour
Joined
18 Oct 2002
Posts
7,097
Originally posted by [RB]
I think I'm gonna have to admit defeat and start again! :o

Pay a little bit attention to detail next time. Make sure everything is right.

Thanks Guys

[RB]

/edit Forgot to say:

hda1 = Boot (ext2)
hda2 = Swap
hda3 = Root (ext2)

if that's any help

Keep at it mate, don't let it defeat you yet. Your like there, all it is, is getting it to boot. Is bzImage in /boot?

Originally posted by Shak

"Those were the days, when men were men and wrote their own device drivers" - Linus Torvalds

Shak

Write my own device drivers ... ergh! I think I'll rather be the dog ... lol even a penguin! :D
 
Back
Top Bottom