[SOLVED] Problems installing on Intel Matrix Raid / FAKE RAID

Using Intel Rapid Storage Technology - Option ROM - 11.0.0.1339
I've created a:
RAID0(Stripe) Strip 32KB Size 214.3GB Status Normal Bootable Yes
Volume which I want to install Arch on.
I've gone through this all the way to a successful install using Fedora (if that is of any help whatsoever)?
So, with Arch, I have read and tried:
https://wiki.archlinux.org/index.php/In … e_RAID_set
As soon as I do a UEFI or BIOS install of Arch and run lsblk I get:
sda-
md126
sdb-
md126
(and using gdisk can create ef00 200M partition and root such as: md126p1 md126p2)
Once I follow https://wiki.archlinux.org/index.php/In … e_RAID_set, and, do:
# modprobe dm_mod
# dmraid -ay
[  39.383447] device-mapper: table: 254:1 striped: Couldn't parse stripe destination
RAID set "isw_dejgjdecda_SSD" was not activated
ERROR: device "isw_dejgjdecda_SSD" could not be found
I am hoping I may end my story here and someone will reply something along the lines of "well, that's because....", and I can continue on my determined attempt to install Arch on this RAID Volume.
However, obviously, I have not just given up at this point, so, some more info just in case it helps:
I can access /dev/md126 in gdisk and use gdisk fully
I can mount/pacstrap/genfstab/chroot/
Then - problems arise - I cannot seem to get the install to boot after having tried either UEFI or BIOS boot using Syslinux, Gummiboot & Grub - always used GPT for the Array by the way.
Any ideas?  Is there a module to load?  I'm still a newbie guys, so, apologies for any glaring mistakes....
Thank you all very much for any help with this.
Frazer.
Last edited by frazer (2014-07-10 11:20:04)

Replying per your email request.  I have hardly zero experience with fakeraid.  I ran one for a few weeks but then discovered zfs and never looked back.  Sorry dude.

