mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

よーっし。だいぶ進んだよ。

1つ目のディスクにUbuntuが入ってるマシン(古いDell Precision、Nvidiaのグラボ)の2つ目のディスクにNetBSD 8.0 RC1を入れる。

BIOSからインストーラを起動する時にはDrop to boot promptして
> userconf disable nouveau
> boot
する。

インストーラから起動される/usr/sbin/installbootコマンドはOld BPB too bigで失敗するので-fオプションを追加して実行しておく。

今回はXを除いて全部いれた。

/boot.cfgの最後に下記の行を追加しておく:
userconf=disable nouveau

(続く)

(続き)

Ubuntuの/etc/grub.d/40_customに下記を追加してsudo update-grub2するとgtub経由でも起動できる。drivemapしないとError no sliceといわれて起動できない:
menuentry "NetBSD" {
insmod chain
set root=(hd1,msdos1)
drivemap -s hd0, hd1
chainloader +1
}

FQDNは/etc/rc.confに hostname=… として設定する。

デフォルトゲートウェイは/etc/rc.confに defaultroute=192.168.1.1 などと設定する。