[Oberon] Writing BootManager using dd.
peter at easthope.ca
peter at easthope.ca
Tue Jul 6 01:24:35 CEST 2021
Hi,
In ETH Oberon, BootManager can be written to a disk with these commands.
Partitions.WriteMBR dev#0 BootManagerMBR.Bin ~
Partitions.FileToPartition dev#0 BootManagerTail.Bin 1 12 ~
I think of this as equivalent in Linux.
dd if=~/BootManagerMBR.Bin of=/dev/sdx count=1
dd if=~/BootManagerTail.Bin of=/dev/sdx seek=1 count=12
Corrections? Tips?
Thx, ... P.L.
--
48.7693 N, 123.3053 W
tel: +1 604 670 0140
More information about the Oberon
mailing list