Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky
Could someone also test Firefox 51.0.1-1? My gdb closes after the command 'run'.

-- Christian

Sent from my iPhone

> On 7 Feb 2017, at 00:09, Christian Zigotzky  wrote:
> 
> Unfortunately, gdb has closed after the command 'run'. It's not possible to 
> get a backtrace.
> 
>> On 07 February 2017 at 12:04 AM, John Paul Adrian Glaubitz wrote:
>>> On 02/07/2017 12:02 AM, Christian Zigotzky wrote:
>>> (gdb) run
>>> 
>>> Starting program: /usr/lib/firefox/./firefox
>>> warning: Could not load shared library symbols for linux-vdso32.so.1.
>>> Do you need "set solib-search-path" or "set sysroot"?
>>> [Thread debugging using libthread_db enabled]
>>> Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
>>> Dwarf Error: wrong version in compilation unit header (is 7, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/18/ea31ffd1c49eaf7be933acec89325cb9e187bf.debug]
>>> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/26/a1e97b21731a564ed396149593f4084391a20c.debug]
>>> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/7a/f876d1dcfc23d59299dd09539d4dba3a2ec5ce.debug]
>>> Dwarf Error: bad offset (0x3e83) in compilation unit header (offset 0x0 
>>> + 6) [in module
>>> /usr/lib/debug/.build-id/7c/05723a7ada75d51fd4a85a036351a976ed9a68.debug]
>>> Segmentation fault
>> And what's the backtrace?
>> 
> 



Re: yaboot problem? OS won't load after install on a Power Mac G5

2017-02-06 Thread herminio . hernandezjr
Do you have /boot as a separate ext2 partition? In version 1.17 of
yaboot the kernel will not load unless this is set up.
Herminio
On Mon, 2017-02-06 at 21:06 +0100, John Paul Adrian Glaubitz wrote:
> On 02/06/2017 08:30 PM, ilko Iliev wrote:
> > install the system hangs in a perpetual "Loading second stage
> > bootstrap..."
> 
> It might actually not hanging but there is just no video. I suggest
> hooking
> up a serial console and trying to boot the kernel with
> console=ttyS0,115200,8n1.
> 
> Adrian
> 

signature.asc
Description: This is a digitally signed message part


Re: yaboot problem? OS won't load after install on a Power Mac G5

2017-02-06 Thread Christoph Biedl
ilko Iliev wrote...

> image  =  /boot/  vmlinux
(...)
>  initrd  =  /boot/  initrd  .  img

Do these files actually exist? When setting up two installations during
the weekend, they were missing. This ought to be a bug in yaboot but I
didn't get around to debug this.

So either: Remove the "/boot" part and re-run ybin, or create according
links in /boot/ that point to vmlinux-, same for initrd.

The first is robust, the second easier to test.

Christoph


signature.asc
Description: Digital signature


Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/07/2017 06:16 AM, Herminio Hernandez Jr.  wrote:
> Isn't there a logging feature that will capture it?

You don't get the backtrace from these logs. You need gdb for that.

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Herminio Hernandez Jr.
Isn't there a logging feature that will capture it?

Sent from my iPhone

> On Feb 6, 2017, at 4:09 PM, Christian Zigotzky  wrote:
> 
> Unfortunately, gdb has closed after the command 'run'. It's not possible to 
> get a backtrace.
> 
>> On 07 February 2017 at 12:04 AM, John Paul Adrian Glaubitz wrote:
>>> On 02/07/2017 12:02 AM, Christian Zigotzky wrote:
>>> (gdb) run
>>> 
>>> Starting program: /usr/lib/firefox/./firefox
>>> warning: Could not load shared library symbols for linux-vdso32.so.1.
>>> Do you need "set solib-search-path" or "set sysroot"?
>>> [Thread debugging using libthread_db enabled]
>>> Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
>>> Dwarf Error: wrong version in compilation unit header (is 7, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/18/ea31ffd1c49eaf7be933acec89325cb9e187bf.debug]
>>> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/26/a1e97b21731a564ed396149593f4084391a20c.debug]
>>> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 
>>> 3, or 4) [in module
>>> /usr/lib/debug/.build-id/7a/f876d1dcfc23d59299dd09539d4dba3a2ec5ce.debug]
>>> Dwarf Error: bad offset (0x3e83) in compilation unit header (offset 0x0 
>>> + 6) [in module
>>> /usr/lib/debug/.build-id/7c/05723a7ada75d51fd4a85a036351a976ed9a68.debug]
>>> Segmentation fault
>> And what's the backtrace?
>> 
> 



Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky
Unfortunately, gdb has closed after the command 'run'. It's not possible 
to get a backtrace.


