Project

General

Profile

Actions

Feature #9299

closed

Windows installation media should be more transparent

Added by Dmitry Kireev about 9 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

Windows installation media should be more transparent and work without bcd patching.
I was not able to make standard operationsystem/windows.rb model work with PXEFILES = {:kernel => "startrom.0", :initrd => "boot.sdi"}.

I propose

PXEFILES = {:kernel => "wimboot", :initrd => "bootmgr", :bcd => "bcd", :bootsdi => "boot.sdi", :bootwim => "boot.wim"}

as well as changing the pxe_prefix to:
def pxe_prefix(arch)
    "boot/windows-#{arch}/".gsub(" ","-")
end

because windows requires all boot files to be in one directory.

This features should be combined with a small foreman-proxy change.

This can be combined with my effort of elaborating windows prep for provisioning via foreman (https://github.com/kireevco/wimaging)

Actions #1

Updated by Dmitry Kireev about 9 years ago

Another PR https://github.com/theforeman/community-templates/pull/148 is for template, that uses wimboot

Actions #5

Updated by Dominic Cleal about 9 years ago

  • Status changed from New to Ready For Testing
Actions #6

Updated by The Foreman Bot about 9 years ago

  • Pull request https://github.com/theforeman/smart-proxy/pull/258 added
  • Pull request deleted ()
Actions #7

Updated by Dmitry Kireev almost 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #8

Updated by Dominic Cleal almost 9 years ago

  • translation missing: en.field_release set to 35
Actions

Also available in: Atom PDF