mirror of
https://git.checksum.fail/alec/bmik.git
synced 2025-12-11 13:39:59 +02:00
Update README.md
This commit is contained in:
@@ -12,6 +12,8 @@ The intended usage is to create a disk image that can be copied to a hard disk m
|
|||||||
|
|
||||||
- Create a raw disk image, at least large enough to hold 2*1G TempleOS RedSea partitions + partition table `qemu-img create -f raw disk_img.raw 4G`
|
- Create a raw disk image, at least large enough to hold 2*1G TempleOS RedSea partitions + partition table `qemu-img create -f raw disk_img.raw 4G`
|
||||||
|
|
||||||
|
- `qemu-system-x86_64 -drive format=raw,file=disk_img.raw -m 1024 -cdrom TempleOS.ISO -boot d`
|
||||||
|
|
||||||
- Run the VM install wizard, then re-run install wizard w/o VM option from each partition and choose RedSea format for each install
|
- Run the VM install wizard, then re-run install wizard w/o VM option from each partition and choose RedSea format for each install
|
||||||
|
|
||||||
OR
|
OR
|
||||||
@@ -36,4 +38,4 @@ FINALLY, for each partition:
|
|||||||
|
|
||||||
# Done
|
# Done
|
||||||
|
|
||||||
`dd` the resulting `disk_img.raw` to your target HDD, and you now have a TempleOS RedSea installation with 2 partitions, bootable on bare-metal and QEMU.
|
`dd` the resulting `disk_img.raw` to your target HDD, and you now have a TempleOS RedSea installation with 2 partitions, bootable on bare-metal and QEMU.
|
||||||
|
|||||||
Reference in New Issue
Block a user