Jump to content

So I built me a virtualbox lab to freshen up on Sysadmin skill. 

Currant setup:

Running three VM

    Windows 2019 that has WDS, DCHP, and AD installed and configured (to a point)

    pfSence acting as the router between my physical LAN and my virtual..

    To be Windows 10 client machine being deployed from WDS.

I end up getting the configuration to pxe the client VM, but it hangs on the Blue Windows logo, and then give me a BSOD with a HAL INITALIZATION error.

Oh and the boot and install wim's are pulls from a generic Windows 10 x64 iso.

I'm I missing something? I watched plenty of youtube how to's and the configurations are basically the same as they were back on 2008 server. 

image.png.db44b569d41f69084d31c48b5c001280.pngimage.png.7b99fe1b31fd7d6d49dbc78feb9529e9.png

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/
Share on other sites

Link to post
Share on other sites

18 hours ago, soulreaper11207 said:

So I built me a virtualbox lab to freshen up on Sysadmin skill. 

Currant setup:

Running three VM

    Windows 2019 that has WDS, DCHP, and AD installed and configured (to a point)

    pfSence acting as the router between my physical LAN and my virtual..

    To be Windows 10 client machine being deployed from WDS.

I end up getting the configuration to pxe the client VM, but it hangs on the Blue Windows logo, and then give me a BSOD with a HAL INITALIZATION error.

Oh and the boot and install wim's are pulls from a generic Windows 10 x64 iso.

I'm I missing something? I watched plenty of youtube how to's and the configurations are basically the same as they were back on 2008 server. 

image.png.db44b569d41f69084d31c48b5c001280.pngimage.png.7b99fe1b31fd7d6d49dbc78feb9529e9.png

If you have a spare Box load XCP-NG or other hypervisor like @Electronics Wizardy suggested as it may play nicer on a different hardware box; unless you are trying to keep it down to one running computer which I can see. As running less hardware then needed has its upsides as well.

 

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12887271
Share on other sites

Link to post
Share on other sites

On 9/11/2019 at 6:03 PM, Electronics Wizardy said:

Try using a different hypervisor, so hyper-v or kvm depending on platform

 

When do you get this bsod in the boot process?

I got the bsod when using WDS to deploy to another VM. It loads the boot.wim over the network, loads up the black screen with at blue windows symbol, and then after 5 mins I get that BSOD. Do I need to build a drivers store? I tried using HyperV, but I had video driver issues after installing it. You have to remove all video drivers before installing it. So thats a no go. I am planning on buying another machine to host the lab, but I gotta pay bills first lol. 

 

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12889595
Share on other sites

Link to post
Share on other sites

7 hours ago, soulreaper11207 said:

I got the bsod when using WDS to deploy to another VM. It loads the boot.wim over the network, loads up the black screen with at blue windows symbol, and then after 5 mins I get that BSOD. Do I need to build a drivers store? I tried using HyperV, but I had video driver issues after installing it. You have to remove all video drivers before installing it. So thats a no go. I am planning on buying another machine to host the lab, but I gotta pay bills first lol. 

 

What video driver issues do you get in hyper-v? That should work fine when I tested it.

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12890444
Share on other sites

Link to post
Share on other sites

On 9/13/2019 at 3:07 PM, soulreaper11207 said:

I got the bsod when using WDS to deploy to another VM. It loads the boot.wim over the network, loads up the black screen with at blue windows symbol, and then after 5 mins I get that BSOD. Do I need to build a drivers store? I tried using HyperV, but I had video driver issues after installing it. You have to remove all video drivers before installing it. So thats a no go. I am planning on buying another machine to host the lab, but I gotta pay bills first lol. 

 

I use WDS for LiteTouch iso boot and use MDT for the the installation. 

CPU: AMD Ryzen 5 5600X | CPU Cooler: Stock AMD Cooler | Motherboard: Asus ROG STRIX B550-F GAMING (WI-FI) | RAM: Corsair Vengeance LPX 32 GB (4x 8 GB) DDR4-3000 CL16 | GPU: Nvidia GTX 1060 6GB Zotac Mini | Case: K280 Case | PSU: Cooler Master B600 Power supply | SSD: 1TB  | HDDs: 1x 250GB & 1x 1TB WD Blue | Monitor: 24" Acer S240HLBID | OS: Win 11 Pro.

 

