Re: [suse-autoinstall] Autoinstall+pxe+raid1
Hi Anas, Yes, I am using the original files that come with the SuSE 9.0 Pro. I tried SuSE 8.2 Pro and it worked. Thanks, Mouncef Anas Nashif <nashif@suse.de> To: Mouncef_Belcaid@blm.gov cc: suse-autoinstall@suse.com 01/15/2004 06:54 Subject: Re: [suse-autoinstall] Autoinstall+pxe+raid1 PM Hi, Are you using the original installation files, ie. kernel, initrd? This is probably due to version mismatch, the raid modules should be loaded automatically... Anas Mouncef_Belcaid@blm.gov wrote:
Hi everyone!
I have two 40GB drives that I want to mirror (hda and hdc). I am trying
install SuSE 9.0 Pro using autoyast. I tried using software raid (raid1) with no success. At the formatting stage of the auto installation I get
to the
following error: "Error Could not load module raid1"
I would like to put /boot and / in /dev/md0 and /dev/md1. I also created two swap partitions, one in each drive. Here is my raid config in the XML control file: ======================================================= <partitioning config:type="list"> <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_type>primary</partition_type> <raid_name>/dev/md0</raid_name> <raid_type>raid</raid_type> <size>100mb</size> </partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_type>primary</partition_type> <raid_name>/dev/md1</raid_name> <raid_type>raid</raid_type> <size>36gb</size> </partition> <partition> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type>primary</partition_type> <size>1gb</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/hdc</device> <partitions config:type="list"> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_type>primary</partition_type> <raid_name>/dev/md0</raid_name> <raid_type>raid</raid_type> <size>100mb</size> </partition> <partition> <partition> <format config:type="boolean">false</format> <partition_id config:type="integer">253</partition_id> <partition_type>primary</partition_type> <raid_name>/dev/md1</raid_name> <raid_type>raid</raid_type> <size>36gb</size> </partition> <partition> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type>primary</partition_type> <size>1gb</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/md</device> <partitions config:type="list"> <partition> <filesystem config:type="symbol">xfs</filesystem> <format config:type="boolean">true</format> <mount>/boot</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">0</partition_nr> <raid_options> <chunk_size>4</chunk_size> <parity_algorithm>left-asymmetric</parity_algorithm> <raid_type>raid1</raid_type> </raid_options> </partition> <partition> <filesystem config:type="symbol">xfs</filesystem> <format config:type="boolean">true</format> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">1</partition_nr> <raid_options> <chunk_size>4</chunk_size> <parity_algorithm>left-asymmetric</parity_algorithm> <raid_type>raid1</raid_type> </raid_options> </partition> </partitions> <use>all</use> </drive> </partitioning> =========================================================
Any help will be greatly appreciated.
Thanks, mb
-- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (1)
-
Mouncef_Belcaid@blm.gov