LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 07-29-2002, 01:09 AM   #1
oulck
LQ Newbie
 
Registered: Jul 2002
Location: San Diego, California
Posts: 8

Rep: Reputation: 0
Smile super newbie question...


Hi experts, I am a super newbie to Linux who needs some help. I just downloaded Red Hat 7.3 today and burned them on CD's.

Can anyone tell me how to continue from here? I have a PII 400+ MHZ w/ MSWinXP and I want to have both OS on it. (This is just an older computer I have in hand that I do Music recordings with.)

Pls tell me how to open the installation file and how to do the partition thing... thx

Last edited by oulck; 07-29-2002 at 01:27 AM.
 
Old 07-29-2002, 01:40 AM   #2
A-dummy
Member
 
Registered: Jun 2002
Location: Kanpur,India
Distribution: RH-7.0 , 7.3
Posts: 130

Rep: Reputation: 15
Just change bios settings to boot from cdrom......insert the cd ,it's a nice graphical mode ....select for
workstation installation when prompted for it......u will b asked for partitioning & all that stuff.....do that(it's
easy)......there will somewhere a option for installing LILO on MBR.....select it.....select as many packages
as u want ......the last step involves making a bootable floppy.....after that system will b automatically
rebooted.....boot it (if lilo doesn't appears then boot from that floppy)......make some changes to /etc/lilo.conf
if it's needed & do run /sbin/lilo after making any change......
after that do some reading from a good linux book or from sites like www.yolinux.com or www.tldp.org
 
Old 07-29-2002, 05:09 AM   #3
fromzj
LQ Newbie
 
Registered: Jul 2002
Posts: 18

Rep: Reputation: 0
Hi,I am just an other begginer.
I think "downloaded" the 3 ISO images is what you mean "downloaded Red Hat 7.3".
They are "useless" to you now ! But don't worry. Go and find someone already running linux, whose machine you will need to
MOUNT those iso, and the command is:
===============================================
mount -o loop -t iso9660 <isofilename> <mountpoint>
===============================================
mountpoint is something relatively like PATH in windows.
/tmp/cd1/ for example.

After mounted. ISO will became boot.img ,RPMs and so on.They are essential to install RedHat. Burn them to CD and boot your computer from cd1.

The next is just to follow the install GUI, good luck.
-------------------------------------------------------------------
For more detail, you can go to www.redhat.com.

For daulboot solution, go to www.masterbooter.com.

Last edited by fromzj; 07-29-2002 at 05:21 AM.
 
Old 07-29-2002, 10:51 AM   #4
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
if ( your XP is NTFS and you want to install lilo on /dev/hda2) then

Back up your files & favorites on Windows
Point My Doc to d:\my doc...
boot Linux to root
dd if=/dev/hda3 of=boot.lnx bs=512 count=1
cp boot.lnx /mnt/floppy
Boot Windows
copy boot.lnx c:\
edit boot.ini
After multi(0)..., add
C:\boot.lnx="linux"
Reboot

else
ignore_me
endif
 
Old 07-29-2002, 12:06 PM   #5
fromzj
LQ Newbie
 
Registered: Jul 2002
Posts: 18

Rep: Reputation: 0
How can you "dd" if the linux has not been installed yet?

I think boot linux from floppy without installing Grub or LiLo is the most safe choice for newbie who want daul-boot and not to ruin his or her windows.

Last edited by fromzj; 07-29-2002 at 12:15 PM.
 
Old 07-29-2002, 12:29 PM   #6
oulck
LQ Newbie
 
Registered: Jul 2002
Location: San Diego, California
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by fromzj
I think "downloaded" the 3 ISO images is what you mean "downloaded Red Hat 7.3".
They are "useless" to you now ! But don't worry. Go and find someone already running linux...
----------------------------------------------------------------------------
Really?! You mean I cant just burn these 3 ISO images with Easy CD creator or Neo or CloneCD or something? So I've wasted my blanks... ouch
But I can view the files on the CD's on XP tho...
 
Old 07-29-2002, 12:37 PM   #7
oulck
LQ Newbie
 
Registered: Jul 2002
Location: San Diego, California
Posts: 8

Original Poster
Rep: Reputation: 0
Thx

Thanks for helping guys. I have another question tho... what are Grub and LILO? and when kindda changes do i need to make to /etc/lilo.conf ???

Thx again
 
Old 07-29-2002, 01:40 PM   #8
Tom_Jr
LQ Newbie
 
Registered: Jul 2002
Posts: 1

Rep: Reputation: 0
Yes, you can create from image using Easy CD Creator to make CD's from those ISO's...
 
Old 07-29-2002, 01:52 PM   #9
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
Grub and LILO are
GRand Unified Bootloader
and
LInux LOader
I use grub. It's easier and just all around nicer IMHO
 
Old 07-30-2002, 06:24 AM   #10
fromzj
LQ Newbie
 
Registered: Jul 2002
Posts: 18

Rep: Reputation: 0
Yes. I also have 3 cd, each of them contains an ISO, but I can't boot my machine from the ISO.

So I install a older version of RedHat, copy ISO ot haed disk ,try MOUNT command. ISO img put lots of files to the directory you specified, just like being exracted.

I think Mount is something like plug-in. You know when Linux use a floppy or CD-rom , it use mount and unmount command.
 
Old 07-30-2002, 06:32 AM   #11
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
In Linux everything is a file. There's not a big difference between an image (ISO) and the cd in your drive. You can mount them in the same way.
 
Old 07-30-2002, 07:05 AM   #12
fromzj
LQ Newbie
 
Registered: Jul 2002
Posts: 18

Rep: Reputation: 0
Thanks mara.
I've just mount an ISO from CD-rom to /tmp/disk1.

But since then I can't unmount or eject CD-rom, neither can I delete the directory /tmp/disk1.

After I reboot and take out CD and login./tmp/disk1 is now empty.

What's happened?
 
Old 07-30-2002, 07:49 AM   #13
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
To unmount:
umount /tmp/disk1

When a drive is mounted, it needs to be unmounted. A reboot does it perfectly
 
Old 07-30-2002, 09:24 AM   #14
oulck
LQ Newbie
 
Registered: Jul 2002
Location: San Diego, California
Posts: 8

Original Poster
Rep: Reputation: 0
Exclamation help!

HELP! I tried to install RH7.3 yesterday, but I got stuck at the partition part. Not only it wouldn't let me do the auto partitoin but also it woudln't let me create a new one... I originally had XP on /dev/hda1, i tried to create one on /dev/hda2 for RH7.3....
 
Old 07-30-2002, 10:24 AM   #15
5amYan
Member
 
Registered: Apr 2002
Location: The District
Distribution: FreeBSD, OBSD maybe Gentoo and Winblech XP
Posts: 291

Rep: Reputation: 30
You may need third party software (Partition Magic) to resize the original partition. And make room to create a new Partition on the disk.

Else you will have to reinstall windows. (I think)
 
  


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
super-newbie question about Recovery CD Avatar Linux - Newbie 1 04-19-2004 10:14 AM
super newbie needs help ! kinghimself Linux - Software 5 11-09-2003 10:28 AM
Super-new newbie, need direction. ActionPlant Linux - Newbie 8 10-28-2003 02:54 PM
super newbie and mandrake8.1 Arny rimmer Linux - Newbie 4 10-27-2003 11:31 PM
super newbie a45b22chp Linux - Newbie 11 05-04-2003 04:46 PM

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

All times are GMT -5. The time now is 07:22 PM.

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