LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-05-2003, 06:07 PM   #1
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Rep: Reputation: 15
Win2k RH8/9 Dual Boot


[edited]

Last edited by book; 05-31-2011 at 10:59 AM.
 
Old 05-05-2003, 10:17 PM   #2
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
It shouldn't matter what drive you put win2K or linux on. As far as a boot loader, I use GRUB to boot win2K and RedHat 8.0, although Lilo has been bullet-proof for many years.
 
Old 05-06-2003, 12:48 PM   #3
sixpack
LQ Newbie
 
Registered: May 2003
Location: Poughkeepsie, NY/ Burlington, VT
Distribution: SlackWare 9.0
Posts: 4

Rep: Reputation: 0
here's what I did

For Dual Booting:\

First I set up Win2K on the primary master. After setting up win2K, I then installed Linux on the unused drive and wrote LILO to the MBR. Be sure that when you format the linux drive you use cfdisk hdb not cfdisk hda (the windows partition).
format this partition and make two sectors: Linux and Linux swap. Make the Linux swap smaller (I usually guestimate it at about 1/8th the size of the drive). After setting this up install Linux to the Linux partition. You should be all set. Plug and Chug. SIXPACK
 
Old 05-06-2003, 03:23 PM   #4
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Original Poster
Rep: Reputation: 15
[edited]

Last edited by book; 05-31-2011 at 10:59 AM.
 
Old 05-07-2003, 09:16 PM   #5
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Original Poster
Rep: Reputation: 15
[edited]

Last edited by book; 05-31-2011 at 10:58 AM.
 
Old 05-07-2003, 09:29 PM   #6
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
Just stick the install CD in and it should give you a bunch of options as to where you can install/setup Linux.

Good Luck
 
Old 05-07-2003, 09:32 PM   #7
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Original Poster
Rep: Reputation: 15
[edited]

Last edited by book; 05-31-2011 at 10:58 AM.
 
Old 05-07-2003, 10:01 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,669

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Make sure you select the expert mode wihen installing. That way you select the drive and how it is partitioned. It takes more effort but it will prevent you from overwriting windows.

A swap partition is the same thing as a swap file in windows. Another name for it is virtual memory. It is the process of exchanging data and applications between RAM and the hard drive when all of the RAM is being used. Memory management is much more efficeint in linux than windows. And using a partition is faster than a file.

The size of the swap partition rule of thumb is 2x your RAM. For everyday desktop PC's if you have lots of RAM like >=512 then 512mb is good enough.

If you want to partition the slave drive on the 1st IDE controller then it would be cfdisk /dev/hdb. Of course assuming windows is on the master which is /dev/hda.

IDE devices are identified as such:
1st IDE controller master - /dev/hda
1st IDE controller slave - /dev/hdb
2nd IDE controller master - /dev/hdc
2nd IDE controller slave - /dev/hdd
And so on ...

If your W2K is NTFS then you might want to consider creating a FAT32 partition so you can exchange data between the OS's. Cause you don't want linux to write to NTFS and windows can't read/write to linux partitions. You can add read support for NTFS after you install if desired.
 
Old 05-08-2003, 07:41 AM   #9
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Original Poster
Rep: Reputation: 15
[edited]

Last edited by book; 05-31-2011 at 10:58 AM.
 
Old 05-08-2003, 02:32 PM   #10
vimtaa
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
is booting Redhat Linux 9 from floppy bootdisk obselete?

I have installed Win2k and Linux with Grub boot loader, however, I want to get rid of Grub and use floppy to boot up my linux partition instead. Can anyone tell me how to do so? I thought I can do the same thing in 9 (as 8 does the job) by creating boot disks. But it wan't. Please tell me how to do it.

Thanks

Quote:
Originally posted by michaelk
Make sure you select the expert mode wihen installing. That way you select the drive and how it is partitioned. It takes more effort but it will prevent you from overwriting windows.

A swap partition is the same thing as a swap file in windows. Another name for it is virtual memory. It is the process of exchanging data and applications between RAM and the hard drive when all of the RAM is being used. Memory management is much more efficeint in linux than windows. And using a partition is faster than a file.

The size of the swap partition rule of thumb is 2x your RAM. For everyday desktop PC's if you have lots of RAM like >=512 then 512mb is good enough.

If you want to partition the slave drive on the 1st IDE controller then it would be cfdisk /dev/hdb. Of course assuming windows is on the master which is /dev/hda.

IDE devices are identified as such:
1st IDE controller master - /dev/hda
1st IDE controller slave - /dev/hdb
2nd IDE controller master - /dev/hdc
2nd IDE controller slave - /dev/hdd
And so on ...

If your W2K is NTFS then you might want to consider creating a FAT32 partition so you can exchange data between the OS's. Cause you don't want linux to write to NTFS and windows can't read/write to linux partitions. You can add read support for NTFS after you install if desired.
 
Old 05-08-2003, 03:41 PM   #11
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,669

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
I guess they call it custom installation now:
http://www.redhat.com/docs/manuals/l...ide/index.html

vimtaa:
Don know but:
The command mkbootdisk will create a boot floppy disk.
See man pages for mkbootdisk.

To remove grub from MBR you will need to boot from W2K boot CD and run the command fixmbr or use a Win98 boot disk use the command fdisk /mbr.
 
Old 05-08-2003, 04:11 PM   #12
book
Member
 
Registered: May 2003
Location: Beaver Falls, PA
Distribution: Debian/testing
Posts: 38

Original Poster
Rep: Reputation: 15
[edited]

Last edited by book; 05-31-2011 at 10:58 AM.
 
Old 05-08-2003, 04:49 PM   #13
vimtaa
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Thanks Michaelk,

I will try that later.

One more question for you, looks like Redhat 9 doesn't give any other options except Grub boot loader, or am I missing something?

Thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i Got 1 Harddisk with Win XP & RH8 Dual Boot,will WinXP perform slower coz i got RH8? kublador Linux - General 4 08-27-2003 11:32 PM
win2k dual boot Dougall Linux - General 4 03-02-2003 09:49 PM
Win2k dual boot flashman Linux - Newbie 12 07-11-2002 06:08 PM
Win2K/RH7.1 Dual, RH won't boot from boot disk after install marktaff Linux - Software 4 08-24-2001 05:29 PM
D: gone in Win2k (after dual boot) Star Child Linux - Software 17 07-06-2001 10:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration