Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Ulrich Teichert
Hi,

I wrote:

>>>CONFIG_BLK_DEV_IDEDISK=m
>>># CONFIG_IDEDISK_MULTI_MODE is not set
>> 
>> 
>> With this, the kernel can't even load the initrd, as it is on a disk.
>
>Wrong. PROM calls allow SILO to load the initrd from the disk into 
>memory, just as it does with the kernel. That is the whole point of initrd.

OK, I'm wrong. And I even missed the point that Daniels Ultra 5 is running
Sarge, my Ultra is still on Woody where booting is a bit simpler.

>The rest of the modules you noted as missing benefit from the initial
>ramdisk hack. The problem is that for some reason Daniel doesn't have 
>any working initrds. Daniel, could you attach "ls -l /boot" from your 
>machine?
[del]

Perhaps his /boot was simply full? There were an awful lot of modules
listed. Butwouldn't it be simpler to just compile the stuff in and
be done with it? I mean, I understand why the installation kernel relays
on initrd, but for a tuned, self compiled kernel, this isn't necessary.

HTH,
Uli
-- 
Dipl. Inf. Ulrich Teichert|e-mail: [EMAIL PROTECTED]
Stormweg 24   |listening to: Suicide Drive (The Deep Eynde)
24539 Neumuenster, Germany|Public Pervert (Interpol) Clé De Contact (Metal 
Urbain)



Re: Retail Services Customer Care Message Confirmation (KMM11697966V95183L0KM)

2004-12-29 Thread Franwenrich

How do I pay my Value City charge card???


Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Ulrich Teichert
Hi,

you should compile the IDE disk stuff directly into the kernel, Ultra-5's
are IDE based:

[del]
>CONFIG_BLK_DEV_IDEDISK=m
># CONFIG_IDEDISK_MULTI_MODE is not set

With this, the kernel can't even load the initrd, as it is on a disk.

[del]

This should also be compiled in:

>CONFIG_IDE_GENERIC=m
>CONFIG_BLK_DEV_IDEPCI=y
># CONFIG_IDEPCI_SHARE_IRQ is not set
># CONFIG_BLK_DEV_OFFBOARD is not set
>CONFIG_BLK_DEV_GENERIC=m
[del]

and THIS must be compiled in, else all others will fail. The CMD646
chipset is buggy as hell and, unfortunatly, used in Ultra-5's:

>CONFIG_BLK_DEV_CMD64X=m
[del]

I haven't checked the rest of the config closely, but I haven't found
any other problems,

HTH,
Uli
-- 
Dipl. Inf. Ulrich Teichert|e-mail: [EMAIL PROTECTED]
Stormweg 24   |listening to: Suicide Drive (The Deep Eynde)
24539 Neumuenster, Germany|Public Pervert (Interpol) Clé De Contact (Metal 
Urbain)



Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Joshua Kwan

Ulrich Teichert wrote:

CONFIG_BLK_DEV_IDEDISK=m
# CONFIG_IDEDISK_MULTI_MODE is not set



With this, the kernel can't even load the initrd, as it is on a disk.


Wrong. PROM calls allow SILO to load the initrd from the disk into 
memory, just as it does with the kernel. That is the whole point of initrd.


The rest of the modules you noted as missing benefit from the initial
ramdisk hack. The problem is that for some reason Daniel doesn't have 
any working initrds. Daniel, could you attach "ls -l /boot" from your 
machine?


--
Joshua Kwan


signature.asc
Description: OpenPGP digital signature


Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Daniel E. Jonsen
Joshua Kwan wrote:
> Daniel E. Jonsen wrote: 
> > Allocated 8 Megs of memory at 0x4000 for kernel
> > Uncompressing image...
> > Loaded kernel version 2.6.8
> > Error: initial ramdisk loading failed. No initrd will be used.
> 
> Well hello there!
>  
>  Does this happen when booting the Debian kernel, too? That would be your 
problem.
>  
>  But I see that this is with your custom kernel. Please send its .config 
file.

Yes, this happens for all four kernels I have installed:  Debian 2.4.27, 
custom 2.4.27, Debian 2.6.8 and custom 2.6.8.  Actually, the one kernel I'm 
not sure about is the Debian 2.4.27, since I haven't used that one in a 
while.  But that one puts up errors at the very beginning, complaining that 
it can't read the partition table.  Probably doesn't have Sun partition table 
support.  It boots OK, though, despite the complaints.

