LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-02-2001, 06:23 PM   #16
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
Unhappy


During my 4th reinstallment periond, I looked very carefully at the
formatting options. The files I format will be /boot, /usr, /opt, /temp, & /root. My partitions are:

hda1 10001M
hda2 23M /boot
hda5 2047M <Swap>
hda6 11648M /usr
hda7 11648 /opt
hda8 11648 /temp
hda9 11625 /root

I am still waiting for that demented statement to go away!

Please Help!

 
Old 07-02-2001, 10:26 PM   #17
SkYzOpReNiCk
Member
 
Registered: Feb 2001
Location: Costa Rica
Distribution: SuSE
Posts: 47

Rep: Reputation: 15
Unhappy

Well, after that, making smaller partitions, and you still getting stuck, the only thing that I could tell you are this 4 options:

1) Do you have install RH 7.0 in another computer? Is new this distro or is a download and copy it to a CD? Maybe that CD's are screw up. Try another RH CD's if possible.

2) Change the distro, try to use SuSE, Debian or Mandrake (Pretty much like Red Hat).

3) Upgrade your bios motherboard or read the manual for the harddrive capacity, do not suppose anything, make sure that is supported.

4) The last one, and the worse, It that harddrive ok? If nobody has use all the capacity of the harddrive maybe is dead.

 
Old 07-03-2001, 08:02 AM   #18
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Rep: Reputation: 30
Lightbulb long format time..

It might take a few minutes, but not hours to format. I do have one question. Right before the formatting starts, there is a option that you can select to "check for bad blocks during format" DO NOT select this option!!!! If this was selected it may be what was taking so long. 40+GB is a lot of blocks. I thinks basically it does a surface scan of the partition if that option is selected. Hope this helps.

Last edited by ascii2k; 07-03-2001 at 08:05 AM.
 
Old 07-03-2001, 10:28 AM   #19
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
Cool It Works!!!

Thanks for all your help.

You guys were a little late but I am happy to report that my Linux is up and running!

To SkYzOpReNiCk, thanks for your advice. My hard disk is obviously fine and as ascii2k pointed out, I checked the "check for bad blocks" and that kept me on for HOURS!!!

Now I have only one itsy bitsy problemo. How, oh how do I get to chose which OS I want to boot into at the start of each session?

Thanks for all your help guys !

HHH
 
Old 07-03-2001, 10:35 AM   #20
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
BTW, SkYzOpReNiCk, what's W.U.L.?
 
Old 07-03-2001, 10:39 AM   #21
SkYzOpReNiCk
Member
 
Registered: Feb 2001
Location: Costa Rica
Distribution: SuSE
Posts: 47

Rep: Reputation: 15
Smile Re: It Works!!!

Good to heard that good news, The problem of choosing which OS you want to boot, lilo will resolve that problem, you only have to add an label in the /etc/lilo.conf, or use linuxconf to mount the w2k paritition, so when you are booting, you should have an menu to choose which OS you wanted to boot.

Good Luck
 
Old 07-03-2001, 10:43 AM   #22
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
Excuse my ignorance, but:

1. do I add /etc/lilo.conf to the boot.ini of Win2k?

2. How do I use linuxconf to launch Win2K Partition?

Thanks for your help!!

HHH
 
Old 07-03-2001, 11:18 AM   #23
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
Sttill go that prob. but this is how I did it...

Still got that choose OS problem...but after reading a couplt of threads, I think it would be kind of nice if I put up how I got the Penguin to work/walk (not off the plank! >Splash<)

