fix: remove serial console from iPXE kernel args (may hang on SER9MAX)
ttyS0 console output on iPXE kernel line may cause kernel hang on hardware without physical serial port. Removed from both discover and install iPXE scripts. Serial console stays in bootloader config for the installed system only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -42,7 +42,7 @@ echo Collecting hardware info...
|
|||||||
echo =============================================
|
echo =============================================
|
||||||
echo
|
echo
|
||||||
|
|
||||||
kernel http://${params.serverIp}:${params.httpPort}/vmlinuz inst.ks=http://${params.serverIp}:${params.httpPort}/discover.ks inst.stage2=${params.fedoraMirror} inst.text console=ttyS0,115200n8 console=tty0 nomodeset
|
kernel http://${params.serverIp}:${params.httpPort}/vmlinuz inst.ks=http://${params.serverIp}:${params.httpPort}/discover.ks inst.stage2=${params.fedoraMirror} inst.text nomodeset
|
||||||
initrd http://${params.serverIp}:${params.httpPort}/initrd.img
|
initrd http://${params.serverIp}:${params.httpPort}/initrd.img
|
||||||
boot
|
boot
|
||||||
`;
|
`;
|
||||||
@@ -69,7 +69,7 @@ echo MAC: ${params.mac}
|
|||||||
echo =============================================
|
echo =============================================
|
||||||
echo
|
echo
|
||||||
|
|
||||||
kernel http://${params.serverIp}:${params.httpPort}/vmlinuz inst.ks=http://${params.serverIp}:${params.httpPort}/ks?mac=${params.mac} inst.repo=${params.fedoraMirror} inst.text console=ttyS0,115200n8 console=tty0 nomodeset
|
kernel http://${params.serverIp}:${params.httpPort}/vmlinuz inst.ks=http://${params.serverIp}:${params.httpPort}/ks?mac=${params.mac} inst.repo=${params.fedoraMirror} inst.text nomodeset
|
||||||
initrd http://${params.serverIp}:${params.httpPort}/initrd.img
|
initrd http://${params.serverIp}:${params.httpPort}/initrd.img
|
||||||
boot
|
boot
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user