[Solved] VirtualBox issue after upgrade to Win 10 1709
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
[Solved] VirtualBox issue after upgrade to Win 10 1709
My Windows 10 was recently upgraded to vsn 1709 and I had to re-install VirualBox to avoid the network adaptor issues reported on another thread.
My Debian VM is now working but I am unable to open a PuTTY session to the Debian VM as I had previously been able to do, it gives "host does not exist".
Any ideas anyone?
My Debian VM is now working but I am unable to open a PuTTY session to the Debian VM as I had previously been able to do, it gives "host does not exist".
Any ideas anyone?
Last edited by socratis on 19. Dec 2017, 02:07, edited 1 time in total.
Reason: Marked as [Solved].
Reason: Marked as [Solved].
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: VirtualBox issue after upgrade to Win 10 1709
I would start with the assumption that the error message is correct. So find out why it would think that the host doesn't exist. Offhand this doesn't seem likely to be a VirtualBox problem. Probably the network config (machine name etc) of the host has changed.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
Did you try with a named or a numeric connection? I.e. did you try "myDebian.local" or did you try "192.168.56.nnn"? Can you ping the VM?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
Before I upgraded to Win 10 1709 I used to be able to connect simply using the name of the VM, in my case Debian. debian.local does not work and I don't know what numeric ip address to try.
Thanks for your help.
Thanks for your help.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
If I open the VM under VirtualBox the hostname is Debian.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
Then something is not right in your name resolution. You shouldn't be able to connect by using "Debian" unless you set up your "hosts" file to point to that. There should be no "Debian" by default.davidhay wrote:I used to be able to connect simply using the name of the VM, in my case Debian.
Have you tried to find out from within the guest? As in check the output of "ifconfig"?davidhay wrote:I don't know what numeric ip address to try.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
The output of ifconfig from the VM is:
I have tried all combinations 10.0.x.x. Before the 1709 upgrade the hostname debian was enough for PuTTY to find the connection.
Code: Select all
eth0 Link encap:Ethernet HWaddr 08:00:27:fd:04:6e
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fefd:46e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:590 (590.0 B) TX bytes:8118 (7.9 KiB)
eth1 Link encap:Ethernet HWaddr 08:00:27:b3:90:61
inet6 addr: fe80::a00:27ff:feb3:9061/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:83 errors:0 dropped:0 overruns:0 frame:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12446 (12.1 KiB) TX bytes:7830 (7.6 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)
Last edited by socratis on 18. Dec 2017, 18:12, edited 1 time in total.
Reason: Enclosed the information in [code] tag for better readability
Reason: Enclosed the information in [code] tag for better readability
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
I only see a NAT connection available in your guest (eth0) and the other one (eth1) doesn't seem to get an IPv4 address. What settings do you have in the VM settings for its network adapters? Actually, post a "VBox.log.zip":
- Start the VM from cold-boot (not from a paused or saved state) / Observe error / Shutdown the VM.
- With the VM completely shut down (not paused or saved), right-click on the VM in the VirtualBox Manager and select "Show Log".
- Save only the first "VBox.log", ZIP it and attach it to your response (see the "Upload attachment" tab below the reply form).
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
BTW Since the upgrade to 1709, when I start the VM I get a message "a start job is running for LSB: Raise network interf..." which remains for about a minute.
Log file attached.
Screenshot of Adaptor 2 settings.
Thanks for your help.
Log file attached.
Screenshot of Adaptor 2 settings.
Thanks for your help.
- Attachments
-
- Screenshot
- adpt2.png (26.38 KiB) Viewed 7660 times
-
- debian-2017-12-18-17-50-24.rar
- LOG file
- (23.04 KiB) Downloaded 16 times
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
You are assigning memory to your guest, that you do not have available. Either close some applications on the host, buy more RAM for the host, or reduce the amount of RAM assigned to the guest.00:00:02.406036 Host RAM: 8082MB (7.8GB) total, 3895MB (3.8GB) available 00:00:02.774184 RamSize <integer> = 0x0000000135b00000 (5 195 694 080, 4 955 MB, 4.8 GB)
On the other hand, you should take the vRAM up to 32 or 64 MB.00:00:02.774414 VRamSize <integer> = 0x0000000001000000 (16 777 216, 16 MB)
You seem to have the correct setup. I don't use virtio-net for my setup, but I will assume that it works on Debian 9, since it seems to work with NAT. So, that leads me to think that something is wrong with your HostOnly adapter, aka a botched installation.00:00:02.774432 [/Devices/virtio-net/0/LUN#0/] (level 4) 00:00:02.774433 Driver <string> = "NAT" (cb=4) 00:00:02.774452 [/Devices/virtio-net/1/LUN#0/] (level 4) 00:00:02.774452 Driver <string> = "IntNet" (cb=7) 00:00:02.774455 Network <string> = "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2" (cb=65) 00:00:02.774456 Trunk <string> = "VirtualBox Host-Only Ethernet Adapter #2" (cb=41)
You said that you reinstalled VirtualBox. Did you uninstall it first? Did you install it with "Run-As-Administrator", even if you are the administrator? If not, please try again.
And finally, what are the options/parameters that you have enabled in your "Host Network Manager"?
And last, but not least:
Search for that messasge. That's a Debian message and most probably indicates a failure to activate the HostOnly network card.davidhay wrote:when I start the VM I get a message "a start job is running for LSB: Raise network interf..." which remains for about a minute.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
Yes and Yessocratis wrote:You said that you reinstalled VirtualBox. Did you uninstall it first? Did you install it with "Run-As-Administrator", even if you are the administrator? If not, please try again.
Where do I see these please?socratis wrote:And finally, what are the options/parameters that you have enabled in your "Host Network Manager"?
Thanks for taking the time to look at this.
PS I am away for two days.
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
The "Host Network Manager" is available from the top right icon, the "Global Tools". Click on the downwards triangle and select it. Or, go to your "/Users/<you>/.VirtualBox/VirtualBox.xml". ZIP that XML file and attach it.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
-
davidhay
- Posts: 10
- Joined: 28. Nov 2017, 17:11
- Primary OS: MS Windows other
- VBox Version: OSE other
- Guest OSses: Win 10 - Debian
Re: VirtualBox issue after upgrade to Win 10 1709
Fixed.
DHCP was not enabled in the host only adaptor 2 settings and I also set the ip to be assigned. PuTTY now finds the VM from the hostname. The "Raise network interfaces" job no longer runs.
Strange though that I did not change any of this, just upgraded to Win 10 1709 and removed and re-installed VirtualBox.
Thank you so much!!
DHCP was not enabled in the host only adaptor 2 settings and I also set the ip to be assigned. PuTTY now finds the VM from the hostname. The "Raise network interfaces" job no longer runs.
Strange though that I did not change any of this, just upgraded to Win 10 1709 and removed and re-installed VirtualBox.
Thank you so much!!
-
socratis
- Site Moderator
- Posts: 27329
- Joined: 22. Oct 2010, 11:03
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Win(*>98), Linux*, OSX>10.5
- Location: Greece
Re: VirtualBox issue after upgrade to Win 10 1709
Well it may have to do with the fact that the installer created the #2 host adapter? And that needed to be re-configured? I really can't tell, but that #2 and #n for subsequent installations is getting more and more prominent in the Windows world, with no quick and easy solution unfortunately...davidhay wrote:Strange though that I did not change any of this, just upgraded to Win 10 1709 and removed and re-installed VirtualBox.
Glad you got it going. Marking as [Solved].
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.