<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MakeUseOf &#187; boot screen</title>
	<atom:link href="http://www.makeuseof.com/tags/boot-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Customize The GRUB Boot Loader Using BURG [Ubuntu]</title>
		<link>http://www.makeuseof.com/tag/customize-grub-boot-loader-burg-ubuntu/</link>
		<comments>http://www.makeuseof.com/tag/customize-grub-boot-loader-burg-ubuntu/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 18:31:15 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=62815</guid>
		<description><![CDATA[Are you setting up your computer to dual-boot between two operating systems (or more)?  If so, you must be familiar with the boot loader. This tool enables users to choose which operating system he/she wants to log into. The boot loader that comes with the Ubuntu installation is called GRUB. As useful as it is, [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/00-burg.jpg" border="0" alt="00 burg.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/00-burg.jpg?323f2c" border="0" alt="grub boot loader" width="250" height="188" />Are you setting up your computer to dual-boot between two operating systems (or more)?  If so, you must be familiar with the boot loader. This tool enables users to choose which operating system he/she wants to log into. The boot loader that comes with the Ubuntu installation is called GRUB.</p>
<p>As useful as it is, the GRUB boot loader is not the prettiest girl in town. The interface is only as beautiful as a text-based interface can be. Even though some people can live with it just fine, some others wish they could beautify the look a little bit.</p>
<p>If you don&#8217;t mind meddling with command lines, you can apply some eye candy (and more functionalities) to GRUB with the help of <a href="http://code.google.com/p/burg/">BURG</a>.</p>
<p><span id="more-62815"></span></p>
<h2>Playing Between The Lines</h2>
<p>According to the explanation in the Community Ubuntu Documentation:</p>
<blockquote><p><em>BURG stands for <strong>B</strong>rand-new <strong>U</strong>niversal loade<strong>R</strong> from <strong>G</strong>RUB. It&#8217;s based on GRUB and adds features like new object format and configurable menu system.</em></p></blockquote>
<p>To add BURG from within your Ubuntu installation, you have to use command lines. But worry not, young Jedi! It&#8217;s not as scary as it sounds. As long as you follow everything to the letter &#8211; no pun intended &#8211; you should be just fine.</p>
<p>But before we begin, let&#8217;s look at the original boot loader text-based interface that we are trying to change.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/01a-Boot-Loader.jpg?323f2c" border="0" alt="grub boot loader" width="580" height="380" /></p>
<p>The first step you should do is to log into your Ubuntu installation. Then open &#8220;<em>Terminal</em>&#8221; to execute all the command lines needed to download, install, and configure BURG. You can find Terminal inside &#8220;<em>Applications &#8211; Accessories</em>&#8220;, or you can also use the search function to find it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/01b-Open-Terminal.jpg?323f2c" border="0" alt="grub loader" width="400" height="260" /></p>
<p>By default, BURG is not included in Ubuntu&#8217;s standard repository. So you should add the server that hosts BURG files to the repository by executing this command line:</p>
<pre>sudo add-apt-repository ppa:bean123ch/burg</pre>
<p>To avoid mistyping, it&#8217;s easier to copy and paste that line to Terminal, and press Enter to execute it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/02b-Terminal.jpg?323f2c" border="0" alt="grub loader" width="580" height="213" /></p>
<p>Then you should download and install BURG (loader, themes and emulator). Use this command to do that:</p>
<pre>sudo apt-get update &amp;&amp; sudo apt-get install burg</pre>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/02c-Downloading-BURG.jpg?323f2c" border="0" alt="grub loader" width="580" height="373" /></p>
<p>The process could take a while, depending on the speed of your internet connection. It&#8217;s essential that you use a stable connection to get the best result. From my experiments, I found out that an unstable connection will cause download problems: some of the components might not download completely, and the installation process will fail.</p>
<h2>Configuring BURG</h2>
<p>After we finish the download and installation process, the next step is to configure BURG. The Terminal will display something like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/02d-Configuring-burg-pc.jpg?323f2c" border="0" alt="install grub loader" width="580" height="373" /></p>
<p>Press Enter to go to the next screen, and another Enter to skip again.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/03b-Configuring-BURG-2.jpg?323f2c" border="0" alt="install grub loader" width="580" height="380" /></p>
<p>You will arrive at this &#8220;<em>Configuring burg-pc</em>&#8221; screen. This one is a little tricky because hitting Enter will not bring you anywhere. After several trial and errors, I found out that you have to select the &#8220;<em>OK</em>&#8221; option by using the right arrow key on the keyboard or by pressing tab, then after the &#8220;<em>OK</em>&#8221; is selected, you can press Enter to continue.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/03c-Configuring-BURG-3.jpg?323f2c" border="0" alt="install grub loader" width="580" height="380" /></p>
<p>The following screen will ask you to choose which device is the &#8220;<em>GRUB install device</em>&#8220;. If your computer has only one hard drive, you will only see one device. The problem is, how to select it? To avoid accidentally skipping this configuration, press Space to select the device before pressing Enter.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/03d-Install-Device-Choose.jpg?323f2c" border="0" alt="03d Install Device Choose.jpg" width="580" height="350" /></p>
<h2>Navigating BURG</h2>
<p>The configuration is now done. You can restart your system and the GRUB boot loader menu will be replaced by BURG.</p>
<p>Navigating within BURG is easy: use the arrow keys on the keyboard to choose the operating system and Enter to load it.</p>
<p>You can also switch between themes easily by pressing F2 to bring up the list of available themes, move between the items with arrow keys, and hit Enter to choose one. Here are some examples of available themes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/06-Burg-Themes.jpg?323f2c" border="0" alt="06 Burg Themes.jpg" width="580" height="435" /></p>
<p>Other Function keys that you can use are F1 for Help and F3 to change screen resolution.</p>
<h2>Installing BURG From Windows</h2>
<p>BURG also comes with a Windows installer. You can get the installer from BURG&#8217;s <a href="http://code.google.com/p/burg/downloads/list">download page</a>. Using it is also very easy: install it,</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/05a-Windows-Installer.jpg?323f2c" border="0" alt="05a Windows Installer.jpg" width="426" height="295" /></p>
<p>And click &#8220;<em>Add Boot Entry</em>&#8221; under &#8220;<em>Programs &#8211; Burg</em>&#8221; menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/05b-Add-Boot-Entry.jpg?323f2c" border="0" alt="grub boot loader" width="515" height="100" /></p>
<p>However, I found this method to be working only if you installed Ubuntu from within Windows. So for those who installed Ubuntu alongside Windows, you have to stick with the command lines.</p>
<p>To be honest, I&#8217;m a total newbie when it comes to Ubuntu (Linux) and command lines. I had to repeat the experiment several times just to get it (almost) right, and I&#8217;m still trying to grasp everything that I&#8217;ve done and described here. So, if you Linux experts out there have found things that I missed here,  please do not hesitate to share your input in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/customize-grub-boot-loader-burg-ubuntu/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>5 Cool Ways To Customize Your Windows 7 System</title>
		<link>http://www.makeuseof.com/tag/5-cool-ways-customize-windows-7-system/</link>
		<comments>http://www.makeuseof.com/tag/5-cool-ways-customize-windows-7-system/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 15:31:05 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=59256</guid>
		<description><![CDATA[We all long to be recognized as individuals. Consequently, we find ever more ways to express our uniqueness. As a result, fashion and design have extended their reach into all corners of our lives, making everyday items not only nice to look at, but also easier to use. Windows 7 provides plenty of internal options [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/Windows7.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/08/Windows7.png" alt="customize windows 7" width="240" height="240" />We all long to be recognized as individuals. Consequently, we find ever more ways to express our uniqueness. As a result, fashion and design have extended their reach into all corners of our lives, making everyday items not only nice to look at, but also easier to use.</p>
<p>Windows 7 provides plenty of internal options to change the look and feel of your computer. It&#8217;s easy to give the operating system a unique style and at the same time enhance your experience as a user. For most of the coolest ways to customize Windows 7, you don&#8217;t even have to mess with hacks or additional software.</p>
<p>Let me show you how you can dress up your installation of Windows 7 and make using your computer a visual and functional joy.</p>
<p><span id="more-59256"></span></p>
<h2>1. Change The Welcome Screen</h2>
<p>There are two basic things you can change that will affect the welcome screen. First of all, you can change your profile picture. Secondly, you can apply a hack or software to change the background image.</p>
<p>To change your profile picture, go to &gt; <em>Start</em> and type &gt; <em>User Accounts</em> into the bar that says &gt; <em>Search programs and files</em>, then open the respective entry under &gt; <em>Control Panel</em>. Next, select &gt; <em>Change your picture</em>. You can now choose a default image or click &gt; <em>Browse for more pictures&#8230;</em> at the bottom of the list to access your own files.</p>
<p>Once you have selected an image click the &gt; <em>Change Picture</em> button and you&#8217;re done.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/CustomWindows701.png?323f2c" border="0" alt="customize windows 7" /></p>
<p>To change the logon screen manually, check out the procedure described in this article - <a title="Change Windows 7 Logon Screen" href="http://www.makeuseof.com/tag/how-to-change-windows-7-logon-screen/">How To Change Windows 7 Logon Screen</a></p>
<p>Using a tool rather than the manual steps doesn&#8217;t make you less geeky. Rather it will save you time and give you access to further logon page customization options, for example changing buttons or Windows branding. Simon has reviewed three programs here - <a title="Best Ways to Customize Windows 7 Welcome Screen" href="http://www.makeuseof.com/tag/ways-customize-screen-windows-7/">The Best Ways To Customize The Welcome Screen In Windows 7</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/LogonScreenTweakerforWindows71.jpg" border="0" alt="windows 7 customize" /></p>
<h2>2. Add Desktop Gadgets</h2>
<p>Gadgets are tiny tools that sit on your desktop. They add functionality and quickly let you complete tasks without launching a large program. Some of my three favorite Windows 7 gadgets are:</p>
<ul>
<li><a title="Clipboard Manager" href="http://gallery.live.com/liveItemDetail.aspx?li=0f6a9526-97aa-4b6f-9b24-95b193c158d4">Clipboard Manager</a> - Manage your clipboard history, search entries, store favorite clips, and more.</li>
<li><a title="Skype Gadget" href="http://gallery.live.com/liveItemDetail.aspx?li=a1accefe-803e-43fc-ad30-4e861abda9f9&amp;bt=1&amp;pl=1">Skype Gadget</a> - Keep a minimized Skype interface on your desktop and save space.</li>
<li><a title="The Magic Folder" href="http://gallery.live.com/liveItemDetail.aspx?li=0ed6a06a-6782-41a7-b68c-2753fad412a5">The Magic Folder</a> - Automatically sort files into pre-defined folders based on their file extension.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/CustomWindows702.png?323f2c" border="0" alt="windows 7 customize" /></p>
<p>To browse, discover, and install gadgets, visit the <a title="Windows Live Gadget Gallery" href="http://gallery.live.com/results.aspx?c=0&amp;bt=1&amp;pl=1&amp;st=5">Windows Live Gadget Gallery</a>. To launch existing gadgets, go to &gt; <em>Start</em> and type &gt; <em>Desktop Gadgets</em> into the bar that says &gt; <em>Search programs and files</em>, then open the respective entry under &gt; <em>Control Panel</em>.</p>
<p>Also have a look at <a title="Best Windows 7 Gadgets" href="http://www.makeuseof.com/tag/7-windows-7-gadgets/">The 7 Best Windows 7 Gadgets</a> and the <a title="Coolest Windows 7 Gadgets" href="http://www.makeuseof.com/tag/top-7-coolest-windows-7-desktop-gadgets/">Top 7 Coolest Windows 7 Desktop Gadgets You Have To Use</a>.</p>
<h2>3. Change The Windows Theme</h2>
<p>Changing the theme will have the greatest impact on your system in terms of look and feel. And you&#8217;ll be surprised how easy it is. &gt; <em>Right-click desktop</em> and select &gt; <em>Personalize</em>. You can now select a default theme, <a title="Download Windows 7 Themes" href="http://windows.microsoft.com/en-CA/windows/downloads/personalize/themes">get more themes online</a>, or create your own.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/CustomWindows703.png?323f2c" border="0" alt="windows 7 customize" /></p>
<p>For some suggestions and detailed instructions on how to create your own custom theme, open this article: <a title="Top Windows 7 Themes" href="http://www.makeuseof.com/tag/top-5-windows-7-themes/">Top 5 Windows 7 Themes You Might Want To Try</a>.</p>
<h2>4. Create A Custom Desktop Slideshow</h2>
<p>To add some variety to your desktop or showcase your own photos, you can create a custom desktop slideshow that will regularly change your wallpaper.</p>
<p>&gt; <em>Right-click desktop</em>, select &gt; <em>Personalize</em>, and click on &gt; Desktop Background. To create a slideshow, you need to select any entry from the &gt; <em>Picture location</em> drop-down menu other than the default &#8216;Solid Colors&#8217;. Now &gt; <em>Browse</em> for the folder that holds your pictures, &gt; <em>Select</em> the ones you like, choose a &gt; <em>Picture position</em> and time interval to &gt; <em>Change picture</em>. Finally click the &gt; <em>Save changes</em> button and enjoy.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/CustomWindows704.png?323f2c" border="0" alt="windows 7 customize" /></p>
<p>Like the &gt; <em>Desktop Background</em> you can also customize &gt; <em>Window Color</em> and &gt; <em>Sounds</em> and so create your own custom theme. Don&#8217;t forget to &gt; <em>Save theme</em>!</p>
<h2>5. Add Toolbars To Taskbar &amp; Enable Quick Launch Bar</h2>
<p>A toolbar located in your taskbar can provide instant access to often used programs, for example iTunes. Simply &gt; <em>right click Taskbar</em>, expand &gt; <em>Toolbars</em>, and check the ones you would like to see.</p>
<p>For those mourning the Windows XP Quick Launch bar, don&#8217;t despair. There is a hack to bring it back. Follow the same steps outlined above and select &gt; <em>New toolbar&#8230;</em>, enter the following path &gt; <em>%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch</em> and click &gt; <em>Select Folder</em>. The Quick Launch bar will appear, but it needs more customization. &gt; <em>Right-click Quick Launch</em> and uncheck &gt; <em>Show title</em> and &gt; <em>Show Text</em> to make it more compact. You can also uncheck &gt; <em>Lock the taskbar</em> and then &gt; <em>drag and drop Quick Launch</em> into place.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/CustomWindows705.png?323f2c" border="0" alt="customize windows 7" /></p>
<p>Even more cool ways to customize your Windows 7 experience using easy hacks and some cool tricks can be found in the following article series:</p>
<ul>
<li><a title="Best Windows 7 Tips and Hacks" href="http://www.makeuseof.com/tag/best-windows-7-tips-and-hacks-part-1/">15 Best Windows 7 Tips and Hacks</a></li>
<li><a title="More Windows 7 Tips and Hacks" href="http://www.makeuseof.com/tag/best-windows-7-tips-hacks-part-2/">12 More Windows 7 Tips and Hacks</a></li>
</ul>
<p>What is your favorite feature of Windows 7? Did you go the extra mile to create a unique style and user experience? Please share your tips in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-cool-ways-customize-windows-7-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Best Ways To Customize The Welcome Screen In Windows 7</title>
		<link>http://www.makeuseof.com/tag/ways-customize-screen-windows-7/</link>
		<comments>http://www.makeuseof.com/tag/ways-customize-screen-windows-7/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 17:30:14 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=58612</guid>
		<description><![CDATA[Mass-license versions of Windows have long offered companies and large organizations the possibility to customize their log-in and welcome screens. It&#8217;s a small thing, but it imposes a sense of professionalism. Other Windows 7 versions have been left out to dry, although something like this should really be a feature by default. We resort to [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/7logon.jpg" /><img style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/7logon.jpg?323f2c" alt="customize welcome screen"/>Mass-license versions of Windows have long offered companies and large organizations the possibility to customize their log-in and welcome screens. It&#8217;s a small thing, but it imposes a sense of professionalism.</p>
<p>Other Windows 7 versions have been left out to dry, although something like this should really be a feature by default.</p>
<p>We resort to third-party applications to customize our welcome screen. There are many alternatives, ranging from terribly amazing to just terrible, and we&#8217;ve listed the best three below.</p>
<p><span id="more-58612"></span></p>
<h2><a href="http://www.danielnetsoftware.com/">Logon Screen For Windows 7</a></h2>
<p>Logon Screen is one of the simplest, most down to earth application to change your log-on and welcome screens. Or rather, to customize your log-on and welcome screens&#8217; background. Simply use the Logon Screen application to select the desired image, and off you go. Images will be automatically resized to fit your welcome screen.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/logonscr1.jpg?323f2c" alt="customize welcome screen"/></p>
<p>The most peculiar thing about Logon Screen is how well it integrates with Windows 7 itself. Most of these kind of applications are portable, but Logon Screen looks like it belongs; as if it was always a part of Windows 7.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/logonscr2.jpg?323f2c" alt="customize windows welcome screen"/></p>
<p>Notably, Logon Screen will also install an extension for the right-click menu (as seen above). Changing your welcome screen will be just as easy as changing your desktop wallpaper, like it should be.</p>
<h2><a href="http://win7vista.com/index.php?topic=19826.0">Windows 7 Logon Screen Tweaker</a></h2>
<p>If you want to do more than just change your wallpaper, Windows 7 Logon Screen Tweaker is your best choice. It adds a batch of advanced features without ditching the user friendly interface. At any point, you can review what your log-in screen is going to look like.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/LogonScreenTweakerforWindows71.jpg?323f2c" alt="customize windows welcome screen"/></p>
<p>Some of these &#8220;tools&#8221; allow you to change the button set, remove the Ease of Access button and change the default log-in sound. Windows 7 Logon Screen Tweaker will also remove the Windows branding and the shutdown button. If you&#8217;re prone to showing off (but are on a tight budget), you can change this Windows branding to make it seem you&#8217;re using a different OS version. Of course, this will not affect your Windows functionality.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/logonscrtw2.jpg?323f2c" alt="customize windows welcome screen"/></p>
<p>Feel free to play around. If you mess something up, you can use Windows 7 Logon Screen Tweaker to restore everything to its original state.</p>
<h2><a href="http://dejco.deviantart.com/art/Logon-WorkShop-168072876?q=1&amp;qo=1">Logon WorkShop</a></h2>
<p>If we are going from simple to more advanced software alternatives, Logon WorkShop certainly fits the part. The main windows allows you to switch between different &#8216;logon skins&#8217;. You can export and import these profiles so you can easily apply them to different computers or even company-wide.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/loginscr3.jpg?323f2c" alt="customize windows"/></p>
<p>Of course, you can also create new skins. Logon Workshop offers the most customizability by far; you can change almost anything, including the background, look and position of the user picture, text, and every button on the screen. The screenshot below shows but one of the different configuration panels.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/11/logonworksh2.jpg?323f2c" alt="customize welcome screen"/></p>
<p>Undoubtedly, the interface will look too complicated and cluttered for many users, but you don&#8217;t need to use all this advanced functionality. If you want, you can just change the welcome screen background and be done with it. If you do decide to play a little with the application, and something goes south, just restore your computer to the default skin, or create a new one.</p>
<p>What do you think of these applications to customize your welcome screen? Let us know what you&#8217;re using (and why) in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/ways-customize-screen-windows-7/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Create a Custom Logon Screen for Windows with LogonStudio</title>
		<link>http://www.makeuseof.com/tag/create-custom-logon-screen-windows-logonstudio/</link>
		<comments>http://www.makeuseof.com/tag/create-custom-logon-screen-windows-logonstudio/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:31:48 +0000</pubDate>
		<dc:creator>Tim Lenahan</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=34843</guid>
		<description><![CDATA[If you have your own computer, you would more than likely like to personalize your computer any way you can.  Anything from color profiles to background images to laptop stickers are fair game.  Well now you can easily create a custom logon screen if you are running Windows XP, Vista, or 7, using LogonStudio. I [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/logonstudio_icon.jpg" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/logonstudio_icon.jpg?323f2c" alt="logonstudio_icon" vspace="5" align="left" />If you have your own computer, you would more than likely like to personalize your computer any way you can.  Anything from color profiles to background images to laptop stickers are fair game.  Well now you can easily create a custom logon screen if you are running Windows XP, Vista, or 7, using <a href="http://www.stardock.com/products/logonstudio/">LogonStudio</a>.</p>
<p>I know in the past it has been <a href="http://www.makeuseof.com/tag/winhack-tweak-the-windows-logon-win-xp/">possible to change</a> the logon and logoff screens in Windows but the key to LogonStudio being useful is in the ease of use.  Why the option to create a custom logon screen hasn&#8217;t been built into Windows automatically, I&#8217;ll never know (I guess in Windows 7 <a href="http://www.intowindows.com/how-to-change-windows-7-logon-screen-easily-without-using-hacks-tools/">they have finally done so</a>).</p>
<p>It&#8217;s an easy download and an easy tool to use.  Let&#8217;s see what it&#8217;s all about.</p>
<p><span id="more-34843"></span></p>
<p style="text-align: center;"><img class="size-full wp-image-34848 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/logonstudio1.jpg?323f2c" alt="custom logon screen" width="580" height="290" /></p>
<p>Go <a href="http://www.stardock.com/products/logonstudio">to the site</a> and click on the download link.</p>
<p style="text-align: center;"><img class="size-full wp-image-34850  aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/logonstudio_download.jpg?323f2c" alt="custom logon screen" width="300" height="162" /></p>
<p>It will eventually take you to a CNET downloads page where the program file is hosted.  Once downloaded, install the program and you are good to go!  At the end of the installation process, open the program so we can take a look at the options.</p>
<p style="text-align: center;"><img class="size-full wp-image-34851 aligncenter" title="logonstudio_welcomescreen" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/logonstudio_welcomescreen.jpg?323f2c" alt="custom logon screen" width="580" height="421" /></p>
<p>As you can see by the screenshot, there are 5 buttons along the left side named &#8220;<em>Load&#8221;, &#8220;Download&#8221;, &#8220;Create&#8221;, &#8220;Upload</em>&#8220;, and &#8220;<em>About</em>.&#8221;  Let&#8217;s go through each one to see what our options are in creating your custom logon screen.</p>
<p>Skip the &#8220;<em>Load</em>&#8221; button until we download a logon package (aka &#8220;skin&#8221;).  So let&#8217;s go on to the next button for now.</p>
<h3>Download</h3>
<p>When you hit the &#8220;<em>download</em>&#8221; button you are directed to a website called <a href="http://www.wincustomize.com/skins.aspx?sort=rating&amp;libid=65">WinCustomize</a> containing a directory of many packages to choose from.</p>
<p style="text-align: center;"><img class="size-full wp-image-34852 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/WinCustomize.jpg?323f2c" alt="logon screens" width="580" height="284" /></p>
<p>Browse around and find one you like.  For the sake of this article I will be choosing <a href="http://www.wincustomize.com/skins.aspx?skinid=5916&amp;libid=65">Light Blue Crystal</a>.</p>
<p style="text-align: center;"><img class="size-full wp-image-34854 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/lightbluecrystal1.jpg?323f2c" alt="logon screens" width="580" height="208" /></p>
<p>Once you hit <em>download</em>, the next step may depend on your browser.  Since I am using Firefox, I am faced with a decision to either open the file directly with LogonStudio or to simply download and save the file to a folder.  The easier option would be to open the file directly but for the sake of seeing how the &#8220;<em>Load</em>&#8221; button works, we&#8217;re going to choose to save the file.  Just choose a location you can find easily.</p>
<h3>Load</h3>
<p>When you click the &#8220;<em>Load</em>&#8221; button, you are then given the opportunity to browse your hard drive for the file you just downloaded.</p>
<p style="text-align: center;"><img class="size-full wp-image-34855 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/load.jpg?323f2c" alt="customize logon screens" width="580" height="450" /></p>
<p>Double-click the file (it will have the file extension &#8220;logonvista&#8221;).  You will then have the package showing in the list of available packages.</p>
<p style="text-align: center;"><img class="size-full wp-image-34856 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/screenshot.jpg?323f2c" alt="windows xp logon screens" width="580" height="200" /></p>
<p>You can then either double-click on the package or highlight it and click the &#8220;<em>Apply</em>&#8221; button.  This will effectively bring you to the logon screen showing your new custom logon screen.</p>
<h3>Create</h3>
<p>The &#8220;<em>Create</em>&#8221; button is for those who already have an image that they want to set up as the logon screen.</p>
<p style="text-align: center;"><img class="size-full wp-image-34857 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/create.jpg?323f2c" alt="windows xp logon screens" width="580" height="238" /></p>
<p>After clicking the button, just fill in the blanks, browse for the picture you are looking for and click <em>save</em>.  This will create the package and show it in the list for you.</p>
<h3>Upload</h3>
<p>If you want to upload a particular package that you created and you think others will like, you&#8217;ll need to register.  I have not tested this option but if you do, let me know how it goes!</p>
<h3>About</h3>
<p>Clicking the &#8220;<em>About</em>&#8221; button will obviously tell you more about the program.</p>
<p style="text-align: center;"><img class="size-full wp-image-34858 aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/02/about.jpg?323f2c" alt="windows xp logon screens" width="497" height="233" /></p>
<p>It will also give you a link to check for updates.</p>
<p>You now have a simple way to create a custom logon screen for your Windows computer!  Do you have a different option?  Let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-custom-logon-screen-windows-logonstudio/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Customize The Ubuntu Boot Splash Screen &amp; Logo [Linux]</title>
		<link>http://www.makeuseof.com/tag/customize-boot-splash-screen-logo-linux/</link>
		<comments>http://www.makeuseof.com/tag/customize-boot-splash-screen-logo-linux/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:31:54 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=33395</guid>
		<description><![CDATA[We have quite a collection of articles you can refer to when customizing your Linux desktop computer. Starting right from the GRUB splash screen all the way up to wallpapers and themes. There was one aspect missing though &#8211; the Ubuntu logo and the splash screen you get behind it while Ubuntu boots. For starters let [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/resultlogo.png" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/resultlogo.png?323f2c" alt="" vspace="5" align="left" />We have quite a collection of articles you can refer to when customizing your Linux desktop computer. Starting right from the <a href="http://www.makeuseof.com/tag/how-to-create-a-custom-splash-image-for-grub-2-linux/">GRUB splash screen</a> all the way up to <a href="http://www.makeuseof.com/tag/10-cool-innovative-linux-wallpapers-for-ubuntu-users/">wallpapers</a> and <a href="http://www.makeuseof.com/tag/how-to-customize-your-linux-desktop-with-gnomeart-ng/">themes</a>. There was one aspect missing though &#8211; the Ubuntu logo and the splash  screen you get behind it while Ubuntu boots.</p>
<p>For starters let me point out that you can find ready made Xsplash screens (as boot splash screens are called) on <a href="http://www.gnome-look.org/">gnome-look</a>, <a href="http://www.ubuntu-art.org/">ubuntu-art</a> and other such sites which we have discussed about so many times before. That being said there is a different joy and sense of accomplishment seeing a custom made boot splash screen and theme in action. Not to mention the personal touch you can put in. You can use your photos, put in your name or tag line, a motivational quote and what not. This is a great thing about Linux that I truly adore, you can chip in with code, with themes, with translations or just about any other thing you might want to change in the Operating System to suit your needs. In this article we will focus on the boot splash screen. I am using Ubuntu to demonstrate the steps but <strong>the tutorial would work for any distribution using xsplash.</strong></p>
<p><span id="more-33395"></span><br />
Before Karmic Koala, Ubuntu used usplash to display the progress bar you saw when Ubuntu boots. Customizing Usplash, while very much possible, was a very involved task. With Karmic, Ubuntu now uses Xsplash which uses images as the background and is comparatively a lot easier to customize and tweak to your needs. You can change the background image, the &#8220;Ubuntu&#8221; text as well as the throbber that is displayed when Karmic boots up. Let&#8217;s start with the background image first.</p>
<p>By default Ubuntu displays a brown background with what looks like a spotlight behind the Ubuntu logo. We are going to change all that. If you have ever poked around your <strong>/usr</strong> directory (which you should) you must have noticed that this brown image we talked about is located at <strong>/usr/share/images/xsplash</strong> directory. Open it up and have a look inside the said directory, which would reveal that the same image has been made available in different resolutions. This is to make sure that the boot splash screen is displayed well irrespective of the screen size and resolution</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/beforeorig.png?323f2c" alt="boot splash screen" width="373" height="246" /></p>
<p>Now, there are two ways you can change the Xsplash background image:</p>
<p><strong>Option 1</strong> requires that you know the screen resolution that is being used, you can then change only the image that corresponds to the resolution that is being used. This is trickier than it seems, because the resolution that is being used while you are working on the desktop may or may not be the same when Ubuntu displays the Xsplash screen.</p>
<p>So a better bet would be to use <strong>Option 2, </strong>in which you change images for<em> all </em>the resolutions. This way Ubuntu will use your custom image no matter what resolution it uses.</p>
<p>Changing the images is easy. You can use <a href="http://www.makeuseof.com/tag/use-gimp-to-batch-edit-your-images-windows-specific-instructions/">GIMP</a>. Go under the Image menu and choose <em>scale</em>. Key in the required numbers, keep the ratio intact. If you don&#8217;t get the exact numbers, go for slightly larger values but keep the ratio intact. I suggest you back up all the images in <strong>/usr/share/images/xsplash</strong> into another folder on your hard drive just in case things go wrong. Then put the required file(s) into<strong> /usr/share/images/xsplash</strong>. That is it, no editing of configuration files required. The next time you boot up, you should see your custom xsplash background.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/aftermodi.png?323f2c" alt="boot splash screen ubuntu" width="372" height="240" /></p>
<p>You can also customize the logo or add your own, all it requires is a little extra effort. You have to mind the positioning of the logo and the alpha transparency. In any case, if you are not familiar with the concept you can continue using the default logo. This is how it looks with what we have done so far:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/results.png?323f2c" alt="customize boot splash screen" width="540" height="405" /></p>
<p>If you want to go another step forward, you can create your own text or logo and save it inside <strong>/usr/share/images/xsplash</strong> with appropriate names (see image below). You will have to create different sizes depending upon the resolution so its best to start with a larger image and then you can always scale it down.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/iconchange.png?323f2c" alt="ubuntu splash screen" width="448" height="326" /></p>
<p>Go ahead play with the images. If you are not the one who would spend time creating images from scratch inside GIMP, you can always start with a high resolution wallpaper or photo, add your own elements to it and then scale it down to the required sizes.</p>
<p>What custom-made Linux boot splash screens have you made?   Let us know all about them &#8211; and how you made them &#8211; in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/customize-boot-splash-screen-logo-linux/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>5 Tips To Reset The Administrator Password in Windows XP</title>
		<link>http://www.makeuseof.com/tag/5-tips-to-help-you-reset-a-forgotten-windows-xp-password/</link>
		<comments>http://www.makeuseof.com/tag/5-tips-to-help-you-reset-a-forgotten-windows-xp-password/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 19:01:00 +0000</pubDate>
		<dc:creator>Jack Cola</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[bootable cd]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[windows hacks]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=29440</guid>
		<description><![CDATA[At Make Use Of, we have covered quite a few password tips including how to crack almost any Windows password, how to reset Linux passwords and how to view passwords hidden behind asterisks. Earlier in the month, Karl posted a tip on how to recover your Windows XP administrator password by using the installation disk.  [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/authorisation_password.png" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/authorisation_password.png?323f2c" alt="authorisation_password" vspace="5" align="left" />At Make Use Of, we have covered quite a few <a href="http://www.makeuseof.com/tags/password/">password</a> tips including <a href="http://www.makeuseof.com/tag/hack-windows-passwords-with-ophcrack/">how to crack almost any Windows password</a>, <a href="http://www.makeuseof.com/tag/how-to-reset-any-linux-password/">how to reset Linux passwords</a> and <a href="http://www.makeuseof.com/tag/how-to-recover-passwords-from-asterisk-characters/">how to view passwords hidden behind asterisks</a>.</p>
<p>Earlier in the month, Karl posted a tip on <a href="http://www.makeuseof.com/tag/recover-your-windows-xp-administrator-password-with-the-installation-disk/">how to recover your Windows XP administrator password by using the installation disk</a>.  However, he forgot to mention a few other easier ways how to reset Windows XP password without having to go through the installation process.</p>
<h3><strong>1. Use Alt, Control, Delete &amp; The Windows Welcome Screen</strong></h3>
<p>If you have set your computer up to login via the Welcome Screen, there may be a slight chance that you will be able to login as the Administrator. Depending on who installed XP on your computer, there may or may not be a password on the Administrator&#8217;s account.</p>
<p>So simply press Alt+Control+Delete twice. You will be presented with a login box. Click OK to login without typing any user name or password in. If that doesn&#8217;t work, type in &#8220;˜<em>Administrator</em>&#8216; into the username box and press enter. If that doesn&#8217;t work, so far, you are in bad luck.</p>
<p>If you are able to log in, simply go to the control panel, go into User Accounts and change your password.</p>
<p><span id="more-29440"></span></p>
<h3><strong>2. Login To Another Account &amp; Reset The Password Through User Management (XP Professional Only)</strong></h3>
<p>This will only work if you have Windows XP Professional, and you can login with an account. Right click on <em>My Computer</em> and select <em>Manage</em>. Then select <em>Local User and Groups &#8220;“&gt; Users</em>. Right click on your username and select <em>Set Password</em>. Follow the prompts and set yourself a new password.</p>
<p>If you can&#8217;t get into Device Manager because you don&#8217;t have a user account to get into your computer, you can try opening Device Manager from another computer. Right click on where it says <em>Computer Management (Local)</em> and choose <em>Connect to another computer</em>&#8220;¦ once you are logged in to another computer within your home network.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/computer_management.png?323f2c" border="0" alt="how to reset Windows XP password" width="371" height="268" /></p>
<p>Then enter your computer IP or Name. For example 169.168.x.x, 10.1.1.x or \\DesktopPC. (replacing x.x with your computer IP address. You can also click on <em>Browse &#8220;“&gt; Advance &#8220;“&gt;</em> <em>Find now to browse for computers on your network.</em></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/computer_management_browse.png?323f2c" border="0" alt="how to reset Windows XP password" width="580" height="322" /></p>
<p>If you are granted access to the remote computer, follow the steps I mentioned above and set a new password. If not, continue reading.</p>
<h3><strong>3. Reset The Password Through Safe Mode &amp; Command Prompt</strong></h3>
<p>If the above steps have failed so far, you can try and boot into Safe Mode. To do this, press F8 while your computer is booting. Once in safe mode, you can try going into the control panel and reset your password. If you can&#8217;t, you can try and open up a Command Prompt by opening Run and typing <em>cmd</em>. Enter <em>net user </em>[username] [enternewpassword]. For example, If I want to change my account which is <em>Jack</em> to password <em>abcde</em>, I would type in <em>net user jack abcde</em> and press <em>enter</em>. Your password should now be changed.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/cmd_netuser.png?323f2c" border="0" alt="how to reset Windows XP password" width="580" height="293" /></p>
<h3><strong>4. Use A Live (Bootable CD)</strong></h3>
<p>If you are at this stage, and haven&#8217;t so far managed to get into your computer, you may want to use a <a href="http://www.makeuseof.com/tag/how-to-create-your-own-custom-windows-live-cd/">Live Bootable CD</a>. You may want to have a look at the post <a href="http://www.makeuseof.com/tag/3-ways-to-reset-the-forgotten-windows-administrator-password/">3 Ways To Reset A Forgotten Windows Administrator Password</a> and follow those steps.</p>
<p>Alternatively, you can use the Live CD so you can boot into your computer and access the files so you can back them up on an external hard drive or USB stick. If you can&#8217;t get into Windows, this is your only option.</p>
<h3><strong>5. Remove Your HardDrive, Backup, Format, Reinstall</strong></h3>
<p>One final way, and probably a good thing to do if your computer is running really slow, or you can&#8217;t get into Windows at all; take out your hard drive, put it into another computer, backup your data, format the hard drive, put it back into the original computer, and re-install Windows. You may want to have a look at <a href="http://www.makeuseof.com/tag/the-idiots-guide-to-building-your-own-computer/">The Idiot&#8217;s Ultimate Guide to Building Your Own PC</a> for some help taking out your hard drive.</p>
<p>So these are my basic tips if I can&#8217;t get access to a computer to a user account in a Windows XP computer. I hope these tips will come in handy.</p>
<p>Do you have any other tips to get access to your computer because you forgot the password? Let us know in the comments.<br />
<small></small></p>
<p><small>Image Credit : <a rel="nofollow" href="http://farm2.static.flickr.com/1356/808187848_f1609b79e3.jpg">Max (Tj)</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-tips-to-help-you-reset-a-forgotten-windows-xp-password/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Create A Custom Splash Image For Grub 2 [Linux]</title>
		<link>http://www.makeuseof.com/tag/how-to-create-a-custom-splash-image-for-grub-2-linux/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-a-custom-splash-image-for-grub-2-linux/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 14:01:14 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[geeky fun]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=30034</guid>
		<description><![CDATA[Some time back we showed you how you can create a custom splash screen for the GRUB boot loader, giving your computer a unique feel when it boots up and the first screen appears. Well things have changed since then and GRUBv2 is out and in use. GRUBv2 is the next iteration of the immensely [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/logogrb.jpeg" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/logogrb.jpeg?323f2c" alt="" vspace="5" align="left" />Some time back we showed you <a href="http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/">how you can create a custom splash screen for the GRUB boot loader</a>, giving your computer a unique feel when it boots up and the first screen appears. Well things have changed since then and GRUBv2 is out and in use.</p>
<p>GRUBv2 is the next iteration of the immensely popular GRUB boot loader. It offers improved capabilities like a graphical interface and better design. If you are fan of mods like me and tried the previous tutorial with GRUBv2, you would have realized it no longer works that way. So let&#8217;s update the steps and see how we can create a custom GRUB 2 splash image.</p>
<ul>
<li>Choose a photo of your choice and open it up in GIMP. Unlike the previous tutorial for GRUB, where you had to choose fairly subdued images which didn&#8217;t have a lot of colors or gradients, you can be a bit more extravagant with image selection in GRUB 2</li>
<li>Once you have it open,  resize it to 640 x 480 pixels. (You can use different dimensions, but that requires a bit of extra effort as we shall see below). To do so, go to the image menu and choose <em>scale</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/scaleimage.png?323f2c" alt="create a splash screen" width="388" height="365" /></p>
<p><span id="more-30034"></span></p>
<ul>
<li>You can modify the image  to your liking, perhaps add a motivational quote or your company&#8217;s logo or anything you want.</li>
<li>Now go to <em>File &gt; Save as</em>. In the dialog that appears, choose to save the file as .tga file.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/savetga.png?323f2c" alt="create a splash screen" width="504" height="344" /></p>
<p>With the image ready, its time to get into configuration mode. A lot has changed in GRUB2, so read along even if you are familiar with the procedure for the legacy GRUB loader.</p>
<ul>
<li>First off, you need to copy the file to the appropriate directory so that you can tell GRUB about it. So copy the file you just created to <em>/boot/grub</em> directory.</li>
<li>Fire up your favorite text editor and point it to<strong> </strong><em>/etc/grub.d/05_debian_theme</em>. Now look for a line mentioning image files. On my system, it is line number 16 of the said file and looks like this:</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/changefile.png?323f2c" alt="create a splash screen" width="540" height="98" /></p>
<ul>
<li>We need to edit it and replace the image file name, with the name of the file you saved in previous steps (sunrise_splash in my case)</li>
</ul>
<p>We are almost done here, now issue the <em>sudo update-grub2</em> command and verify it completes successfully. It tells you if it found the image you mentioned. If it doesn&#8217;t, it most likely means that you missed something in the steps mentioned above.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/updategrubg.png?323f2c" alt="grub2 splash image" width="452" height="192" /></p>
<p>You can refer to<a href="http://wiki.debian.org/Grub/SplashImage"> this Debian Wiki page</a> for more details on GRUBv2 splash images. The wiki also lists template files that you can use as a guide when creating your own custom splashimages. If you want to use higher resolution images and not merely 640 x 480 ones, you can do so by editing <em>/etc/default/grub</em>. Remove the <strong>#</strong> sign if it exists on the line that lists -<em> GRUB_GFXMODE</em> and change its value to the custom resolution you want to use. Keep in mind that not all resolutions may be available. You can view a list of available resolutions by pressing &#8216;<strong>c&#8217;</strong> on the GRUB menu and then using the command <em>vbeinfo</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/resslution.png?323f2c" alt="grub2 splash image" width="540" height="142" /></p>
<p>If all goes well, you should be able to view your custom splashscreen the next time GRUB menu is displayed. If the image is not displayed correctly you might want to change the resolution to match the one listed in the <em>/etc/default/grub</em> file. Remember the default is 640 x 480. In case you are running short on imaginative ideas, you can install the <em>grub2-splashimages</em> package, that will give you a set of images that you can use as a splashscreen.</p>
<p>Give it a spin and let us know how things went. We would also love to see your custom splashimages if you feel like sharing them with the world!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-a-custom-splash-image-for-grub-2-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Set Up a Dual Boot Windows &amp; Linux System with Wubi</title>
		<link>http://www.makeuseof.com/tag/how-to-safely-dual-boot-windows-and-linux-with-wubi-installer/</link>
		<comments>http://www.makeuseof.com/tag/how-to-safely-dual-boot-windows-and-linux-with-wubi-installer/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 12:01:23 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[dual boot]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21711</guid>
		<description><![CDATA[At my school, my class and I are comparing different operating systems. Each of the big three (Windows, Mac, Linux) have their pros and cons, but I&#8217;m certainly not here to incite a flame war. About half of my class was just introduced to Linux last week when using some Knoppix disks. Linux is very [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiUbuntuBoot.png" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiUbuntuBoot.png?323f2c" alt="wubiUbuntuBoot" vspace="5" width="265" height="130" align="left" />At my school, my class and I are comparing different operating systems. Each of the big three (Windows, Mac, Linux) have their pros and cons, but I&#8217;m certainly not here to incite a flame war. About half of my class was just introduced to Linux last week when using some Knoppix disks. Linux is very popular as a server operating system, and most fans of it would tell you that it&#8217;s very close to being ready for Joe User&#8217;s desktop PC.</p>
<p>Today I&#8217;ll show you how to set up a &#8220;dual boot&#8221; system that includes Linux (specifically <a href="http://ubuntu.com">Ubuntu Linux</a>) alongside Windows XP or Vista. There will be no hard-drive partitioning (that&#8217;s scary!), instead Ubuntu will be installed in this case as if it were any other Windows program. This also makes it easy to uninstall later, in case you don&#8217;t like it.</p>
<p>Why would someone want to do this? Maybe you&#8217;re just beginning to really learn it, like I am. Maybe you&#8217;re a gamer who is just not a fan of the Windows interface and would like an alternative. Maybe you&#8217;re the power-user type and just wants to see what the fuss is about. Any reason you may have is valid. I&#8217;m just a big fan of free software who wants to help spread the word.</p>
<p>To get started, there&#8217;s no need to go to the Ubuntu site and download or order a CD-ROM. In this example, all you will need is to download and run <a href="http://www.wubi-installer.org/">the Wubi installer</a>. Wubi started as an independent project, but is now officially supported by the Ubuntu community as a method of installation.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiStartInstall.png?323f2c" alt="wubiStartInstall" width="504" height="385" /></p>
<p><span id="more-21711"></span><br />
On the first screen, you&#8217;ll provide your desired username and password as well as designate the size of your &#8220;virtual disk&#8221; file, which your PC will see as a Linux file system.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiDownload.png?323f2c" alt="wubiDownload" width="504" height="385" /></p>
<p>Depending on the speed of your Internet connection, this next part may take a while. Wubi will download an image of the Ubuntu installation CD. As long as you&#8217;re on a broadband connection, this shouldn&#8217;t take more than an hour or two; Feel free to ignore the approximate download time at the onset.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiBootManager.png?323f2c" alt="wubiBootManager" width="520" height="125" /></p>
<p>After a few more installation screens, you&#8217;ll be prompted to reboot your system. Doing so should bring you to a new screen, giving you a choice whether you want to boot into Windows or Ubuntu. Select Ubuntu anytime to finish the installation.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiPartitioning.png?323f2c" alt="wubiPartitioning" width="444" height="180" /></p>
<p>Don&#8217;t panic when you see the formatting-partitions screen; Only the virtual disk file on which Ubuntu sits is being formatted.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/wubiUbuntuDesktop.png?323f2c" alt="wubiUbuntuDesktop" width="555" height="347" /></p>
<p>After another reboot, enter your username and password and gaze upon a fresh pristine Linux desktop. It takes a little bit of getting-used-to, but the learning curve isn&#8217;t that steep.</p>
<p>Feel free to glance over <a href="https://help.ubuntu.com/">the documentation</a> to get your feet wet, check out <a href="http://www.makeuseof.com/service/linux/">our many articles on Linux use</a>, and <a href="http://www.ubuntuforums.org/">join the forums</a> if you have any questions. Don&#8217;t be afraid of asking something &#8220;stupid&#8221;.  We were all n00bs once. Well, except me. I&#8217;m still a Linux n00b. But hey that&#8217;s what I&#8217;m taking out student loans for.</p>
<p>My choice of Ubuntu may have upset some Linux fans. Feel free to let me have it, and tell us why your favorite distribution is better, in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-safely-dual-boot-windows-and-linux-with-wubi-installer/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Easy GUI Management of Grub and Usplash Settings with Startup Manager [Linux]</title>
		<link>http://www.makeuseof.com/tag/easy-gui-management-of-grub-and-usplash-settings-with-startup-manager-linux/</link>
		<comments>http://www.makeuseof.com/tag/easy-gui-management-of-grub-and-usplash-settings-with-startup-manager-linux/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:00:06 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20600</guid>
		<description><![CDATA[Ever wanted to change the Grub bootloader entries? Wanted to hide some, move some to top and make defaults? People must have suggested to edit /boot/grub/menu.lst. Oh and don&#8217;t forget to back it up if you make a mess of it. There are all these different options you can add to the defoptions line to [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/startupmanagerlogo.png" /><img class="align-left" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/startupmanagerlogo.png?323f2c" alt="" vspace="5" align="left" />Ever wanted to change the <a href="http://www.makeuseof.com/tags/grub/">Grub</a> bootloader entries? Wanted to hide some, move some to top and make defaults? People must have suggested to edit /boot/grub/menu.lst. Oh and don&#8217;t forget to back it up if you make a mess of it. There are all these different options you can add to the defoptions line to make it look the way you want. Sounds like too much to handle? How about a GUI tool to make all this a breeze and still have lots more to offer?</p>
<p>StartUp Manager can be used to achieve this easily. You can install StartUp Manager by using your distribution&#8217;s package manager. Or check <a href="https://launchpad.net/startup-manager/">here</a>. Once installed, it can be found under </p>
<p><em>System &gt; Administration &gt; StartUp Manager</em>.</p>
<p>StartUp Manager can be used to easily customize a number of options that would otherwise require you to get your hands dirty by editing configuration files. As a start, you can change boot options such as the selection timeout and default operating system. If you have multiple operating systems, a useful option here is to make the <em>Last Used</em> operating system as the default choice, which would automatically boot the one you used the last time. Such a setting can be quite handy when you have a clear favorite in terms of operating systems and others are just  installed for completeness.</p>
<p><span id="more-20600"></span></p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/bootoptions.png?323f2c" alt="open source startup manager" /></p>
<p>You can also change the display resolution and the color depth if you are experiencing any problems with the display of the main menu. Uncheck &#8220;Show bootloader menu&#8221; if you don&#8217;t want to see the menu, and boot the default operating system each time. &#8220;Show bootsplash&#8221; can be used to add an image as background to the bootloader menu. We did a <a href="http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/">complete tutorial on it some time back</a>. &#8220;Show text during boot&#8221; provides you with textual feedback of what is currently happening in the boot process.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/appearance.png?323f2c" alt="boot manager" /></p>
<p>The appearance tab allows you to customize the look of the bootloader menu as well as the <a href="http://www.makeuseof.com/tag/how-to-easily-change-your-usplash-screen-in-ubuntu/">Usplash</a> theme. You can add colors to the bootloader menu, pick and choose the ones you like. A Usplash theme governs the progress bar display during the boot process. You can find some Usplash themes <a href="http://www.ubuntu-art.org/index.php?xcontentmode=8112&amp;PHPSESSID=9b2834bcd6661e2ab3ce8c48f4973f33">here</a>, click on &#8220;Manage Usplash themes&#8221; and add the one you downloaded, then select the one you like and next time you boot, it would be there to greet you.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/usplash.png?323f2c" alt="startup manager" /></p>
<p>That is not all by any stretch of imagination. StartUp Manager allows you to do pretty advanced stuff. You can <a href="http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/">password-protect the bootloader</a> or only recovery mode entries (<a href="http://www.makeuseof.com/tag/how-to-reset-any-linux-password/">a good choice</a>) or the boot options by simply placing a check against the option and specifying the password.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/passwordprot.png?323f2c" alt="free boot manager" /></p>
<p>If you are bothered by how cluttered the bootloader gets after a kernel upgrade, you can limit the number of entries from here in. Uncheck &#8220;Create boot option for recovery mode&#8221; to remove the recovery mode altogether if you are paranoid about someone getting into your system through recovery mode root prompt.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/advanced.png?323f2c" alt="manage grub ubuntu" /></p>
<p><a href="https://launchpad.net/startup-manager/">StartUp Manager</a> is a no fuss tool which greatly simplifies tweaking and customizing of bootloader options and helps you manage Grub and Usplash settings easily without having to go in and tinker with the configuration files yourself. What do you think of it? Let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/easy-gui-management-of-grub-and-usplash-settings-with-startup-manager-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Password Protect GRUB Entries (Linux)</title>
		<link>http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/</link>
		<comments>http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 17:01:26 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[boot screen]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12744</guid>
		<description><![CDATA[GRUB or the GRand Unified Bootloader is the bootloader commonly installed by Linux distributions on your hard disk. GRUB is responsible for showing you the menu that allows you to choose the operating system you want to boot into and also lets you tweak and control the booting options. Awesome powers in good hands but [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/logogrb.jpeg?323f2c" border="0" alt="how-to-password-protect-grub-entries" vspace="10" align="left" /> GRUB or the GRand Unified Bootloader is the bootloader commonly installed by Linux distributions on your hard disk. GRUB is responsible for showing you the menu that allows you to choose the operating system you want to boot into and also lets you tweak and control the booting options.</p>
<p>Awesome powers in good hands but as you probably know &#8220;with great powers come great responsibilities&#8221;, so GRUB allows you to lock down some features and boot entries to allow only the intended users to go through.</p>
<p>When talking of security in computer systems one often needs to analyse the situation one is in and choose the appropriate options. If you have hackers getting physical access to your computer system the GRUB security measures won&#8217;t last a second (pretty much nothing would do). Your best bet in such a situation is to keep the hard drive encrypted, or if your hard drive can be password protected, use that option.</p>
<p>However, the majority of us don&#8217;t have to worry about hackers with physical access as much as our not-so-computer savvy relatives and friends fiddling around with the system. That is what we have the log in passwords for (they are not secure enough for hackers, trust me!), and that is the situation where you would be wise to make use of GRUB security features.</p>
<p>It is also a good practice to password protect the recovery mode entries as they can be used by any user to gain root access.</p>
<p>GRUB security features allow you to lock down the editing of boot options accessed by pressing the &#8216;e&#8217; key and they allow you to password protect selected or all boot entries.</p>
<p>Follow the steps below to see how to password protect GRUB entries:</p>
<ul>
<li>Fire up the terminal. Type <em><strong>grub</strong></em> and press enter. The prompt would change to something like &#8216;grub&gt;&#8217;.</li>
<li>Enter <em><strong>md5crypt</strong></em> at the GRUB prompt. Type in the password when prompted for and press enter. The command will return you password encrypted as an md5 hash. You will need this so make a note of it or copy to the clipboard.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/grubcmd.png?323f2c" alt="add password to grub" /></p>
<li>Now we need to edit the <em><strong>/boot/grub/menu.lst</strong></em> file. You are advised to make a backup of the file before editing it in case something goes wrong.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/passall.png?323f2c" alt="password protect grub ubuntu" /></p>
<li>Enter the line <em><strong>password &#8211;md5 &lt;the copied md5 string from step 3&gt;</strong></em> before the line that reads: &#8220;BEGIN AUTOMAGIC KERNEL LIST&#8221; (actually it just needs to come before any of the boot menu entries, so you can write it anywhere as long as it is before them).</li>
<li>If you save the file at this moment without any further edits you would have locked down interactive editing in GRUB. The administrator or in this case you would have to press &#8216;p&#8217; key and enter the correct password to access these advanced options.</li>
<li>If in addition you want to lock down specific menu entries so that anyone without the knowledge of the correct password cannot boot into that operating system you should add the word <em><strong>lock</strong></em> all by itself on a separate line just after the title specification for each entry in the menu.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/passindi.png?323f2c" alt="" /></p>
<li>The next time anyone tries to select the locked menu entry he/she will be required to enter a password before he/she can boot into the corresponding operating system.</li>
<li>To lock the recovery mode entries it is best to change the line <em><strong>lockalternative=false</strong></em> to <em><strong>lockalternative=true</strong></em>. This will lock down all future recovery mode entries as well even if you update the kernel.</li>
</ul>
<p>What security features do you use to secure your system? Have you encrypted your hard drive? Or do you use a BIOS password? Let us know in the comments. Also check out <a href="http://www.makeuseof.com/tag/how-to-create-a-custom-splashimage-for-grub/">how to add a custom background to GRUB menu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-password-protect-grub-entries-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/41 queries in 0.078 seconds using apc
Object Caching 776/860 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:20:11 -->
