winnt and linux on same system

winnt and linux on same system

Post by Soham Rastog » Sun, 31 Dec 1899 09:00:00



i have NT and 95 installed on my system. i also want to install linux on to
the same. i have 2 gb of space kept aside for this. i would like to know
can i install lilo and yet will my nt run(i.e. will its menu loader load if
i choose dos/NT  as booting option) or will i have to make some changes
manually. please guide me. i am new to linux for that matter i have not yet
done anything accept dos and windows till now.

------------------  Posted via CNET Linux Help  ------------------
                    http://www.searchlinux.com

 
 
 

winnt and linux on same system

Post by /dev/nial » Sun, 31 Dec 1899 09:00:00


You can indeed install Linux and LILO in the MBR. As long as you add
the DOS/NT startup to LILO (how you do this depends on the distro of
Linux you use, most will detect it) you will be able to boot into
Windows 95/NT by typing "dos" (or whatever you choose to call that
startup option in LILO) at the "lilo:" prompt.

Alternatively, you can add linux to your Windows NT startup menu. See
the Linux_NT-Loader Mini HOWTO at:
http://www.linuxdoc.org/HOWTO/mini/Linux+NT-Loader.html

Here's the bare bones explanation:
Install LILO to the root partition of the Linux partition instead of
the MBR. MAKE SURE YOU CREATE A BOOT DISK DURING INSTALL SO YOU CAN
BOOT INTO YOUR LINUX PARTITION!!

Copy the linux bootsector to a freshly formatted floppy:

dd if=/dev/hda3 of=/bootsect.lnx bs=512 count=1

Where /dev/hda3 is your root linux partition.

Now copy the file /bootsect.lnx to the floppy:

mcopy /bootsect.lnx a:

Boot into NT, and copy the file from the floppy to your C:\ directory.
Attrib c:\boot.ini so you can edit it (attrib -s -r c:\boot.ini) Add a
line to the bottom of this file:
C:\BOOTSECT.LNX="Linux"

Reattrib boot.ini back to it's original settings (attrib +s +r
c:\boot.ini) and reboot. Linux should be in your NT startup menu, and
hopefully it even works too. ;)



Quote:> i have NT and 95 installed on my system. i also want to install linux
on to
> the same. i have 2 gb of space kept aside for this. i would like to
know
> can i install lilo and yet will my nt run(i.e. will its menu loader
load if
> i choose dos/NT  as booting option) or will i have to make some
changes
> manually. please guide me. i am new to linux for that matter i have
not yet
> done anything accept dos and windows till now.

> ------------------  Posted via CNET Linux Help  ------------------
>                     http://www.searchlinux.com

--
--
/dev/niall
http://www.kst.com/knownspace/

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

winnt and linux on same system

Post by QuestionExchang » Sun, 31 Dec 1899 09:00:00


From what I've heard, lilo and NT work ok with each other.
Install lilo on the MBR (Master Boot Record), and create two
entries (One for Win, one for Linux), like you would with any
other system.  I'm not sure if the Boot Manager will show up or
not, however.
There is a commercial solution, System Commander, which will
let you choose your OS's, resize partitions, change filesystem
types, etc.  At $70 it's an OK deal, if you are having problems
with lilo.
http://www.systemcommander.com/

Quote:> i have NT and 95 installed on my system. i also want to
install linux on to
> the same. i have 2 gb of space kept aside for this. i would
like to know
> can i install lilo and yet will my nt run(i.e. will its menu
loader load if
> i choose dos/NT  as booting option) or will i have to make
some changes
> manually. please guide me. i am new to linux for that matter
i have not yet
> done anything accept dos and windows till now.

--
  This answer is courtesy of QuestionExchange.com
  http://www.questionexchange.com/showUsenetGuest.jhtml?ans_id=8070&cus...
 
 
 

1. WinNT under Linux or Linux under WinNT (was Re: Emulator for IMB)

I'm adding comp.os.linux.development.system to this discussion


Seems what you really want is the ability to run both OSes under some
kind of microkernel or real-time kernel.  If seen a demo (at the Embedded
Systems Conference) of Windows and Windows3.1 running as a task under
several different real-time kernels (such as VxWorks), done in such
a way that Windows doesn't know it's running the show.  I don't know how
they dealt with contention for devices.  Probably something
like this could be done with GNU Hurd or MkLinux.

The basic idea is that instead of putting one under the other you have a
very small subsystem under them both.

The oddball thing about doing things this way is that the two OSes don't
see each other directly, and communication between them might resemble
communication between two hosts on a network (except that a very fast
path would be provided, like "telnet localhost").

A simple way to deal with shared devices is to give one OS control of
each device and allow the other OS to access it as a "networked device".
Otherwise you'd need a device driver at the microkernel level providing
services to both OSes.
--
-- Joe Buck     http://www.synopsys.com/pubs/research/people/jbuck.html

Work for something because it is good,
not just because it stands a chance to succeed.    -- Vaclav Havel

2. apache 1.2b1 + SSL

3. system-commander, Linux and WinNT

4. Free Linux TUX Stickers

5. WinNT 4 & Linux Dual Boot system....

6. *HELP* - How did xrdb change from 3.1 to 3.2?

7. Want Win95/WinNT/Linux tri-boot system...

8. Solaris 7 and DHCP Client and @Home Has anybody got this to work?

9. Has WinNT interfered with my Linux system ?

10. Linux -- Plans to Read/Write NTFS (WinNT file system) ??

11. Matrox Mystique ands X.

12. Linux and WinNT 4.0 Dual boot system.

13. Linux, WinNT, and dos on same system - how?