View previous topic :: View next topic |
Author |
Message |
gandano n00b
Joined: 26 Apr 2005 Posts: 14
|
Posted: Thu May 04, 2006 7:07 pm Post subject: Gentoo on API CS20 |
|
|
Hi all!
I am trying to install Gentoo on API CS20 computer, but when it is loading kernel image it hang up.
I use SCSI disk. Do i need to use special parameter into flag option for to boot Linux with SCSI disk?
I use:
"boot dka1500 -flags 0" for kernel 2.6
"boot dka1500 -flags 1" for kernel 2.4
Thanks. _________________ ---------------------
¡ Alpha Powered !
--------------------- |
|
Back to top |
|
|
gandano n00b
Joined: 26 Apr 2005 Posts: 14
|
Posted: Thu May 04, 2006 7:49 pm Post subject: Re: Gentoo on API CS20 |
|
|
Hello again.
I have just to solve the problem. I connect with computer via serial port ttyS0. For this reason i must to say to kernel which console to use.
" boot dka1500 -flags "root=/dev/sdxx console=ttyS0"
Thanks to all.
[quote="gandano"]Hi all!
I am trying to install Gentoo on API CS20 computer, but when it is loading kernel image it hang up.
I use SCSI disk. Do i need to use special parameter into flag option for to boot Linux with SCSI disk?
I use:
"boot dka1500 -flags 0" for kernel 2.6
"boot dka1500 -flags 1" for kernel 2.4
Thanks.[/quote] _________________ ---------------------
¡ Alpha Powered !
--------------------- |
|
Back to top |
|
|
Stormy n00b
Joined: 04 Aug 2004 Posts: 20
|
Posted: Tue May 16, 2006 5:14 am Post subject: Re: Gentoo on API CS20 |
|
|
gandano wrote: | Hello again.
I have just to solve the problem. I connect with computer via serial port ttyS0. For this reason i must to say to kernel which console to use.
" boot dka1500 -flags "root=/dev/sdxx console=ttyS0"
Thanks to all.
gandano wrote: | Hi all!
I am trying to install Gentoo on API CS20 computer, but when it is loading kernel image it hang up.
I use SCSI disk. Do i need to use special parameter into flag option for to boot Linux with SCSI disk?
I use:
"boot dka1500 -flags 0" for kernel 2.6
"boot dka1500 -flags 1" for kernel 2.4
Thanks. |
|
My Question is this, I have a CS20, I'm trying to get Gentoo on the machine, I just got Debian on the machine, that works. My question is this: when I go to boot the cdrom dqb0 i use
API CS20D 833 MHz Console A5.8-81, 08-MAY-2001 00:09:13
P00>>>boot dqb0 -flags "console=ttyS0"
which brings me to aboot
again
aboot> 0 "console=ttyS0"
Which brings me too
aboot: loading uncompressed /boot/gentoo...
aboot: loading compressed /boot/gentoo...
aboot: zero-filling 152912 bytes at 0xfffffc000082c280
aboot: loading initrd (2161967 bytes/2111 blocks) at 0xfffffc007fc3e000
aboot: starting kernel /boot/gentoo with arguments root=/dev/ram0 init=/linuxrc
dokeymap looptype=zisofs loop=/zisofs cdroot
Which means I don't think it's sending information out to the serial port after that. I've fiddled with it, and I can't seem to get past there. From what I can see the machine seems to be running fine. What am I doing wrong here? _________________ "If you give up freedom for justice, you deserve neither" -- Thomas Jefferson |
|
Back to top |
|
|
tcort Retired Dev
Joined: 10 Jul 2004 Posts: 17 Location: Gatineau, QC, Canada
|
Posted: Tue Jun 13, 2006 7:55 pm Post subject: |
|
|
Quote: | Which means I don't think it's sending information out to the serial port after that. I've fiddled with it, and I can't seem to get past there. From what I can see the machine seems to be running fine. What am I doing wrong here? |
Try typing in the whole kernel command line:
aboot> b /boot/gentoo console=ttyS0 initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc dokeymap looptype=zisofs loop=/zisofs cdroot
Booting my CS20...
Code: | !!
===========Hello World===========
Uncompressing main image...
done
Entering diags main kernel
initializing GCT/FRU at 1d4000
Testing the System
Testing the Memory
Testing ei* devices.
API CS20D 833 MHz Console A5.8-81, 08-MAY-2001 00:09:13
P00>>>show device
dqb0.0.1.16.0 DQB0 SAMSUNG CD-ROM SN-124 q008
eia0.0.0.3.1 EIA0 00-02-56-00-09-82
eib0.0.0.4.0 EIB0 00-02-56-00-09-81
pka0.7.0.3.0 PKA0 SCSI Bus ID 7
P00>>>boot dqb0 -flags x
(boot dqb0.0.1.16.0 -flags x)
block 0 of dqb0.0.1.16.0 is a valid boot block
reading 170 blocks from dqb0.0.1.16.0
bootstrap code read in
base = 200000, image_start = 0, image_bytes = 15400
initializing HWRPB at 2000
initializing page table at 3ff4c000
initializing machine state
setting affinity to the primary CPU
jumping to bootstrap code
aboot: Linux/Alpha SRM bootloader version 0.9bpre
aboot: switching to OSF/1 PALcode version 1.79
aboot: booting from device 'IDE 0 16 1 0 0 0 0'
aboot: no disklabel found.
iso: Max size:32848 Log zone size:2048
iso: First datazone:36 Root inode number 73728
aboot: could not find default config `x'
Welcome to aboot 0.9bpre
Commands:
h, ? Display this message
q Halt the system and return to SRM
p 1-8 Look in partition <num> for configuration/kernel
l List preconfigured kernels
d <dir> List directory <dir> in current filesystem
b <file> <args> Boot kernel in <file> (- for raw boot)
i <file> Use <file> as initial ramdisk
with arguments <args>
0-9 Boot preconfiguration 0-9 (list with 'l')
aboot> l
# Option 0, the default, boots /boot/alpha with the graphics console.
# Option 1 boots legacy, a kernel compiled with LEGACY_START_ADDR specified.
# This kernel is mainly for use with MILO, but should work on any system
# except the GS (Wildfire) series. Option 2 boots a kernel built
# specifically for the Jensen systems.
# If you want to use a console on a serial port, start aboot with "-flags x",
# then type l to list the kernel boot commands, and enter the one you want
# with the added option "console=ttyS#", where # is 0 or 1 for COM1 or COM2.
0:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc dokeymap looptype=zisofs loop=/zisofs cdroot
1:/boot/gentoo2.4 initrd=/boot/gentoo2.4.igz root=/dev/ram0 init=/linuxrc dokeymap looptype=zisofs loop=/zisofs cdroot
aboot> b /boot/gentoo console=ttyS0 initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc dokeymap looptype=zisofs loop=/zisofs cdroot
aboot: loading uncompressed /boot/gentoo...
aboot: loading compressed /boot/gentoo...
aboot: zero-filling 152912 bytes at 0xfffffc000082c280
aboot: loading initrd (2161967 bytes/2111 blocks) at 0xfffffc007fc66000
aboot: starting kernel /boot/gentoo with arguments console=ttyS0 root=/dev/ram0 init=/linuxrc dokeymap looptype=zisofs loop=/zisofs cdroot
Linux version 2.6.15.3 (root@gendcc06) (gcc version 3.3.2 20040119 (Gentoo Linux 3.3.2-r7, propolice-3.3-7)) #1 Tue Feb 14 18:41:00 UTC 2006
Booting GENERIC on Tsunami variation Clipper using machine vector Clipper from SRM
...
|
|
|
Back to top |
|
|
|
|
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
|
|