Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo, 2.6.x, RaQ 3i (updated 2005/07/28)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures
View previous topic :: View next topic  
Author Message
JeffW_
Retired Dev
Retired Dev


Joined: 19 Sep 2004
Posts: 80
Location: Fremont CA, USA

PostPosted: Wed May 03, 2006 5:28 pm    Post subject: Reply with quote

raq-2.6 wrote:
I am trying to get 2.6.16-12 to work on a RAQ4 (2.10.3-ext3 rom), and I am getting pretty far.
But so far, I am stuck at this (below). When booting, it seems to go fine, until this...

What's the kernel command line look like? Did you add serial console support?
_________________
JeffWalter
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Wed May 03, 2006 5:32 pm    Post subject: Reply with quote

What do you mean with kernel command? Sorry..

Serial support, I used your .config example... Can you tell me how to check in 'make menuconfig'?

by the way, I already tried mknod'ing /dev/console etc...
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Wed May 03, 2006 6:15 pm    Post subject: Reply with quote

my guess: you're booting from rom (bfr) instead of disk (bfd) - google is your friend:

Quote:
I think you will find your problem is that you are booting from the ROM and not the HDD.
To change this you have to boot holding the "S" button until you see the "Select Option" menu displayed. Then release the button.
If you are watching on a console connection this will also be just after the drive has completed spinning up.

You will have to set boot options twice.

If you now press the "S" button again it will scroll through the boot options, ROM/NET/DISK etc you will also be able to navigate to the "Config boot disk" and select hda.

Finally getting back to the top level boot options where you will have to select Disk

I'll check later to the exact menu order.


http://www.google.de/search?hl=de&q=raq4+Warning%3A+unable+to+open+an+initial+console.+&btnG=Google-Suche&meta=

edit #1230897 :oops:

http://gentoo.404ster.com/texts.php?action=view&id=8


Last edited by nop2001 on Wed May 03, 2006 6:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Wed May 03, 2006 6:17 pm    Post subject: Reply with quote

Nope, cause I even did:

(space)
boot
set_boot_dev hda1
set_root_dev hda1
main
bfd
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Wed May 03, 2006 6:20 pm    Post subject: Reply with quote

Have you gout devFS compiled into the kernel? looks like a nonexistant /dev/console to me, too.
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Wed May 03, 2006 6:23 pm    Post subject: Reply with quote

raq-2.6 wrote:
Nope, cause I even did:

(space)
boot
set_boot_dev hda1
set_root_dev hda1
set_boot_type disk
main
bfd


:wink:
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Wed May 03, 2006 6:33 pm    Post subject: Reply with quote

nop2001 wrote:
Have you gout devFS compiled into the kernel? looks like a nonexistant /dev/console to me, too.


What kernel option is that in .config or 'make menuconfig'? Can't find it...
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Wed May 03, 2006 10:37 pm    Post subject: Reply with quote

I found this:
[quote]What is udev?

In the past, Gentoo has instructed users to use devfs for managing the /dev directory, which contains a series of device interfaces to allow system applications to communicate with hardware (through the kernel).

devfs, whilst a good concept, has some internal problems, and has been completely removed from the main stable tree as of 2.6.13.

udev is the new way of managing device nodes. It addresses issues with previous device managers, and also attempts to solve some other problems.

The above may not mean much to you, but fear not, the hard working Gentoo developers have put effort into making the migration from devfs very easy. Please read the Gentoo udev Guide for more information regarding the same..[/qoute]

Now what?..
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Thu May 04, 2006 6:31 am    Post subject: Reply with quote

pm me your email-address, i can mail you my current (raq4) kernel

Quote:
Linux cobalt 2.6.16-gentoo-r3


built with jeffw's patches and minimal config, so you could check that it's not your kernel.

it's true, devfs has been abandoned in favour of udev...

did you see the

Quote:
set_boot_type disk

?
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Thu May 04, 2006 8:07 am    Post subject: Reply with quote

Thanks.

Yes, I tried it. Does not work. I have another patch, not Jeff's. This one works better for me, Jeff's didn't work at all :(

I prefer to build the kernel myself, rather than using a pre-built one. I do appreciate the efforts though. But I've been working on this long and I just want the stupid thing to run ;) Pretty stubborn heh? :P Any tips?
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Thu May 04, 2006 9:10 am    Post subject: Reply with quote

raq-2.6 wrote:
Jeff's didn't work at all :(

could be the root of all evil...

maybe try a fresh 2.6.16-gentoo-r3 with jeffs patch:

ftp://www.404ster.com/pub/gentoo-stuff/patches/cobalt-kernel-2.6.x/linux-cobalt-2.6.16.2006032101.illogical.patch

his readme:

http://gentoo.404ster.com/texts.php?action=view&id=6

and my current .config:

http://www.onderka.com/wp-content/uploads/2006/05/raq4_config-2.6.16-gentoo-r3_for_jeffw_patched_kernel
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Fri May 05, 2006 1:09 pm    Post subject: Reply with quote

Thanks for your help so far.
Is your .config different from Jeff's minimal config?
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Fri May 05, 2006 2:22 pm    Post subject: Reply with quote

Hm, a bit, I guess.

I have several raq4i's with sym53C8xx SCSI and changed some stuff, for example I use UTF-8 as I'm from Germany - but I can't remember exactly what it all was.
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Fri May 05, 2006 2:30 pm    Post subject: Reply with quote

Ahh I see.
PS: You don't happen to have MSN do you? If so, could you PM me with that? :P
Back to top
View user's profile Send private message
raq-2.6
n00b
n00b


Joined: 03 May 2006
Posts: 10

PostPosted: Sat May 06, 2006 12:01 pm    Post subject: Reply with quote

Well, tried that. Even tried the cmos settings, hangs at "Second stage kernel: decompressing - done".
Back to top
View user's profile Send private message
BulletSponge
n00b
n00b


Joined: 30 Sep 2003
Posts: 26
Location: Calgary, Canada

PostPosted: Wed May 10, 2006 8:50 pm    Post subject: Unable to Mount root FS on 03:01 Reply with quote

Hey Guys,
i'm getting the following on my RaQ 550 on boot.

The hard drive is confirmed good, and i've fscked them in another machine
Code:

SvrWks CSB5: IDE controller at PCI slot 00:0f.1
SvrWks CSB5: chipset revision 146
SvrWks CSB5: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfcb0-0xfcb7, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xfcb8-0xfcbf, BIOS settings: hdc:DMA, hdd:DMA
hda: , ATA DISK drive
blk: queue c0298fa0, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
hda: status timeout: status=0xd0 { Busy }

hda: drive not ready for command
hda: 0 sectors (0 MB) w/257KiB Cache, CHS=63664/32/0
hda: INVALID GEOMETRY: 32 PHYSICAL HEADS?
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
   8regs     :  2330.000 MB/sec
   32regs    :  1150.800 MB/sec
   pIII_sse  :  2956.400 MB/sec
   pII_mmx   :  2814.800 MB/sec
   p5_mmx    :  2942.800 MB/sec
raid5: using function: pIII_sse (2956.400 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 2048)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
hda1: bad access: block=2, count=2
end_request: I/O error, dev 03:01 (hda), sector 2
EXT3-fs: unable to read superblock
hda1: bad access: block=2, count=2
end_request: I/O error, dev 03:01 (hda), sector 2
EXT2-fs: unable to read superblock
Kernel panic: VFS: Unable to mount root fs on 03:01
 
Back to top
View user's profile Send private message
pakighunda
n00b
n00b


Joined: 24 May 2006
Posts: 1

PostPosted: Wed May 24, 2006 7:39 pm    Post subject: 2.6 Kernel Reply with quote

Hey, Can someone post their compiled kernel or sent it to me b/c im not currently running gentoo and i would like to use the raq4 as a clarkconnect machine.
Thanks.
Back to top
View user's profile Send private message
nop2001
n00b
n00b


Joined: 09 Apr 2006
Posts: 10
Location: nord.nürnberg.de

PostPosted: Wed May 24, 2006 8:42 pm    Post subject: Reply with quote

raq4i w/o scsi? pm me your address...
Back to top
View user's profile Send private message
ProgLocker
n00b
n00b


Joined: 29 May 2006
Posts: 3
Location: Germany / Berlin

PostPosted: Mon May 29, 2006 8:32 pm    Post subject: Reply with quote

Hi!

I am having troubles with getting a self baked kernel running on an XTR
"System type: 5000 series system, Version 1 board"

When trying to boot from disk, I get:

-- snip--
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 100k freed
Warning: unable to open an initial console.
Kernel panic: No init found. Try passing init= option to kernel.

EOF

I am trying to boot the 2.6.16-gentoo-r7 kernel. I patched the gentoo-sources with the patch provided by 404ster.com,bzip2'ed the kernel
and copied it to the mounted (/dev/hde1) boot partition (ext2). Btw, root partition is /dev/hde3 formatted with ext3.

I only changed options in the kernel to use highmen (as I have 2GB installed) and to use SMP (have a 2nd CPU from another XTR ;-) ).
rom is flashed to 2.10.3-ext3

