Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bootstraping
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
pirata
n00b
n00b


Joined: 14 Sep 2004
Posts: 52
Location: Peru

PostPosted: Tue Sep 14, 2004 1:03 am    Post subject: Bootstraping Reply with quote

i'm currently running fedora core 2 and currently trying to install gentoo from stage 1. My Bios tells me i have an anthlon-xp 1500+ (i have tried bootstraping with the -march=antlon-xp option and failed so i used anthlon only and worked but this time it fails also), Fedora didn t come with procinfo so i yum-ed it. The output of procinfo -a doesn t tell me my procesor so i don t know where to get one, this is the current output

Quote:
Linux 2.6.5-1.358 (bhcompile@bugs.build.redhat.com) (gcc 3.3.3 20040412 ) #1 Sat May 8 09:04:50 EDT 2004 1CPU [pirates]

Memory: Total Used Free Shared Buffers
Mem: 484652 479044 5608 0 28644
Swap: 995988 0 995988

Bootup: Mon Sep 13 18:48:54 2004 Load average: 1.66 1.04 0.79 3/84 2761

user : 0:12:07.93 19.2% page in : 0
nice : 0:01:00.21 1.6% page out: 0
system: 0:02:19.28 3.7% swap in : 0
idle : 0:47:30.70 75.2% swap out: 0
uptime: 1:03:10.65 context : 4122627

irq 0: 3778142 timer irq 7: 1
irq 1: 11671 i8042 irq 8: 1 rtc
irq 2: 0 cascade [4] irq 9: 0 acpi
irq 3: 33 uhci_hcd irq 10: 55705 ehci_hcd, Ensoniq Au
irq 4: 6 irq 11: 15885 uhci_hcd, eth0
irq 5: 0 uhci_hcd irq 12: 178558 i8042
irq 6: 4 irq 14: 65489 ide0

Kernel Command Line:
ro root=LABEL=/1 quiet

Modules:
14 *snd_mixer_oss 17 *snd_ens1371 17 *snd_rawmidi 6 *snd_seq_device 67 *snd_pcm 8 *snd_page_alloc
17 *snd_timer 49 *snd_ac97_codec 3 *gameport 37 *snd 6 *soundcore 180 *ipv6
99 *sunrpc 15 via_rhine 4 *mii 46 floppy 27 sg 89 *scsi_mod
32 dm_mod 23 uhci_hcd 21 ehci_hcd 4 button 7 battery 8 asus_acpi
3 ac 100 *ext3 39 *jbd

Character Devices: Block Devices:
1 mem 13 input 1 ramdisk
4 /dev/vc/0 14 sound 2 fd
4 tty 21 sg 3 ide0
4 ttyS 29 fb 9 md
5 /dev/tty 36 netlink 253 device-mapper
5 /dev/console 116 alsa 254 mdp
5 /dev/ptmx 128 ptm
7 vcs 136 pts
10 misc 180 usb

File Systems:
[sysfs] [rootfs] [bdev] [proc] [sockfs] [usbfs]
[usbdevfs] [futexfs] [tmpfs] [pipefs] [eventpollfs] [devpts]
ext2 [ramfs] [hugetlbfs] iso9660 [mqueue] ext3
[rpc_pipefs]


and my make.conf is

Quote:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=anthlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ http://ftp-mirror.internap.com/pub/gentoo/"
USE="alsa bzlib doc -gnome -kde gtk2 mmx oggvorbis cdr"


how do i find which flags should i use.

Also once i chroot how do i use vi instead of nano?

Thanks in advance
Back to top
View user's profile Send private message
fr0z
n00b
n00b


Joined: 19 Jun 2004
Posts: 37
Location: Singapore

PostPosted: Tue Sep 14, 2004 2:12 am    Post subject: Reply with quote

I hope you made a typo; the flag should be "athlon-xp", not anthlon-xp.

If that doesn't work, then you can switch to a less optimised setting, such as "-mcpu=athlon" instead.

To use vi, you'll have to run "emerge vim"; it is not part of the LiveCD afaik.
Back to top
View user's profile Send private message
d_adams
Apprentice
Apprentice


Joined: 20 Oct 2003
Posts: 223

PostPosted: Tue Sep 14, 2004 2:31 am    Post subject: Reply with quote

Quote:
CFLAGS="-O2 -march=anthlon-xp -pipe -fomit-frame-pointer"

That would definitely mess things up.
_________________
http://www.1and1.com/?k_id=16196755 click me for cheap linux based web hosting.
Back to top
View user's profile Send private message
voodoodoc
Apprentice
Apprentice


Joined: 01 Feb 2004
Posts: 158

PostPosted: Tue Sep 14, 2004 2:32 am    Post subject: Reply with quote

Try cat /proc/cpuinfo

Look in /proc and cat out the files in there for interesting info on your system.

Fedora also has a tool called lspci I bleive to discover info on your pci devices,, just an FYI.
Back to top
View user's profile Send private message
monkey89
Guru
Guru


Joined: 08 Mar 2004
Posts: 596

PostPosted: Tue Sep 14, 2004 3:10 am    Post subject: Reply with quote

fr0z wrote:
To use vi, you'll have to run "emerge vim"; it is not part of the LiveCD afaik.


And to clarify, it's probably not a good idea to do this during the install - I'd stick with nano until after the emerge system step, and when emerging it make sure you don't have any X use flags or anything so that it just compiles vim and the base dependencies.
Back to top
View user's profile Send private message
fr0z
n00b
n00b


Joined: 19 Jun 2004
Posts: 37
Location: Singapore

PostPosted: Tue Sep 14, 2004 2:32 pm    Post subject: Reply with quote

monkey89 wrote:
fr0z wrote:
To use vi, you'll have to run "emerge vim"; it is not part of the LiveCD afaik.


And to clarify, it's probably not a good idea to do this during the install - I'd stick with nano until after the emerge system step, and when emerging it make sure you don't have any X use flags or anything so that it just compiles vim and the base dependencies.


And I concur; best to leave other packages until the base system is installed, and running.
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