From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: Another Installer bug. xfs also not work... Date: Wed, 05 Apr 2023 08:48:54 +0200 Message-ID: <29bf2fd3750394ae8199cfca0087e137@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2222422249041046624==" List-Id: --===============2222422249041046624== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit At my tests about the grub install bug i found another that is there since core173. The install on xfs filesystem fails because xfsprogs refuse to create filesystems smaller than 300MB. https://bugzilla.ipfire.org/show_bug.cgi?id=13077 there are three possible solutions: 1. add "-unsupported" flag to ignore this limit (not sure if this a good idea because we had strange out of space reports in the past also if no additional filles are installed.) 2. enlarge boot partition 3. switch boot partition to ext4 Which is the best solution? Arne --===============2222422249041046624==--