<?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>Linux İpuçları &#187; grub error</title>
	<atom:link href="http://www.linuxipuclari.com/tag/grub-error/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxipuclari.com</link>
	<description>Linux Hakkında Pratik İpuçları</description>
	<lastBuildDate>Sat, 24 Apr 2010 21:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Grub &#8220;/boot&#8221; Bölümünü Bulamadığında Grub Kurmak&#8230;</title>
		<link>http://www.linuxipuclari.com/genel/grub-boot-bolumunu-bulamadiginda-grub-kurmak</link>
		<comments>http://www.linuxipuclari.com/genel/grub-boot-bolumunu-bulamadiginda-grub-kurmak#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:16:16 +0000</pubDate>
		<dc:creator>Crypttux</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Gezegen]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Could not find device for /boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub error]]></category>
		<category><![CDATA[grub hata]]></category>

		<guid isPermaLink="false">http://www.linuxipuclari.com/?p=705</guid>
		<description><![CDATA[Herhangi bir şekilde grub MBR&#8217;den silindikten sonra tekrar kurmak istediğiniz zaman localhost ~ # grub-install /dev/sda1 df: Warning: cannot read table of mounted file systems: No such file or directory df: Warning: cannot read table of mounted file systems: No such file or directory Could not find device for /boot: Not found or not a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Herhangi bir şekilde grub MBR&#8217;den silindikten sonra tekrar kurmak istediğiniz zaman</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">localhost ~ <span style="color: #666666; font-style: italic;"># grub-install /dev/sda1</span>
<span style="color: #c20cb9; font-weight: bold;">df</span>: Warning: cannot <span style="color: #c20cb9; font-weight: bold;">read</span> table of mounted <span style="color: #c20cb9; font-weight: bold;">file</span> systems: No such <span style="color: #c20cb9; font-weight: bold;">file</span> or directory
<span style="color: #c20cb9; font-weight: bold;">df</span>: Warning: cannot <span style="color: #c20cb9; font-weight: bold;">read</span> table of mounted <span style="color: #c20cb9; font-weight: bold;">file</span> systems: No such <span style="color: #c20cb9; font-weight: bold;">file</span> or directory
Could not <span style="color: #c20cb9; font-weight: bold;">find</span> device <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #000000; font-weight: bold;">/</span>boot: Not found or not a block device.</pre></div></div>

<p>şeklinde bir hata veriyorsa bu hata /boot bölümünün ayrı bir partitionda olmamasından kaynaklanır.</p>
<p>Bunu</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> localhost ~ <span style="color: #666666; font-style: italic;"># grub-install --recheck --root-directory=/mnt/xxx /dev/sda</span></pre></div></div>

<p>komutunu vererek /boot bölümünün içinde bulunduğu partition&#8217;ın, /mnt/xxx klasörüne bağlı(mounted) olduğunu ve boot bölümünün burada olduğunu kontrol etmesini sağlıyoruz.</p>
<p>Bu sayede hatasız grub kurulumu yapmış oluyoruz.</p>
<p>Yardımlarından dolayı ras0ir&#8217;e teşekkürlerimi sunarım.
<p><strong style="color:#999;">Bu yazıyı beğendiyseniz, diğer yazılarımıza da <a href="http://www.linuxipuclari.com">Linuxipuclari.com</a> adresinden ulaşabilirsiniz.</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxipuclari.com/genel/grub-boot-bolumunu-bulamadiginda-grub-kurmak/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

