Thinking Out Loud

January 27, 2024

Remove All Vagrant Boxes

Filed under: Vagrant — mdinh @ 7:27 pm

I have been struggling with Vagrant Boxes for Microsoft Windows 11 Pro.

Destroy them all and start over again.

pegasus@Greek MINGW64 ~
$ vagrant box list | cut -f 1 -d ' ' | xargs -L 1 vagrant box remove -f
Removing box 'bento/ubuntu-18.04' (v202303.13.0) with provider 'virtualbox'...
Removing box 'bigdeal/mysql57' (v18.3.4) with provider 'virtualbox'...
Removing box 'centos/7' (v2004.01) with provider 'virtualbox'...
Removing box 'cosm/centos7_mysql5.6' (v5.6.51.20210213) with provider 'virtualbox'...
Removing box 'dtest/mysql-ce-5.6' (v0.1.0) with provider 'virtualbox'...
Removing box 'oraclebase/oracle-7' (v2023.10.18) with provider 'virtualbox'...
Removing box 'oraclelinux/7' (v7.9.517) with provider 'virtualbox'...
Removing box 'stevobengtson/vt-mysql-5.6' (v1.1) with provider 'virtualbox'...
Removing box 'thanh_lh/lam-php-5.3-mysql-5.6-centos-6.8-ecube-2-cfg' (v0.0.2) with provider 'virtualbox'...
Removing box 'ubuntu/trusty64' (v20190514.0.0) with provider 'virtualbox'...


pegasus@Greek MINGW64 ~
$ systeminfo
Host Name: GREEK
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/A Build 22631
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Owner: pegasus
Registered Organization: N/A
Product ID: 00330-54193-28148-AAOEM
Original Install Date: Fri/6/9/2023, 7:23:01 PM
System Boot Time: Tue/1/9/2024, 7:03:46 PM
System Manufacturer: Micro Computer(HK) Tech Limited
System Model: Neptune series(i9)
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 154 Stepping 3 GenuineIntel ~2500 Mhz
BIOS Version: American Megatrends International, LLC. 1.0B, Tue/2/21/2023
Windows Directory: C:\WINDOWS
System Directory: C:\WINDOWS\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Time Zone: (UTC-08:00) Pacific Time (US & Canada)
Total Physical Memory: 32,545 MB
Available Physical Memory: 19,213 MB
Virtual Memory: Max Size: 34,593 MB
Virtual Memory: Available: 19,965 MB
Virtual Memory: In Use: 14,628 MB
Page File Location(s): C:\pagefile.sys
Domain: WORKGROUP
Logon Server: \\GREEK
Hotfix(s): 4 Hotfix(s) Installed.
[01]: KB5033920
[02]: KB5027397
[03]: KB5034123
[04]: KB5032393
Network Card(s): 8 NIC(s) Installed.
[01]: Windscribe VPN
Connection Name: Local Area Connection
Status: Media disconnected
[02]: Windscribe Windtun420
Connection Name: Local Area Connection 2
Status: Media disconnected
[03]: Intel(R) Ethernet Controller (3) I225-V
Connection Name: Ethernet
DHCP Enabled: Yes
DHCP Server: 192.168.1.254
IP address(es)
[01]: 192.168.1.214
[02]: fe80::1a81:c46a:bf:55e5
[04]: Intel(R) Wi-Fi 6E AX210 160MHz
Connection Name: Wi-Fi
Status: Media disconnected
[05]: VirtualBox Host-Only Ethernet Adapter
Connection Name: Ethernet 2
DHCP Enabled: No
IP address(es)
[01]: 192.168.56.1
[02]: fe80::7fb6:5404:2b52:1346
[06]: VirtualBox Host-Only Ethernet Adapter
Connection Name: Ethernet 3
DHCP Enabled: No
IP address(es)
[01]: 192.168.100.1
[02]: fe80::f854:a563:d547:99f2
[07]: VirtualBox Host-Only Ethernet Adapter
Connection Name: Ethernet 4
DHCP Enabled: No
IP address(es)
[01]: 192.168.33.1
[02]: fe80::91b0:da47:2c8f:e543
[08]: WireGuard Tunnel
Connection Name: WindscribeWireguard
DHCP Enabled: No
IP address(es)
[01]: 100.73.168.139
Hyper-V Requirements:
A hypervisor has been detected.
Features required for Hyper-V will not be displayed.
pegasus@Greek MINGW64 ~
$

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.