From: Paul W. M. <pau...@nt...> - 2002-10-13 15:56:40
|
Hello, I can't seem to get my System to boot into Apus, I run the command line the screen goes black and then just sits there doing nothing, I have waited upto 10mins to see if there was a delay before booting but still nothing, anyideas? My bootstrap line is:- BootStrap --apus -d -k "APUS Boot:apus/vmlinux" -r "APUS Boot:Apus/images-1.44/root.bin" nobats root=/dev/ram video=clgen:low -d debug=mem vmlinux is the latest linux.bin file from debian 3.0r0 the same for root.bin when I run dmesg afterwards the reply is Searching for SAVEKMSG magic... Not found I'm using the internal scsi on the A4000T. Regards, Paul -- Evaluating system... Central Processing Unit: MC68060 49.9 MHz (rev 1) 1 WarpUP Processor(s): PPC 604e 200 MHz (rev 2.4), 66 MHz busclock Floating Point Unit: 68060fpu 49.9 MHz Memory Management Unit: 68060mmu running Custom graphics chip: AGA Lisa 4203 (rev 0) Custom animation chip: AGA PAL Alice 8374 2M (rev 3-4) Other custom chip(s): Paula 8364 (rev 0), Ramsey (rev 15), Gary (rev 0) Graphics system: Picasso96 Graphics board(s): Picasso IV [Paloma Concierto] Soundcard(s): Concierto Hardware Clock: clock + battmem found, sunday 21-apr-2002 18:38:28 Max. Chipmem available: 2048 K Max. Fastmem available: 130048 K ROM chip version: 45.20 (Kickstart 3.9) Workbench version: 45.3 (Workbench 3.9) SetPatch version: 44.38 Expansion board(s): 5001/6: individual Computers/VMC HyperCOM Z4 (@$00E90000 64k) 4626/23: individual Computers X-Surf (@$00EA0000 64k) 2167/24: Village Tronic Picasso IV (@$40000000 32M) 8512/100: Phase 5 Digital Products CyberStorm PPC/MK III SCSI (@$00F01060 128k) Cyberstorm PPC serial #: DCC0270 Your computer is an Amiga 4000 Tower. |
From: Robert J. <rob...@st...> - 2002-10-13 16:03:52
|
On Sun, 13 Oct 2002, Paul W. Martin wrote: > My bootstrap line is:- > > BootStrap --apus -d -k "APUS Boot:apus/vmlinux" -r "APUS > Boot:Apus/images-1.44/root.bin" nobats root=/dev/ram video=clgen:low -d > debug=mem > > vmlinux is the latest linux.bin file from debian 3.0r0 the same for root.bin I have the same problem as you, and I'm using the same files (Debian woody). I get an error message that linux.bin is too big to uncompress, but I haven't had any time to test things out further. I know though that linux.bin is compressed with gzip. Maybe you can test uncompressing it and report if it works better :) /Robert Robert Johansson * gu...@ha... * +46 (0)7 39 8000 39 In pursuit of a M.Sc. in Computer Science |
From: Giorgio T. <de...@ip...> - 2002-10-14 17:39:49
|
Alle 18:03, domenica 13 ottobre 2002, Robert Johansson ha scritto: > I have the same problem as you, and I'm using the same files (Debian > woody). I get an error message that linux.bin is too big to uncompress, > but I haven't had any time to test things out further. I know though that > linux.bin is compressed with gzip. Maybe you can test uncompressing it and > report if it works better :) Yes you're true, there is a simple patch to bootstrap that i have done but not still submitted. This because bootstrap can only handle compressed kernels with no more than 2 Megs of dimension. I will submit this patch to CVS during this week! I think that for Paul there is also another thing to try: the idea is this: you may try is to substitute video=clgen:low with video=amifb:vga This because clgen driver has some programming problems and if the kernel is compiled with also the PCI option (i think it is so because PCI is used for CVisionPPC) a preprocessor #if cuts out all the Zorro driver's part. Time ago i promised to correct it. Because i have a Picasso 4 too. And i will, if i shall find the time... Regards, Giorgio Terzi |
From: Michel <mi...@da...> - 2002-10-14 20:38:05
|
On Mon, 2002-10-14 at 19:37, Giorgio Terzi wrote:=20 > Alle 18:03, domenica 13 ottobre 2002, Robert Johansson ha scritto: >=20 > > I have the same problem as you, and I'm using the same files (Debian > > woody). I get an error message that linux.bin is too big to uncompress, > > but I haven't had any time to test things out further. I know though th= at > > linux.bin is compressed with gzip. Maybe you can test uncompressing it = and > > report if it works better :) >=20 > Yes you're true, there is a simple patch to bootstrap that i have done bu= t =20 > not still submitted. This because bootstrap can only handle compressed=20 > kernels with no more than 2 Megs of dimension.=20 > I will submit this patch to CVS during this week! Yes, you committed it on May 21st 2001, and the 010623 boothack release has the fix. It's just that the boothack that comes with the boot-floppies is outdated. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Alan B. <al...@ms...> - 2002-10-15 18:23:12
|
hi, > woody). I get an error message that linux.bin is too big to uncompress, > but I haven't had any time to test things out further. I know though that > linux.bin is compressed with gzip. Maybe you can test uncompressing it and > report if it works better :) linux.bin is the root-disk, not the kernel....so you need to make sure you have 1) latest bootstrap from APUS site 2) latest kernel from APUS site then bootstrap --apus -k latestkernel -r linux.bin root=/dev/ram other_options_here alan |
From: Michel <mi...@da...> - 2002-10-15 22:52:56
|
On Die, 2002-10-15 at 20:22, Alan Buxey wrote: >=20 > > woody). I get an error message that linux.bin is too big to uncompress, > > but I haven't had any time to test things out further. I know though th= at > > linux.bin is compressed with gzip. Maybe you can test uncompressing it = and > > report if it works better :) >=20 > linux.bin is the root-disk, not the kernel.... That's just plain wrong. > so you need to make sure you have >=20 > 1) latest bootstrap from APUS site That's true. > 2) latest kernel from APUS site That's a good idea. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Alan B. <al...@ms...> - 2002-10-16 08:48:27
|
hi, > > linux.bin is the root-disk, not the kernel.... > > That's just plain wrong. sorry, saw the .bin part and got confused - of course its root.bin i was thinking of alan |
From: Giorgio T. <de...@ip...> - 2002-10-14 17:39:45
|
Alle 16:56, domenica 13 ottobre 2002, Paul W. Martin ha scritto: > Hello, > > I can't seem to get my System to boot into Apus, I run the command line the > screen goes black and then just sits there doing nothing, I have waited > upto 10mins to see if there was a delay before booting but still nothing, > anyideas? > My bootstrap line is:- > > BootStrap --apus -d -k "APUS Boot:apus/vmlinux" -r "APUS > Boot:Apus/images-1.44/root.bin" nobats root=/dev/ram video=clgen:low -d > debug=mem One idea is this: you may try is to substitute video=clgen:low with video=amifb:vga This because clgen driver has some programming problems and if the kernel is compiled with also the PCI option (i think it is so because PCI is used for CVisionPPC) a preprocessor #if cuts out all the Zorro driver's part. Time ago i promised to correct it. Because i have a Picasso 4 too. And i will, if i shall find the time... Regards, Giorgio Terzi |
From: Giorgio T. <de...@ip...> - 2002-10-14 17:39:46
|
Alle 16:56, domenica 13 ottobre 2002, Paul W. Martin ha scritto: > Hello, > > I can't seem to get my System to boot into Apus, I run the command line the > screen goes black and then just sits there doing nothing, I have waited > upto 10mins to see if there was a delay before booting but still nothing, > anyideas? > My bootstrap line is:- > > BootStrap --apus -d -k "APUS Boot:apus/vmlinux" -r "APUS > Boot:Apus/images-1.44/root.bin" nobats root=/dev/ram video=clgen:low -d > debug=mem One idea is this: you may try is to substitute video=clgen:low with video=amifb:vga This because clgen driver has some programming problems and if the kernel is compiled with also the PCI option (i think it is so because PCI is used for CVisionPPC) a preprocessor #if cuts out all the Zorro driver's part. Time ago i promised to correct it. Because i have a Picasso 4 too. And i will, if i shall find the time... Regards, Giorgio Terzi |