

If step 6 is not done, then system will show "GRUB loading" and restart again endlessly after power on. If step 3 is not done,then there will be an error " GPT partition xxxx " and failed when installing grub2 into disk。 There is some information to be added here. Make it like this here: INITRD_MODULES="megaraid_sas ata_piix lpfc ata_generic mptbase,mptscsih,mptspi"Ħ replace all rescume=xxxxxx with rescume=norescume in /etc/grub2/grub.cfg or remove rescume=xxxx complete.this can also be done in yast.Ĩ reboot system and system should boot normally. Ls -l lib/modules/$(uname -r)/kernel/drivers/messages/fushion |grep -i mptĪdd mptbase module into initrd if needed.Īdd modules in this line : INITRD_MODULES="megaraid_sas ata_piix lpfc ata_generic" and rebuild initrd image. Mv initrd-$(uname -r) initrd-$(uname -r).xz if not,add those modules and rebuild initrd If the wrong disk UUID is used to identify the disk or partition to mount,correct it.ĥ check if modules mptbase,mptscsih,mptspi is built into initrd or not. Use blkid to identify the uuid of each disk and partition. Hi, everybody,now this problem is solved and costs me more than 3 days.I want to share the solution.ģ change boot GPT partition attribute,so we can install boot loader into the boot disk.Ĥ check /etc/fstab and correct it if needed.
