How to start Linux on Win2K/Linux system?

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default How to start Linux on Win2K/Linux system?

    I installed RH8.0 first, and Win2K second. Everytime when I boot
    machine, I always get Win2K. I can only enter Linux using reboot disk.

    Someone told me to copy/past bootsect.lnx to c:\ and modify boot.inc
    (append c:\bootsect.lnx="linux". I could see the two options when I
    reboot, but when I select Linux. Nothing happened.

    Anyone please tell me what's I am wrong or how to start linux in my
    situation. Thanks very much in advance.

    Leo
    Leo Guest

  2. Similar Questions and Discussions

    1. IBM switching to Linux destops in Germany according to a Linux Forum 2006
      Dear all, IBM switching to Linux destops in Germany according to a Linux Forum 2006. How do you think about this? It means IBM is not upgrade to...
    2. ODBC, Linux, Win2k - how to automate DSN setup?
      I need to access databases on both win2k and Linux systems but I have to set up the DSNs under program control ... no uses using GUIs ... Has...
    3. Have Win2K+Linux dual boot; want to upgrade to XP
      Hi, One would assume this is a FAQ, but I couldn't find anything directly applicable... I currently have a dual-boot machine with RH9 and...
    4. Can't get PHP to work on Linux - troubleshoot or start from scratch?
      Is it more time-consuming to troubleshoot or just start from scratch. PHP used to work that's why I'm tempted to just re-install Linux.
    5. How safe is Linux system
      Hi there, Cyber security organizations warned network administrators on Wednesday about a Web site hacking contest that appeared to be scheduled...
  3. #2

    Default Re: How to start Linux on Win2K/Linux system?

    Leo wrote:
    > Anyone please tell me what's I am wrong or how to start linux in my
    > situation. Thanks very much in advance.
    [url]http://www.pcquest.com/content/networking/100080119.asp[/url]
    ..
    --
    /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
    \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
    \\\ [url]http://pages.sbcglobal.net/mtobler/mjt_linux_page.html[/url] ///
    Speer's 1st Law of Proofreading: The visibility of an error is
    inversely proportional to the number of times you have looked at it.

    mjt Guest

  4. #3

    Default Re: How to start Linux on Win2K/Linux system?

    Leo wrote:
    > I installed RH8.0 first, and Win2K second. Everytime when I boot
    > machine, I always get Win2K. I can only enter Linux using reboot disk.
    >
    > Someone told me to copy/past bootsect.lnx to c:\ and modify boot.inc
    > (append c:\bootsect.lnx="linux". I could see the two options when I
    > reboot, but when I select Linux. Nothing happened.
    >
    > Anyone please tell me what's I am wrong or how to start linux in my
    > situation. Thanks very much in advance.
    >
    > Leo
    [url]http://www.winimage.com/bootpart.htm[/url]

    --

    Mauriat
    ----------------------------
    Remove 'NOSPAM' to email me.

    Mauriat Guest

  5. #4

    Default Re: How to start Linux on Win2K/Linux system?

    Leo on Sunday 21 September 2003 20:29 wrote:
    > I installed RH8.0 first, and Win2K second. Everytime when I boot
    > machine, I always get Win2K. I can only enter Linux using reboot
    > disk.
    >
    > Someone told me to copy/past bootsect.lnx to c:\ and modify boot.inc
    > (append c:\bootsect.lnx="linux". I could see the two options when I
    > reboot, but when I select Linux. Nothing happened.
    >
    > Anyone please tell me what's I am wrong or how to start linux in my
    > situation. Thanks very much in advance.
    If you are new to Linux and don't know about lilo or grub or fstab,
    etc., the easiest way to set up a dual boot system is to reinstall
    Red Hat. (Your initial mistake was not installing RH last. Linux
    recognizes Windows, but Windows can't recognize Linux.) During the
    install, the RH installer will recognize W2k and ask, if you want to
    set up a dual boot system. Say, "Yes." And it's done. The next
    time you boot the computer, you'll get a boot menu to choose which OS
    to boot.

    The hard way is to use your Linux boot disk to boot Linux, and set up
    lilo.conf and put it on the Master Boot Record manually.

    man lilo
    man lilo.conf
    man fstab

    for the details.


    --
    Stefan Patric
    [email]tootek2@yahoo.com[/email]
    Stefan Patric Guest

  6. #5

    Default Re: How to start Linux on Win2K/Linux system?

    On 21 Sep 2003 20:29:05 -0700, Leo <pkujchliu@yahoo.com> wrote:
    > I installed RH8.0 first, and Win2K second. Everytime when I boot
    > machine, I always get Win2K. I can only enter Linux using reboot disk.
    >
    > Someone told me to copy/past bootsect.lnx to c:\ and modify boot.inc
    > (append c:\bootsect.lnx="linux". I could see the two options when I
    > reboot, but when I select Linux. Nothing happened.
    I'm unfamiliar with bootsect.lnx and boot.inc, but try

    su -c "/sbin/lilo -v -b bootsect.lnx"

    and adding that to c:\boot.ini,

    Now I got to try it.

    Michael C.
    --
    [email]mcsuper5@usol.com[/email] [url]http://mcsuper5.freeshell.org/[/url]
    Registered Linux User #303915 [url]http://counter.li.org/[/url]


    Michael C. Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139