Boot up w/ a RH CD.
Follow their instructions until the point where you choose the istallation type.
Choose CUSTOM installation!
Use Disk Druid to partition (I got a previous partiton already in there)
Create your partitions like this: (Note: Check my threads for my computer specs...and don't have to make the # of Megs the same...put some Hornets!)

hda1 10001M
/boot hda2 23M
<Swap> hda5 2047M
/usr hda6 11648M
/opt hda7 11648M
/temp hda8 11648M
/ hda9 11625M


Then Format everything except the exisiting Win partition
Don't "Check for bad blocks" !!!!!
Choose whatever you feel like as far as packaging goes, want a list of mine...got to ask.
Set up everything else and click Install!

Note: If you checked "check for bad blocks" you'll wait forever!
I got a 60GB HD and I had to wait a whole noght!

Anyway, like I said, I got no clue how to choose OS's.
Wait.... check my other thread "partitioning"
mkhan gave some interesting advice...

Well here is my installation journey. Hope it helps!!

HHH
 
Old 07-03-2001, 04:09 PM   #24
HHH
Member
 
Registered: Jun 2001
Posts: 78

Original Poster
Rep: Reputation: 15
Exclamation

Do I have to reinstall my sound cards/video cards?
They were already installed in Windows. If I do, do I needto go through something specal?

Quick help appreciated!
 
Old 07-04-2001, 09:04 AM   #25
SkYzOpReNiCk
Member
 
Registered: Feb 2001
Location: Costa Rica
Distribution: SuSE
Posts: 47

Rep: Reputation: 15
Cool

Sorry for the delay I have been busy, and also a little sick (the flu) . Ok to choose between OS you have to modify the lilo.conf in /etc.

just insert this inside your lilo.conf with a text editor, if you dont know how to use "vi" I recommend you to use "pico"

other = /dev/hda1
label = Windows
table = /dev/hda

save it and run "lilo". Also will be a good idea to modify the Fstab, if you dont have already mount the windows partition. your fstab should have this lines.

/dev/hda1 /windows/C vfat noauto,user 0 0
/dev/hda5 /windows/D ntfs ro,noauto,user,umask=022 0 0


Of course change the lines according to your type of FIle system that you use under windows. also the mount point.

About the other question, You want to reinstall your video and sound card under linux? If you have to install them under linux, because is another OS, so everything will be different. You have to find out if your Video and Sound Card are compatible with Linux, or if they are drivers for them.
 
Old 07-04-2001, 01:40 PM   #26
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
It's probably worth mentioning that the equivilent of 'setting up your video card' in Windows is setting up X (or X Windows as its sometimes called) in Linux... The rest of the system pretty much keeps out of the way where graphics are concerned (although there are a few options relating to your AGP kit in the kernel).

Cheers.

Jamie...
 
Old 07-04-2001, 08:54 PM   #27
ctdp
Member
 
Registered: Sep 2000
Location: Michigan
Distribution: Redhat
Posts: 30

Rep: Reputation: 15
If I were you, I'd let it run overnight. 50G is a lot to format especially if you are doing block checking. I've formatted 4G on slower systems and it has taken about 1 hour. The only thing that matters here is the hard drive speed. A 7200RPM drive is about 50% faster than a 5400 RPM drive. I don't care if your micro runs at 10000Ghz, the hard drive speed is the main factor.

Also there is a Linux+NT-Loader mini howto that you can get a copy of at http://www.linuxdoc.org.
It is also helpful to check item 3 at:
http://ctdp.tripod.com/os/linux/usersguide/index.html
It contains some step by step instructions for installing Linux and Windows 2000 based on the howto.
 
Old 07-06-2001, 09:05 AM   #28
SkYzOpReNiCk
Member
 
Registered: Feb 2001
Location: Costa Rica
Distribution: SuSE
Posts: 47

Rep: Reputation: 15
Talking

For the people who want to know what is W.U.L.

That means. Windows User Looser



See ya.
 
Old 07-07-2001, 06:15 PM   #29
Fruitbat
LQ Newbie
 
Registered: Jun 2001
Location: UK
Posts: 29

Rep: Reputation: 15
Deleted

Last edited by Fruitbat; 07-07-2001 at 06:18 PM.
 
Old 07-17-2001, 01:13 PM   #30
johnnyboythepipes
LQ Newbie
 
Registered: May 2001
Posts: 1

Rep: Reputation: 0
You need to install windows 2K first, then install Linux. Linux will recognise the Win2K partition as NT. But windows must be installed as a Network file system (NTFS) but it can be istalled as a FAT32. When Windows has been installed and configured ie. Defrag the (HUGE) hard drive, reboot with the Linux CD in and the first instalatiol page of Mandrake will appear. When configuring your Mount point etc that must be described as / (root) about 1 Gig of hard drive is more than sufficient, the next partition will be your /Swap space only 128mb (min) is needed here or more if you like. The next partition is /usr which could use what is left on your hard drive. After that your ready to go! Forgot to say that when the installation first shows what partitions are left on your HD windows should be seen. Whatever you do dont format this. (Disaster);-(
 
  


Reply



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
Dual booting redhat and win2k violentpurrr Linux - Newbie 15 04-23-2004 03:31 PM
dual booting Win2k & RH Linux using ntldr->GRUB has problems whitepine Linux - General 3 01-28-2003 05:39 PM
which is better for dual booting w/Win2K: Mandrake or RH? rayne Linux - Distributions 3 09-20-2002 01:02 PM
Dual Boot: RH7.2/Win2K - I'm stuck pcorchary Linux - Software 2 12-14-2001 09:07 AM
Dual Booting Mandrake 8.1 with Win2K Link Linux - General 2 10-31-2001 09:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:01 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