When compiling the custom kernels, I configured myself using xconfig/kconfig, 
then did 'make-kpkg --initrd --revision=10.1 kernel_image' to do the compile.  
Everything APPEARED to go OK, and apparently it did if the Debian-supplied 
kernels are doing the same thing.

The .config file for the custom 2.6.8 is attached as config-268-dej-usb, and 
just for kicks the debian 2.6.8 config is attached as config-2.6.8-1-sparc64.

Thanks.

-Dan

#
# Automatically generated make config: don't edit
#
CONFIG_64BIT=y
CONFIG_MMU=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# General setup
#
CONFIG_BBC_I2C=m
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SMP is not set
# CONFIG_PREEMPT is not set
# CONFIG_CPU_FREQ is not set
CONFIG_SPARC64=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_SBUS=y
CONFIG_SBUSCHAR=y
CONFIG_SUN_AUXIO=y
CONFIG_SUN_IO=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_RTC=y
# CONFIG_PCI_LEGACY_PROC is not set
# CONFIG_PCI_NAMES is not set
CONFIG_SUN_OPENPROMFS=m
CONFIG_SPARC32_COMPAT=y
CONFIG_COMPAT=y
CONFIG_UID16=y
CONFIG_BINFMT_ELF32=y
# CONFIG_BINFMT_AOUT32 is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
# CONFIG_SOLARIS_EMUL is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_SUNBPP=m
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y
CONFIG_PRINTER=m
# CONFIG_ENVCTRL is not set
# CONFIG_DISPLAY7SEG is not set
# CONFIG_CMDLINE_BOOL is not set

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m

#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=y
CONFIG_FB_ATY=y
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GX=y
# CONFIG_FB_ATY_XL_INIT is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_SBUS is not set
# CONFIG_FB_PCI is not set
# CONFIG_FB_VIRTUAL is not set

#
# Console display driver support
#
# CONFIG_MDA_CONSOLE is not set
CONFIG_PROM_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_SUN8x16=y
# CONFIG_FONT_SUN12x22 is not set

#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_LOGO_LINUX_CLUT224 is not set
CONFIG_LOGO_SUN_CLUT224=y

#
# Serial drivers
#

#
# Non-8250 serial port support
#
CONFIG_SERIAL_SUNCORE=y
CONFIG_SERIAL_SUNZILOG=y
CONFIG_SERIAL_SUNZILOG_CONSOLE=y
CONFIG_SERIAL_SUNSU=y
CONFIG_SERIAL_SUNSU_CONSOLE=y
CONFIG_SERIAL_SUNSAB=y
CONFIG_SERIAL_SUNSAB_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y

#
# Misc Linux/SPARC drivers
#
CONFIG_SUN_OPENPROMIO=y
CONFIG_SUN_MOSTEK_RTC=y
CONFIG_OBP_FLASH=m
# CONFIG_SUN_BPP is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_

Re: Retail Services Customer Care Message Confirmation (KMM11697966V95183L0KM)

2004-12-29 Thread Tamara Morant



I have an account with retail services and I wanted 
to pay my bill online.  Customer service gave me   
hrsaccount.com Please help!  I would like very much 
to pay my Retail Services bill online.  Can anyone out there help 
[EMAIL PROTECTED]


Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Joshua Kwan

Daniel E. Jonsen wrote:

Allocated 8 Megs of memory at 0x4000 for kernel
Uncompressing image...
Loaded kernel version 2.6.8
Error: initial ramdisk loading failed. No initrd will be used.


Well hello there!

Does this happen when booting the Debian kernel, too? That would be your 
problem.


But I see that this is with your custom kernel. Please send its .config 
file.


Thanks

--
Joshua Kwan


signature.asc
Description: OpenPGP digital signature


Re: Cannot boot 2.6.8 kernel from ext3 root partition on Ultra5

2004-12-29 Thread Daniel E. Jonsen

Joshua Kwan wrote:

