Welcome, Guest. Please login or register.

Author Topic: [Howto] Installing a current release of Debian on Amiga  (Read 34178 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline ninevoltz

  • Newbie
  • *
  • Join Date: Jan 2014
  • Posts: 2
    • Show all replies
It appears that the OP's links are dead, look here instead. I've been trying to boot Linux for a couple of days now with no success. I have an A3000D with Cyberstorm MkII 68060-50, 128MB RAM on the Cyberstorm board, 16MB fast RAM, and 2MB chip RAM. I also have a 256MB ZorRAM board. I boot from a compact flash card in a SCSI card reader. Every time I boot Linux, I get a black screen and the serial port spits out ABCDGHIJK. I've tried amiboot 5.6 and 6.0, and kernel 2.4 and 3.2. I was able to boot Linux before I installed the Cyberstorm, on the A3000's 68030-25. It was hit or miss then too.

I see that the ABCDGHIJK output is generated in the kernel's head.S file. It appears to be getting as far as the call to start_kernel, then it freezes. Does anyone know what might cause this?

Code: [Select]
ABCDGHIJK
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-4-amiga (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14+m68k.2) ) #1 Debian 3.2.35-2
[    0.000000] Enabling workaround for errata I14
[    0.000000] console [debug0] enabled
[    0.000000] Amiga hardware found: [A3000] VIDEO BLITTER AMBER_FF AUDIO FLOPPY A3000_SCSI KEYBOARD MOUSE SERIAL PARALLEL A3000_CLK CHIP_RAM PAULA DENISE_HR AGNUS_HR_NTSC MAGIC_REKICK ZORRO3
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 00377d3c, node_mem_map 003f3000
[    0.000000]   DMA zone: 144 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 16240 pages, LIFO batch:3
[    0.000000] initrd: 03d379a7 - 04000000
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16240
[    0.000000] Kernel command line: root=/dev/ram fb=false video=retz3:640x480 console=ttyS0 -b debug=ser
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Memory: 57976k/57976k available (2740k kernel code, 4696k data, 124k init)
[    0.000000] NR_IRQS:32
« Last Edit: July 06, 2014, 02:59:00 AM by ninevoltz »