<?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=1932&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Refracta Installer needs testers.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=1932</link>
		<description><![CDATA[The most recent posts in Refracta Installer needs testers..]]></description>
		<lastBuildDate>Wed, 14 Mar 2018 15:00:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Refracta Installer needs testers.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7953#p7953</link>
			<description><![CDATA[<p>Thanks! Um, there&#039;s a new one coming soon, but I&#039;ll wait for you to report. I&#039;m sure you&#039;ll see some things that have become invisible to me. Anyway, I just added support for full disk encryption. Only had to add four lines of code and change a couple of on-screen messages.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 14 Mar 2018 15:00:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7953#p7953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Refracta Installer needs testers.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7943#p7943</link>
			<description><![CDATA[<p>ON IT! </p><p>If you had donate button somewhere, i&#039;d send you beer money <img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> Thanks for all you do FSR!</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Mon, 12 Mar 2018 22:00:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7943#p7943</guid>
		</item>
		<item>
			<title><![CDATA[Re: Refracta Installer needs testers.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7942#p7942</link>
			<description><![CDATA[<p>Here are some notes I made for a recent test iso with a newer version of the cli installer. Most of this information applies to the graphical installer, too. Options are mostly controlled in the options window instead of the config file. The parts that talk about which grub is installed and which grub packages are supplied in the iso will only apply if you have those versions of grub installed or available. </p><div class="quotebox"><blockquote><div><p>- The installer allows you to have separate /boot or /home partitions.</p><p>- The root and /home filesystems can be encrypted (without LVM).</p><p>- Other directories can be moved to separate partitions (see config file).</p><p>- Installer will create a 256MB swapfile. To change the size or to use<br />&#160; a swap partition, edit the config file. (/etc/refractainstaller.conf) </p><p>- Installer uses ext filesystems by default. To use other fs types, edit<br />&#160; the config file to turn on the no_format option, and format the<br />&#160; partitions manually.</p><p>Partitioning the disk(s) can be done before running the installer or from <br />within the installer. If you are in a graphical environment, you can use <br />gparted. If you are not in a graphical environment, the installer will run<br />either cfdisk or gdisk. New feature: the installer will let you return to <br />the partitioner before proceeding, in case you want to change something.</p><p>For UEFI Install:<br />grub-efi-amd64 is installed. Near the end of the installation, you will be <br />given a choice to install the bootloader or not.</p><p>For BIOS Install:<br />grub-pc package is in the root of the filesystem, and the installer will <br />know what to do with it. Let the installer copy the package to /target <br />and install the bootloader. You can also skip the bootloader if you<br />plan to use another.</p><p>For 32-bit grub with 64-bit system:<br />grub-efi-ia32 package is in the root of the file system. Install the<br />package before you run refractainstaller or install it to /target in<br />a chroot. The installer will pause to let you do this before it installs<br />the bootloader. It may also work if you let the installer copy the package<br />to /target during the installation.</p><p>For BIOS install with GPT partition table:<br />You will need to create a small partition (&gt;1M), unformatted, with <br />bios_grub flag in parted/gparted or EF02 in gdisk. Otherwise, you will <br />need to boot from a disk that has dos partition table.<br />More info: <a href="http://www.rodsbooks.com/gdisk/bios.html" rel="nofollow">http://www.rodsbooks.com/gdisk/bios.html&quot;</a></p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 12 Mar 2018 21:01:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7942#p7942</guid>
		</item>
		<item>
			<title><![CDATA[Refracta Installer needs testers.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=7939#p7939</link>
			<description><![CDATA[<p>I merged the two gui scripts into one - refractainstaller-yad and refractainstaller-uefi are now refractainstaller-gui. It&#039;s not packaged yet. I moved a bunch of stuff around and shook up the code a bit, so there could be some new bugs. I&#039;ve run through the install many times (scores of times) and it seems to be pretty good. But I want more guinea pigs to try it before I put it in the repo.</p><p>Copy the script from here and save it as refractainstaller-gui<br /><a href="https://gist.github.com/fsmithred/86594851ca7412754f65b907ebd41e58" rel="nofollow">https://gist.github.com/fsmithred/86594 … 07ebd41e58</a><br />You can run it from the current directory with </p><div class="codebox"><pre><code>sudo refractainstaller-gui -d</code></pre></div><p> (or be root)</p><p>You should have the latest refractainstaller-base installed from ascii repo (or newer from sourceforge.) </p><p>Changes:</p><div class="quotebox"><blockquote><div><p>refractainstaller-gui (9.3.4) unstable; urgency=low</p><p>&#160; * Use LC_ALL=C for fdisk -l to accommodate other locales.<br />&#160; * Test for gpt and for BIOS boot partition and warn if it&#039;s needed.<br />&#160; * Allow re-run partitioner within the installer.<br />&#160; * Improved test_hostname() to play nice with xgettext. (Blinkdog)<br />&#160; * Add &#039;-k all&#039; to update-initramfs for cryptsetup.<br />&#160; * Select EFI partition from list if there are more than one.<br />&#160; <br /> -- fsmithred &lt;fsmithred@gmail.com&gt;</p><p>refractainstaller-gui (9.3.3) unstable; urgency=low</p><p>&#160; * Run grub-install after copy debs in case debconf does not run.<br />&#160; * select_grub_dev if grub-pc is copied to /target and installed.<br />&#160; * Use default reserved blocks with new ext filesystems.<br />&#160; * Test for unformatted EFI partition.<br />&#160; * Merged uefi and bios installer scripts.</p><p> -- fsmithred &lt;fsmithred@gmail.com&gt;</p></div></blockquote></div><p><strong>Known (very weird) bug:</strong></p><p>If you&#039;re running in virtualbox, and you let the installer format the partitions, which it does by default, some yad windows might be malformed. This occurs in ascii, with yad-0.38. It&#039;s not a gtk3 problem, because I tried it with gtk2 versions of yad-0.38 and yad-0.40. It does not occur with yad-0.27.</p><p>It also does not occur if you select the &#039;Do not format&#039; option, and you format the partitions in gparted (from within the installer or before running the installer. Doesn&#039;t matter.)</p><p>Even weirder...<br />If you select to install on encrypted filesystem and select &#039;Do not format&#039;, it won&#039;t format your /boot partition, but it must format the encrypted partition, but the bug does not manifest in this situation.</p><p>The window that&#039;s almost exclusively affected only comes up if you have the wrong grub installed. It&#039;s the window at the Pause, right before installing the bootloader, and it has buttons for Chroot, Continue, Abort and either Install Bootloader or Copy files. It may appear as a vertical line, probably 1 pixel wide, and if you grap the edge to expand the window, it will be distorted, and the title bar will say &quot;Unnamed window&quot;. Easiest thing to do in this case is reboot (otherwise, you need to unmount /proc, /sys and /dev from /target, unmount /target/boot/efi and /target/boot if they are mounted, and then unmount /target.)</p><p>I did not see the bug when I installed on hardware, and I haven&#039;t tried installing in qemu. I&#039;ve also seen it happen with the first greeting window, if I&#039;ve run the installer more than once in a session.</p><p>So...&#160; format your partitions first, and select &#039;Do not format&#039; if you&#039;re in virtualbox. Install it in different ways to test all the parts. Let me know what breaks. Make some deliberate errors to see if the script is smart enough to stop you from shooting yourself in the foot. Don&#039;t test this on a production system.</p><p>Thanks,<br />fsmithred</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 12 Mar 2018 13:15:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=7939#p7939</guid>
		</item>
	</channel>
</rss>
