From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 Message-ID: <50E9DA83.3000607@complife.ru> Date: Mon, 07 Jan 2013 00:11:47 +0400 From: "Michael A. Kangin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: shigorin@gmail.com, ALT Linux Sisyphus discussions References: <20121229165744.4cf492fb@boyarsh.office.altlinux.ru> <16355453.pBu7mvXAWZ@nenderus-pc.localdomain> <50E974BF.7040500@complife.ru> <20130106143154.GB9659@osdn.org.ua> In-Reply-To: <20130106143154.GB9659@osdn.org.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [sisyphus] =?utf-8?b?0JDQu9GM0YTQsC3QstC10YDRgdC40Y8gQ2VudGF1cnVz?= =?utf-8?q?_=2820121229=29?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 20:11:55 -0000 Archived-At: List-Archive: List-Post: 06.01.2013 18:31, Michael Shigorin пишет: >> > 2) При автоматической разбивке после раздела с /boot/efi >> > создался пустой раздел без ФС на 8 МБ зачем-то >> Хм, а какой тип раздела? Уж не EF02 ли? > > Это систематическое -- наверное, стоит повесить minor > на alterator-vm, чтобы до релиза не забыть зачистить > (или уже применить, если было какое-то назначение). Такой раздел нужен грубу, чтобы он мог поставиться на GPT. -------------- However, in the GPT setup, there is no space following the 512-byte MBR for embedding the "second stage" core.img. Thus, you must make a separate "BIOS boot partition" to hold core.img. You can set bios_grub flag in gparted or with command line: In GPT fdisk (gdisk), give it a type code of EF02. sudo parted /dev/sda set bios_grub on -------------- Иначе можно получить такое: /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. /usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. /usr/sbin/grub-setup: error: will not proceed with blocklists. -- wbr, Michael A. Kangin