Tag Archives: Imaging

Disjoint Namespace – Netbios Domain Differs from DNS Domain Name

I administer a Windows 2008 R2 Active Directory Domain.

All was good, all worked OK.

Came to install Exchange 2010 and found the missing “Document” functionality (but I don’t like to talk about this!).

Made a decision to implement UAG 2010 with SSO for OWA along side File Access and access to Remote Apps (RDS).

Followed recommended guides for setting up UAG with SSO but was always prompted for Username and Password when accessing OWA.

Continue Reading

Adding a Driver to a Netboot Image

At our organisation we use Ghost to image our workstations.
This is done in conjunction with PXE Boot.
From time to time a hardware manufacturer will incorporate a new network card.
This can cause problems with PXE Booting!

Quick Overview of PXE Boot in Windows Environment;
(further info here http://netbootdisk.com/pxeboot.htm )
  Setup TFTP Server on DHCP Server
  Add Scope options to DHCP
    066 Boot Server Host Name – TFTP Server Name
    067 Bootfile Name – pxelinux.0

Get Netboot Files from http://netbootdisk.com/.
Get Winimage from http://www.winimage.com/download.htm
Get WinUHA from http://www.klaimsoft.com/winuha/
Download latest NDIS drivers for your network card

Our boot image file is test.imz

Open test.imz with winimage

Right click extract NetBootfiles.uha

Open files.uha with WinUHA and extract

Replace the relevant ndis driver file with the latest version (in our case Broadcom Driver B57.dos)

Re-archive files.uha with WinUHA (make sure files are compressed into correct directory structure)

Now back in Winimage select Image, Inject and re-inject the files.uha into the NetBoot folder.

Save the image file

Test

All Done!

Nicey Cake!