On 6/20/19 22:45, John Paul Adrian Glaubitz wrote:
Hi Frank!
On 6/20/19 9:04 PM, Frank Scheiner wrote:
Combining the information from [1] and [2] for my 11,2 type G5 the
following OF paths are returned:
```
root@powermac-g5:~# ofpathname /dev/sda2
/ht@0,f2000000/pci@9/k2-sata-root@c/scsi@0/sd@0,0:2
# The used `grub-ofpathname` has Mathieu's patches included
root@powermac-g5:~# grub-ofpathname /dev/sda2
/ht@0,f2000000/pci@9/k2-sata-root@c/@0:2
Can you please use an unpatched version of grub-ofpathname from GRUB
upstream (git version, please). Same for Yaboot and powerpc-utils.
And please use /dev/sda1, so we have something comparable.
Ok, here are the results, finally:
```
root@powermac-g5:~/git-projects/powerpc-utils/scripts# ./ofpathname
/dev/sda1
/ht@0,f2000000/pci@9/k2-sata-root@c/scsi@0/sd@0,0
root@powermac-g5:~/git-projects/yaboot/ybin# ./ofpath /dev/sda1
ofpath: /dev/sda: Device not configured
# With Debian version
root@powermac-g5:~# ofpath /dev/sda1
/ht@0,f2000000/pci@9/k2-sata-root@c/@0/@0:1
root@powermac-g5:~/git-projects/grub# ./grub-ofpathname /dev/sda1
/ht@0,f2000000/pci@9/k2-sata-root@c/disk@0:a
```
Sorry for the delay.
HTH,
Frank