You are not logged in.

#1 2015-11-09 14:29:51

fatalist
Member
Registered: 2015-11-09
Posts: 1

Can't boot from Intel RST

I have laptop with UEFI, Secure Boot and 2 SSD which are parts of RAID 0 (Intel RAID)
I read https://wiki.archlinux.org/index.php/RA … ux_on_RAID and https://wiki.archlinux.org/index.php/In … _Fake_RAID.
I install the system, configure mdam and mkinitcpio, regenerate initramfs image, configure loader. And while booting, after selecting needed entry in loader, system write "Waiting 10 seconds for device /dev/md/ZERO_0p2".
When recovery shell showed, I looked /dev/ and don't see any of md devices.
Also I tried to run "mdadm --assembly --scan" but nothing happend.

mkinitcpio.conf:

MODULES=""
BINARIES="/sbin/mdmon"
FILES=""
HOOKS="base udev autodetect modconf block mdadm_udev filesystems keyboard fsck shutdown"

mdadm.conf:

ARRAY /dev/md/imsm0 metadata=imsm UUID=6ecf2283:f51e219b:12b8f51f:ecf05d28
ARRAY /dev/md/ZERO_0 container=/dev/md/imsm0 member=0 UUID=e9a252c9:715e22f7:23da6d01:17b1d543

arch.conf (systemd-boot entry):

title	Arch Linux
linux	/vmlinuz-linux
initrd	/initramfs-linux.img
options	root=/dev/md/ZERO_0p2 rw

Also I tried to confrigure RAID with kernel options "root=/dev/md0 md=d0,/dev/sda,/dev/sdb"

What I'm doing wrong?

Last edited by fatalist (2015-11-09 14:30:39)

Offline

Board footer

Powered by FluxBB