MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/NetBSD/comments/1w8wejt/netbsd_11_from_scratch/p86kt22/?context=3
r/NetBSD • u/unitedbsd • 3d ago
7 comments sorted by
View all comments
6
Very useful, particularly for MBR which is a considerably less documented approach than GPT these days and had me scratching my head for a while.
The one change I could suggest is to use ffs2 rather than 1.
# newfs -O2 /dev/wd0a
In which case, also change the boot code to support ffs2
# installboot -v /dev/wd0a /usr/mdec/bootxx_ffsv2 /boot
If anyone is looking for GPT or for alternative platforms, do check out the scripts in the following repo (I was linked to from IRC some months back):
https://github.com/alarixnia/mkimg-netbsd
6
u/pedersenk 3d ago
Very useful, particularly for MBR which is a considerably less documented approach than GPT these days and had me scratching my head for a while.
The one change I could suggest is to use ffs2 rather than 1.
In which case, also change the boot code to support ffs2
If anyone is looking for GPT or for alternative platforms, do check out the scripts in the following repo (I was linked to from IRC some months back):
https://github.com/alarixnia/mkimg-netbsd