Is there a way I can copy/paste these messages?  I used a good old 
fashioned pen and paper to write down the last six lines.  I really would 
like to avoid using this method for the whole boot sequence, which is 
about 50 lines.


You can use a serial console. Discussing how to do that is kind of out of 
the scope of this message, Google can help you out on that.


Basically, though, all I need is stuff related to 'CMD64X' (if there isn't 
any, that is a problem) and IDE. Common sense should be enough to get what 
I need. :)


I managed to scrape together some cabling for a serial console 
connection.  The whole boot sequence, starting with OpenBoot, is shown 
below.  Unfortunately, I don't see any reference to "CMD64X" (actually, no 
opccurrences of "CMD"!


So what does this mean?

Thanks.

-Dan

=
=

Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 270MHz), No Keyboard
OpenBoot 3.15, 128 MB memory installed, Serial #11001011.
Ethernet address 8:0:20:a7:dc:b3, Host ID: 80a7dcb3.

ok boot
Boot device: disk  File and args:
SILO Version 1.4.8
boot: linux-268usb
Allocated 8 Megs of memory at 0x4000 for kernel
Uncompressing image...
Loaded kernel version 2.6.8
Error: initial ramdisk loading failed. No initrd will be used.

Remapping the kernel... done.
Booting Linux...

PROMLIB: Sun IEEE Boot Prom 3.15.2 1998/11/10 10:35
Linux version 2.6.8-10.1-dej-usb ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian 
1:3.3.4-13)) #1 Mon Dec 27 18:40:26 EST 2004

ARCH: SUN4U
Ethernet address: 08:00:20:a7:dc:b3
Built 1 zonelists
Kernel command line: root=/dev/hda2 ro
PID hash table entries: 2048 (order 11: 32768 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 16384 (order: 4, 131072 bytes)
Inode-cache hash table entries: 8192 (order: 3, 65536 bytes)
Memory: 125736k available (2008k kernel code, 608k data, 144k init) 
[f800,17f3c000]

Calibrating delay loop... 536.57 BogoMIPS
Mount-cache hash table entries: 512 (order: 0, 8192 bytes)
NET: Registered protocol family 16
PCI: Probing for controllers.
PCI: Found SABRE, main regs at 01fe, wsync at 01fe1c20
SABRE: Shared PCI config space at 01fe0100
SABRE: DVMA at c000 [2000]
PCI-IRQ: Routing bus[ 2] slot[ 1] map[0] to INO[11]
PCI-IRQ: Routing bus[ 2] slot[ 3] map[0] to INO[18]
PCI-IRQ: Routing bus[ 2] slot[ 3] map[0] to INO[19]
PCI-IRQ: Routing bus[ 2] slot[ 3] map[0] to INO[1a]
PCI0(PBMA): Bus running at 33MHz
PCI-IRQ: Routing bus[ 1] slot[ 1] map[0] to INO[21]
PCI-IRQ: Routing bus[ 1] slot[ 2] map[0] to INO[0f]
PCI-IRQ: Routing bus[ 1] slot[ 3] map[0] to INO[20]
PCI0(PBMB): Bus running at 33MHz
ebus0: [auxio] [power] [SUNW,pll] [se] [su] [su] [ecpp] [fdthree] [eeprom] 
[flashprom] [SUNW,CS4231]

power: Control reg at 01fff1724000 ... powerd running.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 8192 bytes)
devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x0
Initializing Cryptographic API
Console: switching to mono PROM 80x34
rtc_init: no PC rtc found
su0 at 0x01fff13062f8 (irq = 4,7ea) is a 16550A
su1 at 0x01fff13083f8 (irq = 9,7e9) is a 16550A
ttyS0 at MMIO 0x1fff140 (irq = 7134176) is a SAB82532 V3.2
ttyS1 at MMIO 0x1fff1400040 (irq = 7134176) is a SAB82532 V3.2
Console: ttyS0 (SAB82532)
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
sunhme.c:v2.02 24/Aug/2003 David S. Miller (davem@redhat.com)
eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:a7:dc:b3
eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:a7:dc:b3
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
IP: routing cache hash table of 1024 buckets, 8Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
NET: Registered protocol family 1
NET: Registered protocol family 17
VFS: Cannot open root device "hda2" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
 <0>Press L1-A to return to the boot prom