Hi,
I'm trying to duplicate a installer on a USB stick...
---------------------------------------------------------------------------------
Prior to FreeBSD 14.1
I have used this procedure in the past on older versions of FreeBSD without problems, for example to duplicate a MacOS installation media...
The da1 disk could be used to install the Operating System without problems...
---------------------------------------------------------------------------------
Now on FreeBSD 14.1
I try to do the same procedure to duplicate a installer on a USB stick with and it doesn't work
Does anyone know why the procedure no longer works?
Note:
In this case I'm testing by a FreeBSD installer, but the procedure should work the way it did with the MacOS installer.
Thanks for any advice or ideas!
I'm trying to duplicate a installer on a USB stick...
---------------------------------------------------------------------------------
Prior to FreeBSD 14.1
I have used this procedure in the past on older versions of FreeBSD without problems, for example to duplicate a MacOS installation media...
# gpart show da0
Code:
=> 63 60604353 da0 MBR (29G)
63 109761 - free - (54M)
109824 60494592 1 apple-hfs [active] (29G)
# gpart show da1
Code:
gpart: No such geom: da1.
# gpart backup da0 | gpart restore -F da1
# gpart show da1
Code:
=> 63 60604353 da1 MBR (29G)
63 109761 - free - (54M)
109824 60494592 1 apple-hfs [active] (29G)
# dd if=/dev/da0 of=/dev/da1 bs=64K conv=noerror,sync status=progress
Code:
226492416 bytes (226 MB, 216 MiB) transferred 17.254s, 13 MB/s
[...]
148607+0 records in
148607+0 records out
9739108352 bytes transferred in 917.596735 secs (10613713 bytes/sec)
dd: /dev/da0: Device not configured
[...]
308554+0 records in
308554+0 records out
20221394944 bytes transferred in 1833.343824 secs (11029789 bytes/sec)
The da1 disk could be used to install the Operating System without problems...
---------------------------------------------------------------------------------
Now on FreeBSD 14.1
# freebsd-version
Code:
14.1-RELEASE-p3
I try to do the same procedure to duplicate a installer on a USB stick with and it doesn't work
# gpart show da0
Code:
=> 1 30297215 da0 MBR (14G)
1 66584 1 efi (33M)
66585 2668176 2 freebsd [active] (1.3G)
2734761 27562455 - free - (13G)
# gpart show da1
Code:
gpart: No such geom: da1.
# gpart backup da0 | gpart restore -F da1
Code:
gpart: start '1': Invalid argument
Does anyone know why the procedure no longer works?
Note:
In this case I'm testing by a FreeBSD installer, but the procedure should work the way it did with the MacOS installer.
Thanks for any advice or ideas!