however, when booting from rom, everything is fine and I can work with the system perfectly.
"Linux version 2.4.25-ROM (duncan@atherton) (gcc version 3.3.3 (Debian 20040306)) #1 Thu Mar 11 08:47:53 MST 2004"

But I am unable to boot from disk :-(
I also set set_root_dev /dev/hde3 and set_boot_dev /dev/hde1

any hint is appreciated, I would like to run SMP and use the full 2GB :-)

If you want boot / rom messages etc. tell me.

thanks in advance,

flo
Back to top
View user's profile Send private message
daemonic79
n00b
n00b


Joined: 07 Jun 2006
Posts: 2

PostPosted: Wed Jun 07, 2006 9:45 pm    Post subject: Fedora Core 3 Reply with quote

Hiya,

I have pulled my drive and done a base install of FC3 on the disc, complete with replacing the i686 libc with the i386 version.

Ive then built a kernel from the minimal config as follows;

Code:
 make vmlinux modules modules_install
 strip vmlinux
 bzip2 vmlinuz
 mv ./vmlinux.bz2 /boot/


however, all seems to go well when back in the cobalt, but i get the following error message before i get to interactive startup;

(second stage kernel output only)
Code:
command line: 'console=ttyS0,115200 debug ip=off '
booting kernel...
Linux version 2.6.16 (root@localhost.localdomain) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #2 PREEMPT Wed Jun 7 22:44:58 BST 2006
BIOS-provided physical RAM map:
 BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
 BIOS-e801: 0000000000100000 - 0000000020000000 (usable)
512MB LOWMEM available.
On node 0 totalpages: 131072
  DMA zone: 4096 pages, LIFO batch:0
  DMA32 zone: 0 pages, LIFO batch:0
  Normal zone: 126976 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:0
