This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:livenet:virtualization [2015/09/11 20:36] – scipio | projects:livenet:virtualization [2020/05/20 20:40] (current) – [Virtualbox] scipio | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Use SATA driver for storage (no virtio available) | * Use SATA driver for storage (no virtio available) | ||
| * Use host only network and assign static IP to guest | * Use host only network and assign static IP to guest | ||
| - | * Add printers with http://< | + | |
| + | | ||
| + | * [[http:// | ||
| | | ||
| Discover host printer name with lpstat -a | Discover host printer name with lpstat -a | ||
| + | |||
| + | Address to use from windows | ||
| + | < | ||
| + | http://< | ||
| + | </ | ||
| Line 17: | Line 24: | ||
| </ | </ | ||
| + | [[http:// | ||
| + | |||
| + | Minimize splash screen | ||
| + | < | ||
| + | VBoxManage modifyvm vm --bioslogodisplaytime 1 # 1ms is minimun | ||
| + | </ | ||
| + | |||
| + | Avoid shutdown dialog on ubuntu exit session | ||
| + | < | ||
| + | VBoxManage setextradata vm GUI/ | ||
| + | </ | ||
| ===== kvm ===== | ===== kvm ===== | ||
| Line 70: | Line 88: | ||
| Type=Application | Type=Application | ||
| </ | </ | ||
| + | |||
| + | ===== XP ===== | ||
| + | |||
| + | http:// | ||