В этом разделе описывается аппаратное обеспечение, для которого требуется настройка перед установкой Debian. Обычно, для этого производится проверка и возможно, изменение настроек BIOS или микропрограммы вашей системы. «BIOS» или «микропрограмма» — это программное обеспечение, используемое аппаратным обеспечением; данные компоненты почти всегда выполняются во время загрузки машины (после подачи питания).
На PowerPC системах обычно не нужно настраивать BIOS (который называется OpenFirmware). PReP и CHRP содержат OpenFirmware, но к несчастью, как в него войти зависит от производителя. Вам придётся поискать это в документации на железо, которая поставляется вместе с машиной.
На PowerPC Macintosh, OpenFirmware вызывается по нажатиям клавиш Command (клеверный лист/Apple)+Option+o+f во время загрузки. Обычно, надо нажимать после звукового сигнала, но точный момент зависит от модели. Подробней смотрите http://www.netbsd.org/Ports/macppc/faq.html.
Строка приглашения OpenFirmware выглядит так:
ok 0 >
Заметим, что в старых моделях PowerPC Mac, по умолчанию и иногда прошитое в I/O, взаимодействие с пользователем установлено по последовательному(модемному) порту. При вызове OpenFirmware на таких машинах, вы увидите просто чёрный экран. В этом случае, для взаимодействия с OpenFirmware вам потребуется подключить другую машину через модемный порт и запустить на ней программу терминала.
OpenFirmware на машинах OldWorld Beige G3 версий 2.0f1 и 2.4 не работает. Эти машины, по всей вероятности не смогут быть загружены с жёсткого диска, пока микропрограмма не будет исправлена. Заплатка для микропрограммы включена в утилиту System Disk 2.3.1 и доступна у Apple по адресу ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin. После распаковки и запуска утилиты в MacOS, выберите кнопку , чтобы установить заплатку микропрограммы в nvram.
This is an excerpt from IBM PowerKVM on IBM POWER8.
Open Power Abstraction Layer (OPAL) is the system firmware in the stack of POWER processor-based server.
There may be instances when the user might have to upgrade the Power Systems firmware to a more recent level to acquire new features or additional support for devices.
Make sure that the following requirements are met:
Их порядок в системе.
the .img file of the OPAL level that the user needs to update to;
the machine isn't under HMC control.
Power Systems has two sides of flash to boot firmware from, namely permanent and temporary. This provides a way to test firmware updates on the temporary side of the flash before committing the tested changes to the permanent side, thereby committing the new updates.
Perform the following steps for the update:
Save the level of the existing firmware before really updating. In ASM, in the system menu, click Service Aids ??? Service Processor Command Line, and run the following command:
cupdcmd -f
Download the .img file of the level of firmware to be updated to a location in the host filesystem. Refer to IBM Fix Central for downloading the image file.
Verify the image downloaded by running the following command and save the output.
$update_flash -v -f <file_name.img>
Update the firmware by running the following command.
$update_flash -f <file_name.img>
![]() |
Примечание |
---|---|
|
Verify the updated firmware level of the temporary side of the flash as in step 1.
In case the update has to be reverted, the user can do so by running this command:
$update_flash -r
Rejection would reject only the temporary side of the flash. Therefore, the new level should be committed to the permanent side only after thorough testing of the new firmware.
The new updated level can be committed to the permanent side of the flash by running the following command.
$update_flash -c
Slimline Open Firmware (SLOF) is an implementation of the IEEE 1275 standard. It can be used as partition firmware for pSeries machines running on QEMU or KVM.
The package qemu-slof is, in fact, a dependency of package qemu-system-ppc (which also provides the virtual package qemu-system-ppc64), and can be installed or updated via apt-get tool on Debian-based distros. Like so:
# apt-get install qemu-slof
SLOF can also be installed into rpm-based distribution systems, given the proper repository or rpm package. Additionally, the upstream source code is available at http://github.com/leilihh/SLOF.
Thus, one can use a different SLOF file rather than the default, when running qemu-system, by adding the command line argument -bios <slof_file>
when starting qemu.
Изображение на мониторе OldWorld Powermac. Некоторые OldWorld Powermac, особенно с драйвером дисплея «control», могут показывать некорректно цветовую палитру в Linux, если дисплей настроен на показ более 256 цветов. Если вы испытываете такие проблемы с дисплеем после перезагрузки (иногда на мониторе что-то видно, а иногда не видно вообще ничего) или, если экран становится чёрным после загрузки программы установки вместо отображения пользовательского интерфейса, попробуйте изменить настройки экрана в MacOS на использование 256 цветов вместо «тысяч» или «миллионов».