On 07 February 2017 at 12:04 AM, John Paul Adrian Glaubitz wrote:

On 02/07/2017 12:02 AM, Christian Zigotzky wrote:

(gdb) run

Starting program: /usr/lib/firefox/./firefox
warning: Could not load shared library symbols for linux-vdso32.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
Dwarf Error: wrong version in compilation unit header (is 7, should be 2, 3, or 
4) [in module
/usr/lib/debug/.build-id/18/ea31ffd1c49eaf7be933acec89325cb9e187bf.debug]
Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 
4) [in module
/usr/lib/debug/.build-id/26/a1e97b21731a564ed396149593f4084391a20c.debug]
Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, or 
4) [in module
/usr/lib/debug/.build-id/7a/f876d1dcfc23d59299dd09539d4dba3a2ec5ce.debug]
Dwarf Error: bad offset (0x3e83) in compilation unit header (offset 0x0 + 
6) [in module
/usr/lib/debug/.build-id/7c/05723a7ada75d51fd4a85a036351a976ed9a68.debug]
Segmentation fault

And what's the backtrace?





Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky

Hi Adrian,

apt-get install -t experimental firefox-dbgsym

Preparing to unpack .../firefox-dbgsym_51.0.1-1_powerpc.deb ...
Unpacking firefox-dbgsym (51.0.1-1) ...
Setting up firefox-dbgsym (51.0.1-1) ...

apt-get install -t experimental firefox-dev-dbgsym

Setting up firefox-dev (51.0.1-1) ...
Setting up firefox-dev-dbgsym (51.0.1-1) ...

It's working.

gdb ./firefox

GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "powerpc-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/lib/firefox/firefox...Reading symbols from 
/usr/lib/debug/.build-id/a6/81b7e65ae15687f43f84f7c55dfc4626f13bda.debug...Dwarf 
Error: wrong version in compilation unit header (is 6, should be 2, 3, 
or 4) [in module 
/usr/lib/debug/.build-id/a6/81b7e65ae15687f43f84f7c55dfc4626f13bda.debug]

(no debugging symbols found)...done.
(no debugging symbols found)...done.

(gdb) run

Starting program: /usr/lib/firefox/./firefox
warning: Could not load shared library symbols for linux-vdso32.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
Dwarf Error: wrong version in compilation unit header (is 7, should be 
2, 3, or 4) [in module 
/usr/lib/debug/.build-id/18/ea31ffd1c49eaf7be933acec89325cb9e187bf.debug]
Dwarf Error: wrong version in compilation unit header (is 0, should be 
2, 3, or 4) [in module 
/usr/lib/debug/.build-id/26/a1e97b21731a564ed396149593f4084391a20c.debug]
Dwarf Error: wrong version in compilation unit header (is 0, should be 
2, 3, or 4) [in module 
/usr/lib/debug/.build-id/7a/f876d1dcfc23d59299dd09539d4dba3a2ec5ce.debug]
Dwarf Error: bad offset (0x3e83) in compilation unit header (offset 
0x0 + 6) [in module 
/usr/lib/debug/.build-id/7c/05723a7ada75d51fd4a85a036351a976ed9a68.debug]

Segmentation fault

Cheers,
Christian

On 06 February 2017 at 11:42 PM, John Paul Adrian Glaubitz wrote:

On 02/06/2017 11:36 PM, Christian Zigotzky wrote:

Which package should I install?

