I am giving up on trying to figure it out myself and need your help. No matter what I try i am never successfull with iPXE install of the iso image.
We have company netboot.xyz running on our network and I am able to modify the menus and assets but I am not able to install/use suse manager
I've tried extracting the iso as assets and run these commands in ipxe with no luck
#kernel ${base}/vmlinuz initrd=initrd root=live:${base}/rootfs.squashfs rd.live.overlay.overlayfs=1 console=ttyS0,115200n8 elemental.registration.uri=${reg-url} elemental.install.device=/dev/sda elemental.install.reboot=true
#kernel ${base}/vmlinuz rd.neednet=1 ip=dhcp root=live:${base}/rootfs.squashfs console=tty1 console=ttyS0,115200n8 elemental.registration.url=${reg-url} rd.debug
#kernel ${base}/vmlinuz root=live:${base}/rootfs.squashfs rd.live.squashimg=rootfs.squashfs security=selinux enforcing=0 console=tty1 console=ttyS0,115200n8 elemental.registration.url=${reg-url} rd.debug
all of the kernel definitions ends up the same with rootfs not mounted
[ 2.339650][ T1] No filesystem could mount root, tried:
[ 2.339669][ T1]
[ 2.340220][ T1] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[ 2.340972][ T1] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.4.0-36-default #1 SLFO-1.0 2a857d2f95c11e4c287a650188843d436e61ce54
[ 2.341792][ T1] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org 04/01/2014
[ 2.342875][ T1] Call Trace:
[ 2.344617][ T1] <TASK>
[ 2.345486][ T1] dump_stack_lvl+0x5a/0x80
[ 2.346168][ T1] panic+0x10e/0x2c0
[ 2.346557][ T1] mount_root_generic+0x1d0/0x1f0
[ 2.346936][ T1] ? mount_root+0x147/0x190
[ 2.347277][ T1] prepare_namespace+0x1b3/0x200
[ Boot from local hdd
[ 2.347956][ T1] ? __pfx_kernel_init+0x10/0x10
[ 2.348223][ T1] kernel_init+0x1a/0x130
[ 2.348471][ T1] ret_from_fork+0x2c/0x50
[ 2.348812][ T1] </TASK>
any ideas?
I am giving up on trying to figure it out myself and need your help. No matter what I try i am never successfull with iPXE install of the iso image.
We have company netboot.xyz running on our network and I am able to modify the menus and assets but I am not able to install/use suse manager
I've tried extracting the iso as assets and run these commands in ipxe with no luck
all of the kernel definitions ends up the same with rootfs not mounted
any ideas?