trying to boot openbsd image - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: trying to boot openbsd image (/showthread.php?tid=17585) |
trying to boot openbsd image - lakus - 2019-03-14 12:33 Hello, i try with ipxe(latest from git) to boot an openbsd6.4 image, from a Debian machine with tftpd and http server, the image, which usually i put on a usb pen drive and it boots successfull, but if i try the same image to boot from ipxe, openbsd stops with a kernel panic cause not found of the root device which is usally /dev/wd*. i tried many different configuration but none of them was able to successfull boot openbsd. in my real_boot_script.txt i have: Code: :openbsd_x64 the output from fdisk of the image: sudo fdisk -l openbsd-image.img Code: Disk openbsd-image.img: 244,5 MiB, 256376832 bytes, 500736 sectors please, can someone give me some advice what is wrong. Thanks RE: trying to boot openbsd image - NiKiZe - 2019-03-14 13:00 Does your kernel support finding memdisk initialized disks? You should probably read about memdisk in the faq: http://forum.ipxe.org/showthread.php?tid=5948 |