firefox-dbgsym should be enough. If not, installing the other
package as well shouldn't hurt either.





Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/07/2017 12:02 AM, Christian Zigotzky wrote:
> (gdb) run
> 
> Starting program: /usr/lib/firefox/./firefox
> warning: Could not load shared library symbols for linux-vdso32.so.1.
> Do you need "set solib-search-path" or "set sysroot"?
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
> Dwarf Error: wrong version in compilation unit header (is 7, should be 2, 3, 
> or 4) [in module
> /usr/lib/debug/.build-id/18/ea31ffd1c49eaf7be933acec89325cb9e187bf.debug]
> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, 
> or 4) [in module
> /usr/lib/debug/.build-id/26/a1e97b21731a564ed396149593f4084391a20c.debug]
> Dwarf Error: wrong version in compilation unit header (is 0, should be 2, 3, 
> or 4) [in module
> /usr/lib/debug/.build-id/7a/f876d1dcfc23d59299dd09539d4dba3a2ec5ce.debug]
> Dwarf Error: bad offset (0x3e83) in compilation unit header (offset 0x0 + 
> 6) [in module
> /usr/lib/debug/.build-id/7c/05723a7ada75d51fd4a85a036351a976ed9a68.debug]
> Segmentation fault

And what's the backtrace?

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/06/2017 11:36 PM, Christian Zigotzky wrote:
> Which package should I install?

firefox-dbgsym should be enough. If not, installing the other
package as well shouldn't hurt either.

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/06/2017 11:30 PM, John Paul Adrian Glaubitz wrote:
> Debug packages are delivered through different mirrors these days.
> 
> Try this: https://wiki.debian.org/AutomaticDebugPackages

Note: The name of the debug package changes to "firefox-dbgsym".

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky

Adrian,

Thanks for your hint.

apt-get install -t experimental firefox-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firefox-dbg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  firefox-dev-dbgsym firefox-dbgsym

---

Which package should I install?

Cheers,
Christian

On 06 February 2017 at 11:30 PM, John Paul Adrian Glaubitz wrote:

On 02/06/2017 11:28 PM, Christian Zigotzky wrote:

There isn't a firefox-dbg package available.

Debug packages are delivered through different mirrors these days.

Try this: https://wiki.debian.org/AutomaticDebugPackages





Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/06/2017 11:28 PM, Christian Zigotzky wrote:
> There isn't a firefox-dbg package available.

Debug packages are delivered through different mirrors these days.

Try this: https://wiki.debian.org/AutomaticDebugPackages

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky

There isn't a firefox-dbg package available.

My sources.list (/etc/apt/sources.list):

deb http://ftp.us.debian.org/debian experimental main
deb http://ftp.de.debian.org/debian/ unstable main contrib non-free

Christian

On 06 February 2017 at 11:02 PM, John Paul Adrian Glaubitz wrote:

On 02/06/2017 10:39 PM, Christian Zigotzky wrote:

bt

#0  0x1b1f5484 in ?? () from /usr/lib/firefox/libxul.so
#1  0x1b1f5448 in ?? () from /usr/lib/firefox/libxul.so
#2  0x in ?? ()

A backtrace without the Firefox debug package (firefox-dbg) isn't particularly
useful. You might want to do that first, then try again with gdb.

Adrian





Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky

Hi Adrian,

Thanks for the hint. I am still learning. :-)

Cheers,
Christian

On 02/06/17 at 11:02 PM, John Paul Adrian Glaubitz wrote:

On 02/06/2017 10:39 PM, Christian Zigotzky wrote:

bt

#0  0x1b1f5484 in ?? () from /usr/lib/firefox/libxul.so
#1  0x1b1f5448 in ?? () from /usr/lib/firefox/libxul.so
#2  0x in ?? ()

A backtrace without the Firefox debug package (firefox-dbg) isn't particularly
useful. You might want to do that first, then try again with gdb.

Adrian





Re: Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/06/2017 10:39 PM, Christian Zigotzky wrote:
> bt
> 
> #0  0x1b1f5484 in ?? () from /usr/lib/firefox/libxul.so
> #1  0x1b1f5448 in ?? () from /usr/lib/firefox/libxul.so
> #2  0x in ?? ()

A backtrace without the Firefox debug package (firefox-dbg) isn't particularly
useful. You might want to do that first, then try again with gdb.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Firefox 51.0.1-1 on Debian Sid/experimental PowerPC (PPC32): Segmentation fault

2017-02-06 Thread Christian Zigotzky

Hi All,

