<?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>Software Livre, por Hugo Barros &#187; turoriais de instalação</title>
	<atom:link href="http://www.hugobarros.com.br/index.php/tag/turoriais-de-instalacao/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hugobarros.com.br</link>
	<description>... compartilhando idéias no mundo livre do hgb</description>
	<lastBuildDate>Sun, 01 Aug 2010 14:44:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Montando facilmente imagens ISO no Ubuntu</title>
		<link>http://www.hugobarros.com.br/index.php/2010/04/montando-facilmente-imagens-iso-no-ubuntu/</link>
		<comments>http://www.hugobarros.com.br/index.php/2010/04/montando-facilmente-imagens-iso-no-ubuntu/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:52:25 +0000</pubDate>
		<dc:creator>Hugo Barros</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Iso]]></category>
		<category><![CDATA[turoriais de instalação]]></category>

		<guid isPermaLink="false">http://www.hugobarros.com.br/?p=363</guid>
		<description><![CDATA[Essa dica é pra quem monta muitas iso, ou mesmo não gosta ou tem dificuldade de fazer as montagens ‘no terminal’:  instale o pacote gmountiso. Ele te permite montar, desmontar e gerenciar, graficamente, as .iso’s que você quiser. Abaixo, um screenshot dele em ação, montando a imagem do Damn Small Linux:]]></description>
			<content:encoded><![CDATA[<div>
<p>Essa dica é pra quem monta muitas iso, ou  mesmo não gosta ou tem dificuldade de fazer as montagens ‘no terminal’:   instale o pacote <em>gmountiso</em>. Ele te permite montar, desmontar e  gerenciar, graficamente, as .iso’s que você quiser.</p>
<p><span id="more-363"></span></p>
<p>Abaixo, um screenshot dele em ação, montando a imagem do Damn Small  Linux:</p>
<p><a title="gmountiso" href="http://daquidafronteira.files.wordpress.com/2007/11/gmountiso.jpg"><img src="http://daquidafronteira.files.wordpress.com/2007/11/gmountiso.jpg?w=421&amp;h=266" alt="gmountiso" width="421" height="266" /></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.hugobarros.com.br/index.php/2010/04/montando-facilmente-imagens-iso-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convertendo .nrg para .iso no Ubuntu</title>
		<link>http://www.hugobarros.com.br/index.php/2009/11/converter-nrg-para-iso-no-ubuntu/</link>
		<comments>http://www.hugobarros.com.br/index.php/2009/11/converter-nrg-para-iso-no-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:56:29 +0000</pubDate>
		<dc:creator>Hugo Barros</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[turoriais de instalação]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://hugobarros.com.br/?p=260</guid>
		<description><![CDATA[Se você deseja converter um arquivo .nrg(Nero) em um arquivo ISO você pode usar a ferramenta nrg2iso para fazê-lo. O nrg2iso é um programa que extrai dados ISO9660 do Nero &#8220;. nrg&#8221;  de arquivos de imagem. Instale nrg2iso no Ubuntu sudo apt-get install nrg2iso Usando nrg2iso Uso nrg nrg2iso [-file] [iso-file] Exemplo image.iso image.nrg nrg2iso [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-261" title="NRG2ISO+Free" src="http://hugobarros.com.br/wp-content/uploads/NRG2ISO+Free.jpg" alt="NRG2ISO+Free" width="100" height="65" /></p>
<p><span id="result_box"><span style="background-color: #ffffff;" title="If you want to convert .nrg file to .iso file you can use nrg2iso tool to create this." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Se você deseja converter um arquivo .nrg(Nero) em um arquivo ISO você pode usar a ferramenta nrg2iso para fazê-lo. </span><span style="background-color: #ffffff;" title="nrg2iso is a program that extracts ISO9660 data from Nero “.nrg” CD-ROM image files." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">O nrg2iso é um programa que extrai dados ISO9660 do Nero &#8220;. nrg&#8221;  de arquivos de imagem.</span></span></p>
<p><span style="background-color: #ffffff;" title="Install nrg2iso in Ubuntu" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Instale nrg2iso no Ubuntu</span></p>
<p><span style="background-color: #ffffff;" title="sudo apt-get install nrg2iso" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'"><code>sudo apt-get install nrg2iso</code></span></p>
<p><span title="Using nrg2iso" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Usando nrg2iso</span></p>
<p><span title="Usage" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Uso</span></p>
<p><span style="background-color: #ffffff;" title="nrg2iso [nrg-file] [iso-file]" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">nrg nrg2iso [-file] [iso-file]</span></p>
<p><span title="Example" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Exemplo</span></p>
<p><span style="background-color: #ffffff;" title="nrg2iso image.nrg image.iso" onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">image.iso image.nrg nrg2iso</span></p>
<p><span style="background-color: #ffffff;" title="Now you can burn your iso with your preferred linux burning app." onmouseover="this.style.backgroundColor='#ebeff9'" onmouseout="this.style.backgroundColor='#fff'">Agora você pode gravar o seu iso com seu aplicativo preferido no linux.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hugobarros.com.br/index.php/2009/11/converter-nrg-para-iso-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problemas ao instalar Ubuntu 9.04 no notebook Acer 3050</title>
		<link>http://www.hugobarros.com.br/index.php/2009/05/problemas-ao-instalar-ubuntu-904-no-notebook-acer-3050/</link>
		<comments>http://www.hugobarros.com.br/index.php/2009/05/problemas-ao-instalar-ubuntu-904-no-notebook-acer-3050/#comments</comments>
		<pubDate>Tue, 05 May 2009 02:31:47 +0000</pubDate>
		<dc:creator>Hugo Barros</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[acer]]></category>
		<category><![CDATA[ACPI]]></category>
		<category><![CDATA[turoriais de instalação]]></category>

		<guid isPermaLink="false">http://hgbarros.com/?p=58</guid>
		<description><![CDATA[Há alguns dias atrás tentei instalar Ubuntu 9.04 no nootebook Acer 3050 de um amigo meu, porém não tive sucesso pois descobri que o sistema não reconhecia os módulos ACPI do mesmo, a máquina travava ao iniciar o boot de instalação.  Advanced Configuration and Power Interface (ACPI) é um padrão desenvolvido pela HP, Intel, Microsoft, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/acer3050.jpg"><img class="alignnone" src="/wp-content/uploads/acer3050.jpg" alt="" width="300" height="300" /></a></p>
<p>Há alguns dias atrás tentei instalar Ubuntu 9.04 no nootebook Acer 3050 de um amigo meu, porém não tive sucesso pois descobri que o sistema não reconhecia os módulos ACPI do mesmo, a máquina travava ao iniciar o boot de instalação.  <em><strong>Advanced Configuration and Power Interface</strong></em> (<strong>ACPI</strong>) é um padrão desenvolvido pela <a title="Hewlett-Packard" href="http://pt.wikipedia.org/wiki/Hewlett-Packard">HP</a>, <a class="mw-redirect" title="Intel" href="http://pt.wikipedia.org/wiki/Intel">Intel</a>, <a title="Microsoft" href="http://pt.wikipedia.org/wiki/Microsoft">Microsoft</a>, <a title="Phoenix" href="http://pt.wikipedia.org/wiki/Phoenix">Phoenix</a> e <a title="Toshiba" href="http://pt.wikipedia.org/wiki/Toshiba">Toshiba</a> para configuração e gerenciamento de energia do <a title="Computador" href="http://pt.wikipedia.org/wiki/Computador">computador</a>. A ACPI tem como proposta suplantar o <a title="APM" href="http://pt.wikipedia.org/wiki/APM">APM</a>; enquanto a primeira coloca o <a class="mw-redirect" title="Sistema Operativo" href="http://pt.wikipedia.org/wiki/Sistema_Operativo">sistema operacional</a> no controle do gerenciamento de energia, o APM usa o <a title="BIOS" href="http://pt.wikipedia.org/wiki/BIOS">BIOS</a> para isso. A implementação da ACPI depende não apenas de <a title="Software" href="http://pt.wikipedia.org/wiki/Software">software</a>, mas também de <a title="Hardware" href="http://pt.wikipedia.org/wiki/Hardware">hardware</a> compatível.</p>
<p><span id="more-58"></span></p>
<p>Sabendo disso ao iniciar o boot pelo Cd de instalação desabilitei esses módulos que vêm por padrão na instalação do sistema. Como fazer isso ? apertando F6  duas vezes o sistema de instalação irá mostrar um menu de opções com as seguintes alternativas &#8220;acpi=off&#8221; &#8220;noapic&#8221; &#8220;noacpi&#8221; , marque todas e entre no menu de instalação normal do sistema.</p>
<p>Seu sistema irá instalar normalmente mas ao iniciar pela primeira vez irá travar pois apenas desabilitamos os módulos acpi na instalação mas não na inicialização normal do sistema. Então nosso próximo passo é fazer com que o sistema inicialize ao menos uma vez.</p>
<p>Ao selecionar no grub a opção Ubuntu 9.04 aperte a tecla &#8220;e&#8221; que fará com que você possa editar a linha de comando que faz a inicialização do sistema. Feito isso você irá adicionar os seguintes parâmetros separados por espaço &#8220;<span style="color: #99cc00;">acpi=off&#8221; &#8220;noapic&#8221; &#8220;noac<span style="color: #99cc00;">p</span></span><span style="color: #99cc00;">i</span>&#8220;. Ao fazer isso aperte a tecla &#8220;b&#8221; que fará o boot com as configurações adicionadas.</p>
<p>A partir daí surge uma questão será que vai ser preciso fazer isso toda vez que for ligar a máquina ?</p>
<p>Não&#8230; a forma mais simples e grotesca de evitar esse tipo de contratempo seria editando o arquivo de boot acessando como root o arquivo localizado em  &#8220;<span style="color: #99cc00;">/boot/grub/menu.lst</span>&#8221; e modificando a parte onde tem a linha que inicializa o Ubuntu, adicionando as opções citadas acima.</p>
<p>Porém a máquina não pode ficar sem um gerenciamento de energia já que o usuário não tem informação do status da bateria.</p>
<p>A solução para esse problema seria corrigir a tabela ACPI, seguindo os seguintes passos:</p>
<p style="text-align: justify;">No caso do notebook Acer 3050-1458, o que ocorre é que a tabela ACPI vem “errada”, visto que ela funciona perfeitamente apenas no Windows, ao invés de funcionar perfeitamente em todos os sistemas operacionais, por isso é necessário corrigir a tabela ACPI ou pegar uma tabela já corrigida, para poupar trabalho vou colocar o link para download da tabela já corrigida, o autor do site de onde fiz o download da tabela me perdoe,  não lembro o nome do site.</p>
<p><span style="color: #99cc00;"><span style="color: #087ff6;"><strong><span>1 . Arquivos necessários</span></strong></span><br />
</span></p>
<blockquote>
<h5>Link:  <a href="http://www.soulpower.xpg.com.br/dsdt.aml" target="_blank">DSDT.aml</a> (tabela ACPI já corrigida)</h5>
</blockquote>
<p><span style="color: #087ff6;"><strong><span>2 . Salve o arquivo onde preferir</span></strong></span></p>
<blockquote>
<h5>/home/usuario/Desktop</h5>
</blockquote>
<p><span style="color: #087ff6;"><strong><span>3 . Logue como root</span></strong></span></p>
<blockquote>
<h5>su (senha de root)</h5>
</blockquote>
<p><span style="color: #087ff6;"><strong><span>4 . Copie o arquivo para o destino</span></strong></span></p>
<blockquote>
<h5>cp 3050.aml /etc/dsdt</h5>
</blockquote>
<p><span style="color: #087ff6;"><strong><span>5 . Edite o arquivo kernel</span></strong></span></p>
<blockquote>
<h5>gedit /etc/sysconfig/kernel</h5>
</blockquote>
<p><span style="color: #087ff6;"><strong><span>6 . Localize a linha abaixo e substitua pelo caminho onde você copiou a sua ACPI corrigida</span></strong></span></p>
<blockquote>
<h5>ACPI_DSDT=”&#8221;   por   ACPI_DSDT=”/etc/dsdt”</h5>
</blockquote>
<p><span style="color: #99cc00;"><span style="color: #087ff6;"><strong><span>7 . Atualize o Initrd digitando</span></strong></span><br />
</span></p>
<blockquote>
<h5>mkinitrd</h5>
</blockquote>
<p>Reinicie a máquina e não precisa mais usar parâmetros como acpi=off noapic noacpi, para que o sistema inicialize, faça um teste assim que entrar no sistema verifique que ao desconectar o notebook da energia o ícone da bateria funciona.</p>
<p><span style="text-decoration: underline;">OBS: Se você não tem o notebook descrito, porém tem problemas de ACPI, segue abaixo o link para fazer o download da ACPI para fazer a correção e aplicar conforme foi descrito neste artigo.</span></p>
<h5>Link: <a title="Acer ACPI Tables" href="http://aceracpi.googlecode.com/svn/trunk/dsdt/acer/aspire/" target="_blank">Tabelas ACPI Acer Aspire_Outros_Modelos</a></h5>
]]></content:encoded>
			<wfw:commentRss>http://www.hugobarros.com.br/index.php/2009/05/problemas-ao-instalar-ubuntu-904-no-notebook-acer-3050/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