Home Lab:  Lenovo ThinkCenter M82 Hyper-V Server 2022 | Dell OptiPlex 9020 Hyper-V Server 2022 | TP-LINK TL-SG108E | Cisco Catalyst C2960CG 8 Port Switch | HP MicroServer G8 SCCM Server | 2x Dell PowerEdge R630 Hyper-V Server 2022

 

 

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12895554
Share on other sites

Link to post
Share on other sites

On 9/13/2019 at 5:29 PM, Electronics Wizardy said:

What video driver issues do you get in hyper-v? That should work fine when I tested it.

Running a gtx 1060 6gb. I even tried uninstalling them and installing the Hyper-V with the generic ms video driver. Probably just end up buying a cheap machine, transfer the servers over, and call it a day. Seems like virtualbox has plenty of issues with trying to image deploy over it's internal network. Thanks for the help though guys :(

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12899956
Share on other sites

Link to post
Share on other sites

23 minutes ago, soulreaper11207 said:

Running a gtx 1060 6gb. I even tried uninstalling them and installing the Hyper-V with the generic ms video driver. Probably just end up buying a cheap machine, transfer the servers over, and call it a day. Seems like virtualbox has plenty of issues with trying to image deploy over it's internal network. Thanks for the help though guys :(

Are you trying to do passthough of the gpu in hyper-v or do the vgpu?

 

Normally don't view the image from the vm in the virtual machine software, use rdp or ssh to manage vms.

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12900001
Share on other sites

Link to post
Share on other sites

On 9/11/2019 at 10:15 PM, soulreaper11207 said:

So I built me a virtualbox lab to freshen up on Sysadmin skill. 

Currant setup:

Running three VM

    Windows 2019 that has WDS, DCHP, and AD installed and configured (to a point)

    pfSence acting as the router between my physical LAN and my virtual..

    To be Windows 10 client machine being deployed from WDS.

I end up getting the configuration to pxe the client VM, but it hangs on the Blue Windows logo, and then give me a BSOD with a HAL INITALIZATION error.

Oh and the boot and install wim's are pulls from a generic Windows 10 x64 iso.

I'm I missing something? I watched plenty of youtube how to's and the configurations are basically the same as they were back on 2008 server. 

image.png.db44b569d41f69084d31c48b5c001280.pngimage.png.7b99fe1b31fd7d6d49dbc78feb9529e9.png

Could it be that the typo in your settings file location is the problem?  it says "vitural machines" when it should be virtual. I don't know about this stuff just to be clear, but I noticed the typo

Please quote my post, or put @paddy-stone if you want me to respond to you.

Spoiler
  • PCs:- 
  • Main PC build  https://uk.pcpartpicker.com/list/2K6Q7X
  • ASUS x53e  - i7 2670QM / Sony BD writer x8 / Win 10, Elemetary OS, Ubuntu/ Samsung 830 SSD
  • Lenovo G50 - 8Gb RAM - Samsung 860 Evo 250GB SSD - DVD writer
  •  
  • Displays:-
  • Philips 55 OLED 754 model
  • Panasonic 55" 4k TV
  • LG 29" Ultrawide
  • Philips 24" 1080p monitor as backup
  •  
  • Storage/NAS/Servers:-
  • ESXI/test build  https://uk.pcpartpicker.com/list/4wyR9G
  • Main Server https://uk.pcpartpicker.com/list/3Qftyk
  • Backup server - HP Proliant Gen 8 4 bay NAS running FreeNAS ZFS striped 3x3TiB WD reds
  • HP ProLiant G6 Server SE316M1 Twin Hex Core Intel Xeon E5645 2.40GHz 48GB RAM
  •  
  • Gaming/Tablets etc:-
  • Xbox One S 500GB + 2TB HDD
  • PS4
  • Nvidia Shield TV
  • Xiaomi/Pocafone F2 pro 8GB/256GB
  • Xiaomi Redmi Note 4

 

  • Unused Hardware currently :-
  • 4670K MSI mobo 16GB ram
  • i7 6700K  b250 mobo
  • Zotac GTX 1060 6GB Amp! edition
  • Zotac GTX 1050 mini

 

 

Link to comment
https://linustechtips.com/topic/1103569-virtualbox-homelab/#findComment-12903604
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×