I installed Firefox 51.0.1-1 with 'apt-get install -t experimental 
firefox' on Debian Sid/experimental PowerPC (PPC32) today.


System: AmigaOne X1000 (Nemo board with P.A. Semi PA6T-1682M CPU)

Unfortunately it doesn't start.

Error messages:

Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=7.9707) |[16][GFX1]: Unknown image format 0 (t=8.05967) 
|[17][GFX1]: Unknown image format 0 (t=8.06025) |[18][GFX1]: Unknown 
image format 0 (t=8.06058) |[4][GFX1]: Unknown image format 0 
(t=8.00356) |[5][GFX1]: Unknown image format 0 (t=8.00627) |[6][GFX1]: 
Unknown image format 0 (t=8.00842) |[7][GFX1]: Unknown image format 0 
(t=8.01168) |[8][GFX1]: Unknown image format 0 (t=8.01233) |[9][GFX1]: 
Unknown image format 0 (t=8.01551) |[10][GFX1]: Unknown image format 0 
(t=8.01872) |[11][GFX1]: Unknown image format 0 (t=8.02126) |[12][GFX1]: 
Unknown image format 0 (t=8.02159) |[13][GFX1]: Unknown image format 1 
(t=8.05182) |[14][GFX1]: Unknown image format 0 (t=8.05589) |[15][GFX1]: 
Unknown image format 0 (t=8.05829) [GFX1]: Unknown image format 0

Segmentation fault

gdb /usr/lib/firefox/firefox

(gdb) run

Starting program: /usr/lib/firefox/firefox
warning: Could not load shared library symbols for linux-vdso32.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
[New Thread 0xf7cff460 (LWP 4770)]
[New Thread 0xf5f3a460 (LWP 4771)]
[Thread 0xf5f3a460 (LWP 4771) exited]
[New Thread 0xf5f3a460 (LWP 4772)]
[New Thread 0xf4b8f460 (LWP 4773)]
[New Thread 0xf41ff460 (LWP 4774)]
[New Thread 0xf39ff460 (LWP 4775)]
[New Thread 0xf31ff460 (LWP 4776)]
[New Thread 0xf29ff460 (LWP 4777)]
[New Thread 0xf21ff460 (LWP 4778)]
[New Thread 0xf19ff460 (LWP 4779)]
[New Thread 0xf0de9460 (LWP 4780)]
[New Thread 0xf05e9460 (LWP 4781)]
[New Thread 0xefde9460 (LWP 4782)]
[New Thread 0xef5e9460 (LWP 4783)]
[New Thread 0xeede9460 (LWP 4784)]
[New Thread 0xf438f460 (LWP 4785)]
[New Thread 0xee0ff460 (LWP 4786)]
[New Thread 0xed4ff460 (LWP 4787)]
[New Thread 0xec058460 (LWP 4788)]
[New Thread 0xeb858460 (LWP 4789)]
[New Thread 0xeacff460 (LWP 4790)]
[New Thread 0xea4ff460 (LWP 4791)]
[New Thread 0xe9cff460 (LWP 4792)]
[New Thread 0xe94ff460 (LWP 4793)]
[New Thread 0xe8cff460 (LWP 4794)]
[New Thread 0xdc1ff460 (LWP 4795)]
[New Thread 0xdb9ff460 (LWP 4796)]
[New Thread 0xdafff460 (LWP 4797)]
[New Thread 0xda7ff460 (LWP 4798)]
[New Thread 0xd9fff460 (LWP 4799)]
[New Thread 0xd97ff460 (LWP 4800)]
[Thread 0xdafff460 (LWP 4797) exited]
[Thread 0xda7ff460 (LWP 4798) exited]
[Thread 0xd9fff460 (LWP 4799) exited]
[New Thread 0xd8eff460 (LWP 4801)]
[Thread 0xd97ff460 (LWP 4800) exited]
[New Thread 0xd86ff460 (LWP 4802)]
[New Thread 0xd97ff460 (LWP 4803)]
[Thread 0xd97ff460 (LWP 4803) exited]
[New Thread 0xd97ff460 (LWP 4804)]
[New Thread 0xd9fff460 (LWP 4805)]
[New Thread 0xda7ff460 (LWP 4806)]
[Thread 0xeb858460 (LWP 4789) exited]
[Thread 0xd97ff460 (LWP 4804) exited]
[Thread 0xda7ff460 (LWP 4806) exited]
[New Thread 0xda7ff460 (LWP 4807)]
[Thread 0xd9fff460 (LWP 4805) exited]
[New Thread 0xd9fff460 (LWP 4808)]
[New Thread 0xd97ff460 (LWP 4809)]
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) [GFX1]: Unknown image format 1
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) [GFX1]: 
Unknown image format 0
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) |[2][GFX1]: 
Unknown image format 0 (t=9.95534) [GFX1]: Unknown image format 0
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) |[2][GFX1]: 
Unknown image format 0 (t=9.95534) |[3][GFX1]: Unknown image format 0 
(t=9.95551) [GFX1]: Unknown image format 0
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) |[2][GFX1]: 
Unknown image format 0 (t=9.95534) |[3][GFX1]: Unknown image format 0 
(t=9.95551) |[4][GFX1]: Unknown image format 0 (t=9.95569) [GFX1]: 
Unknown image format 0
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) |[2][GFX1]: 
Unknown image format 0 (t=9.95534) |[3][GFX1]: Unknown image format 0 
(t=9.95551) |[4][GFX1]: Unknown image format 0 (t=9.95569) |[5][GFX1]: 
Unknown image format 0 (t=9.95588) [GFX1]: Unknown image format 0
Crash Annotation GraphicsCriticalError: |[0][GFX1]: Unknown image format 
1 (t=9.90193) |[1][GFX1]: Unknown image format 0 (t=9.95512) |[2][GFX1]: 
Unknown image format 0 (t=9.95534) |[3][GFX1]: Unknown image format 0 
(t=9.95551) |[4][GFX1]: Unknown image format 0 (t=9.95569) |[5][GFX1]: 
Unknown image format 0 (t=9.95588) |[6][GFX1]: 

