From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85534C433EF for ; Wed, 29 Jun 2022 11:23:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231386AbiF2LXc (ORCPT ); Wed, 29 Jun 2022 07:23:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230478AbiF2LXb (ORCPT ); Wed, 29 Jun 2022 07:23:31 -0400 Received: from mallaury.nerim.net (smtp-103-wednesday.noc.nerim.net [178.132.17.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2F3692529B for ; Wed, 29 Jun 2022 04:23:27 -0700 (PDT) Received: from [192.168.0.250] (plouf.fr.eu.org [213.41.155.166]) by mallaury.nerim.net (Postfix) with ESMTP id DD230DB17C; Wed, 29 Jun 2022 13:23:21 +0200 (CEST) Message-ID: <144f90ea-384e-1971-30b0-e39cfb9a4aa9@plouf.fr.eu.org> Date: Wed, 29 Jun 2022 13:23:15 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: Upgrading motherboard + CPU Content-Language: en-US To: Ram Ramesh , Alexander Shenkin , Linux Raid References: <20220624234453.43cf4c74@nvm> <22102e4b-4738-672d-0d00-bbeccb54fe84@shenkin.org> <5cb8d159-be2a-aa6c-888a-fcb9ed4555c1@youngman.org.uk> <20220625030833.3398d8a4@nvm> <1b6c6601-22a0-af2a-81a9-34599b1b0fa7@youngman.org.uk> <20220627160558.0ec507ae@nvm> <693d4b1c-ee58-4cc2-854b-4ae445ff7d24@Spark> <3e756547-ae18-c0d8-209e-8dd1fc43bb0f@plouf.fr.eu.org> <24ac75be-4e0b-0c50-8d87-b673535f7686@shenkin.org> <2bece936-f802-3137-3597-6269b1cfc9bb@gmail.com> <0b025627-8496-030a-2971-6ca72d73b428@gmail.com> From: Pascal Hambourg Organization: Plouf ! In-Reply-To: <0b025627-8496-030a-2971-6ca72d73b428@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-raid@vger.kernel.org On 29/06/2022 04:10, Ram Ramesh wrote : > > Note that you need GPT for UEFI boot disk. This is only a requirement for Windows (and possibly broken UEFI implementations). The UEFI specification allows to boot from a drive with a DOS/MBR partition table. Else, assigning a DOS/MBR partition type code for EFI system partition (0xef) would be pointless. > On 6/28/22 20:05, Alexander Shenkin wrote: >> Once I installed a graphics card, I was able to enable CSM and I've >> booted successfully.  Thanks everyone for your help. Converting to >> UEFI would be a good idea, though not sure how easy that will be given >> that /boot is a RAID1 array (how do you resize all the partitions, etc?). Setting up redundant EFI boot with software RAID is a pain and a hack. Resizing RAID partitions is a pain. So I advise you keep legacy boot as long as you can (but prepare for EFI boot on a test machine or VM).