@george1421 Which forum in your opinion would be most related to this issue (e. g. HP, Manjaro, (i)PXE, the Linux kernel)? I also tried another machine with the same monitor and the problem didn’t show up, btw.
@Sebastian-Roth Right, I was booting an *.iso
image of MS Win 10.
I was trying out vga=785
and acpi=off
/noacpi
after “raw” and at the end of the line(s) containing “sanboot” in my FOG Configuration > iPXE General Configuration > Advanced Menu settings > Advanced menu command
, but the following is the version used when I took the above image.
#!ipxe
menu
item --gap – ---------------- iPXE boot menu ----------------
item W10LTSC1909 Windows 10 LTSC 1909
item manjaro-xfce Manjaro GNU/Linux (Xfce) 20.0.1
item SHELL iPXE Shell
item RETURN Return to previous menu
choose --default RETURN --timeout 10000 target && goto ${target}
:W10LTSC1909
sanboot http://${fog-ip}/w10/Win10_Ent_LTSC_2019-x64-de.iso
chain memdisk iso raw || goto MENU
:manjaro-xfce sanboot http://${fog-ip}/isos/manjaro-xfce-20.0.1-200511-linux56.iso
chain memdisk iso raw || goto MENU
:SHELL
shell ||
goto MENU
:RETURN
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
autoboot```
In case it helps, I’m “running the latest dev-branch version: 1.5.9-RC2.9”.
I also “freshly downloaded” (again, just to be sure everything is as expected) the Manjaro iso to a separate computer and burnt it onto a USB stick, from which I booted the client PC, which worked fine.
Booting the same image from FOG works to the point of selecting the language and so on on the “Welcome to Manjaro” greeter screen, so I hit “return”.
After some seconds of a black screen, the initially posted text of the interactive prompt appears.
Choosing then my locale’s keymap and language, nonfree drivers and replacing “quiet” with “verbose” in the boot params after the greeter screen appeared gives me the following.
[ 0.431132] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [CAP1] at bit o
ffset/length 64/32 exceeds size of target Buffer (64 bits) (20200110/dsopcode-19
8)
[ 0.431147] ACPI Error: Aborting method \_SB._OSC due to previous error (AE_A
ML_BUFFER_LIMIT) (20200110/psparse-529)
:: running early hook [udev]
Starting version 245.5-2-manjaro
:: running early hook [miso_pxe_nbd]
:: running hook [udev]
:: Triggering uevents...
:: running hook [miso]
:: running hook [miso_loop_mnt]
:: running hook [miso_pxe_common]
:: running hook [miso_pxe_http]
:: running hook [miso_pxe_nbd]
:: running hook [miso_pxe_nfs]
:: running hook [keymap]
:: Loading keypam...done.
:: Mounting '/dev/disk/by-label/MANJARO_XFCE_2001' to '/run/miso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/MANJARO_XFCE_2001 ...
ERROR: '/dev/disk/by-label/MANJARO_XFCE_2001' device did not show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty: job control turned off
[rootfs ]# _