Thursday, May 9, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 4232  / 2 Years ago, sun, september 25, 2022, 4:56:12

I've been trying to install linux on my system for a while now, and I'm at a loss for what to do.



Trying to dual boot windows 10. Have a raid controller with mirrored hard drives.






When currently installing 14.04.3 from a usb drive. the installer sucessfully lets me set up partitions(automatically and manually). However when I get to the screen to select which area I live in I get a message box with "??? ???"(with space inbetween) for it's title and "??? ???"(with space inbetween), with the continue button greyed out, after a while the installer fails back to the screen that chooses partitions.



Previous problems that I've had was it not recognizing drives as there. There was a point where I got to the desk top by using Parted to format the drive to ext2 and installing ubuntu on it(However after reseting couldn't find a way to actually get onto linux with menu/boot loader).



I then decided to try the 15.10 version






with the 15.10 installer. It successfully uses the nvidea card, second monitor(until I get to selection menus), and sound. But the installer fails to install Grub2(successfully getting through all menus till the copy/installation bar starts to tick down).



Tried booting from both a USB, and a CD(random thing that worked for others).



Tried booting from the live USB to use disk repair have have the logs(after going through installation, and grup2 installation failing): Before disk repair changes: http://paste.ubuntu.com/13054208/ boot repair logs after following instructions: http://paste.ubuntu.com/13054825/ (could post terminal output from Disk Repair that I have saved but don't have the reputation for more than 2 links).



So from what I can tell from the logs is that I have an usual raid setup(with the motherboard's raid controller on a GA-z9zx-gaming7). I have the bio options for anything that could be set to UEFI set to legacy only, for fast boot it's a non-selectable option + disabled, and on windows 10 I also have it's software fast boot disabled.






Also tried to install Debian, but it would only see my USB flash drive as a disk. Not recognizing the others.






Just now I tried easy BCD. Successfully get to the grub2 command prompt.



When looking around with find I find 3 Hard drives(HD0,0), (HD1,0), (HD0,1). With LS the first one doesn't have a kernel, the next two have "inconsistent file systems", and just LS it looks like I'm somewhere inside windows.






Right now I've fried windows a few times(having to reinstall), have tossed embarrassing amounts of time at it, don't have enough experience to tell if what I'm finding on-line is relevant, and I'm pretty much just poking around blindly + bashing things up to see what works.


More From » system-installation

 Answers
5

Installing both Windows and Linux on one RAID set is probably the hardest installation method you can try with many pitfalls, negligible performance improvement on HDDs compared to SSDs and questionable reliability in some cases.



There are at least 3 kinds of RAID:




  • Software RAID, the previously preferred way to RAID on Linux. You can find a simple RAID setup that doesn't consider UEFI or dual booting here.


    • RAID capabilities provided by the filesystem like in btrfs and zfs.


  • "Fake RAID" on motherboards, the option you chose.

  • Actual RAID cards with cache batteries.



Write performance with RAID1/mirrored on 2 drives is limited to the slowest individual drive. Read performance depends on the implementation of the RAID level, but typically won't outperform current performance SSDs in actual work loads. Reliability also depends on the implementation (Can an individual drive be read from a different "RAID" controller, SATA port or USB enclosure?), but since you are using two very similar drives that you probably bought at the same time from one supplier, you already have a risk that both drives may fail at the same time. Administering RAID including evaluation of risk and performance is sadly a bit more difficult.



In addition to that, you use 3 TB drives and want to dual boot Windows 10 on modern hardware. The best advice is to avoid legacy booting, which is traditionally limited to 2.2 TB drives. EasyBCD is not recommended on UEFI installations here and Boot-Repair also has some problems on simple UEFI setups.



If Windows is kind of happy with this RAID setup and you don't mind the risks, complexity and performance outcome than do it, but for your Linux installation you should consider less complexity and good backup strategies and disaster recovery, one RAID1 set is only one copy of an important file, but you should have at least 3.



N.B.: You're lucky if the latest graphics card is already detected in the latest release.


[#17770] Monday, September 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itteast

Total Points: 291
Total Questions: 123
Total Answers: 104

Location: Tuvalu
Member since Wed, Mar 29, 2023
1 Year ago
;