Similar Messages

  • Problem Installing 817 on Windows 2000 with RAID Array

    I am having a problem installing Oracle under windows 2000 which has 2 x 60 GB discs configured in RAID array. When I run the setup program the cursor goes busy for about 10 seconds and returns back to normal and nothing happens !. No errors nothing.
    However when I run the Object Manager in the ods_preinstall directory it starts but in the log file I get the following error message:-
    02/14/02 09:46:18 : (892) : Error in IO Control call for disk PhysicalDrive0 (Error 21)
    02/14/02 09:46:19 : (892) : The count = 28
    02/14/02 09:46:19 : (892) : The signature is 0x443aa035
    02/14/02 09:46:19 : (892) : Error: First Partition of the disk must be an extended disk
    02/14/02 09:46:19 : (892) : Found the partition: 7
    Any idea whats happening....? Has anyone seen this before. Do I need to do something special in teh RAID..?
    TIA
    Martin

    Here are some possible solutions:
    1. The installation notes state that you must be logged on as Administrator to be able to install 9i. Are you logged on as the Administrator? Being logged on as user01 with Administrator priviledges isn't the same as Administrator.
    2. Is the disk full? If I remember my installation correctly, I needed 3 times the size of the files. The documentation will tell you how much space you need.
    Hope these two questions help
    Regards,
    Michael

  • [Solved] Problems installing broadcom-wl

    So, I've been using Arch for about a week now (first time user), and I'm having problems installing my wifi driver.
    My network controller is Broadcom BCM43142. I know that there are many issues with Broadcom chipsets, but this one worked on Ubuntu before, with the Broadcom STA driver.
    Since I worked there, I installed the driver from here (https://aur.archlinux.org/packages/broadcom-wl/), extracted the tarball, cd'd into the folder, did makepkg and everything seemed to install perfectly. Here's the output:
    [swaraj@swaraj broadcom-wl]$ makepkg
    ==> Making package: broadcom-wl 5.100.82.112-13 (Mon Aug 5 15:04:42 UTC 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found hybrid-portsrc_x86_64-v5_100_82_112.tar.gz
    -> Found modprobe.d
    -> Found license.patch
    -> Found linux-recent.patch
    ==> Validating source files with sha1sums...
    hybrid-portsrc_x86_64-v5_100_82_112.tar.gz ... Passed
    modprobe.d ... Passed
    license.patch ... Passed
    linux-recent.patch ... Passed
    ==> Extracting sources...
    -> Extracting hybrid-portsrc_x86_64-v5_100_82_112.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    patching file Makefile
    patching file src/include/bcmutils.h
    patching file src/wl/sys/wl_cfg80211.c
    patching file src/wl/sys/wl_iw.h
    patching file src/wl/sys/wl_linux.c
    patching file src/wl/sys/wl_linux.c
    Hunk #1 succeeded at 244 (offset 4 lines).
    make: Entering directory `/usr/src/linux-3.10.3-1-ARCH'
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/shared/linux_osl.o
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/wl/sys/wl_linux.o
    CC [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/src/wl/sys/wl_cfg80211.o
    LD [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/wl.o
    Building modules, stage 2.
    CFG80211 API is prefered for this kernel version
    Using CFG80211 API
    MODPOST 1 modules
    LD [M] /home/swaraj/Firefox-downloads/broadcom-wl/src/wl.ko
    make: Leaving directory `/usr/src/linux-3.10.3-1-ARCH'
    ==> Entering fakeroot environment...
    ==> Starting package()...
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    -> Stripping unneeded symbols from binaries and libraries...
    ==> Creating package "broadcom-wl"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: broadcom-wl 5.100.82.112-13 (Mon Aug 5 15:04:45 UTC 2013)
    But now, when I pacman -U broadcom-wl, I get this error:
    [swaraj@swaraj broadcom-wl]$ sudo pacman -U broadcom-wl
    [sudo] password for swaraj:
    loading packages...
    error: 'broadcom-wl': could not find or read package
    Any idea what could be causing this?
    Edit: I tried the same thing with b43-firmware (https://aur.archlinux.org/packages/b43-firmware/), and I get the same output when trying to pacman -U. Is there something wrong with my system?
    Last edited by swaraj (2013-08-05 11:38:23)

    Pass the full filename to pacman -U
    -U, --upgrade
    Upgrade or add package(s) to the system and install the required dependencies from
    sync repos. Either a URL or file path can be specified. This is a “remove-then-add”
    process. See Upgrade Options below; also see Handling Config Files for an explanation
    on how pacman takes care of config files.

  • [SOLVED] Problem installing gnome-extra packages

    I have completed the installation and all that left is gnome-extra packages. I fetched the packages and after the integrity check it says
    Failed to commit transaction invalid or corrupted packages
    gnome-games-3.0.21- <pacgae_info> is either invalid or corrupted
    and the installation exits.
    Now how do I fix this. I tried forcing the upgrade process by pacman -Syu but to no avail. Can you help me fixing the issue.
    Regards
    Last edited by Shashwat (2011-06-04 09:42:46)

    Ok I solved the problem.
    First I removed the problematic packages from /var/cache/pacman/pkg and then used rankmirrors to get the best mirror.
    After that used pacman -Syy to refresh and reinstalled the gnome-extra package .. Working fine
    Thanks

  • [SOLVED]Problem installing ATI catalyst drivers

    Hello arch users, ive been having trouble when installing the ati proprietary drivers through pacman. I followed the wiki and added the catalyst repo into my pacman.conf file. however when i type in sudo pacman -Syu i get this:
    :: Synchronizing package databases...
    error: failed retrieving file 'catalyst.db' from catalyst.apocalypsus.net : The requested URL returned error: 404
    error: failed to update catalyst (download library error)
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    there is nothing to do
    and when i try to install catalyst and catalyst-utils i get this as an output:
    resolving dependencies...
    looking for inter-conflicts...
    :: catalyst-utils and libgl are in conflict. Remove libgl? [y/N] y
    :: catalyst and ati-dri are in conflict. Remove ati-dri? [y/N] y
    Targets (6): ati-dri-8.0.4-1 [removal] libgl-8.0.4-1 [removal]
    netkit-bsd-finger-0.17-7 xinetd-2.3.15-2 catalyst-12.6-3
    catalyst-utils-12.6-1
    Total Installed Size: 121.91 MiB
    Net Upgrade Size: 74.13 MiB
    Proceed with installation? [Y/n] y
    (4/4) checking package integrity [######################] 100%
    error: catalyst-utils: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: catalyst: signature from "Vi0L0 <[email protected]>" is unknown trust
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    any idea on what to do?
    i want to use the proprietary over the open source because it gives me less problems when using 3d rendering.
    or are there any other ways of installing these packages other than pacman?
    Last edited by CokaBear (2012-07-19 19:45:35)

    You could add 'SigLevel = Never' under the catalyst repo in pacman.conf, so that it doesn't check for package integrity.
    And about the 404, maybe your 'Server' is incorrect. I use 'Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch'

  • [Solved] Problem installing et-sdl-sound from AUR

    Hey All,
    Ok now! I know that there are several threads on this forum related to this issue, but the question I have is slightly different and may even sound silly, but I just cannot figure it out.
    I tried installing Wolfenstein: Enemy Territory from AUR. The sound didn't work out-of-the-box. Just as expected because the comments against the package on AUR had warned me so: http://aur.archlinux.org/packages.php?ID=2063
    When I researched a little I found out that, to make sound work, I had to install et-sdl-sound package: http://aur.archlinux.org/packages.php?ID=9777
    So I went ahead and did this:
    1. download the tarball from AUR
    2. tar -zxvf et-sdl-sound.tar.gz
    3. cd et-sdl-sound
    4. makepkg -s
    Now when I do the "makepkg -s" it fails with the error: "ERROR: A failure occured in build()"
    Going by the comments on the package in AUR, adding a line #include <unistd.h> to one of the .cpp file supposedly should fix this error. I did this.
    But when I try to run the command makepkg -s it overwrites the file I just modified. Can someone please tell me how do I overcome this? How do I make makepkg use the .cpp file with the modification that I made?
    Thank you,
    Nachiket
    Last edited by Nachiket (2012-06-12 06:04:37)

    Perhaps makepkg's man page will have an option to not extract source files; use whatever source already exists in the src/ directory
    Last edited by SS4 (2012-06-11 16:14:25)

  • [SOLVED]Problems installing Arch 64 on Dell M1530

    Hey Guys I'm having difficulties installing on my lappy. This is basically what I did:
    Installed using all the packages etc. and after the install I rebooted was presented with a bash. This is what I did:
    pacman -S xfce4
    pacman -S esd
    pacman -S nvidia
    pacman -S xorg
    nvidia-xconfig
    But when I run startxfce4 it gives me a blank (black) screen. Seriously have no clue what I should do.
    xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Optiont "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kdb"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    EndSubSection
    EndSection
    Thanks in advance.
    Last edited by fixel (2009-03-27 11:57:37)

    I added hal and fam to my rc.conf.
    I can now get into xfce. But mouse/keyboard/touchpad still don't work. Any output you need that might help?
    EDIT: Current xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Feb 5 00:08:50 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "se"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "true"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by fixel (2009-03-27 11:40:55)

  • [solved] Problem installing nvidia driver

    i wrote in the terminal
    pacman -S nvidia
    resolving dependencies...
    looking for inter conflicts...
    ::nividia-utils conflicts with libgl. Remove libgl [Y/n] Y
    error:failed to prepare transaction  (could not satisfy dependencies)
    :: savage-dri :requires libgl=7.6
    Then i put pacman -S libgl=7.6
    that goes without a hitch.
    then i repeated pacman -S nvidia and i  get the same messsag
    Last edited by Romanrp (2009-11-20 20:27:51)

    kazuo wrote:
    fsckd wrote:
    kazuo wrote:nvidia dont need libgl.
    Yes it does, very indirectly, but yes it does.
    Are you sure?
    sudo pacman -S libgl
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    :: libgl conflicts with nvidia-utils. Remove nvidia-utils? [Y/n]
    Truly, my world has been shattered.

  • Can't install Intel Matrix Storage Driver on Vista 64 bit P-35 NEO-2 FR

    I downloaded the Intel Matrix Storage Manager File to support E-SATA drivers. In the notes section it states "NOTE 1: If the system is running Windows* 64-bit version,
            the Intel(R) Matrix Storage Manager driver supporting
            64-bit should be used."
    How do I install the Intel Matrix Storage Manager Driver for my P-35 so my board will dectect E-sata connections? It's telling me that the installation can't continue becuase my computer does not meet the minimum requirements. This cannot be.
    Here's the link for the file I downloaded from MSI for Intel Matrix Storage Manager Driver
    http://www.msi.com/index.php?func=downloaddetail&type=driver&maincat_no=1&prod_no=1261

    Quote
    then blue screened.
    This is a Windows Problem.  The generic SATA AHCI Drivers that come with Vista are pretty much crab and don't always work (that is why you get a bluescren, usually with a 0x0000007b stop error).
    The cleanest way to solve the problem is to reinstall Windows Vista with AHCI Mode enabled in BIOS and integrate the Intel ICH9R SATA AHCI Drivers in Vista Setup.  Another way is to try a repair installation after you have enabled the AHCI Mode (doesn't always work).  A third way is to force Windows to use the Intel Drivers via a registry patch.  I am not sure how well that will work with Vista.  The procedure for XP is described here:
    https://forum-en.msi.com/index.php?topic=106575.0
    You may wanna give it a try.

  • Problems Installing RAID System

    This is my first attempt at building a RAID system and I'm having a bit of trouble.  I'd like to install Arch on one hard drive and then create a RAID-5 array using several 1TB drives I have lying around.  The RAID array will only be used for storage--the operating system will be on its own drive.  I'm planning on using the RAID controller on my motherboard (Abit IP35 Pro), which I believe provides hardware RAID support (someone please correct me if this is wrong).
    From what I've read, it sounds like the best way to get this set up is by installing the operating system first and later adding in the disks and creating the RAID array.  The steps I've taken so far are as follows:
    1) Remove all disks except for the one I'll be using for the operating system.
    2) Go into BIOS and set SATA mode to "RAID"
    3) Install Arch
    Arch gets installed just fine, but when I try to boot into it, I get a kernel panic with the following error message:
    /init: export: line 63: : bad variable name
    Kernel panic - not syncing: Attempted to kill init!
    Pid: 1, comm: init Not tainted 2.6.36-ARCH #1
    Call Trace:
    If I go into the BIOS and change the SATA mode back to "AHCI," then Arch boots up just fine.
    I've found a lot of documentation on installing software raid/fake raid systems, but I haven't found much on configuring Arch for hardware raid.  I've also seen the documentation on dmraid which looks like it might work for me, but I believe that is a software solution and I'd like to take advantage of my hardware controller if possible.
    Can anyone else share some insight?  Thanks all and Merry Christmas!

    i think its fake raid not hardware raid.

  • Problems installing Windows XP on Toshiba Mini NB205

    Hi there,
    I received my new Mini yesterday.  I re-partitioned and installed Windows 7 and it worked perfectly, but I am trying to install a cleaner version of XP on another partition using and external CD-ROM drive and it is giving me grief.  Basically, XP setup can't find the hard drive.
    I tried the usual F6 when it says "Press F6 if you need to install a third party SCSI or RAID driver" but it doesn't seem to register.  It's like it doesn't register that I am pressing F6.  But even if it did, I'm not sure I have the appropriate driver.
    Not sure what I am doing wrong.  Anyone have any ideas?
    Thanks!
    Billy
    Solved!
    Go to Solution.

    --------------------8<------------------- <snip> ------------------
    You need to make sure that your XP install disk is at least SP1 level or higher for it to recognize a hard drive larger than 137gb in size.  You can integrate SP1, 2, or 3 into your XP Instlal Disk by using nLite as per this guide.
    Because Windows XP doesn't have native SATA support you'll need to do one of two things to install XP on your system.  You'll need to follow this guide to integrate your SATA drivers into your XP Install Disk.  DO yourself a huge favor and use the SATA drivers that they provide.  You can integrate your Service Packs during this proceedure as well.
    The other option is as follows. 
    --------------------8<------------------- <snip> ------------------
    Switching back to AHCI (Runs a little faster than ATA mode)
     - First step is to install the basic Motherboard Chipset Driver and ONLY this driver. Do
    not install anything else prior to installing the Intel Matrix Storage Manager Driver as
    outlined below.
    - Download the Intel Matrix Storage Manager here:
    http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=2101
    - Once you download the file, run it with the -a switch:
        iata89_enu.exe -a
    This will NOT install the Matrix Storage Manager. What this will do is run the installer, and
    ONLY EXTRACT the files to C:\Program Files\Intel\Intel Matrix Storage Manager. Again, this
    does NOT install anything.
    - Your drivers are now located in C:\Program Files\Intel\Intel Matrix Storage Manager. They
    will be found in either \Driver, or \Driver64, depending on whether you're running a 32-bit
    or 64-bit OS.
    - Go to Device Manager --> IDE ATA/ATAPI controllers. Double-click on the Intel ICH8M 3-port
    SATA Controller - 2828... remember, *ONLY* click on the device that ends with 2828.
    - Go to Driver tab, and choose to Update Driver.
    - Tell the Wizard prompts:
    - No, not this time
    - Install from a list or specific location (Advanced)
    - Don't Search. I will choose the driver to install.
    - Click the "Have Disk" button. Point it to C:\Program Files\Intel\Intel Matrix Storage
    Manager\Driver (or Driver64).
    - Choose the driver you want to install....
    - After you install the driver and click OK out of every menu, reboot the laptop.
    -) During reboot, go into BIOS and turn on AHCI mode
    --------------------8<------------------- <snip> ------------------
    Install your drivers in this order.
    Restart after each driver and take the time to test between drivers.
    Some will apply and some won't.
    Chipset software
    Display driver
    Sound driver
    Modem Driver
    If your machine has the internal WiFi card, then install the WLAN and/or WiFi driver
    ACPI Common Modules (required for Power management tools to function)
    Toshiba Console
    Display Hotkey utility
    Touchpad Driver
    Touchpad enable/disable utility
    Toshiba Network Device Switch utility
    Toshiba Power Saver Utility
    Toshiba Controls
    Toshiba Utilities
    --------------------8<------------------- <snip> ------------------
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • [Solved] RAID 0 with Arch Linux and Intel Matrix Storage Manager

    I just bought a brand new DELL Studio desktop and it has 2 500 HD's which I would like to run in RAID 0. I've setup the BIOS to run the RAID 0. Now I want the arch linux installation to recognise the volume. I followed the guide on the wikipage
    http://wiki.archlinux.org/index.php/Ins … _Fake-RAID
    but /dev/mapper doesn't show anything after modprobing the modules and installing dmraid. My controller is a intel matrix storage controller, so what module should I modprobe because sata_sil isn't the right one.
    Regards
    André
    Last edited by fettouhi (2008-12-15 10:57:18)

    you have a separate /boot partition, so your menu.lst must say :
    root (hd0,0) # the partition including /boot
    kernel /vmlinuz26 ... # without leading /boot
    initrd /kernel26.img # without leading /boot
    (in grub, / is the root of the partition that was set with the root command, your vmlinuz26 and kernel26.img are in (hd0,0)/, not in (hd0,0)/boot/)
    did you install from core CD or from FTP ?
    there was a dmraid update few weeks ago that modified device names that dmraid creates :
    it add "p" before the number of the partition (your iws...Volume0 don't change, but your iws...Volume0# change to iws...Volume0p#)
    if you installed from core CD, you will only need to add this "p" when you will upgrade dmraid (or the full system)
    (you will then need to edit both /boot/grub/menu.lst and /etc/fstab)
    if you installed from FTP, you need to add this "p" now, as you installed last version of dmraid

  • I've really screwed this up ... trying to install with fake raid

    Howdy,
    Last week after performing a pacman upgrade I had an issue where I decided to re-install my machine.  However, that's not why I am writing this post at this time.
    In the process of trying to do a clean install I inadvertently mixed up Software Raid and Fake Raid stuff.  I want to use the Fake Raid instead of the Software Raid
    with mdadm.  However, after I boot the installer and load the dmraid (per the instructions on the Wiki [Installing _with_Fake_RAID] I see the following:
    [root@archiso ~]# modprobe dm-mod
    [root@archiso ~]# dmraid -ay
    [ 344.968115] device-mapper: table: 254:3: mirror: Device lookup failure
    RAID set "isw_fcbggahhg_Volume0" was not activated
    ERROR: device "isw_fcbggahhg_Volume0" could not be found
    However, here is what I see that I think is causing the problem:
    [root@archiso ~]# cat /proc/mdstat
    Personalities : [raid1]
    md126 : active raid1 sda[1] sdb[0]
    488383488 blocks super external:/md127/0 [2/2] [UU]
    [==>..................] resync = 11.0% (53857728/488383620) finish=78.0min speed=92829K/sec
    md127 : inactive sdb[1](S) sda[0](S)
    5928 blocks super external:imsm
    unused devices: <none>
    [root@archiso ~]#
    The RAID controller on the machine is an Intel(R) Matrix Storage Manager option ROM v8.0.0.1038 ICH10R wRAID5.  I have the two Hitachi 500GB drives
    configured in the RAID Volume as RAID1.
    Again, I think that the first thing I need to do is to wipe out any instances or references on the disks regarding the mdadm stuff.  Can anyone help me
    with this?  Secondly, after wiping out any of the mdadm stuff shouldn't the RAID set come up automatically in the installer after I load the dm-mod module
    and the dmraid -ay command?
    Any and all help is greatly appreciated,
    Pete

    Well, I did make a little bit more progress.  I decided to try an install off the archlinux-2010-05 netinstall duo cd
    that I had here and things seem to be working the way that they should.  Meaning after I boot the installer and do
    a modprobe dm-mod and then a dmraid -ay it sees and activates the RAID set.  I then can do a vgscan and a
    vgchange -ay and have it load the VolumeGroup and Logical Volumes that I have setup and proceed to the install.
    Things go as they should until I get to the end part where I need to install GRUB.  I followed the instructions and
    all seems to have gone the way that it should but the machine won't boot.  Any ideas?
    Pete

  • Intel RAID error in Device Manager after updating Intel Matrix Storage Console

    The latest in my catalogue of problems arose after updating Intel Matrix Storage Console (IMSC) ...
    Lost my RAID volume, but both drives were OK. However, IMSC seemed to be freezing, so I thought I'd install the latest version from Intel. Once installed, it gave me errors saying a plug in was not found, followed by messages saying that the SATA and RAID drivers were not installed. Device Manager thinks the drivers are OK, but the yellow triangle with the ! is shown against the Intel RAID driver. Tried un-installing and re-installing the controller, updating the drivers, different versions of IMSC and still get the yellow triangle with the !
    I have been having trouble with the RAID0 set up for weeks so wonder if it has finally died? I'm out of ideas. Can anyone help?
    This post gives more details of the history and PC configuration: https://forum-en.msi.com/index.php?topic=121960.0

    Quote from: NovJoe on 23-March-09, 14:53:31
    Why don't you want to follow up with your previous thread?
    It'll be confusing when you started multiple threads linking to the issue.
    Sorry, I haven't posted here much so I'm not familiar with the protocols. I just thought it would be less confusing to make this a separate issue. I linked them to avoid duplicating info on my config & h/w

  • Cannot boot into Arch using Gummiboot and Intel fake RAID

    This is my first time installing Arch Linux in a few years. The installation seemed to go fine, but I can't boot into it. At this point, when I try to boot into it this is my console output: http://pastie.org/9389435
    First of all, what confuses me about this output are the RAID lines. My system currently has two RAID arrays: My RAID0 array where Windows 7 is installed and my RAID1 array where I'm attempting to install Arch Linux. My fstab nor Gummiboot entry files refer to the RAID0 array at all. Why does it activate the partitions on the RAID0 array but not the RAID1 array?
    Second of all, lines 10, 11, 14, and 16 refer to /dev/sdd3. When I mount the partitions on my RAID array using the Arch live CD, I have to refer to them as either /dev/md/RAID1_0p1-4 or /dev/md124p1-4. The /dev/sda-sdd seem to refer to the individual drives. Why is it different when I try to boot into the system?
    Here is my current fstab: http://sprunge.us/bQCT
    The reason fstab is using labels is because the genfstab command generated an fstab that mounted the partitions on the RAID array with their /dev/md124p1-4 names. I noticed these names sometimes changed if I booted back into the live cd, so at one point I changed those names to the /dev/md/RAID1_0p1-4 names. Then in another attempt to fix the problem I'm currently having, I gave each of the partitions labels and I'm now referring to them by their labels in fstab. I also removed the commented UUID's since a few of them had changed since this fstab was generated. Everything to the right of the labels was kept from the original genfstab command.
    Here is my gummiboot arch.conf entry file: http://sprunge.us/HPVb
    I'm also referring to my root partition by label in this file, rather than the UUID which seems to be the norm. The reason for this is because I was previously getting an error saying that it couldn't even find the root partition based on that UUID. As you can see, I left the UUID line commented in case I have to use it again later.
    Here is my mkinitcpio.conf file, which I'm thinking the problem has something to do with this since it's the part I understand the least: http://sprunge.us/IFDL
    The modifications I made to this file were based on what I read in the fake raid article on the Arch wiki. All I did was make sure dm_mod and dm_mirror were added to the MODULES line and dmraid was added to the HOOKS line. At first I also had chipset_module_driver in MODULES, but it just generated warnings when I ran `mkinicpio -p linux` so I took it out. I don't know what that module would be for, since it only says "if necessary" on the wiki.
    As for the emergency shell it puts me in when it fails to boot, there's not really much I can do from there. The filesystem it puts me in looks entirely different from the root filesystem I can mount from the live cd.
    At this point, I'm stumped and I'm not sure where to go from here.

    x:5:respawn:/opt/kde/bin/kdm -nodaemon
    This is the line that's causing it.  It's probably not because of this line, but because kdm isn't starting properly (possibly erroring) and being re-run because of the respawn option.
    Try booting into single user mode, changing the default run level to 3, and debugging it from there (figure out why kdm doesn't want to start right).

Maybe you are looking for

  • Day of the week?

    Is there a way to check if the entered date is a certain day of the week? I just would like to alert the user if the date that was entered, which i have format "m/d/yy" on the format properties, that the date they entered is not a Sunday date. I trie

  • Refreshing af:selectOneChoice values in multi-user environment

    Imagine the following scenario: a) User 1 is looking at a af:selectOneChoice on a web (ADF Faces) page showing some data b) User 2 inserts a new row in the table (from different jsf page) whose data is shown on that af:selectOneChoice, and commits th

  • Can't play Video in Sony Xperia

    This is extremely weird. I deploy my Adobe AIR app as an .apk for my Xperia and everything works fine EXCEPT playing videos. I have tried flash.media.Video (NetStream, NetConnect etc). I get the video to play fine in the Desktop simulator. If I try t

  • How to operate NI 5640r in the interpolat​on mode

    Hi, Anyone knows how to oeprate the NI5640r in the Interpolation mode either using the Driver or by using the FPGA.

  • New u201CData Connectivity u2013 Crystal Reportsu201D forum

    Dear Users, Current Crystal Reports Design forum reached almost 14 thousands threads and it became difficult to search, explore as well as to moderate. Some of you suggested branching out some subjects like Crystal Reports connectivity, Charts, Cross