EFI boot and RAID6 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionPartitioning EFI machine with two SSD disks in mirrorHow to recover a crashed Linux md RAID5 array?Installing 12.04LTS Server on a Fake RAID10Is it safe to delete old boot and EFI System partitions?Resize MDADM/Software RAID underlying partition and filesystemlinuz-linux can't be found in efi-bootmanager on iMacdd restore windows from MBR to smaller partition after installing OpenSUSE in UEFI, no secure bootLinux: About EFI disk partitioningHow to do a full incremental and searchable backup of the entire hard drive and partition table?How to register debian uefi file with my motherboard?Recovering linux boot entries in a UEFI dual boot setting
Did MS DOS itself ever use blinking text?
Is there a holomorphic function on open unit disc with this property?
Significance of Cersei's obsession with elephants?
For a new assistant professor in CS, how to build/manage a publication pipeline
Is there a kind of relay only consumes power when switching?
Do square wave exist?
Why wasn't DOSKEY integrated with COMMAND.COM?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
On SQL Server, is it possible to restrict certain users from using certain functions, operators or statements?
Is the Standard Deduction better than Itemized when both are the same amount?
Circuit to "zoom in" on mV fluctuations of a DC signal?
How could we fake a moon landing now?
Around usage results
Is it a good idea to use CNN to classify 1D signal?
8 Prisoners wearing hats
Can a new player join a group only when a new campaign starts?
Quick way to create a symlink?
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
How to compare two different files line by line in unix?
How do I make this wiring inside cabinet safer? (Pic)
Do I really need to have a message in a novel to appeal to readers?
Is it fair for a professor to grade us on the possession of past papers?
Wu formula for manifolds with boundary
How to Make a Beautiful Stacked 3D Plot
EFI boot and RAID6
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionPartitioning EFI machine with two SSD disks in mirrorHow to recover a crashed Linux md RAID5 array?Installing 12.04LTS Server on a Fake RAID10Is it safe to delete old boot and EFI System partitions?Resize MDADM/Software RAID underlying partition and filesystemlinuz-linux can't be found in efi-bootmanager on iMacdd restore windows from MBR to smaller partition after installing OpenSUSE in UEFI, no secure bootLinux: About EFI disk partitioningHow to do a full incremental and searchable backup of the entire hard drive and partition table?How to register debian uefi file with my motherboard?Recovering linux boot entries in a UEFI dual boot setting
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install SLES on a server with 8 HDDs, 3 TB each, but I am testing the configuration first on a VM (virtualbox).
I tried following configurations and both got me stuck at the EFI Shell:
- the first 200 MB are allocated to /boot/efi, only the first HDD is mounted, the others I planned to clone according to this description. The remaining space was combined to a RAID6 array containing root, swap, home
- /boot/efi on the first 3 HDDs [sda1, sda2, sda3 - also according to the link above], system partition on a RAID1 on the first 3 HDDs [sda2, sdb2, sdc2]. The remaining space was used for RAID6, containing swap, home, etc.
I also tried to boot from a rescuecd (I also have no clue how this works, but I'm improvising) and mounted EFI. It actually seems like there are 2 folders containing files in brackets:
- boot [bootx64.efi, fallback.efi]
- sles12 [boot.csv, grub.cfg, grub.efi, grubx64.efi MokManager.efi, shim.efi]
Also the /etc/fstab file on system partition seems ok.
So my question: Did something go wrong during the installation? Do I miss some EFI setup commands? I don't fully understand the booting process, so i can't figure out where to start...
raid software-raid uefi file-server
add a comment |
I am trying to install SLES on a server with 8 HDDs, 3 TB each, but I am testing the configuration first on a VM (virtualbox).
I tried following configurations and both got me stuck at the EFI Shell:
- the first 200 MB are allocated to /boot/efi, only the first HDD is mounted, the others I planned to clone according to this description. The remaining space was combined to a RAID6 array containing root, swap, home
- /boot/efi on the first 3 HDDs [sda1, sda2, sda3 - also according to the link above], system partition on a RAID1 on the first 3 HDDs [sda2, sdb2, sdc2]. The remaining space was used for RAID6, containing swap, home, etc.
I also tried to boot from a rescuecd (I also have no clue how this works, but I'm improvising) and mounted EFI. It actually seems like there are 2 folders containing files in brackets:
- boot [bootx64.efi, fallback.efi]
- sles12 [boot.csv, grub.cfg, grub.efi, grubx64.efi MokManager.efi, shim.efi]
Also the /etc/fstab file on system partition seems ok.
So my question: Did something go wrong during the installation? Do I miss some EFI setup commands? I don't fully understand the booting process, so i can't figure out where to start...
raid software-raid uefi file-server
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02
add a comment |
I am trying to install SLES on a server with 8 HDDs, 3 TB each, but I am testing the configuration first on a VM (virtualbox).
I tried following configurations and both got me stuck at the EFI Shell:
- the first 200 MB are allocated to /boot/efi, only the first HDD is mounted, the others I planned to clone according to this description. The remaining space was combined to a RAID6 array containing root, swap, home
- /boot/efi on the first 3 HDDs [sda1, sda2, sda3 - also according to the link above], system partition on a RAID1 on the first 3 HDDs [sda2, sdb2, sdc2]. The remaining space was used for RAID6, containing swap, home, etc.
I also tried to boot from a rescuecd (I also have no clue how this works, but I'm improvising) and mounted EFI. It actually seems like there are 2 folders containing files in brackets:
- boot [bootx64.efi, fallback.efi]
- sles12 [boot.csv, grub.cfg, grub.efi, grubx64.efi MokManager.efi, shim.efi]
Also the /etc/fstab file on system partition seems ok.
So my question: Did something go wrong during the installation? Do I miss some EFI setup commands? I don't fully understand the booting process, so i can't figure out where to start...
raid software-raid uefi file-server
I am trying to install SLES on a server with 8 HDDs, 3 TB each, but I am testing the configuration first on a VM (virtualbox).
I tried following configurations and both got me stuck at the EFI Shell:
- the first 200 MB are allocated to /boot/efi, only the first HDD is mounted, the others I planned to clone according to this description. The remaining space was combined to a RAID6 array containing root, swap, home
- /boot/efi on the first 3 HDDs [sda1, sda2, sda3 - also according to the link above], system partition on a RAID1 on the first 3 HDDs [sda2, sdb2, sdc2]. The remaining space was used for RAID6, containing swap, home, etc.
I also tried to boot from a rescuecd (I also have no clue how this works, but I'm improvising) and mounted EFI. It actually seems like there are 2 folders containing files in brackets:
- boot [bootx64.efi, fallback.efi]
- sles12 [boot.csv, grub.cfg, grub.efi, grubx64.efi MokManager.efi, shim.efi]
Also the /etc/fstab file on system partition seems ok.
So my question: Did something go wrong during the installation? Do I miss some EFI setup commands? I don't fully understand the booting process, so i can't figure out where to start...
raid software-raid uefi file-server
raid software-raid uefi file-server
edited Apr 13 at 15:22
Rui F Ribeiro
42.1k1484142
42.1k1484142
asked Sep 5 '15 at 2:12
ViggieSmallsViggieSmalls
2613
2613
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02
add a comment |
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f227641%2fefi-boot-and-raid6%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f227641%2fefi-boot-and-raid6%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
You might be better off adding a separate system drive, maybe an SSD or USB Flash in an internal USB slot, I haven't seen a sane way of doing UEFI with software RAID so far (please share if you find one). Note that vbox's implementation of this mode is, erm, somewhat specific. And last, there's a good EFI intro out there: rodsbooks.com/efi-bootloaders/principles.html
– Michael Shigorin
Sep 5 '15 at 10:02