On 15/04/2021 16:20, John Paul Adrian Glaubitz wrote:
On Apr 15, 2021, at 5:14 PM, David VANTYGHEM <david.vantyg...@infolib.re> wrote:
I installed this new version in AQEMU. Now, the installation works well until the
end. But after the first reboot, Debian doesn't start :
https://cryptpad.fr/file/#/2/file/jSGurNmToWjl+NXFOqSPkCcw/
That’s because your emulator doesn’t support NVRAM emulation. You have to boot from
harddisk manually.
Try:
boot hd:2,\\System\Library\CoreServices\BootX
Ah I don't think this will work: the \\ (double backslash) is used as part of the
\\:tbxi escape sequence, and not to specify the root path. It should be something
like this:
boot hd:2,\System\Library\CoreServices\BootX
ATB,
Mark.