Giter VIP home page Giter VIP logo

Comments (6)

DaElf avatar DaElf commented on August 20, 2024

Not sure what your pxe entry looks like so hard to say.

These are some helper rules to help create pxe entries.

https://github.com/DaElf/mfsbsd/blob/isilon-master/pxe.isi.mk

from mfsbsd.

knalb avatar knalb commented on August 20, 2024

I've tried raw, bigraw, etc. I should have included this originally, but here's an example of what I have in a prod pxe menu:

LABEL BSD_INSTALLER
        MENU LABEL BSD_INSTALLER
        KERNEL memdisk
        APPEND initrd=DIRECTORY/bsd_installer.img bigraw

This is handed out via dhcp/gPXE(yes, I know, old)/tftp config that hasn't changed in years. It seems to work great for the BSD labeled ones. Note that in this example I have no global append, so the one from this entry passes initrd as if it were an initrd entry(according to the syslinux docs).

from mfsbsd.

rubenk avatar rubenk commented on August 20, 2024

I'm not sure if this helps you, but I've been able to pxe-boot mfsbsd-10.3-RELEASE-amd64.img with iPXE, both with memdisk and with sanboot

Here's my iPXE menu:
memdisk:

:mfsbsd
echo Starting MFSBSD
kernel memdisk harddisk raw 
initrd http://fikkie.home.rubenkerkhof.com/mfsbsd-10.3-RELEASE-amd64.img
boot || goto failed

sanboot:

:mfsbsd
echo Starting MFSBSD
sanboot http://fikkie.home.rubenkerkhof.com/mfsbsd-10.3-RELEASE-amd64.img
boot || goto failed

It's hard to tell what your issue is without more details. What is the exact failure you are seeing?

from mfsbsd.

knalb avatar knalb commented on August 20, 2024

To be honest, it's been long enough that I don't remember where it was
failing exactly. I'm looking at rolling out iPXE to replace my aging gPXE
install everywhere in the next week or so, and I'll give it another shot.
Thanks!

On Fri, Jul 22, 2016 at 11:10 AM, Ruben Kerkhof [email protected]
wrote:

I'm not sure if this helps you, but I've been able to pxe-boot
mfsbsd-10.3-RELEASE-amd64.img with iPXE, both with memdisk and with sanboot

Here's my iPXE menu:
memdisk:

:mfsbsd
echo Starting MFSBSD
kernel memdisk harddisk raw
initrd http://fikkie.home.rubenkerkhof.com/mfsbsd-10.3-RELEASE-amd64.img
boot || goto failed

sanboot:

:mfsbsd
echo Starting MFSBSD
sanboot http://fikkie.home.rubenkerkhof.com/mfsbsd-10.3-RELEASE-amd64.img
boot || goto failed

It's hard to tell what your issue is without more details. What is the
exact failure you are seeing?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#69 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AGKPUjp0HSFBRGWwK17oYmspJei-3Eeaks5qYPl3gaJpZM4IOEnt
.

from mfsbsd.

knalb avatar knalb commented on August 20, 2024

BTW, I finally figured out what I was doing wrong. Somehow I failed to notice that while I had updated iPXE, I had missed the old syslinux binaries. Now that I'm not trying to use one from a decade ago, this works fine.

from mfsbsd.

bms avatar bms commented on August 20, 2024

When using mfsBSD with Cobbler, I use SYSLINUX's memdisk driver. Due to the HDD emulation this uses, this can be incompatible with some BIOSes. In particular, the version of SeaBIOS that ships with more recent QEMU/KVM needs to be downgraded. Some Dell systems are potentially affected, also.

from mfsbsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.