<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Raspberry PI OS Lite: Headless Install, Setup and Configure	</title>
	<atom:link href="https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Thu, 28 Aug 2025 14:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-26660</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 20 Mar 2024 07:00:33 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-26660</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-26600&quot;&gt;Langleyhooer&lt;/a&gt;.

Hi Langleyhooer,
thank you for your feedback. As additional notes, from my experience I had better chances to get the image working by cancelling the whole SD card from the Raspberry PI Imager before writing the new one.
Moreover, I should admit that the newest Raspberry PI Imager versions have less errors in providing a working image (the firstrun.sh file is correctly completed before closing the card).

Many thanks again]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-26600">Langleyhooer</a>.</p>
<p>Hi Langleyhooer,<br />
thank you for your feedback. As additional notes, from my experience I had better chances to get the image working by cancelling the whole SD card from the Raspberry PI Imager before writing the new one.<br />
Moreover, I should admit that the newest Raspberry PI Imager versions have less errors in providing a working image (the firstrun.sh file is correctly completed before closing the card).</p>
<p>Many thanks again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Langleyhooer		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-26600</link>

		<dc:creator><![CDATA[Langleyhooer]]></dc:creator>
		<pubDate>Mon, 18 Mar 2024 16:06:03 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-26600</guid>

					<description><![CDATA[&quot;IMPORTANT NOTE: with my Windows 11 I had a lot of issues getting these advanced options working for the first boot in headless mode....
&quot;The fix that worked for me was disabling the “Eject media when finished” option from advanced settings and, after writing the card, checking that the new “bootfs” partition, visible from your Windows PC, includes the “firstrun.sh” file into the root folder. 
Otherwise, please wait for it to appear before ejecting the card at the end of the flashing operations!&quot;
This suggests that your stupid Windows 11 software stack is lying to you about write operations being complete. Which is THE most basic function of an OS. See where the problem is? Using Windows, sold by liars, used by liars (&quot;hey, privacy doesn&#039;t matter&quot; is a lie people tell themselves, due to conditioning and brainwashing, so they tolerate spyware like Android, Facebook, Windows et al).
Check Write Caching settings for your drive(s), however that slows-down performance.
That said, when you first use a newly-purchased flash media (sd card, USB flash drive, or even ssd or external HDD) here is a tip to prove integrity as a basic baseline for any future troubleshooting:

Use f3 in Linux (I think a Windows version exists). Fight Flash Fraud is what it stands for.
It is a simple utility that writes to the whole disk, filling it to capacity. It then reads back the files and checksums them to prove their integrity. 
Whilst you wait. It also gives you an idea of the speed of your card under true load. Better to know up-front, rather than lose half your holiday photos as happened to a family member!
In Linux, you can run the &#039;sync&#039; command to flush the file system cache to disk. That way you know the write has finished.
If Windows 11 is really that pathetic at performing properly, I would be running some utility to monitor filesystem I/O.  iotop is useful on Linux, which tells you what processes are doing disk I/O and at what rate. Useful for diagnosing disk transfer issues in a basic way from the command line. 
But this fake progress bar crap is what Microsoft are notorious for.
Only because idiots keep feeding that beast, does the beast not learn to behave.]]></description>
			<content:encoded><![CDATA[<p>&#8220;IMPORTANT NOTE: with my Windows 11 I had a lot of issues getting these advanced options working for the first boot in headless mode&#8230;.<br />
&#8220;The fix that worked for me was disabling the “Eject media when finished” option from advanced settings and, after writing the card, checking that the new “bootfs” partition, visible from your Windows PC, includes the “firstrun.sh” file into the root folder.<br />
Otherwise, please wait for it to appear before ejecting the card at the end of the flashing operations!&#8221;<br />
This suggests that your stupid Windows 11 software stack is lying to you about write operations being complete. Which is THE most basic function of an OS. See where the problem is? Using Windows, sold by liars, used by liars (&#8220;hey, privacy doesn&#8217;t matter&#8221; is a lie people tell themselves, due to conditioning and brainwashing, so they tolerate spyware like Android, Facebook, Windows et al).<br />
Check Write Caching settings for your drive(s), however that slows-down performance.<br />
That said, when you first use a newly-purchased flash media (sd card, USB flash drive, or even ssd or external HDD) here is a tip to prove integrity as a basic baseline for any future troubleshooting:</p>
<p>Use f3 in Linux (I think a Windows version exists). Fight Flash Fraud is what it stands for.<br />
It is a simple utility that writes to the whole disk, filling it to capacity. It then reads back the files and checksums them to prove their integrity.<br />
Whilst you wait. It also gives you an idea of the speed of your card under true load. Better to know up-front, rather than lose half your holiday photos as happened to a family member!<br />
In Linux, you can run the &#8216;sync&#8217; command to flush the file system cache to disk. That way you know the write has finished.<br />
If Windows 11 is really that pathetic at performing properly, I would be running some utility to monitor filesystem I/O.  iotop is useful on Linux, which tells you what processes are doing disk I/O and at what rate. Useful for diagnosing disk transfer issues in a basic way from the command line.<br />
But this fake progress bar crap is what Microsoft are notorious for.<br />
Only because idiots keep feeding that beast, does the beast not learn to behave.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-19171</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 14:16:06 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-19171</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-19158&quot;&gt;Eoin&lt;/a&gt;.

Hi Eoin,
I&#039;ve never experiences this issue, but found that some users in the Web get your same problem. For example, there&#039;s a GitHub issue here:&lt;a href=&quot;https://github.com/raspberrypi/linux/issues/4458&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://github.com/raspberrypi/linux/issues/4458&lt;/a&gt;, but it was closed without a solving answer. The only interesting thing here is that the user wrote that flashing the image without Advanced settings allows to avoid the error. Another post pointing to the same workaround is the following, even if related to flashing an ubuntu image: &lt;a href=&quot;https://github.com/raspberrypi/rpi-imager/issues/213&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://github.com/raspberrypi/rpi-imager/issues/213&lt;/a&gt;.
The only suggestion I can give you is trying to run the RPI imager with admin permission (sudo) or changing the rpi imager version]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-19158">Eoin</a>.</p>
<p>Hi Eoin,<br />
I&#8217;ve never experiences this issue, but found that some users in the Web get your same problem. For example, there&#8217;s a GitHub issue here:<a href="https://github.com/raspberrypi/linux/issues/4458" target="_blank" rel="noopener nofollow ugc">https://github.com/raspberrypi/linux/issues/4458</a>, but it was closed without a solving answer. The only interesting thing here is that the user wrote that flashing the image without Advanced settings allows to avoid the error. Another post pointing to the same workaround is the following, even if related to flashing an ubuntu image: <a href="https://github.com/raspberrypi/rpi-imager/issues/213" target="_blank" rel="noopener nofollow ugc">https://github.com/raspberrypi/rpi-imager/issues/213</a>.<br />
The only suggestion I can give you is trying to run the RPI imager with admin permission (sudo) or changing the rpi imager version</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eoin		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-19158</link>

		<dc:creator><![CDATA[Eoin]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 22:31:07 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-19158</guid>

					<description><![CDATA[Thanks for your help. I was running into the following issue when trying to flash either 32-bit or 64-bit Raspberry Pi OS Lite using Raspberry Pi Imager: &quot;[FAILED] Failed to start Command from Kernel Command Line&quot;. Flashing with Balena Etcher instead and configuring WiFi and SSH using your methods stated above worked perfectly for me.]]></description>
			<content:encoded><![CDATA[<p>Thanks for your help. I was running into the following issue when trying to flash either 32-bit or 64-bit Raspberry Pi OS Lite using Raspberry Pi Imager: &#8220;[FAILED] Failed to start Command from Kernel Command Line&#8221;. Flashing with Balena Etcher instead and configuring WiFi and SSH using your methods stated above worked perfectly for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-13678</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 05:41:13 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-13678</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-13669&quot;&gt;Jeremy&lt;/a&gt;.

Hi Jeremy. With latest RPI OS releases, you are forced to set the user and password (the default pi user is no more available). Try flashing with RPI Imager and setting the user/pwd before writing the image or try connecting the RPI with a monitor to check if it is asking to set the user for first boot]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-13669">Jeremy</a>.</p>
<p>Hi Jeremy. With latest RPI OS releases, you are forced to set the user and password (the default pi user is no more available). Try flashing with RPI Imager and setting the user/pwd before writing the image or try connecting the RPI with a monitor to check if it is asking to set the user for first boot</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremy		</title>
		<link>https://peppe8o.com/install-raspberry-pi-os-lite-in-your-raspberry-pi/#comment-13669</link>

		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Fri, 15 Apr 2022 00:02:33 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2062#comment-13669</guid>

					<description><![CDATA[Same as all the articles I can find on Raspberry Pi OS Lite.  Unfortunately for me while I can get the SSH prompt to come up it does not like these credentials.  Not sure why.  Any help would be greatly appreciated.]]></description>
			<content:encoded><![CDATA[<p>Same as all the articles I can find on Raspberry Pi OS Lite.  Unfortunately for me while I can get the SSH prompt to come up it does not like these credentials.  Not sure why.  Any help would be greatly appreciated.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
