Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help! So... difficult...
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
Acid Zombie
n00b
n00b


Joined: 06 Oct 2005
Posts: 14

PostPosted: Thu Oct 06, 2005 10:56 pm    Post subject: Help! So... difficult... Reply with quote

I'm having trouble installing Gentoo... I know this probably gets redundant, so sorry, but I really don't feel like skimming through a bunch of topics to see if the answers are there.

My friend, who has installed Gentoo on his comp, was helping my via the telephone. He guided me through all the configurations and compilations and all that good stuff, and then we tested it out. We got error 15 several times due to spelling errors, but we fixed it up. But now, after I select Gentoo from Grub, it just goes to a screen with lots of script and messages. And it stays there.

I'm hoping I won't have to type out these messages, as there are a lot. But I will if I must.

Can anyone help :?:


Last edited by Acid Zombie on Thu Oct 06, 2005 11:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Thu Oct 06, 2005 10:59 pm    Post subject: Reply with quote

Try to type the last 4 or 5 lines.
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
Acid Zombie
n00b
n00b


Joined: 06 Oct 2005
Posts: 14

PostPosted: Thu Oct 06, 2005 11:04 pm    Post subject: Reply with quote

nvidiafb: nVidia device/chipset 10DE0110
nvidiafb: nVidia Corporation NV11 [GeForce2 MX/MX 400]
nvidiafb: Unable to detect display type...
...Using default of CRT
nvidiafb: Unable to detect which CRTCNumber...
...Defaulting to CRTCNumber 0




Hope that helps...
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Thu Oct 06, 2005 11:15 pm    Post subject: Reply with quote

Try to remove nvidia fb support from your kernel
Code:
  ┌────────────────────── nVidia Framebuffer Support ───────────────────────┐
  │ CONFIG_FB_NVIDIA:                                                       │
  │                                                                         │
  │ This driver supports graphics boards with the nVidia chips, TNT         │
  │ and newer. For very old chipsets, such as the RIVA128, then use         │
  │ the rivafb.                                                             │
  │ Say Y if you have such a graphics board.                                │
  │                                                                         │
  │ To compile this driver as a module, choose M here: the                  │
  │ module will be called nvidiafb.                                         │
  │                                                                         │
  │ Symbol: FB_NVIDIA [=n]                                                  │
  │ Prompt: nVidia Framebuffer Support                                      │
  │   Defined at drivers/video/Kconfig:653                                  │
  │   Depends on: FB && PCI                                                 │
  │   Location:                                                             │
  │     -> Device Drivers                                                   │
  │       -> Graphics support                                               │

_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
Acid Zombie
n00b
n00b


Joined: 06 Oct 2005
Posts: 14

PostPosted: Fri Oct 07, 2005 12:08 am    Post subject: Reply with quote

I don't how to do that, exactly. >_<
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Fri Oct 07, 2005 12:12 am    Post subject: Reply with quote

did you use genkernel or did you manually configure your kernel
Back to top
View user's profile Send private message
Acid Zombie
n00b
n00b


Joined: 06 Oct 2005
Posts: 14

PostPosted: Fri Oct 07, 2005 12:17 am    Post subject: Reply with quote

Manual Configuration.
Back to top
View user's profile Send private message
davascript
l33t
l33t


Joined: 07 Apr 2004
Posts: 618
Location: Pennsylvania

PostPosted: Fri Oct 07, 2005 12:28 am    Post subject: Reply with quote

well you would have to boot to the livecd then moutn your drives again. I am not sure how your partition schem is but thsi is the default scheme
Code:
# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot
# mount -t proc none /mnt/gentoo/proc

the you would chroot into your installation
Code:
# chroot /mnt/gentoo /bin/bash
# env-update
# source /etc/profile

change you directory to where your kernel resides
Code:
# cd /usr/src/linux

and start configuring your kernel
Code:
# make menuconfig

then remove you frameuffer support under
    Location: │
    │ -> Device Drivers │
    │ -> Graphics support

removing fb support for your nvidia card
i have also read that enabling vesafb support will get you framebuffer to work
Back to top
View user's profile Send private message
Acid Zombie
n00b
n00b


Joined: 06 Oct 2005
Posts: 14

PostPosted: Fri Oct 07, 2005 3:11 pm    Post subject: Reply with quote

Okay... this is everything on that page... -_-;

Code:
Booting 'Gentoo Linux'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3 video=desafb:1280x1024-32@60
 [Linux-bzImage, setup=0x1400, size=0x215586]

