home *** CD-ROM | disk | FTP | other *** search
/ Caldera Network Desktop 1.0 / caldera-network-desktop-1.0.bin / doc / HOWTO / mini / Linux+Win95 < prev    next >
Text File  |  1995-12-18  |  3KB  |  68 lines

  1.    Linux and Windows 95 can get along quite well on the same hard disk.
  2.    Not only that, Linux can mount, read, and write to Win95's VFAT
  3.    partitions (only using the 8.3 standard though). I have heard rumors
  4.    (some from #linux) that there is a VFAT kernel patch. If this does
  5.    exist please mail me about it and I can try to help. It helps having
  6.    SCSI working before you embark on a project of this magnitude.
  7. So, your C: drive is sliced up into:
  8.  
  9.                 |---------------
  10.            300M |/dev/hda1 C: DOS/FAT (Win 3.11/DOS 6.22)
  11.  BIOS   C:      |---------------
  12.   528 M    212M |/dev/hda2 / (root partition) Linux ext2
  13.                 |---------------
  14.            16M  |/dev/hda3 /dev/swap (linux Swap partition, 16M of it ;)
  15.                 |---------------
  16.  
  17.    
  18.    
  19.    Before you do anything, make sure you have LILO installed on your HD
  20.    and working AND have a working bootdisk!
  21.    
  22.    GO ahead and install Windows 95 right over Win3.11/DOS 6.22. This
  23.    re-routes your MBR to boot-up Windows 95 directly, but it should work
  24.    (It has for me multiple times, with multiple betas and the final
  25.    release of Win95.)
  26.    
  27.    If you didn't pick up on it already, you won't get a LILO prompt when
  28.    you boot up. DON'T PANIC! Simply drop that boot-disk into drive A: and
  29.    reboot. If this is a boot disk you made with your current (or
  30.    previous) kernel image, it should boot right into your Linux partition
  31.    right away. If you are like me and didn't keep a boot disk around get
  32.    the boot144 (or boot122) Slackware install floppy off of tsx-11 and
  33.    create that disk. The first time you get a pause type "mount
  34.    /dev/hda2" (or whatever your Linux partiton is).
  35.    
  36.    At this point you should be back in Linux. Login as root and run the
  37.    program 'liloconfig'. Hit '6' to recycle your current lilo
  38.    configuration. do a shutdown -r now to reboot to see if it works (it
  39.    should). You'll get your LILO prompt back and should be able to dual
  40.    boot into either OS.
  41.    
  42. Multiple HD Configs:
  43.  
  44.    
  45.    
  46.    Many people wnat to keep a separate HD for Linux, and a separate one
  47.    for DOS, with good reason. There are about 3 possible ways to do this.
  48.  
  49. 1:      2 separate disks, C: just DOS/FAT and D: just Linux/ext2
  50. 2:      2 'overlapping disks', physical C: partitioned into a small DOS
  51.         partition with the rest of the disk for Linux while D: is totally
  52.         DOS/FAT running Win95
  53. 3:      ????? (help me on this one ;)
  54.  
  55.    
  56.    
  57.    Two is the situation I have on my own machine (known as
  58.    litterbox.in.net).
  59.    
  60.    For all of these situations just adapt my instructions from the first
  61.    1/2 of this HOWTO: make sure you use YOUR partition names and not
  62.    mine. (imagine running mkswap /dev/hdb1 when that is your root
  63.    partition!).
  64.  
  65.    Jonathan Katz <jkatz@in.net>
  66.  
  67. EOF
  68.