<?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>iHackintosh &#187; Verbose Mode</title>
	<atom:link href="http://www.ihackintosh.com/tag/verbose-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihackintosh.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 16:59:14 +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>Bootloader &amp; ACPI Flags While Darwin Bootloader.</title>
		<link>http://www.ihackintosh.com/2009/05/bootloader-acpi-flags-while-darwin-bootloader/</link>
		<comments>http://www.ihackintosh.com/2009/05/bootloader-acpi-flags-while-darwin-bootloader/#comments</comments>
		<pubDate>Wed, 20 May 2009 18:39:25 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[OSX86 Basics]]></category>
		<category><![CDATA[ACPI]]></category>
		<category><![CDATA[Boot Loader]]></category>
		<category><![CDATA[Darwin]]></category>
		<category><![CDATA[Flags]]></category>
		<category><![CDATA[Safe Mode]]></category>
		<category><![CDATA[Single User]]></category>
		<category><![CDATA[Verbose Mode]]></category>

		<guid isPermaLink="false">http://www.ihackintosh.com/2009/05/bootloader-acpi-flags-while-darwin-bootloader/</guid>
		<description><![CDATA[If you are facing any problem during booting or installing Mac OS X or OSX86 or your hackintosh you can identify &#38; troubleshoot the problems with the darwin bootloader commands given below. here we covered almost all of the bootloader commands which you can perform during the initial boot by pressing F8 from the keyboard once you pressed the f8 key you’ll get the access to enter in some special modes like Single User mode, Safe mode and Verbose mode. We tried to cover almost every available option if still ...]]></description>
			<content:encoded><![CDATA[<p>If you are facing any problem during booting or installing Mac OS X or OSX86 or your hackintosh you can identify &amp; troubleshoot the problems with the darwin bootloader commands given below. here we covered almost all of the bootloader commands which you can perform during the initial boot by pressing F8 from the keyboard once you pressed the f8 key you’ll get the access to enter in some special modes like Single User mode, Safe mode and Verbose mode. We tried to cover almost every available option if still we missed any please post a comment given below.</p>
<p> </p>
<p><strong><em>Darwin boot loader level flags, for Darwin version 8.0:-</em></strong></p>
<ul>
<li><strong>-v =</strong> verbose mode. Basically tells you wants happening during boot up.System in Verbose mode display a lot of log lines during boot time and does not display the apple gray boot screen, it is good to use this option if things go wrong, or if you get an error screen and you want to know the reason.</li>
</ul>
<p> </p>
<ul>
<li><strong>-x =</strong> Safe mode. Basically boots your system with the bare minimum kexts. This option boot the system into safe mode ignoring kext cache and loads only necessary kext</li>
</ul>
<p> </p>
<ul>
<li> <strong>-s =</strong> Single user mode. Command line only mode. Allows you to run commands as root to fix system.This mean you would like to enter &#8220;Single User&#8221; mode which doesn&#8217;t load GUI and doesn&#8217;t mount partitions but gives you a prompt so you can make system maintenance and recovery procedures.</li>
</ul>
<p> </p>
<ul>
<li> <strong>-f =</strong> Tells the hackintosh to reload all kext (Kernel Extensions = drivers) and dump the cache, not rely on it (kext cache found in: /System/Library/Extensions.mkext, you can delete it manually and the system will recreate it)</li>
<li><strong>cpus=</strong> this parameter tells the hackintosh how many cpus to use, for instance if you have dual CPU or dual Core then you can state cpus=2, so the system will use both cpus, and if you get reboot without loading GUI or boot screen then you may use cpus=1 to allow use of one cpu and avoid reboot</li>
</ul>
<p> </p>
<ul>
<li><strong>“Graphics Mode” </strong>= this parameter tells the hackintosh to use stated graphics resolution and color depth, the pattern to use is: WidthxHeightxDepth@RefreshRate for instance a resolution of 1024&#215;768 with 32 bit color depth and 60 hertz frequancy refresh rate will look like this:</li>
</ul>
<p>&#8220;Graphics Mode&#8221;=1024x768x32@60</p>
<p> </p>
<ul>
<li><strong>config=</strong> this parameter tells the system to load using different copy of the boot config file, the default copy used is kept in:</li>
</ul>
<blockquote><p>/Library/Preferences/SystemConfiguration/com.apple.Boot.plist</p></blockquote>
<p><strong>The content of this file state boot options such as:</strong></p>
<ol>
<li>timeout (how much time to wait for user selection in boot prompt)</li>
<li>Kernel (what kernel to use)</li>
<li>Kernel flags (what kernel flags to use in each and every boot)</li>
<li>Quiet boot (weather to display boot menu or not)</li>
<li>Boot graphics (if to boot with apple spinning circle)</li>
</ol>
<p><strong>ACPI Flags</strong> <strong>are as on :</strong></p>
<p><strong></strong></p>
<ul>
<li><strong>acpi=off</strong> = Don&#8217;t enable ACPI<br />
<strong></strong></li>
<li><strong>acpi=ht</strong> = Use ACPI boot table parsing, but don&#8217;t enable ACPI interpreter<br />
<strong></strong></li>
<li><strong>acpi=force</strong> = Force ACPI on (currently not needed)<br />
<strong></strong></li>
<li><strong>acpi=strict</strong> = Disable out of spec ACPI workarounds.<br />
<strong></strong></li>
<li><strong>acpi_sci </strong>= {edge,level,high,low} Set up ACPI SCI interrupt. EX:<br />
<strong></strong></li>
<li><strong>acpi_sci</strong> = edgeacpi=noirq = Don&#8217;t route interrupts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ihackintosh.com/2009/05/bootloader-acpi-flags-while-darwin-bootloader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Boot in single-User or Verbose Mode in Mac OS X.</title>
		<link>http://www.ihackintosh.com/2009/04/how-to-boot-in-single-user-or-verbose-mode-in-mac-os-x/</link>
		<comments>http://www.ihackintosh.com/2009/04/how-to-boot-in-single-user-or-verbose-mode-in-mac-os-x/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 06:28:49 +0000</pubDate>
		<dc:creator>Vinay</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Recovery.]]></category>
		<category><![CDATA[Single User]]></category>
		<category><![CDATA[Verbose Mode]]></category>

		<guid isPermaLink="false">http://www.ihackintosh.com/2009/04/how-to-boot-in-single-user-or-verbose-mode-in-mac-os-x/</guid>
		<description><![CDATA[Single user mode is a mode in which a multiuser computer operating system boots into a single superuser. It is mainly used for maintenance of multi-user environments such as network servers. Some tasks may require exclusive access to shared resources, for example running fsck on a network share.You can use key combinations to start up the computer in either single-user mode or verbose mode. These may be used for troubleshooting or software development. &#34;Single User&#34; is a boot mode, you actually tells the unix shell that the OS should load ...]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: georgia"><strong>Single user mode</strong> is a mode in which a multiuser computer operating system boots into a single superuser. It is mainly used for maintenance of multi-user environments such as network servers. Some tasks may require exclusive access to shared resources, for example running <tt><a href="http://www.ihackintosh.com/wp-content/uploads/2009/04/ppanic.gif"><span style="color: #333333; font-family: georgia"><img title="ppanic" style="display: inline; margin-left: 0px; margin-right: 0px" height="100" alt="ppanic" src="http://www.ihackintosh.com/wp-content/uploads/2009/04/ppanic-thumb.gif" width="133" align="left" border="0" /></span></a>fsck</tt> on a network share.You can use key combinations to start up the computer in either single-user mode or verbose mode. These may be used for troubleshooting or software development. &quot;Single User&quot; is a boot </span><span style="font-family: georgia">mode, you actually tells the unix shell that the OS should load only prompt (no GUI), and the local console login is the only login </span><span style="font-family: georgia">available (can&#8217;t be logged on from the network), Sometimes the system requires an administrative actions by the administrator, such as disk checkup, partition altering, drivers uninstalling, backups, etc. At this delicate tasks you don&#8217;t want other users to touch/create/remove/use files, hardware, CPU, and use resources. this is why you enter into single user mode.</span></p>
<p><span style="font-family: georgia">__________________________________________________________________________</span><strong></strong></p>
<p><span style="font-family: georgia"><strong>Procedure to enter in Single User Mode.</strong>       <br />* Restart your computer       <br />* Continuously press F8 until you see the Darwin boot prompt       <br />* write &quot;-s&quot; without the quotation marks and press you will soon reach a prompt       <br />To exit single-user mode type <tt>reboot</tt>&#160; then press Return.</span></p>
<p><span style="font-family: georgia"></span></p>
<p><span style="font-family: georgia"><strong></strong></span></p>
<p><span style="font-family: georgia"><strong>Procedure to enter in Verbose Mode.</strong></span></p>
<p><span style="font-family: georgia"><strong><span style="font-weight: normal">* Restart your computer</span></strong></span></p>
<p><span style="font-family: georgia"><strong><span style="font-weight: normal">* Continuously press F8 until you see the Darwin boot prompt </span></strong></span></p>
<p><span style="font-family: georgia"><strong><span style="font-weight: normal">* write &quot;-V&quot; without the quotation marks and press you will soon reach a prompt</span></strong></span></p>
<p><span style="font-family: georgia"><strong><span style="font-weight: normal">Verbose mode exits automatically when the computer&#8217;s startup process progresses sufficiently and the blue screen appears</span></strong></span></p>
<p>_____________________________________________________________________________________</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihackintosh.com/2009/04/how-to-boot-in-single-user-or-verbose-mode-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