Uncompressing Linux... Ok, booting the kernel.
Linux version 2.6.12-gentoo-r10 (root@livecd) (gcc version 3.3.6 (Gentoo 3.3.6,
ssp-3.3.6-1.0, pie-8.7.8)) #1 SMP Thu Oct 6 19:30:08 Local time zone must be set
--see zic m
BIOS-provided physical RAM map:
BIOS-e280: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e280: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e280: 0000000000100000 - 0000000007f87000 (usable)
BIOS-e280: 0000000007f87000 - 0000000007fa6000 (ACPI data)
BIOS-e280: 0000000007fa6000 - 0000000008000000 (reserved)
BIOS-e280: 00000000ffb00000 - 0000000100000000 (reserved)
127MB LOWMEM available.
found SMP MP-tale at 000fe710
DMI 2.3 present.
Intel MultiProcessor Specification v1.4
 IMCR and PIC compatibilty mode.
SMP mptable: null local APIC address!
BIOS bug, MP table errors detected!...
...disabling SMP support. (tell your hw vendor)
Allocating PCI resources starting at 08000000 (gap: 08000000:f7b00000)
Built 1 zonelists
Kernel command line: root='dev'hda3 video=desafb:1280x1024-32@60
Local APIC disabled by BIOS -- you can enable it with "lapic"
Initializing CPU#0
PID hash table entries: 512 (order: 9,8192 bytes)
Detected 1396.487 MHz processor.
Using tsc for high-res timesourrce.
Console: colour VGA= 80x25
Dentry cache has table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 123860k/130588 available (3083k kernel code, 6284 reserved, 1189k data
, 236 k init, Ok highmem)
Checing if this processor honours the WP bit even in supervisor mode... Ok.
Mount-cache hash table entries: 512
CPU: Trace cache: 12K uops, L1 D cache: 8k
CPU: L2 cache: 256K
CCpu: Hyper-threading is disabled
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPUO: Intel P4/Xeon Extended MCE MSRs (12) available
CPUO: Thermal monitoring enabled
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking "hlt" instruction... OK.
ACPI: setting ELCR to 0200 (from 0e08)
Cpuo: Intel (R) Pentium(R) 4 CPU 1400MHz stepping 07
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
Brought up 1 CPUs
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfc10e, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519
ACPI: Sybsytem revision 20050309
ACPI: Interpreter enabled
ACPI: Using PIC for interrup routing
ACPI: PCI Root Bridge [PCI0] (oooo:00)
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 15)
Linux Plug and Play Support v0.97 (c_Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: Found 11 devices
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". Ifit helps, post a report
pnp: 00:0a: ioport range 0x800-0x85f could not be reserved
pnp: 00:0a: ioport range 0xc00-0xc7f has been reserved
pnp: 00:0a: ioport range 0x860-8ff could not be reserved
Simple Boot Flag at 0x7d set to 0x80
Machine check exeption polling timer started.
audit: initializing netlink socket (disabled)
audit(1128 694954.483:0): initialized
inotify device minor=63
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
lp: driver loaded but no devices found
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Deteced an Intel i850 Chipset.
agpgart: Agp aperture is 128M @ 0xe8000000
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt Link [LNKA] enabled at IRQ 3
PCI: setting IRQ 3 as level-triggered
ACPI: PCI Interrupt 000:01:00.0[A] -> Link [LNKA] -> GSI 3 (level, low) -> IRQ
3
nvidiafb: nVidia device/chipset 10DE0110
nvidiafb: nVidia Corporation NV11 [GeForce2 MX/MX 400]
nvidiafb: Unable to detect display type...
...Using default of CRT
nvidiafb: Unable to detect which CRTCNumber...
...Defaulting to CRTCNumber 0
Back to top
View user's profile Send private message
blueCommand
n00b
n00b


Joined: 06 Jul 2005
Posts: 22

PostPosted: Fri Oct 07, 2005 4:35 pm    Post subject: Reply with quote

kernel /kernel-2.6.11-gentoo-r3 root=/dev/hda3 video=desafb:1280x1024-32@60

I think that you need to use video=vesafb
But since you used nvidiafb i don't get why you have both? But that's something to fix later

Try to change the boot line to video=vesafb:1280x1024-32@60
or video=nvidiafb
or simply omit that whole parameter
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Fri Oct 07, 2005 4:50 pm    Post subject: Reply with quote

You've not removed nvidia fb support. Check in /usr/src/linux/.config that
Code:
CONFIG_FB_NVIDIA

is set to N.
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
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