Hi Team,
Using the PXE grub config I am trying to interrupt the OS installation process and land in shell prompt to perform some disk operations.
I tried using rd.break and init=/bin/bash option to intrrupt, but it is not working.
menuentry ‘initrd’{
linuxefi tftpboot/opensuse/boot/x86_64/loader/linux APPEND rd.kiwi.install.pxe rd.kiwi.install.image=tftp://192.68.32.7/tftpboot/opensuse/openSUSE-MicroOS.raw.squashfs rd.kiwi.oem.installdevice=/dev/sda rd.break
initrdefi tftpboot/opensuse/boot/x86_64/loader/initrd
}
Can some help to resolve this issue?
Regards
Naranthiran Duraisamy