Date: Sat, 1 Dec 2018 19:46:19 +0300 From: Lev Serebryakov <lev@FreeBSD.org> To: "Ronald Klop" <ronald-lists@klop.ws>, freebsd-current@freebsd.org Subject: Re: gpart: param 'skip_dsn': Invalid argument (13-CURRENT/amd64) Message-ID: <381413406.20181201194619@serebryakov.spb.ru> In-Reply-To: <op.ztcotvq4kndu52@sjakie> References: <op.ztcotvq4kndu52@sjakie>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Ronald, Saturday, December 1, 2018, 6:47:45 PM, you wrote: > I got this response after gpart bootcode. > Should I be worried? > [AFTER make installkernel && make installworld] > -------------------------------------------------------------- >>>> Installing everything completed on Sat Dec 1 15:43:19 CET 2018 > -------------------------------------------------------------- > [root@sjakie /data/src/freebsd-current]# gpart bootcode -b /boot/pmbr -p > /boot/gptzfsboot -i 1 ada0 > partcode written to ada0p1 > gpart: param 'skip_dsn': Invalid argument You need new geom_part.ko or old userland part. There was change which make new gpart userland utility incompatible with old kernel module. It is why source upgrade procedure "officialy" requires reboot after install kernel and before installworld. You could repeat re-installation of "gpart bootkode -b /boot/pmbr" after reboot. Now your bootcode (pmbr) has not been upgraded. I don't think it will cause a problem, as last changes to it was made long time ago :-) -- Best regards, Lev mailto:lev@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?381413406.20181201194619>