X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 23919DC1667 for ; Wed, 16 Dec 2015 15:16:05 +0000 (UTC) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 10D27DC00FF for ; Wed, 16 Dec 2015 15:16:03 +0000 (UTC) Received: by mail-wm0-f41.google.com with SMTP id l126so44087701wml.1 for ; Wed, 16 Dec 2015 07:16:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6tLa1c6Iy/9OjFUVe1SIFJgB7Dg1gIiCiMubIX0xMso=; b=fMjHLvqqjiqAbgJruf7KTl349dFJCXMCAiN4vgKFw4rLukx9KCrWgCEQBn1d73eDPZ XdTAygFvT8+n1FW6WuueQ7cMh1kT8Uh9gowqubBZDChMqdctMVihDI/SOc4VQ9ezDamJ ZibLRXCn7j6mejXhRCIyDd2Wi7rrEwoqB2ZBPphQ6+cFE5YmXCysp2t6HD7Sf1jDJ0j1 FdCVCATT5if9lVOmtn4cLrpwTOHPPGCx4pnLvT+PQbnXxZ3aoUb3//IVbNUSw/dd/Qw7 UHLOz6afi+4APVEldcXNENG4n82ZGC7vegjJM7MSEuLDRiPjm0h5EH+/gTq0vFw6IjQ7 IlOQ== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.28.177.10 with SMTP id a10mr11949643wmf.4.1450278960513; Wed, 16 Dec 2015 07:16:00 -0800 (PST) Received: by 10.28.90.132 with HTTP; Wed, 16 Dec 2015 07:16:00 -0800 (PST) In-Reply-To: References: <1449833746-15227-1-git-send-email-valery.kartel@gmail.com> <20151215112130.7351192b@ncopa-desktop.alpinelinux.org> Date: Wed, 16 Dec 2015 17:16:00 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/alpine-conf: Change /etc/lbu/lbu.conf permissions to 644. Filesystems creation fixes and description added in setup-disk script. From: Valery Kartel To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a114526be444e24052705622e X-Virus-Scanned: ClamAV using ClamSMTP --001a114526be444e24052705622e Content-Type: text/plain; charset=UTF-8 Now I tried to make xfs as BOOTFS on alpinelinux-3.2.3. All seems good, syslinux boots it but initramfs lacks kernel modules xfs depend on. So it can't mount root filesystem. Then I upgrade installation media to the edge and made the same test-installs with btrfs & xfs boot partition. It doesn't boot at all. I see the only SYSLINUX info-line and virtual-machine perfomance meters shows 100% cpu loading. It seems that something broke in the new alpinelinux version :( 2015-12-15 14:07 GMT+02:00 Valery Kartel : > I made a second test: > Firstly I upgrade previously installed 3.2.3 to edge. Then I connect > second drive '/dev/vdb' and apply setup-disk to it. > All sems fine but vm does not boot from second drive. It stuck on SYSLINUX > info-line. > > I compare both /dev/vda1 and /dev/vdb1 partitions. They are the same but > from /dev/vda1 it boots and from /dev/vdb1 don't. > > :( > > > 2015-12-15 12:21 GMT+02:00 Natanael Copa : > >> On Fri, 11 Dec 2015 13:35:46 +0200 >> Valery Kartel wrote: >> >> >> > @@ -0,0 +1,71 @@ >> > +--- old/setup-disk.in >> > ++++ new/setup-disk.in >> ... >> >> > +@@ -917,6 +920,12 @@ >> > + -s Use SWAPSIZE MB instead of autodetecting swap size (Use 0 to >> disable swap) >> > + -v Be more verbose about what is happening >> > + >> > ++If BOOTFS, ROOTFS, VARFS are specified, then format a partition with >> specified >> > ++filesystem. If not specified, the default filesystem is ext4. >> > ++Supported filesystems for >> > ++ boot: ext2, ext3, ext4, btrfs >> >> I actually tested this. It does not boot if BOOTFS=btrfs. >> >> -nc >> > > --001a114526be444e24052705622e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Now I tried to make xfs as BOOTFS on alpinelinux= -3.2.3. All seems good, syslinux boots it but initramfs lacks kernel modules xfs depend on. So it can't moun= t root filesystem.

Then I upgrade installation media to the= edge and made the same test-installs with btrfs & xfs boot partition.<= br>
It doesn't boot at all. I see the only SYSLINUX info-line a= nd virtual-machine perfomance meters shows 100% cpu loading.

It s= eems that something broke in the new alpinelinux version :(
<= /div>

2015-12-15 1= 4:07 GMT+02:00 Valery Kartel <valery.kartel@gmail.com>= :
I made = a second test:
Firstly I upgrade previously installed 3.2.3 to edge. The= n I connect second drive '/dev/vdb' and apply setup-disk to it.
=
All sems fine but vm does not boot from second drive. It stuck on SYS= LINUX info-line.

I compare both /dev/vda1 and /dev/vdb1 = partitions. They are the same but from /dev/vda1 it boots and from /dev/vdb= 1 don't.

:(


2015-12-15 12:21 = GMT+02:00 Natanael Copa <ncopa@alpinelinux.org>:
On Fri, 11 D= ec 2015 13:35:46 +0200
Valery Kartel <valery.kartel@gmail.com> wrote:


> @@ -0,0 +1,71 @@
> +--- old/setup-disk.in
> ++++ new/setup-disk.in
...

> +@@ -917,6 +920,12 @@
> +=C2=A0 -s=C2=A0 Use SWAPSIZE MB instead of autodetecting swap size (U= se 0 to disable swap)
> +=C2=A0 -v=C2=A0 Be more verbose about what is happening
> +
> ++If BOOTFS, ROOTFS, VARFS are specified, then format a partition with= specified
> ++filesystem. If not specified, the default filesystem is ext4.
> ++Supported filesystems for
> ++=C2=A0 boot: ext2, ext3, ext4, btrfs

I actually tested this. It does not boot if BOOTFS=3Dbtrfs.

-nc


--001a114526be444e24052705622e-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---