You are not logged in.
Pages: 1
I've been trying to get arch to install with raid in this layout, with ext2 partitions:
/dev/sda1 /dev/sdb1 --> /dev/md1 (raid1 for /boot)
/dev/sda3 /dev/sdb3 -->/dev/md3 (raid0 for /)
I had it working with gentoo, so after the arch wiki failed me, I went to theirs:
http://www.gentoo.org/doc/en/gentoo-x86 … nstall.xml
but when I boot, either way, I get root device not found. I made sure that I had the raid hook before filesystems and that I loaded the modules in /etc/mkinitcpio.conf. I'm not sure what I missed. To fix this, is there a way to mount my installation through the install disk and work on it and what did I do wrong?
Last edited by Reasons (2009-04-03 01:27:34)
Offline
http://wiki.archlinux.org/index.php/Ins … _a_Live_CD
If you want to mount your RAID partition from a Live CD, use
mdadm --assemble /dev/md0 /dev/sda3 /dev/sdb3 /dev/sdc3
(or whatever mdX and drives apply to you)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I caught that right after. For some reason I have yet to discover, the kernel didn't get rebuild after I edited mkinitcpio. All fixed now, for now.
Offline
Pages: 1