Re: yaboot problem? OS won't load after install on a Power Mac G5

2017-02-06 Thread John Paul Adrian Glaubitz
On 02/06/2017 08:30 PM, ilko Iliev wrote:
> install the system hangs in a perpetual "Loading second stage bootstrap..."

It might actually not hanging but there is just no video. I suggest hooking
up a serial console and trying to boot the kernel with console=ttyS0,115200,8n1.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



yaboot problem? OS won't load after install on a Power Mac G5

2017-02-06 Thread ilko Iliev
hello,

I tried several times installing Debian on a Power Mac G5 machine, each time I 
go through the install process without any issues, but once I reboot after the 
install the system hangs in a perpetual " Loading second stage bootstrap..."
I suspect it might be a yaboot issue, I mounted the HDD on another machine and 
here is the yaboot.conf:
___
   ## yaboot.conf generated by debian-installer  
  ##  
  ## run: "man yaboot.conf" for details. Do not make changes until you have!!  
  ## see also: /usr/share/doc/yaboot/examples for example configurations.  
  ##  
  ## For a dual-boot menu, add one or more of:  
  ## bsd=/dev/hdaX, macos=dev/hdaY, macosx=/dev/hdaZ  

boot  =  "/dev/disk/by-id/ata-TOSHIBA_MK3261GSYN_924UT7K7T-part2"  
device  =  /ht@0,f200/  pci@5  /  k2  -  sata  -  root@c  /  
@  /  @  0  
partition  =  3  
root  =  "UUID=4653ed6c-9e7b-470c-be87-9418095f8a84"  
timeout  =  50  
install  =  /usr/  lib  /  yaboot  /  yaboot
magicboot  =  /usr/  lib  /  yaboot  /  ofboot
enablecdboot

image  =  /boot/  vmlinux

 
 
 
 label  =  Linux  

 
 
 
 read  -  only

 
 
 
 initrd  =  /boot/  initrd  .  img


image  =  /boot/  vmlinux  .  old

 
 
 
 label  =  old

 
 
 
 read  -  only

 
 
 
 initrd  =  /boot/  initrd  .  img  .  old   
___

I've also tried replacing the values for the "  boot=..." and "root=..." 
parameters  with  boot=/dev/sda2  and  root=/dev/sda3 respectively but that 
didn't help. 

Any help will be appreciated!