having KBE on 2nd partition
Hello , currently we boot a machine to a cd with kbe on it. i would like to know how i can have a pre installation task that created 2 partitions and puts the kbe already on the 2nd partition .
also if we can boot to that partition remotely so we can image remotely without having to put a disk in the machine.
-David
2 Comments
[ + ] Show comments
-
Is PXE not an option? That would be the best solution. - nheyne 9 years ago
-
Right. PXE will solve these problems allowing you to boot over the network to your KBE. Set the boot order on your machines to PXE first and then you can remotely image from the K2. - jegolf 9 years ago
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
Corey Serrins from Dell/Kace shared this technique during Dell World 2015
Local KBE Boot
• Store KBE on the local workstation, eliminating PXE
• Copy KBE as a midlevel task (or copy to workstation
as a k1 script), naming it winre.wim
• Run ReagentCcommands to boot to the KBE.
– reagentc /disable
– reagentc /setreimage /path %systemdrive%\kace_recovery
(path points to the directory containing winre.wim)
– reagentc /enable
– reagentc /boottore
– shutdown /r
Local KBE Boot
• Store KBE on the local workstation, eliminating PXE
• Copy KBE as a midlevel task (or copy to workstation
as a k1 script), naming it winre.wim
• Run ReagentCcommands to boot to the KBE.
– reagentc /disable
– reagentc /setreimage /path %systemdrive%\kace_recovery
(path points to the directory containing winre.wim)
– reagentc /enable
– reagentc /boottore
– shutdown /r