<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: what differnet between the kernel booted from floppy and hardisk in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946778#M4171</link>
    <description>There are unfortunately a nubmer of differences, especially where modules are involved.&lt;BR /&gt;&lt;BR /&gt;I'm going to assume that you are using a RedHat system here (as you've not specified).&lt;BR /&gt;&lt;BR /&gt;A tool exists called 'mkbootdisk' which will create a working boot disk from your current image.&lt;BR /&gt;&lt;BR /&gt;The issue you ahve currently is that you will have an 'initrd' configured on your system, but when you 'dd' the kernel (and only the kernel) to the floppy, you are missing out on (in particular) the ext3.o module.&lt;BR /&gt;&lt;BR /&gt;If this is a kernel you've compiled on your own, then I suggest you read through the documentation in the source on how to create a floppy boot image.</description>
    <pubDate>Wed, 09 Apr 2003 04:27:01 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-04-09T04:27:01Z</dc:date>
    <item>
      <title>what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946777#M4170</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;the same bzImage can be boot from hda, and the modules of ext3 will install in the bootscript somewhere by insmod;then, I dd the bzImage file to one floppy as :&lt;BR /&gt;dd bs=1k if=bzImage of=/dev/fd0, the restart the machine,&lt;BR /&gt;it recognize the bzImage directly, but can not find the root fs(for it is the ext3 file system), I wonder what different between such two process?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Frederick</description>
      <pubDate>Wed, 09 Apr 2003 04:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946777#M4170</guid>
      <dc:creator>frederick van tagero</dc:creator>
      <dc:date>2003-04-09T04:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946778#M4171</link>
      <description>There are unfortunately a nubmer of differences, especially where modules are involved.&lt;BR /&gt;&lt;BR /&gt;I'm going to assume that you are using a RedHat system here (as you've not specified).&lt;BR /&gt;&lt;BR /&gt;A tool exists called 'mkbootdisk' which will create a working boot disk from your current image.&lt;BR /&gt;&lt;BR /&gt;The issue you ahve currently is that you will have an 'initrd' configured on your system, but when you 'dd' the kernel (and only the kernel) to the floppy, you are missing out on (in particular) the ext3.o module.&lt;BR /&gt;&lt;BR /&gt;If this is a kernel you've compiled on your own, then I suggest you read through the documentation in the source on how to create a floppy boot image.</description>
      <pubDate>Wed, 09 Apr 2003 04:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946778#M4171</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-04-09T04:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946779#M4172</link>
      <description>Hi Frederick.&lt;BR /&gt;&lt;BR /&gt;The problem may be that you're using initrd image which is not available when booting from a floppy or that your boot loader pases root= parameter to kernel which isn't the case when booting from a floppy.&lt;BR /&gt;&lt;BR /&gt;You can set default root device using rdev script, see man page for details. In short, something like :&lt;BR /&gt;&lt;BR /&gt;rdev /dev/fd0 /dev/hda1&lt;BR /&gt;&lt;BR /&gt;Also check for any initrd parameters in your boot loader's config file.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Wed, 09 Apr 2003 04:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946779#M4172</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-09T04:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946780#M4173</link>
      <description>Hmm, rdev is of course a binary, not a script - it's obviously too early for me.&lt;BR /&gt;&lt;BR /&gt;G.</description>
      <pubDate>Wed, 09 Apr 2003 05:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946780#M4173</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2003-04-09T05:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946781#M4174</link>
      <description>hi frederick,&lt;BR /&gt;as others have already pointed out, just dd'ing a bzimage file will not work for creating a boot floppy. &lt;BR /&gt;&lt;BR /&gt;bzimage is just the kernel. you need boot loader, inittab and other configuration etc.&lt;BR /&gt;&lt;BR /&gt;so the best way is to use mkbootdisk with the kernel version as the argument to creat e a boot disk.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 09 Apr 2003 05:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946781#M4174</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-09T05:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946782#M4175</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;dd method will not work for ext3 root filesystem as ext3.o module has to be loaded for the kernel to get EXT3 supporting capability.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 09 Apr 2003 05:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946782#M4175</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-04-09T05:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: what differnet between the kernel booted from floppy and hardisk</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946783#M4176</link>
      <description>hi frederick,&lt;BR /&gt;&lt;BR /&gt;while browsing through lost (&lt;A href="http://lost.sourceforge.net)" target="_blank"&gt;http://lost.sourceforge.net)&lt;/A&gt; found this info. might be of some use to you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;:&lt;BR /&gt;####[ Linux One Stanza Tip (LOST) ]###########################&lt;BR /&gt;&lt;BR /&gt;Sub : How to make a Loadlin bootdisk                 LOST #119&lt;BR /&gt;&lt;BR /&gt;This is the simplest way making your own boot disk.  Totally a &lt;BR /&gt;DOS prompt job. In DOS [1] "format a: /s/v" [2] Copy two files&lt;BR /&gt;your kernel (usually vmlinuz) and "loadlin.exe" to it, [3] and  &lt;BR /&gt;make a one-line config.sys to point to your / device and boot:&lt;BR /&gt;e.g. "shell=a:\loadlin.exe a:\vmlinuz root=/dev/hda2 ro"&lt;BR /&gt;      &lt;BR /&gt;####&lt;BISH&gt;####################################&lt;BR /&gt;:&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji&lt;/BISH&gt;</description>
      <pubDate>Fri, 11 Apr 2003 06:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-differnet-between-the-kernel-booted-from-floppy-and-hardisk/m-p/2946783#M4176</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-04-11T06:57:47Z</dc:date>
    </item>
  </channel>
</rss>

