Create kFreeBSD USB-Stick

Create kFreeBSD USB-Stick

Logo of the Debian GNU/kFreeBSD project Credit: Debian/Open Use Logo Licence.

Today i’m gonna explain you how to Create kFreeBSD USB-Stick

As you already might realized creating USB-Boot Stick for kFreeBSD could drive you nuts,
because there is none hdd-image yet to handle that.

Prerequisites: Network Internet Connection

I’ve found a nice solutions for that without setting up an PXE-GRUB LAN Boot System but using the PXE ISO Image from Debian Mirror.

 

All you have to is downloading the latest mini.iso from any mirror out of the of your choice. For my example: http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/netboot-9/mini.iso and put it on your empty USB-Stick.

Write the iso Image to your USB-Stick

For Example on Linux:

dd if=/path/to/your/mini.iso of=/dev/XXXX ; sync

XXXX = your USB Drive Name

Remove and reinsert your USB-Stick.

That’s it.

 

debiandebian kfreebsd usbstickkfreebsd usb boot
Comments ( 12 )
Add Comment
  • eddie

    Does not work

    No votes yet.
    • Jules

      Hi Eddie,

      can you explain this a little bit more. What have you tried to do and what exactly does not work. Not booting the USB Stick, Installer fails?

      No votes yet.
  • qwe

    It gives kernel panic when I try to boot from USB.

    No votes yet.
    • Jules

      Hi Qwe,

      can you tell me what kernel panic error message you get?
      Have you tried to boot the USB-Stick via UEFI or old MBR method?

      No votes yet.
      • qwe

        It wasn’t kernel panic, the error is “Fatal trap 12: Page fault within kernel mode”, then it reboots. This is after choosing the installation method.

        I guess I’m booting from MBR, sinse I’ve never heard of UEFI and this machine is rather old (~6 years old).

        No votes yet.
        • Jules

          Try enabling IO APIC in your motherboard BIOS and play with your acpi settings there.
          There is also an Acpi disable feature when you boot up the stick which is worth a try.
          There seems to be an adress conflict between your mainboard and kernel drivers.

          No votes yet.
          • qwe

            Thanks!
            Enabling “ACPI APIC support” in BIOS solved it.

            No votes yet.
          • Jules

            Hi Qwe,

            good to hear that 😉

            No votes yet.
    • Jules

      What?

      English please!

      No votes yet.
  • Gonzalo

    sorry I forgot that this is in english, that doesn’t work and my Bios does not let me config ACPI and unetbooting doesn’t work too

    No votes yet.
    • Jules

      Have you tried booting at the kernel prompt with:
      set hint.apic.0.disabled=”1″
      boot
      or
      set hint.acpi.0.disabled=”1″
      boot

      No votes yet.