<?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: Return to Windows in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422622#M32</link>
    <description>I presume that you still have your RedHat installation diskette.  Start it up, let it go through initial checkings and then, select custom.  You will have an option of running diskdruid.  Use it to remove linux partitions and make sure you save the changes.  After that, reboot your machine.  To get rid off LILO, insert your DOS boot diskette and run fdisk /mbr.  After that, use whatever you do to re-install Windows.</description>
    <pubDate>Sat, 27 May 2000 23:20:28 GMT</pubDate>
    <dc:creator>Bolek Mynarski</dc:creator>
    <dc:date>2000-05-27T23:20:28Z</dc:date>
    <item>
      <title>Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422618#M28</link>
      <description>I have RED HAT 6.1 loaded on a pivilion. I need to reload this particular machine back to windows.  How do I get rid of LILO and the linux partititions. I don't have a boot disk, but a system reload. With out reloading LILO, it never sees the dos partition.</description>
      <pubDate>Mon, 08 May 2000 13:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422618#M28</guid>
      <dc:creator>David Scruggs</dc:creator>
      <dc:date>2000-05-08T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422619#M29</link>
      <description>If I'm not mistaken the HP Pavilion comes with a bootable CD that can restore the system. This will replace the installed Redhat 6.1 with the shipped Windows.&lt;BR /&gt;&lt;BR /&gt;If this does not get rid of lilo you can use a dos bootable disk with fdisk.exe and type "fdisk /mbr" to recreate the master boot record on your harddisk and erase lilo. I know you mentioned you do not have a dos boot disk, so this might not be an option.</description>
      <pubDate>Mon, 08 May 2000 13:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422619#M29</guid>
      <dc:creator>Andre Miller</dc:creator>
      <dc:date>2000-05-08T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422620#M30</link>
      <description>Removing linux partition is easy to do with&lt;BR /&gt;fdisk but use the one in linux, the one in windows is not good at dealing with linux.&lt;BR /&gt;To be on the safe side boot linux of a disk when you remove the partitions. You don't have to but...&lt;BR /&gt;&lt;BR /&gt;lilo is in MBR and is overwritten by Windows during installation.&lt;BR /&gt;&lt;BR /&gt;BTW on an dual boot system I allways install lilo on the linux root partition not MBR, I guess the same could be done on any system.&lt;BR /&gt;&lt;BR /&gt;/kjell</description>
      <pubDate>Sat, 20 May 2000 21:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422620#M30</guid>
      <dc:creator>kjell mesch</dc:creator>
      <dc:date>2000-05-20T21:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422621#M31</link>
      <description>My Pavilion restore disk wouldn't remove LILO from the Master Boot Record (MBR) so you may have to get a DOS boot disk with fdisk on it. The only way I could get my Windows partition (half of my 20 gig HD) to boot was to put a DOS boot disk in the A: drive, boot up on it, and run fdisk /mbr. Windows then booted normally. Then I reinstalled LINUX and choose "Skip" when promped to do the LILO install. I choose to make a LINUX boot disk when prompted, and I boot into LINUX using that. Works fine for me.</description>
      <pubDate>Sun, 21 May 2000 00:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422621#M31</guid>
      <dc:creator>Vernon Brown</dc:creator>
      <dc:date>2000-05-21T00:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422622#M32</link>
      <description>I presume that you still have your RedHat installation diskette.  Start it up, let it go through initial checkings and then, select custom.  You will have an option of running diskdruid.  Use it to remove linux partitions and make sure you save the changes.  After that, reboot your machine.  To get rid off LILO, insert your DOS boot diskette and run fdisk /mbr.  After that, use whatever you do to re-install Windows.</description>
      <pubDate>Sat, 27 May 2000 23:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422622#M32</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2000-05-27T23:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422623#M33</link>
      <description>Actually the easiest way to get lilo to &lt;BR /&gt;release the MBR control back to any previously installed OS is to just to a&lt;BR /&gt;lilo -U  of course you must be root to execute the command. Sometimes, fdisk /mbr just doesn't work, but the lilo -U always does.&lt;BR /&gt;&lt;BR /&gt;Moliere</description>
      <pubDate>Wed, 31 May 2000 18:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422623#M33</guid>
      <dc:creator>moliere F</dc:creator>
      <dc:date>2000-05-31T18:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422624#M34</link>
      <description>Hi Moliere,&lt;BR /&gt;&lt;BR /&gt;Well, it seems like we have two different opinions and mine is that LILO -U actually never workded for me.  However, fdisk /mbr worked every single time... :-)</description>
      <pubDate>Wed, 31 May 2000 21:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422624#M34</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2000-05-31T21:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Return to Windows</title>
      <link>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422625#M35</link>
      <description>at the LILO prompt, enter a ? and then enter the os you wish to enter.</description>
      <pubDate>Fri, 27 Oct 2000 20:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/return-to-windows/m-p/2422625#M35</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2000-10-27T20:45:03Z</dc:date>
    </item>
  </channel>
</rss>

