depenguin-me / depenguin-run

Installer script for mfsBSD image to install FreeBSD 14.0 with zfs-on-root using qemu
MIT License
17 stars 7 forks source link

Test request: Hetzner ipv6 only instance #10

Closed bretton closed 2 years ago

bretton commented 2 years ago

It's not known how the script works with ipv6-only instances. ipv4 addresses are an addon now.

There is a corresponding issue here https://github.com/depenguin-me/depenguin-builder/issues/2

grembo commented 2 years ago

@bretton Step 1: Make depenguin.me available over IPv6 :)

bretton commented 2 years ago

@bretton Step 1: Make depenguin.me available over IPv6 :)

doh! should be fixed

grembo commented 2 years ago

@bretton With the latest changes, I managed to do a full IPv6 only install now.

Server type: AX51-NVMe

This is how the procedure worked (there were a few bumps in the road):

Setup Procedure

Gotchas

Screenshots

bsdinstall ZFS settings

Screen Shot 2022-08-24 at 10 36 18

For most applications it might make more sense to select GPT (BIOS) - i.e., no UEFI - as the partition scheme in bsdinstall.

Correct UEFI BIOS Boot Order

This will allow to keep using the rescue system, which relies on PXE-boot:

Screen Shot 2022-08-24 at 17 29 34
bretton commented 2 years ago

thanks @grembo

is the scripted bsdinstall outlined at https://depenguin.me/bsdinstall.html not sufficient?

adapts https://github.com/depenguin-me/depenguin-builder/blob/main/customfiles/INSTALLERCONFIG.sample to variables

necessary updates can be added there

grembo commented 2 years ago

thanks @grembo

is the scripted bsdinstall outlined at https://depenguin.me/bsdinstall.html not sufficient?

adapts https://github.com/depenguin-me/depenguin-builder/blob/main/customfiles/INSTALLERCONFIG.sample to variables

necessary updates can be added there

I didn't test the scripted one, as I was following "my" standard setup, sorry. But I would probably not include IP setup that way and the remarks regarding GPT+UEFI still apply :)

bretton commented 2 years ago

I'll close this as successful test

grembo commented 1 year ago

NOTE: Since FreeBSD 13.2, the correct gpt label is used in /etc/fstab, so commenting out is not mandatory anymore.