<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3784&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3784</link>
		<description><![CDATA[The most recent posts in [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?.]]></description>
		<lastBuildDate>Thu, 03 Sep 2020 16:11:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24424#p24424</link>
			<description><![CDATA[<p>By the way I think I solved the issue leaving the second disk in a partionless state, other thing is creating /boot outside of the btrfs filesystem; I did the same on my real hardware (WOW!!! <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> ) and it worked.</p><p>Soon my recommendations or at least what I did... :-P</p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Thu, 03 Sep 2020 16:11:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24424#p24424</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24368#p24368</link>
			<description><![CDATA[<p>I re-did the installation and this time the issue doesn&#039;t happen, perhaps because I did all my steps clearly and in the right sequence, and now I have Devuan on a Btrfs RAID using subvolumes as partitions:</p><div class="codebox"><pre class="vscroll"><code>gnuser@devuan:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Devuan GNU/Linux 3 (beowulf)
Release:	3
Codename:	beowulf

gnuser@devuan:~$ mount | grep btrfs
/dev/sdb1 on / type btrfs (rw,noatime,discard,space_cache,autodefrag,subvolid=268,subvol=/@)
/dev/sdb1 on /home type btrfs (rw,noatime,discard,space_cache,autodefrag,subvolid=270,subvol=/@home)
/dev/sda3 on /media/snapshots type btrfs (rw,relatime,space_cache,subvolid=5,subvol=/)

gnuser@devuan:~$ sudo btrfs fi df /
Data, RAID0: total=4.00GiB, used=3.64GiB
System, RAID1: total=32.00MiB, used=16.00KiB
Metadata, RAID1: total=256.00MiB, used=125.92MiB
GlobalReserve, single: total=16.00MiB, used=0.00B
gnuser@devuan:~$ sudo btrfs fi show
Label: &#039;btraid&#039;  uuid: cf6cf3c5-f308-46b8-b4e8-dea7ad870436
	Total devices 2 FS bytes used 3.76GiB
	devid    1 size 16.00GiB used 2.28GiB path /dev/sdb1
	devid    2 size 16.00GiB used 2.28GiB path /dev/sdc

Label: &#039;snapshots&#039;  uuid: bcbe0d7f-14c9-4ad4-86c4-27362d64ef93
	Total devices 1 FS bytes used 3.66GiB
	devid    1 size 5.59GiB used 4.51GiB path /dev/sda3

gnuser@devuan:~$ lsblk 
NAME             MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
sda                8:0    0   16G  0 disk  
├─sda1             8:1    0  524M  0 part  /boot/efi
├─sda2             8:2    0  525M  0 part  /boot
├─sda3             8:3    0  5.6G  0 part  /media/snapshots
└─sda4             8:4    0  9.4G  0 part  
  └─sda4_crypt   254:0    0  9.4G  0 crypt 
    ├─vgcr0-swap 254:1    0  3.7G  0 lvm   [SWAP]
    └─vgcr0-enc  254:2    0  5.7G  0 lvm   /mnt/private
sdb                8:16   0   16G  0 disk  
└─sdb1             8:17   0   16G  0 part  /home
sdc                8:32   0   16G  0 disk  
sr0               11:0    1 1024M  0 rom   </code></pre></div><p>I am almost ready to install Devuan on a real hardware!!! <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Sat, 29 Aug 2020 06:49:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24368#p24368</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24355#p24355</link>
			<description><![CDATA[<p>It is not a challenge... <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> But I&#039;d like to have every steps working fine before to post something... <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Fri, 28 Aug 2020 03:51:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24355#p24355</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24352#p24352</link>
			<description><![CDATA[<div class="quotebox"><cite>Danielsan wrote:</cite><blockquote><div><p>I won&#039;t get in the details now but after installation I was able to create BTRFS raid, create my subvolumes, and run Devuan from them.</p></div></blockquote></div><p>Is this to be a challenge thread then? <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Can we at least see the contents of /boot/grub/grub.cfg?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 27 Aug 2020 18:27:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24352#p24352</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] BTRFS on RAID and SUBVOLS but double entry on GRUB, why?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24349#p24349</link>
			<description><![CDATA[<p>Hi guys,</p><p>I am here again, I have been trying Artix and Obarun, but I think that I feel more comfortable with Debian based distro.</p><p>I won&#039;t get in the details now but after installation I was able to create BTRFS raid, create my subvolumes, and run Devuan from them. But when I update GRUB it finds a second installation of Devuan when it is actually one. You can boot from SDA1 or SDB1 and you get same environment, but it is unwanted and probably a manifestation of a wrong step somewhere.</p><p>How can I get grub recognize properly the only Devuan the lies on the RAID striped mode over two disks?</p><p>May it depend by an that version of GRUB itself? </p><p>Anyway I found another method that create BTRFS RAID and SUBs during the installation time:<br /><a href="https://www.paritybit.ca/blog/debian-with-btrfs" rel="nofollow">https://www.paritybit.ca/blog/debian-with-btrfs</a></p><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Danielsan)]]></author>
			<pubDate>Thu, 27 Aug 2020 16:25:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24349#p24349</guid>
		</item>
	</channel>
</rss>
