notes:vbox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:vbox [2025/01/21 07:51] – [Disk Image] azman | notes:vbox [2025/01/21 07:55] (current) – [Dumping Ground] azman | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VirtualBox Stuff ====== | ====== VirtualBox Stuff ====== | ||
- | ===== Disk Image ===== | + | ===== Disk Image Management |
- | + | ||
- | **Convert Image to Disk** | + | |
- | + | ||
- | <code sh>$ VBoxManage convertfromraw -format VDI < | + | |
- | + | ||
- | **Compact Disk Image** | + | |
- | + | ||
- | <code sh>$ VBoxManage modifymedium --compact < | + | |
**Create Disk Image** | **Create Disk Image** | ||
- | < | + | < |
$ VBoxManage createmedium disk --filename < | $ VBoxManage createmedium disk --filename < | ||
Line 19: | Line 11: | ||
--variant=RawDisk --format=VMDK --property RawDrive=/ | --variant=RawDisk --format=VMDK --property RawDrive=/ | ||
</ | </ | ||
+ | |||
+ | **Convert Image to Disk** | ||
+ | |||
+ | <code bash>$ VBoxManage convertfromraw -format VDI < | ||
+ | |||
+ | **Compact Disk Image** | ||
+ | |||
+ | <code bash>$ VBoxManage modifymedium --compact < | ||
===== Dumping Ground ===== | ===== Dumping Ground ===== | ||
Line 58: | Line 58: | ||
That will start a text editor. Write exactly what we typed before to boot. Press < | That will start a text editor. Write exactly what we typed before to boot. Press < | ||
+ | </ | ||
+ | |||
+ | VirtualBox Serial Port< | ||
+ | We can actually use minicom to connect... | ||
+ | $ minicom -D unix\#/ | ||
+ | where /tmp/xxx is the host pipe 8-) | ||
</ | </ | ||
//more coming soon...// | //more coming soon...// | ||
notes/vbox.1737417103.txt.gz · Last modified: by azman