notes:vbox
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| notes:vbox [2021/07/20 23:14] – created - external edit 127.0.0.1 | notes:vbox [2025/01/21 07:55] (current) – [Dumping Ground] azman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== VirtualBox Stuff ====== | ====== VirtualBox Stuff ====== | ||
| + | |||
| + | ===== Disk Image Management ===== | ||
| + | |||
| + | **Create Disk Image** | ||
| + | |||
| + | <code bash> | ||
| + | $ VBoxManage createmedium disk --filename < | ||
| + | |||
| + | $ VBoxManage createmedium disk --filename=/ | ||
| + | --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 this here... from my blog... | Dumping this here... from my blog... | ||
| Line 37: | 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.1626794099.txt.gz · Last modified: by 127.0.0.1
