WDS&PXE booting using Grub2 - choosing menuentryWhy can I not get a WDS-originated PXE boot to progress...
Is Diceware more secure than a long passphrase?
If a planet has 3 moons, is it possible to have triple Full/New Moons at once?
Why does Mind Blank stop the Feeblemind spell?
Does a large simulator bay have standard public address announcements?
Could the terminal length of components like resistors be reduced?
How to have a sharp product image?
What term is being referred to with "reflected-sound-of-underground-spirits"?
Function pointer with named arguments?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Relationship between strut and baselineskip
Why do games have consumables?
Phrase for the opposite of "foolproof"
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
How to limit Drive Letters Windows assigns to new removable USB drives
A strange hotel
Re-entry to Germany after vacation using blue card
How to stop co-workers from teasing me because I know Russian?
On The Origin of Dissonant Chords
What is the philosophical significance of speech acts/implicature?
How to denote matrix elements succinctly?
Check if a string is entirely made of the same substring
Like totally amazing interchangeable sister outfits II: The Revenge
Can I criticise the more senior developers around me for not writing clean code?
What is causing the white spot to appear in some of my pictures
WDS&PXE booting using Grub2 - choosing menuentry
Why can I not get a WDS-originated PXE boot to progress past the first file download?Determining if imaging is required with WDSCant deploy images with WDS: PXE-E16: No offer receivedKVM TFTP Boot / WDSUsing PXE Boot to Handle Booting SequencePXE Server - UEFI - iSCSIWindows PXE Boot freezes in KVMXenServer 7.1.0 PXE installationCan PXE Boot in UEFI but not in LegacyPXE booting EFI Livecd - CentOS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have problem with booting to WDS using PXE with Grub2. Actually we are using WDS with DHCP (Windows) - on DHCP I have WDS IP and 'grldr' file as bootfile name (grub loader) with menu.lst file (on target computer). I booting via pxe, grub searching menu.lst on hdd, loading menu.lst - I can choose WDS or HDD.
Today, I must enable WDS on EFI platform (grldr doesn't run on EFI platform). I installed another WDS, configured DHCP for one test platform and added grub2 file as "Bootfile Name" - and there is a problem. Machine booting to grub2 commandline..How can I add menuentry with WDS and HDD? I can boot WDS manually from command line but, where should I put grub.cfg?
pxe-boot wds grub2
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have problem with booting to WDS using PXE with Grub2. Actually we are using WDS with DHCP (Windows) - on DHCP I have WDS IP and 'grldr' file as bootfile name (grub loader) with menu.lst file (on target computer). I booting via pxe, grub searching menu.lst on hdd, loading menu.lst - I can choose WDS or HDD.
Today, I must enable WDS on EFI platform (grldr doesn't run on EFI platform). I installed another WDS, configured DHCP for one test platform and added grub2 file as "Bootfile Name" - and there is a problem. Machine booting to grub2 commandline..How can I add menuentry with WDS and HDD? I can boot WDS manually from command line but, where should I put grub.cfg?
pxe-boot wds grub2
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have problem with booting to WDS using PXE with Grub2. Actually we are using WDS with DHCP (Windows) - on DHCP I have WDS IP and 'grldr' file as bootfile name (grub loader) with menu.lst file (on target computer). I booting via pxe, grub searching menu.lst on hdd, loading menu.lst - I can choose WDS or HDD.
Today, I must enable WDS on EFI platform (grldr doesn't run on EFI platform). I installed another WDS, configured DHCP for one test platform and added grub2 file as "Bootfile Name" - and there is a problem. Machine booting to grub2 commandline..How can I add menuentry with WDS and HDD? I can boot WDS manually from command line but, where should I put grub.cfg?
pxe-boot wds grub2
I have problem with booting to WDS using PXE with Grub2. Actually we are using WDS with DHCP (Windows) - on DHCP I have WDS IP and 'grldr' file as bootfile name (grub loader) with menu.lst file (on target computer). I booting via pxe, grub searching menu.lst on hdd, loading menu.lst - I can choose WDS or HDD.
Today, I must enable WDS on EFI platform (grldr doesn't run on EFI platform). I installed another WDS, configured DHCP for one test platform and added grub2 file as "Bootfile Name" - and there is a problem. Machine booting to grub2 commandline..How can I add menuentry with WDS and HDD? I can boot WDS manually from command line but, where should I put grub.cfg?
pxe-boot wds grub2
pxe-boot wds grub2
asked Oct 19 '15 at 9:37
BoqlerBoqler
11
11
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
On a PXE scenario grub2 will look for its configuration file depending on how its image was created. please look here for an example.
https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f729905%2fwdspxe-booting-using-grub2-choosing-menuentry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On a PXE scenario grub2 will look for its configuration file depending on how its image was created. please look here for an example.
https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2
add a comment |
On a PXE scenario grub2 will look for its configuration file depending on how its image was created. please look here for an example.
https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2
add a comment |
On a PXE scenario grub2 will look for its configuration file depending on how its image was created. please look here for an example.
https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2
On a PXE scenario grub2 will look for its configuration file depending on how its image was created. please look here for an example.
https://github.com/openSUSE/kiwi/wiki/Setup-PXE-boot-with-EFI-Using-GRUB2
answered Oct 20 '15 at 16:37
PatPat
2,87821216
2,87821216
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f729905%2fwdspxe-booting-using-grub2-choosing-menuentry%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown