<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Grub on BAFM</title><link>https://christian.blog.pakiheim.de/tags/grub/</link><description>Recent content in Grub on BAFM</description><generator>Hugo -- 0.160.1</generator><language>en</language><lastBuildDate>Thu, 03 Jun 2010 18:15:23 +0000</lastBuildDate><atom:link href="https://christian.blog.pakiheim.de/tags/grub/index.xml" rel="self" type="application/rss+xml"/><item><title>SLES10 not installing boot loader in MBR</title><link>https://christian.blog.pakiheim.de/posts/2010-06-03_sles10-not-installing-boot-loader-in-mbr/</link><pubDate>Thu, 03 Jun 2010 18:15:23 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=3055</guid><description>&lt;p&gt;Well, &lt;a href="https://christian.blog.pakiheim.de/posts/2014-08-08_reset-master-boot-record-mbr" title="Reset Master Boot Record (MBR)"&gt;as I mentioned in my earlier post&lt;/a&gt;, I had some trouble during the week. I was having issues with SLES10 installations not finishing during the bootloader installation phase. After trying out different flavors (as in 10SP2 x64/x86, &amp;hellip;), and not having any luck with this, I went searching on Google as a last effort try. Guess what, yet again Google &lt;a href="http://www.issociate.de/board/post/489385/Configuring_grub.html"&gt;helped me out&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;It was pretty simple. Putting /dev/cciss/c0d0 into /boot/grub/device.map as (hd0) made the grub-installer finish. Now, figuring out how to transfer those information during the installation proved difficult. I was just about to give up, while reading through the &lt;a href="http://www.suse.com/~ug/autoyast_doc/index.html"&gt;AutoYAST documentation&lt;/a&gt;, &lt;a href="http://users.suse.com/~ug/autoyast_doc/configuration.html#id306587"&gt;when it struck me&lt;/a&gt;. There is even an extra chapter for this stuff, so simply putting the following into my profile solved my issues:&lt;/p&gt;</description></item><item><title>grub via serial console</title><link>https://christian.blog.pakiheim.de/posts/2007-04-10_grub-via-serial-console/</link><pubDate>Tue, 10 Apr 2007 15:09:17 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/2007/04/10/grub-via-serial-console/</guid><description>&lt;p&gt;As I have quite some trouble every time I need grub via serial console, here&amp;rsquo;s just my personal reminder on how to do it right:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt;2&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-3"&gt;&lt;a class="lnlinks" href="#hl-0-3"&gt;3&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-4"&gt;&lt;a class="lnlinks" href="#hl-0-4"&gt;4&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-5"&gt;&lt;a class="lnlinks" href="#hl-0-5"&gt;5&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-6"&gt;&lt;a class="lnlinks" href="#hl-0-6"&gt;6&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-7"&gt;&lt;a class="lnlinks" href="#hl-0-7"&gt;7&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;# cat /boot/grub/grub.conf
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;serial --unit=0 --speed=38400
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;terminal --timeout=15 console serial
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;title hardened-sources-2.6.20-r1
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;root (hd0,0)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;kernel (hd0,0)/boot/vmlinuz-2.6.20-hardened-r1 root=/dev/hda1 console=ttyS0,38400 console=tty0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Additionally the agetty entry for ttyS0 in &lt;em&gt;/etc/inittab&lt;/em&gt; needs to be uncommented and changed accordingly to the serial speed&lt;/p&gt;</description></item><item><title>Gentoo/hardened and the new toolchain</title><link>https://christian.blog.pakiheim.de/posts/2007-02-26_gentoo-hardened-and-the-new-toolchain/</link><pubDate>Mon, 26 Feb 2007 09:28:44 +0000</pubDate><guid isPermaLink="false">http://blogs.barfoo.org/phreak/2007/02/26/gentoohardened-and-the-new-toolchain/</guid><description>&lt;p&gt;OK, as some of you have noticed; I prepared my box for the new toolchain, recompiled the stuff Kevin mentioned in the exact same order wrote down in his README, and it looks like it actually works with all my stuff I have on my box; except &lt;em&gt;sys-libs/grub&lt;/em&gt;! &lt;em&gt;&lt;strong&gt;sigh&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Apparently, grub segfaults at boot and/or while running it from the chroot in the exact same spot, the new QA warnings complain about ..&lt;/p&gt;</description></item></channel></rss>