Powerpc systemsim-p8无法在ubuntu 64 16.04 LTS中引导Debian 64

时间:2018-09-25 20:51:42

标签: powerpc

我正在尝试在仿真中启动debian ppc power8(或7)。 我按照[1]中的说明进行操作。

我唯一要引导的是带有mambo内核的ram驱动器(initrd),但这是一个封闭的源代码。我不能做太多。 因此,现在我尝试使用[1]的debian映像磁盘从[2]引导Mambo内核(支持bigus磁盘)。

内核设法装入驱动器,但是我没有达到[3]中所述的登录名。

[1] https://www14.software.ibm.com/webapp/set2/sas/f/pwrfs/pwrfsinstall.html

[2] https://github.com/rpsene/linux.git

[3]

9415446: (688292884): [^[[32m  OK  ^[[0m] Reached target Local File Systems.
729612844: (688490282):          Starting LSB: Raise network interfaces....
730353740: (689231178):          Starting Trigger Flushing of Journal to Persistent Storage...
731308417: (690185857):          Starting Create Volatile Files and Directories...
736470477: (695348428): udev-finish (1378) used greatest stack depth: 10752 bytes left
753931943: (712810985): [^[[32m  OK  ^[[0m] Started Copy rules generated while the root was ro.
765419589: (724298838): [^[[32m  OK  ^[[0m] Started Trigger Flushing of Journal to Persistent Storage.
804041342: (762920770): [^[[32m  OK  ^[[0m] Started Create Volatile Files and Directories.
804330683: (763210111):          Starting Update UTMP about System Reboot/Shutdown...
815762188: (774642735): [^[[32m  OK  ^[[0m] Started Update UTMP about System Reboot/Shutdown.
817676182: (776556815): systemd-journald[1213]: Received request to flush runtime journal from PID 1
1076627432: (1035512412): [^[[32m  OK  ^[[0m] Started udev Coldplug all Devices.

2 个答案:

答案 0 :(得分:1)

您尝试过这个https://github.com/open-power-sdk/power-simulator吗?这是我去年上传的版本。 (欢迎提供错误报告)。

此外,您可以在https://minicloud.parqtec.unicamp.br/minicloud/上获得免费的Power VMs

I have got the simulator up and running: 
https://pastebin.com/ibGPeEFu

cloudusr@mambo:~$ ssh root@172.19.98.109
The authenticity of host '172.19.98.109 (172.19.98.109)' can't be established.
ECDSA key fingerprint is SHA256:x4/jPYq6SggOeSPOlQaxJlucih6elJLqog+i4P/euxY.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '172.19.98.109' (ECDSA) to the list of known hosts.
root@172.19.98.109's password:

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@debianle:~# cat /proc/cpuinfo
processor   : 0
cpu     : POWER9 (raw), altivec supported
clock       : 2000.000000MHz
revision    : 2.0 (pvr 004e 0200)

timebase    : 512000000
platform    : PowerNV
model       : Mambo,Simulated-System
machine     : PowerNV Mambo,Simulated-System
firmware    : OPAL

答案 1 :(得分:0)

我已经用ubuntu用户空间启动了许多次systemim。您可以在某个地方找到磁盘映像的副本吗? sim用户空间是LE还是BE?