DMI not present or invalid.
Allocating PCI resources starting at 30000000 (gap: 20000000:e0000000)
Built 1 zonelists
Kernel command line: console=ttyS0,115200 debug ip=off
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 448.238 MHz processor.
Using tsc for high-res timesource
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 516436k/524288k available (1788k kernel code, 7412k reserved, 415k data, 136k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 897.59 BogoMIPS (lpj=1795184)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 008021bf c08029bf 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 008021bf c08029bf 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 32K (32 bytes/line), D cache 32K (32 bytes/line)
CPU: L2 Cache: 128K (32 bytes/line)
CPU: After all inits, caps: 008021bf c08029bf 00000000 00000002 00000000 00000000 00000000
CPU: AMD-K6(tm)-III Processor stepping 04
Checking 'hlt' instruction... OK.
NET: Registered protocol family 16
PCI: Using configuration type 1
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 0c80-0c9f claimed by ali7101 SMB
PCI: Bridge: 0000:00:01.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
io scheduler noop registered
io scheduler deadline registered (default)
Activating ISA DMA hang workarounds.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
alim7101_wdt: Steve Hill <steve@navaho.co.uk>.
alim7101_wdt: WDT driver for ALi M7101 initialised. timeout=30 sec (nowayout=0)
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
e100: Modified by <jeff@404ster.com> to ignore bad EEPROM checksums
e100: 0000:00:10.0: e100_eeprom_load: EEPROM corrupted, ignoring and moving on
e100: 0000:00:10.0: e100_eeprom_load:     Caclulated Checksum: 9589
e100: 0000:00:10.0: e100_eeprom_load:     EEPROM Checksum:     0
e100: eth0: e100_probe: addr 0xf7ffc000, irq 11, MAC addr 00:10:E0:05:51:0F
e100: 0000:00:12.0: e100_eeprom_load: EEPROM corrupted, ignoring and moving on
e100: 0000:00:12.0: e100_eeprom_load:     Caclulated Checksum: 9689
e100: 0000:00:12.0: e100_eeprom_load:     EEPROM Checksum:     0
e100: eth1: e100_probe: addr 0xf7fbf000, irq 10, MAC addr 00:10:E0:05:51:0E
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ALI15X3: IDE controller at PCI slot 0000:00:0f.0
ALI15X3: chipset revision 193
ALI15X3: 100% native mode on irq 14
    ide0: BM-DMA at 0xfdd0-0xfdd7, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xfdd8-0xfddf, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: Maxtor 33073H3, ATA DISK drive
ide0 at 0xfdf8-0xfdff,0xfdf6 on irq 14
Probing IDE interface ide1...
hda: max request size: 128KiB
hda: 60032448 sectors (30736 MB) w/2048KiB Cache, CHS=59556/16/63, UDMA(33)
hda: cache flushes not supported
 hda: hda1 hda2 hda3
sym0: <875> rev 0x4 at pci 0000:00:0e.0 irq 12
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym0: SCSI BUS has been reset.
scsi0 : sym-2.2.2
st: Version 20050830, fixed bufsize 32768, s/g segs 256
usbmon: debugfs is not available
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.0: irq 6, io mem 0xf7fff000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
raid5: measuring checksumming speed
   8regs     :   626.000 MB/sec
   8regs_prefetch:   475.000 MB/sec
   32regs    :   411.000 MB/sec
   32regs_prefetch:   379.000 MB/sec
   pII_mmx   :  1035.000 MB/sec
   p5_mmx    :   992.000 MB/sec
raid5: using function: pII_mmx (1035.000 MB/sec)
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
Cobalt system type is Pacifica
Cobalt Networks LED driver 1.0 (modified by jeff@404ster.com)
Cobalt Networks LCD driver 4.0 (modified by jeff@404ster.com)
Cobalt Networks Serial Number driver 1.6 (modified by jeff@404ster.com)
Cobalt Networks Watchdog Timer driver 1.0 (modified by jeff@404ster.com)
Cobalt Networks Sensor driver 1.0 (modified by jeff@404ster.com)
Cobalt Networks RAM Info driver 1.0 (modified by jeff@404ster.com)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 136k freed
kjournald starting.  Commit interval 5 seconds
Warning: unable to open an initial console.


does anyone have any pointers or alternatively a fc3 compatiable kernel and modules available?
Back to top
View user's profile Send private message
daemonic79
n00b
n00b


Joined: 07 Jun 2006
Posts: 2

PostPosted: Sat Jun 17, 2006 3:23 pm    Post subject: Reply with quote

just to let you guys know that i suessed the little problem i was having by doing the following (taken from http://fedora.redhat.com/docs/udev/)

Code:
mkdir /tmp/dev
mount --move /dev /tmp/dev
sbin/MAKEDEV null console zero
mount --move /tmp/dev /dev


also for any others that find this and want to install fedora on a coablt, follow this link;

http://www.unstable.org.uk/cobalt/

:D
Back to top
View user's profile Send private message
scaddy
n00b
n00b


Joined: 15 Nov 2006
Posts: 1

PostPosted: Wed Jan 17, 2007 12:54 am    Post subject: Reply with quote

I've got an old RAQ4 with what seems to be a dead disc (it locks up during e2fsck or shortly after), so I can't boot it to reflash the ROM.

I'm really not keen on flashing without an OS, and was wondering if anyone had an image of an old, suitable, bootable, system?

My kit:

Cobalt Networks, Inc. - Connecting the Dots
Firmware version 2.3.35
ROM build info: Mon Oct 9 20:05:49 PDT 2000 war.cobalt.com
System serial number: 4C02BM1152134

Linux version 2.2.16C7 (duncan@war.cobalt.com) (gcc version egcs-2.91.66 1999031
4/Linux (egcs-1.1.2 release)) #1 (ROM kernel) Mon Oct 9 20:00:52 PDT 2000
Back to top
View user's profile Send private message
jimmairie
n00b
n00b


Joined: 19 Jan 2007
Posts: 1

PostPosted: Fri Jan 19, 2007 1:20 pm    Post subject: Reply with quote

I need to patch a 2.6.9 kernel for Qube3 but got lots of reject using Jeff's 2.6.11.5 patch ( this is a normal behavior ;) ) but I can't modify the patch file myself since kernel hacking is like chinese for me... someone got a patch or can help me to adapt it ??
Back to top
View user's profile Send private message
freshy98
Apprentice
Apprentice


Joined: 11 Jul 2002
Posts: 274
Location: The Netherlands

PostPosted: Wed Feb 14, 2007 10:32 pm    Post subject: Reply with quote

Using gentoo-sources-2.6.19-gentoo-r5 and the 2.6.19.2 patch on the 404ster site I somehow couldn't see anything in Device drivers/SCSI and several other parts of the make menuconfig.
In Filesystems I could only see the things that were edited in the config supplied by the site.

Weird thing is that the vanilla-sources-2.6.19.2 went fine for me, so my Raq4r is running that right now.


One other question though. Is there something to make the NIC LED on the front do anything?
Same for the Link LED, the Collision LED and the 100M LED.
The only LED on the front that is working is the Disk LED, and soon the Web LED (once the machine has finished emerging apache2/php.
_________________
Mac Pro single quad 2.8GHz, 6GB RAM, 8800GT. MacBook. Plus way too many SUN/Cobatl/SGI and a lonely Alpha.
Back to top
View user's profile Send private message
markcstephens
n00b
n00b


Joined: 16 Mar 2007
Posts: 2

PostPosted: Fri Mar 16, 2007 3:22 pm    Post subject: Reply with quote

help! I seem to be having problems.. RAQ XTR.

Heres the boot until it panaics.
-----------------------
Cobalt:Main Menu> bfd
First stage kernel (Linux): Decompressing - done
ERROR: cannot relocate with filesize 0
command line: 'console=ttyS0,115200 debug mem=22M cobalt_boot_image=/boot/vmlinu
x.bz2,/vmlinux.bz2,/boot/vmlinux.gz,/vmlinux.gz cobalt_boot_return=0x161f394 cob
alt_boot_data=0x1634cc4 cobalt_boot_load=0x1700000 cobalt_ramcode_map=0x1600000,
0xa00000 ip=off '
booting kernel...
Linux version 2.4.25-ROM (duncan@atherton) (gcc version 3.3.3 (Debian 20040306))
#1 Thu Mar 11 08:47:53 MST 2004
BIOS-provided physical RAM map:
BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
BIOS-e801: 0000000000100000 - 0000000030000000 (usable)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009f000 (usable)
user: 0000000000100000 - 0000000001600000 (usable)
22MB LOWMEM available.
On node 0 totalpages: 5632
zone(0): 4096 pages.
zone(1): 1536 pages.
zone(2): 0 pages.
DMI not present.
Kernel command line: console=ttyS0,115200 debug mem=22M cobalt_boot_image=/boot/
vmlinux.bz2,/vmlinux.bz2,/boot/vmlinux.gz,/vmlinux.gz cobalt_boot_return=0x161f3
94 cobalt_boot_data=0x1634cc4 cobalt_boot_load=0x1700000 cobalt_ramcode_map=0x16
00000,0xa00000 ip=off
Initializing CPU#0
Detected 999.582 MHz processor.
Calibrating delay loop... 1992.29 BogoMIPS
Memory: 20208k/22528k available (1141k kernel code, 1932k reserved, 244k data, 1
00k init, 0k highmem)
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU serial number disabled.
CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
CPU: Common caps: 0383fbff 00000000 00000000 00000000
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Discovered primary peer bus 01 [IRQ]
PCI: Using IRQ router ServerWorks [1166/0200] at 00:0f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
Journalled Block Device driver loaded
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI en
abled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Non-volatile memory driver v1.2
loop: loaded (max 8 devices)
natsemi dp8381x driver, version 1.07+LK1.0.17, Sep 27, 2002
originally by Donald Becker <becker@scyld.com>
http://www.scyld.com/network/natsemi.html
2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
PCI: Found IRQ 11 for device 00:0b.0
eth0: NatSemi DP8381[56] at 0xc2000000, 00:10:e0:05:ad:28, IRQ 11.
PCI: Found IRQ 12 for device 00:0d.0
eth1: NatSemi DP8381[56] at 0xc2002000, 00:10:e0:05:a5:b9, IRQ 12.
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SvrWks OSB4: IDE controller at PCI slot 00:0f.1
SvrWks OSB4: chipset revision 0
SvrWks OSB4: bad irq (0): will probe later
ide0: BM-DMA at 0xf9b0-0xf9b7, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf9b8-0xf9bf, BIOS settings: hdc:DMA, hdd:DMA
HPT370: IDE controller at PCI slot 01:03.0
PCI: Found IRQ 5 for device 01:03.0
HPT370: chipset revision 3
HPT370: not 100% native mode: will probe irqs later
HPT37X: using 33MHz PCI clock
ide2: BM-DMA at 0xfe00-0xfe07, BIOS settings: hde:pio, hdf:pio
ide3: BM-DMA at 0xfe08-0xfe0f, BIOS settings: hdg:pio, hdh:pio
HPT370: IDE controller at PCI slot 01:04.0
PCI: Found IRQ 7 for device 01:04.0
HPT370: chipset revision 3
HPT370: not 100% native mode: will probe irqs later
HPT37X: using 33MHz PCI clock
ide4: BM-DMA at 0xfc00-0xfc07, BIOS settings: hdi:pio, hdj:pio
ide5: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdk:pio, hdl:pio
hde: ST340014A, ATA DISK drive
blk: queue c0299848, I/O limit 4095Mb (mask 0xffffffff)
hdg: ST340014A, ATA DISK drive
blk: queue c0299c9c, I/O limit 4095Mb (mask 0xffffffff)
hdi: IC35L060AVV207-0, ATA DISK drive
blk: queue c029a0f0, I/O limit 4095Mb (mask 0xffffffff)
hdk: IC35L060AVV207-0, ATA DISK drive
blk: queue c029a544, I/O limit 4095Mb (mask 0xffffffff)
ide2 at 0xfff0-0xfff7,0xffee on irq 5
ide3 at 0xffe0-0xffe7,0xffde on irq 5
ide4 at 0xfdf8-0xfdff,0xfdf6 on irq 7
ide5 at 0xfde8-0xfdef,0xfde6 on irq 7
hde: attached ide-disk driver.
hde: host protected area => 1
hde: 78156288 sectors (40016 MB) w/2048KiB Cache, CHS=4865/255/63, UDMA(100)
hdg: attached ide-disk driver.
hdg: host protected area => 1
hdg: 78156288 sectors (40016 MB) w/2048KiB Cache, CHS=4865/255/63, UDMA(100)
hdi: attached ide-disk driver.
hdi: host protected area => 1
hdi: 78156288 sectors (40016 MB) w/1821KiB Cache, CHS=4865/255/63, UDMA(100)
hdk: attached ide-disk driver.
hdk: host protected area => 1
hdk: 78156288 sectors (40016 MB) w/1821KiB Cache, CHS=4865/255/63, UDMA(100)
Partition check:
hde: hde1 hde2
hdg: hdg1 hdg2
hdi: hdi1 hdi2
hdk: hdk1 hdk2
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 1843.200 MB/sec
32regs : 896.000 MB/sec
pIII_sse : 2016.400 MB/sec
pII_mmx : 2257.600 MB/sec
p5_mmx : 2362.000 MB/sec
raid5: using function: pIII_sse (2016.400 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
[events: 0000000e]
md: autorun ...
md: considering hdk2 ...
md: adding hdk2 ...
md: adding hdi2 ...
md: adding hdg2 ...
md: adding hde2 ...
md: created md2
md: bind<hde2,1>
md: bind<hdg2,2>
md: bind<hdi2,3>
md: bind<hdk2,4>
md: running: <hdk2><hdi2><hdg2><hde2>
md: hdk2's event counter: 0000000e
md: hdi2's event counter: 0000000e
md: hdg2's event counter: 0000000e
md: hde2's event counter: 0000000e
md2: max total readahead window set to 1024k
md2: 4 data-disks, max readahead per data-disk: 256k
raid0: looking at hdk2
raid0: comparing hdk2(264960) with hdk2(264960)
raid0: END
raid0: ==> UNIQUE
raid0: 1 zones
raid0: looking at hde2
raid0: comparing hde2(264960) with hdk2(264960)
raid0: EQUAL
raid0: looking at hdg2
raid0: comparing hdg2(264960) with hdk2(264960)
raid0: EQUAL
raid0: looking at hdi2
raid0: comparing hdi2(264960) with hdk2(264960)
raid0: EQUAL
raid0: FINAL 1 zones
raid0: zone 0
raid0: checking hdk2 ... contained as device 0
(264960) is smallest!.
raid0: checking hde2 ... contained as device 1
raid0: checking hdg2 ... contained as device 2
raid0: checking hdi2 ... contained as device 3
raid0: zone->nb_dev: 4, size: 1059840
raid0: current zone offset: 264960
raid0: done.
raid0 : md_size is 1059840 blocks.
raid0 : conf->smallest->size is 1059840 blocks.
raid0 : nb_zone is 1.
raid0 : Allocating 8 bytes for hash.
md: updating md2 RAID superblock on device
md: hdk2 [events: 0000000f]<6>(write) hdk2's sb offset: 264960
md: hdi2 [events: 0000000f]<6>(write) hdi2's sb offset: 264960
md: hdg2 [events: 0000000f]<6>(write) hdg2's sb offset: 264960
md: hde2 [events: 0000000f]<6>(write) hde2's sb offset: 264960
md: considering hdk1 ...
md: adding hdk1 ...
md: adding hdi1 ...
md: adding hdg1 ...
md: adding hde1 ...
md: created md1
md: bind<hde1,1>
md: bind<hdg1,2>
md: bind<hdi1,3>
md: bind<hdk1,4>
md: running: <hdk1><hdi1><hdg1><hde1>
md: hdk1's event counter: 0000000e
md: hdi1's event counter: 0000000e
md: hdg1's event counter: 0000000e
md: hde1's event counter: 0000000e
md: md1: raid array is not clean -- starting background reconstruction
md1: max total readahead window set to 768k
md1: 3 data-disks, max readahead per data-disk: 256k
raid5: device hdk1 operational as raid disk 3
raid5: device hdi1 operational as raid disk 2
raid5: device hdg1 operational as raid disk 1
raid5: device hde1 operational as raid disk 0
raid5: allocated 4330kB for md1
raid5: raid level 5 set md1 active with 4 out of 4 devices, algorithm 2
raid5: raid set md1 not clean; reconstructing parity
RAID5 conf printout:
--- rd:4 wd:4 fd:0
disk 0, s:0, o:1, n:1 rd:0 us:1 dev:hde1
disk 1, s:0, o:1, n:2 rd:1 us:1 dev:hdg1
disk 2, s:0, o:1, n:3 rd:2 us:1 dev:hdi1
disk 3, s:0, o:1, n:0 rd:3 us:1 dev:hdk1
RAID5 conf printout:
--- rd:4 wd:4 fd:0
disk 0, s:0, o:1, n:1 rd:0 us:1 dev:hde1
disk 1, s:0, o:1, n:2 rd:1 us:1 dev:hdg1
disk 2, s:0, o:1, n:3 rd:2 us:1 dev:hdi1
disk 3, s:0, o:1, n:0 rd:3 us:1 dev:hdk1
md: updating md1 RAID superblock on device
md: hdk1 [events: 0000000f]<6>(write) hdk1's sb offset: 38812928
md: syncing RAID array md1
md: minimum _guaranteed_ reconstruction speed: 100 KB/sec/disc.
md: using maximum available idle IO bandwith (but not more than 100000 KB/sec) f
or reconstruction.
md: using 124k window, over a total of 38812928 blocks.
md: hdi1 [events: 0000000f]<6>(write) hdi1's sb offset: 38812928
md: hdg1 [events: 0000000f]<6>(write) hdg1's sb offset: 38812928
md: hde1 [events: 0000000f]<6>(write) hde1's sb offset: 38812928
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 1024 bind 2048)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
raid5: switching cache buffer size, 4096 --> 1024
raid5: switching cache buffer size, 1024 --> 4096
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 100k freed
BOOTLOADER: Mapping in physical locations
BOOTLOADER: load_addr=0xc200a000 ret_data=0xc220bcc4
BOOTLOADER: opening "/boot/vmlinux.bz2"
BOOTLOADER: reading "/boot/vmlinux.bz2"
BOOTLOADER: read 1419374bytes
BOOTLOADER: unmounting /
BOOTLOADER: calling reboot notifiers
md: stopping all md devices.
raid5: parity resync was not fully finished, restarting next time.
md: md_do_sync() got signal ... exiting
raid5: resync aborted!
md: updating md1 RAID superblock on device
md: hdk1 [events: 00000010]<6>(write) hdk1's sb offset: 38812928
md: hdi1 [events: 00000010]<6>(write) hdi1's sb offset: 38812928
md: hdg1 [events: 00000010]<6>(write) hdg1's sb offset: 38812928
md: hde1 [events: 00000010]<6>(write) hde1's sb offset: 38812928
md: md1 switched to read-only mode.
md: marking sb clean...
md: updating md2 RAID superblock on device
md: hdk2 [events: 00000010]<6>(write) hdk2's sb offset: 264960
md: hdi2 [events: 00000010]<6>(write) hdi2's sb offset: 264960
md: hdg2 [events: 00000010]<6>(write) hdg2's sb offset: 264960
md: hde2 [events: 00000010]<6>(write) hde2's sb offset: 264960
md: md2 switched to read-only mode.
flushing ide devices: hde hdg hdi hdk
BOOTLOADER: mapping 22M-32M for ride home
BOOTLOADER: disabling interrupts
BOOTLOADER: flushing cache
BOOTLOADER: Leap of faith!
Back in ramcode: done
Second stage kernel: Decompressing - done
ERROR: cannot relocate with filesize 0
ERROR: cannot relocate with filesize 0
command line: 'console=ttyS0,115200 debug ip=off '
booting kernel...
Linux version 2.6.14-cobalt (root@cobalt) (gcc version 3.3.5-20050130 (Gentoo 3.
3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #1 Sat Oct 29 17:02:53 CEST
2005
BIOS-provided physical RAM map:
BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
BIOS-e801: 0000000000100000 - 0000000030000000 (usable)
0MB HIGHMEM available.
768MB LOWMEM available.
On node 0 totalpages: 196608
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 192512 pages, LIFO batch:31
HighMem zone: 0 pages, LIFO batch:1
DMI not present.
Allocating PCI resources starting at 40000000 (gap: 30000000:d0000000)
Built 1 zonelists
Kernel command line: console=ttyS0,115200 debug ip=off
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 65536 bytes)
Detected 999.792 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 775776k/786432k available (2126k kernel code, 10204k reserved, 712k data
, 140k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2001.88 BogoMIPS (lpj=4003776)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000 00000000
00000000 00000000
CPU: After vendor identify, caps: 0383fbff 00000000 00000000 00000000 00000000 0
0000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After all inits, caps: 0383fbff 00000000 00000000 00000040 00000000 0000000
0 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
mtrr: v2.0 (20020519)
CPU: Intel Pentium III (Coppermine) stepping 0a
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
NET: Registered protocol family 16
PCI: Using configuration type 1
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Discovered primary peer bus 01 [IRQ]
PCI: Using IRQ router ServerWorks [1166/0200] at 0000:00:0f.0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Non-volatile memory driver v1.2
alim7101_wdt: Steve Hill <steve@navaho.co.uk>.
alim7101_wdt: ALi M7101 PMU not present - WDT not set
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
io scheduler noop registered
io scheduler deadline registered
e100: Intel(R) PRO/100 Network Driver, 3.4.14-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
e100: Modified by <jeff@404ster.com> to ignore bad EEPROM checksums
natsemi dp8381x driver, version 1.07+LK1.0.17, Sep 27, 2002
originally by Donald Becker <becker@scyld.com>
http://www.scyld.com/network/natsemi.html
2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
PCI: Found IRQ 11 for device 0000:00:0b.0
natsemi eth0: NatSemi DP8381[56] at 0xfebff000 (0000:00:0b.0), 00:10:e0:05:ad:28
, IRQ 11, port TP.
PCI: Found IRQ 12 for device 0000:00:0d.0
natsemi eth1: NatSemi DP8381[56] at 0xfebfe000 (0000:00:0d.0), 00:10:e0:05:a5:b9
, IRQ 12, port TP.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
st: Version 20050830, fixed bufsize 32768, s/g segs 256
usbmon: debugfs is not available
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
PCI: Found IRQ 9 for device 0000:00:0f.2
ohci_hcd 0000:00:0f.2: OHCI Host Controller
ohci_hcd 0000:00:0f.2: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:0f.2: irq 9, io mem 0xfebfd000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
md: raid1 personality registered as nr 3
md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 3.39
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
Cobalt system type is unknown, trouble will ensue (I can vouch for this)
Unable to handle kernel NULL pointer dereference at virtual address 0000000c
printing eip:
c02a080b
*pde = 00000000
Oops: 0002 [#1]
Modules linked in:
CPU: 0
EIP: 0060:[<c02a080b>] Not tainted VLI
EFLAGS: 00010293 (2.6.14-cobalt)
EIP is at cobalt_i2c_init+0x6b/0x100
eax: 00000000 ebx: c01002c0 ecx: 00000000 edx: c03525c0
esi: 00000000 edi: 00000000 ebp: 00000000 esp: c173ffe0
ds: 007b es: 007b ss: 0068
Process swapper (pid: 1, threadinfo=c173e000 task=c16eca10)
Stack: c03da4ef c01002e2 c0100ed5 00000000 00000000 00000000 b37a4907 2c414a15
Call Trace:
[<c03da4ef>] cobalt_init+0xf/0x40
[<c01002e2>] init+0x22/0x140
[<c0100ed5>] kernel_thread_helper+0x5/0x10
Code: bc 1d f6 ff 83 c4 0c 89 c2 85 c0 74 5a a1 44 ec 40 c0 83 c0 0c 50 6a 14 ff
72 20 ff 72 10 e8 5d db f5 ff 83 c4 10 a1 44 ec 40 c0 <81> 60 0c f0 ff 00 00 a1
44 ec 40 c0 8b 50 0c 85 d2 74 10 c7 05
<0>Kernel panic - not syncing: Attempted to kill init!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Alternative Architectures All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 6 of 7

 
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