FS#7113 - Installer's raid support is a little flaky
Attached to Project:
Arch Linux
Opened by Dale Blount (dale) - Thursday, 10 May 2007, 13:42 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 13 May 2007, 11:59 GMT
Opened by Dale Blount (dale) - Thursday, 10 May 2007, 13:42 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 13 May 2007, 11:59 GMT
|
Details
After manually setting up my raid devices and going through
/arch/setup, the installer fails to install grub properly.
First off it uses "DEVICE NOT FOUND" as the root, and even
after this is fixed in the grub.conf, it reverts to trying
to use this when "install grub" is chosen.
Catch me in IRC if you need more description. Also, it'd be nice to be able to mount multiple swap partitions if it's not too hard of a change (1 on each raid disk). |
This task depends upon
<supa_user> say you have / on md0 with sda1 and sdb1
<supa_user> you just do a "install-grub /dev/sda /dev/sda1" and "install-grub /dev/sdb /dev/sdb1"
<supa_user> and setup doesn't seem to use the grub.conf I configured when choosing install grub from the menu
partitions is a bigger thing that needs to be worked on