<?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: where can i get partition magic and.... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887441#M78061</link>
    <description>stuart browne what do the .'s stand for is that info already contained in the file or should i type it exactly as you have it written</description>
    <pubDate>Wed, 22 Jan 2003 14:20:12 GMT</pubDate>
    <dc:creator>shawn barnett</dc:creator>
    <dc:date>2003-01-22T14:20:12Z</dc:date>
    <item>
      <title>where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887433#M78053</link>
      <description>where can i get partition magic and how can i dual boot win xp and RH 7... because win xp is located on hda and rh 7 is located on hdb but i can not get win xp to boot nor can i get it to pop up a screen to choose which os i want to load any help would be appreciated...thanks</description>
      <pubDate>Wed, 22 Jan 2003 03:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887433#M78053</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T03:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887434#M78054</link>
      <description>Windows XP comes with a boot-loader similar to Windows NT.&lt;BR /&gt;&lt;BR /&gt;Have a read through &lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Linux+NT-Loader.html," target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/Linux+NT-Loader.html,&lt;/A&gt; and it should be faily simple.</description>
      <pubDate>Wed, 22 Jan 2003 03:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887434#M78054</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T03:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887435#M78055</link>
      <description>thats great but i can't load win xp on the other hd and i don't know how i can get to it i am new to linux and didn't expect for this to happen</description>
      <pubDate>Wed, 22 Jan 2003 03:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887435#M78055</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T03:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887436#M78056</link>
      <description>Right, so your MBR is already fried.  Great.&lt;BR /&gt;&lt;BR /&gt;If you can get into Linux, reinstall which ever boot loader you've got there into the MBR, and then add another entry in your /etc/{grub,lilo}.conf file to point to the other file system.&lt;BR /&gt;&lt;BR /&gt;You want to install the boot loader into /dev/hda's MBR, or using a Grub reference: (hd0,0).&lt;BR /&gt;&lt;BR /&gt;Do you know which boot loader you installed when you installed Linux? Your choices are 'Lilo' or 'Grub'.&lt;BR /&gt;&lt;BR /&gt;If you tell us, I'll see what I can do to throwing out some more detailed instructions.</description>
      <pubDate>Wed, 22 Jan 2003 03:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887436#M78056</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T03:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887437#M78057</link>
      <description>i installed it via a custom installation and installed LiLo</description>
      <pubDate>Wed, 22 Jan 2003 03:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887437#M78057</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T03:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887438#M78058</link>
      <description>ok!&lt;BR /&gt;&lt;BR /&gt;Modify /etc/lilo.conf&lt;BR /&gt;&lt;BR /&gt;boot=/dev/hda&lt;BR /&gt;..&lt;BR /&gt;..&lt;BR /&gt;image=/boot/vmlinuz-...&lt;BR /&gt;   label=linux&lt;BR /&gt;   read-only&lt;BR /&gt;   root=/dev/hdb?&lt;BR /&gt;&lt;BR /&gt;other=/dev/hda1&lt;BR /&gt;  label=WinXP&lt;BR /&gt;&lt;BR /&gt;Make sure it has similar things.  Re-run '/sbin/lilo', and try a re-boot.&lt;BR /&gt;&lt;BR /&gt;You might need to boot off your CD into rescue mode, and chroot /dev/hdb? (whichever your root partition is).&lt;BR /&gt;&lt;BR /&gt;If you need more help, we'll need some details:&lt;BR /&gt;&lt;BR /&gt;a copy of /etc/lilo.conf&lt;BR /&gt;sfdisk -l /dev/hda&lt;BR /&gt;sfdisk -l /dev/hdb&lt;BR /&gt;&lt;BR /&gt;This will show us where the various pieces of information are hiding.</description>
      <pubDate>Wed, 22 Jan 2003 04:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887438#M78058</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T04:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887439#M78059</link>
      <description>what program in RH 7 can i modify this file with? or should i save it to disk and modify it on another comp in a windows based environment</description>
      <pubDate>Wed, 22 Jan 2003 13:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887439#M78059</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T13:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887440#M78060</link>
      <description>Welcome to the wonderful world of Unix.&lt;BR /&gt;&lt;BR /&gt;You will hate it at first, but try the program vi.&lt;BR /&gt;&lt;BR /&gt;vi /filename_to_edit&lt;BR /&gt;&lt;BR /&gt;You'll want to search itrc and learn the basics, but hard core admins all learn vi.&lt;BR /&gt;&lt;BR /&gt;We all resist at first, but we all eventually capitulate.&lt;BR /&gt;&lt;BR /&gt;Transferring files back and forth to a windows environment can cause problems.  If you transfer a file in binary format that should be ascii, it will screw up the Linux/Unix system.&lt;BR /&gt;&lt;BR /&gt;Partition magic is available at most computer stores for around $49(US).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Wed, 22 Jan 2003 14:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887440#M78060</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-22T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887441#M78061</link>
      <description>stuart browne what do the .'s stand for is that info already contained in the file or should i type it exactly as you have it written</description>
      <pubDate>Wed, 22 Jan 2003 14:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887441#M78061</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T14:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887442#M78062</link>
      <description>The ...'s stand for "Leave lines not mentioned alone".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2003 22:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887442#M78062</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T22:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887443#M78063</link>
      <description>stuart check out my other post about winxp and RH7 for the LiLo info and partition info</description>
      <pubDate>Wed, 22 Jan 2003 22:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887443#M78063</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-22T22:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887444#M78064</link>
      <description>Backup your existing lilo.conf, and try this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;boot=/dev/hda&lt;BR /&gt;timeout=100 &lt;BR /&gt;message=/boot/message &lt;BR /&gt;prompt &lt;BR /&gt;image=/vmlinuz-2.2.16-22 &lt;BR /&gt;label=Linux &lt;BR /&gt;root=/dev/hdb3&lt;BR /&gt;other=/dev/hda3&lt;BR /&gt;label=WinXP&lt;BR /&gt;&lt;BR /&gt;re-run /sbin/lilo, and see what happens.</description>
      <pubDate>Wed, 22 Jan 2003 23:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887444#M78064</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-22T23:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887445#M78065</link>
      <description>ok i typed it exactly and it just kept trying to load linux over and over again i changed it on the disk btw any other ideas?</description>
      <pubDate>Thu, 23 Jan 2003 02:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887445#M78065</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-23T02:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887446#M78066</link>
      <description>Ok..&lt;BR /&gt;&lt;BR /&gt;When you typed '/sbin/lilo', it showed both "Linux*" and "WinXP" yes?&lt;BR /&gt;&lt;BR /&gt;When you were booting, you selected 'WinXP', then what happened?  If it then started loading Linux regardless, then you should try the following:&lt;BR /&gt;&lt;BR /&gt;Change 'other=/dev/hda3' to read 'other=/dev/hda2', and then re-run '/sbin/lilo'.  Reboot, select 'WinXP'.</description>
      <pubDate>Thu, 23 Jan 2003 02:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887446#M78066</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-23T02:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887447#M78067</link>
      <description>in the sbin directory there is no LiLo and it had no image of winxp either to select any ideas stuart</description>
      <pubDate>Thu, 23 Jan 2003 04:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887447#M78067</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-23T04:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887448#M78068</link>
      <description>Ok.. when in Linux, what does 'lilo' on it's own say?</description>
      <pubDate>Thu, 23 Jan 2003 05:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887448#M78068</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-23T05:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887449#M78069</link>
      <description>i don't understand what you are asking do you mean a file extension or ???</description>
      <pubDate>Thu, 23 Jan 2003 05:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887449#M78069</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-23T05:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887450#M78070</link>
      <description>Ok.&lt;BR /&gt;&lt;BR /&gt;You are using Lilo as your boot loader.&lt;BR /&gt;&lt;BR /&gt;When you modify /etc/lilo.conf, it doesn't do anything apart from modify a file.&lt;BR /&gt;&lt;BR /&gt;You need to issue the command 'lilo' to write the changes to the hard-disk drive in order for them to take effect.&lt;BR /&gt;&lt;BR /&gt;If /sbin/lilo doesn't exist in Linux (very odd for a lilo driven machine), then I would hope that it is somewhere else within your environment path.  Issuing the command "lilo" (stripping the quotes obviously) should show you at least something, even if it is an error.&lt;BR /&gt;&lt;BR /&gt;Do this.  Tell us what output happens.&lt;BR /&gt;&lt;BR /&gt;From your description thus far, it appears as if you've never successfully executed this command, otherwise 'WinXP' would be showing up as one of the boot loader's options.</description>
      <pubDate>Thu, 23 Jan 2003 05:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887450#M78070</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-23T05:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887451#M78071</link>
      <description>now i have a question that same lilo you had me retype should i have that in the /etc on the boot disk and hard drive? or just the boot disk?</description>
      <pubDate>Thu, 23 Jan 2003 05:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887451#M78071</guid>
      <dc:creator>shawn barnett</dc:creator>
      <dc:date>2003-01-23T05:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: where can i get partition magic and....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887452#M78072</link>
      <description>harddisk.  always hard-disk.&lt;BR /&gt;&lt;BR /&gt;ok.. didn't realise you were showing us a lilo.conf from the floppy..&lt;BR /&gt;&lt;BR /&gt;'chroot' is your friend ;)  but that's a post for a different day..</description>
      <pubDate>Thu, 23 Jan 2003 05:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/where-can-i-get-partition-magic-and/m-p/2887452#M78072</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-23T05:24:21Z</dc:date>
    </item>
  </channel>
</rss>

