Hi, David, On Thu, May 4, 2023 at 9:00 AM David Christensen <dpchr...@holgerdanske.com> wrote: > > On 5/4/23 05:42, Igor Korot wrote: > > Hi, > > I am trying install Debian Buster on the VirtualBox as a guest. > > > > I set the VM to use HostOnly network with DHCP enabled, but when I ran the > > installer it failed to auto-configure the network. > > > > How do I solve it? > > > > Thank you. > > > > P.S.: I need python 2, therefore trying to use older version. > > > I run VirtualBox on Debian:
I don't - my host is Gentoo currently for this install. I am trying to set a guest as Debian Buster. Thank you. > > 2023-05-04 06:43:24 root@taz ~ > # cat /etc/debian_version ; uname -a > 11.7 > Linux taz 5.10.0-22-amd64 #1 SMP Debian 5.10.178-3 (2023-04-22) x86_64 > GNU/Linux > > 2023-05-04 06:43:44 root@taz ~ > # dpkg-query -W | grep -i virtualbox > virtualbox-7.0 7.0.8-156879~Debian~bullseye > > > There is one VM: > > 2023-05-04 06:50:56 dpchrist@taz ~ > $ VBoxManage list -l vms | grep NIC > NIC 1: MAC: <redacted>, Attachment: Bridged > Interface 'eno1', Cable connected: on, Trace: off (file: none), Type: > 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, > Bandwidth group: none > NIC 2: disabled > NIC 3: disabled > NIC 4: disabled > NIC 5: disabled > NIC 6: disabled > NIC 7: disabled > NIC 8: disabled > > > Oracle VM VirtualBox Manager (GUI) -> select VM "vf1" in left pane -> > select Current State in top right pane -> left click Settings in right > toolbar -> select Network in left pane -> Adapter 1 is selected in right > pane: > > Enabled Network Adapter checked > Attached to Bridged Adapter > Name eno1 > Advanced > Adapter Type Intel PRO/1000 MT Desktop (8254OEM) > Promiscuous Mode Deny > MAC Address <redacted> > Cable Connected checked > > > David >