Interruption PXE boot of MicroOS

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

You do not explain where your initrd comes from, so it is rather difficult to guess.

can you descript it more ?

I used the inird files come part of the ISO(openSUSE-MicroOS.x86_64-ContainerHost-SelfInstall.iso),

I am trying to perform a PXE base OS installation of MicroOS. As part of the PXE based installation steps the client system boot based on PXE boot grub menu. Where I wanted to interrupt the and get into shell, and format the disks create partition and proceed with the OS installation…