<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to compile a custom kernel for Ubuntu Intrepid</title>
	<atom:link href="http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/</link>
	<description>Just my thoughts about things</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:12:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: PL</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-7547</link>
		<dc:creator>PL</dc:creator>
		<pubDate>Mon, 31 May 2010 11:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-7547</guid>
		<description>prepending 
no_dumpfile=true 
will help with this ...</description>
		<content:encoded><![CDATA[<p>prepending<br />
no_dumpfile=true<br />
will help with this &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-5582</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-5582</guid>
		<description>You can&#039;t compile a RT kernel for Jaunty with the Ubuntu kernel sources. The RT team never released a patch for the 2.6.28 kernel which is the kernel version Jaunty uses.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t compile a RT kernel for Jaunty with the Ubuntu kernel sources. The RT team never released a patch for the 2.6.28 kernel which is the kernel version Jaunty uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thahir</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-5556</link>
		<dc:creator>Thahir</dc:creator>
		<pubDate>Wed, 30 Dec 2009 09:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-5556</guid>
		<description>Can u please tell me how to compile realtime kernel for ubuntu jaunty.
Thanks</description>
		<content:encoded><![CDATA[<p>Can u please tell me how to compile realtime kernel for ubuntu jaunty.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: celebro</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-5076</link>
		<dc:creator>celebro</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-5076</guid>
		<description>Had the same problem. Here&#039;s something jbernardo wrote in topic for Jaunty:

I just want to add that for those having problems with makedumpfile like the “get_debug_info: Can’t create a handle for a new debug session” because you removed kernel debug info while configuring it, you can pass “no_dumpfile=true” the same way you pass “skipabi=true” in the build line.</description>
		<content:encoded><![CDATA[<p>Had the same problem. Here&#8217;s something jbernardo wrote in topic for Jaunty:</p>
<p>I just want to add that for those having problems with makedumpfile like the “get_debug_info: Can’t create a handle for a new debug session” because you removed kernel debug info while configuring it, you can pass “no_dumpfile=true” the same way you pass “skipabi=true” in the build line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-5073</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-5073</guid>
		<description>I get a similar error to the guy who posted comment 26, namely the following. You said at the time you could not help him/her....perhapps you could now as two people have got the same error ?

Cheers, Shaun.

WW: Explicitly asked to ignore failures (probably not good)
II: New modules (you&#039;ve been busy, wipe the poop off your nose)
II: Done
dh_testdir
dh_testroot
dh_clean -k -plinux-image-2.6.31-15-samsung
dh_clean -k -plinux-headers-2.6.31-15-samsung
dh_clean -k -plinux-image-debug-2.6.31-15-samsung
# The main image
# compress_file logic required because not all architectures
# generate a zImage automatically out of the box
install -m644 -D /home/guest/src/source/debian/build/build-samsung/arch/i386/boot/bzImage \
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/vmlinuz-2.6.31-15-samsung
install -m644 /home/guest/src/source/debian/build/build-samsung/.config \
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/config-2.6.31-15-samsung
install -m644 /home/guest/src/source/debian.master/abi/2.6.31-15.50/i386/samsung \
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/abi-2.6.31-15-samsung
install -m644 /home/guest/src/source/debian/build/build-samsung/System.map \
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/System.map-2.6.31-15-samsung
makedumpfile -g /home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/vmcoreinfo-2.6.31-15-samsung \
		-x /home/guest/src/source/debian/build/build-samsung/vmlinux
get_debug_info: Can&#039;t create a handle for a new debug session.

makedumpfile Failed.
make[1]: *** [install-samsung] Error 1
make: *** [binary-samsung] Error 2</description>
		<content:encoded><![CDATA[<p>I get a similar error to the guy who posted comment 26, namely the following. You said at the time you could not help him/her&#8230;.perhapps you could now as two people have got the same error ?</p>
<p>Cheers, Shaun.</p>
<p>WW: Explicitly asked to ignore failures (probably not good)<br />
II: New modules (you&#8217;ve been busy, wipe the poop off your nose)<br />
II: Done<br />
dh_testdir<br />
dh_testroot<br />
dh_clean -k -plinux-image-2.6.31-15-samsung<br />
dh_clean -k -plinux-headers-2.6.31-15-samsung<br />
dh_clean -k -plinux-image-debug-2.6.31-15-samsung<br />
# The main image<br />
# compress_file logic required because not all architectures<br />
# generate a zImage automatically out of the box<br />
install -m644 -D /home/guest/src/source/debian/build/build-samsung/arch/i386/boot/bzImage \<br />
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/vmlinuz-2.6.31-15-samsung<br />
install -m644 /home/guest/src/source/debian/build/build-samsung/.config \<br />
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/config-2.6.31-15-samsung<br />
install -m644 /home/guest/src/source/debian.master/abi/2.6.31-15.50/i386/samsung \<br />
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/abi-2.6.31-15-samsung<br />
install -m644 /home/guest/src/source/debian/build/build-samsung/System.map \<br />
		/home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/System.map-2.6.31-15-samsung<br />
makedumpfile -g /home/guest/src/source/debian/linux-image-2.6.31-15-samsung/boot/vmcoreinfo-2.6.31-15-samsung \<br />
		-x /home/guest/src/source/debian/build/build-samsung/vmlinux<br />
get_debug_info: Can&#8217;t create a handle for a new debug session.</p>
<p>makedumpfile Failed.<br />
make[1]: *** [install-samsung] Error 1<br />
make: *** [binary-samsung] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-4839</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-4839</guid>
		<description>Do a clean up : sudo debian/rules clean 
and instead of compiling with binary-core2 (just using my example) you should compile with binary-i386 or binary-amd64, depending on your processor.</description>
		<content:encoded><![CDATA[<p>Do a clean up : sudo debian/rules clean<br />
and instead of compiling with binary-core2 (just using my example) you should compile with binary-i386 or binary-amd64, depending on your processor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sham</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-4838</link>
		<dc:creator>Sham</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-4838</guid>
		<description>Hey nice tutorial, i followed some of your explanations and got a succesfully working kernel, i just wanna ask that now i want to create another kernel, do i have to remove the 2nd kernel and if not, is there anything i need to do like cleaning up for instance before restarting the process or can i go ahead and begin customising and compiling my 3rd kernel. I want to use the same kernel-source i used for the previous kernel i made, but i want to use the original config file i had in the 1st place.

So basically im asking you to tell me what i need to do before repeating the same process again on the same system just so that i don&#039;t face any hiccups while i&#039;m at it. :)</description>
		<content:encoded><![CDATA[<p>Hey nice tutorial, i followed some of your explanations and got a succesfully working kernel, i just wanna ask that now i want to create another kernel, do i have to remove the 2nd kernel and if not, is there anything i need to do like cleaning up for instance before restarting the process or can i go ahead and begin customising and compiling my 3rd kernel. I want to use the same kernel-source i used for the previous kernel i made, but i want to use the original config file i had in the 1st place.</p>
<p>So basically im asking you to tell me what i need to do before repeating the same process again on the same system just so that i don&#8217;t face any hiccups while i&#8217;m at it. <img src='http://blog.avirtualhome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken McD</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-4526</link>
		<dc:creator>Ken McD</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-4526</guid>
		<description>That worked!

This test system is recent, from last 3-4 months. I have done a few updates and stock kernel updates. Other than that, this is basic system. I only started doing the kernel compile on it. And did it by using these kinds of instructions to keep my custom kernel separate from current and future stock kernel updates.

ken@ken-ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 9.04
Release:	9.04
Codename:	jaunty
ken@ken-ubuntu:~$</description>
		<content:encoded><![CDATA[<p>That worked!</p>
<p>This test system is recent, from last 3-4 months. I have done a few updates and stock kernel updates. Other than that, this is basic system. I only started doing the kernel compile on it. And did it by using these kinds of instructions to keep my custom kernel separate from current and future stock kernel updates.</p>
<p>ken@ken-ubuntu:~$ lsb_release -a<br />
No LSB modules are available.<br />
Distributor ID:	Ubuntu<br />
Description:	Ubuntu 9.04<br />
Release:	9.04<br />
Codename:	jaunty<br />
ken@ken-ubuntu:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-4525</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-4525</guid>
		<description>Edit the following file:
/etc/defaults/kexec
and check the line LOAD_KEXEC. Set it to false to reboot with BIOS.

&lt;code&gt;# Defaults for kexec initscript
# sourced by /etc/init.d/kexec and /etc/init.d/kexec-load

# Load a kexec kernel (true/false)
LOAD_KEXEC=false

# Kernel and initrd image
KERNEL_IMAGE=&quot;/vmlinuz&quot;
INITRD=&quot;/initrd.img&quot;

# If empty, use current /proc/cmdline
APPEND=&quot;&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Edit the following file:<br />
/etc/defaults/kexec<br />
and check the line LOAD_KEXEC. Set it to false to reboot with BIOS.</p>
<p><code># Defaults for kexec initscript<br />
# sourced by /etc/init.d/kexec and /etc/init.d/kexec-load</p>
<p># Load a kexec kernel (true/false)<br />
LOAD_KEXEC=false</p>
<p># Kernel and initrd image<br />
KERNEL_IMAGE="/vmlinuz"<br />
INITRD="/initrd.img"</p>
<p># If empty, use current /proc/cmdline<br />
APPEND=""<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2008/10/28/how-to-compile-a-custom-kernel-for-ubuntu-intrepid/#comment-4524</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 07 Oct 2009 18:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=267#comment-4524</guid>
		<description>I just rebooted and everything is normal, I see my BIOS startup. The reboot problem occurred with the default kernel as well. Not sure what changed to make it work normally again.</description>
		<content:encoded><![CDATA[<p>I just rebooted and everything is normal, I see my BIOS startup. The reboot problem occurred with the default kernel as well. Not sure what changed to make it work normally again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

