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:49] – 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** | + | **Create |
| - | < | + | < |
| + | $ VBoxManage | ||
| - | **Compact Disk Image** | + | $ VBoxManage createmedium disk --filename=/ |
| + | --variant=RawDisk --format=VMDK --property RawDrive=/ | ||
| + | </ | ||
| - | < | + | **Convert Image to Disk** |
| - | **Create | + | <code bash>$ VBoxManage convertfromraw -format VDI < |
| + | |||
| + | **Compact | ||
| - | < | + | < |
| ===== Dumping Ground ===== | ===== Dumping Ground ===== | ||
| Line 53: | 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.1737416979.txt.gz · Last modified: by azman
