Re: REQ: Newbie Qustion Re: Hard Drives, etc...




Thank you very much for your reply and help :-))

I will try to follow your suggestions and see how far I get
I get back to you later on how I make out.

For the time being some replies to your questions

On Sun, 28 May 2006 20:41:19 GMT, "s. keeling" <keeling@xxxxxxxxxxx>
wrote:

Charles Takacs <charles_takacs@xxxxxxxxxxxx>:

On my computer now I have 2 HDs

1. 10gb HD Win98
2. 15bg HD Linux RH9

It's not set up for dual boot. I use a floppy to boot into RH9.

I have arecently downloaded and burned it on CD
VMware Virtual Machine_FC5
I would like to try this But I do not have very much free space on my
curent Linux HD. Also I don't want to loose the Curent RH9.

What I want to do is Do delete The Win98 on the 1st HD and

BTW, in the following, I'm a little confused as to how your disks are
actually installed in your computer. It would help a lot to supply us
with the output of the following commands:

fdisk -l /dev/hdN

/dev/hda1 Win98 FAT32

/dev/hdb1 * 83 Linux
/dev/hdb2 83 Linux
/dev/hdb3 82 Linux swap

where "N" == a, b, c, and d. That will just list the partition table,
not touch it. If you don't have fdisk, try a "man -k fdisk" to see
what you do have (cfdisk?). Then "man cfdisk" will tell you how to
list them.

---------------------------------------------------

Blowing away Windows is a good choice. I'd just use fdisk in RH9 and
blow it away from there. As root in RH9:

fdisk /dev/hda
p

That should list the partitions. Now, type "m" for the list of
commands. One of them's "remove" (r?). That'll ask you for the
partition number. Tell it "1", then "w" to write the ptn table and
exit. Windows is now gone. You can now boot with the FC install
disk, or skip down to where I describe creating ptns you can use with
RH9. I'd suggest going with FC instead of RH9, assuming FC is newer
than RH9 (sorry,
I don't use FC or RH so I don't know). Better would
be Mepis or Ubuntu.

Eventually I want to try Ubuntu. But for the time being I am more
familiar with RH So I want to try FC. and especially VMware.

Recently I downloaded a Post "VmWare Virtual Machine_FC5
from ABW.linux. I burned it on DVD. But I am not exactly sure
How to install it. There is an "FC5_i386.img" file and I think this
would have the corect Kernel. I think I have to burn this on a CD 1st
then extract the other files after.

The readme file refers to a link
http://www.thoughtpolice.co.uk/vmware/

But I can't find the Info about how to burn or install this Program

Any way I try it and see.

Now I try to follow your sugestions

One again; thank for your Help. I'd welcome any other sugestions
which you might have

Charles

Install VMware and Fedora-5 on this disk.

However I am not sure of The procedure

How do I setup the HD 1 so It doesnt Destroy the 2nd Hd linux. ??

When the installer comes up with a list of drives to install into,
tell it NOT to use the second drive. Use only the first drive
(/dev/hda ?).

When it gets to installing a boot manager (grub, lilo), it may notice
you also have RH9 installed and offer to add it to the list of
bootable operating systems. Say yes.

To have more Space can I add The #1 HD to My curent Linux wich is on
the 2nd HD ??

You could, if you don't install FC on it.

If I do this then:
a. How do I Format and monunt this

fdisk /dev/hda
n # new

Now tell it the size you want. It'll first ask "primary" or "logical"
partition. Say primary. Then it asks for starting sector, tell it
the beginning. Ending sector/size, say "+XM" or "+XG" where "X" ==
the number of MB or Gb you want it to use.

You may have up to four Primary partitions, or three Primary's and an
"Extended" partition. In an Extended ptn, you can have as many
"Logical" ptns as you have space for.

Once you've made ptns:

mkfs -t ext2 /dev/hdaN

where "N" == the new partiton's number. You could choose "-t ext3" or
"-t reiserfs" but I advise against exotic ptn types for personal
machines.

To mount the ptn, create a directory for its mountpoint:

mkdir /blah

Now:

mount -t ext2 /dev/hdaN /blah

To preserve that across reboots and have it automatically mounted at
boot, add it to /etc/fstab.

b. How do I install VMware and FC-5 but still keep RH9

Tell the FC-5 installer NOT to use /dev/hdX where X == b, c, or d.

c. Do I need to SetUp the MBR for a dual boot For RH9 and FC5

It's a lot simpler. Floppies are highly unreliable.

I have tried to find some reading material regarding this subject
But so far I could find anything.

Personally, I'd go with another distro, but that's just me. I'd also
get a Knoppix disk to use as a rescue disk. If FC installs but fails
to boot, boot knoppix CD and fix it.

Another great tool is SystemRescueCD, available for both PC and Mac.
That I know has fdisk on it since I just used it to reinstall Debian
Sarge. I hate the partition tool in the Debian installer and with
SRCD, I don't have to use it. :-)

.



Relevant Pages

  • Re: boot hdb?
    ... RH9 onto hdb and your goal is as stated which I read to mean that you ... Change the boot order in BIOS if possible. ... Boot into grub on your current hda and then install grub onto hdb's mbr. ... Now your old hda will be hdb but at boot, grub should load your RH9 ...
    (RedHat)
  • Re: REQ: Newbie Qustion Re: Hard Drives, etc...
    ... I use a floppy to boot into RH9. ... If you don't have fdisk, try a "man -k fdisk" to see ... When the installer comes up with a list of drives to install into, ...
    (comp.os.linux.misc)
  • Re: Cannot Run FDISK to reinstall XP
    ... Use the WINXP Install CD. ... > I have a boot CD with windows 98 boot disk as i don't have a floppy drive ... > the laptop i run Fdisk but it gets to the first screen you you hit enter ...
    (microsoft.public.windowsxp.help_and_support)
  • RH9/FC3 dual boot - some basic questions
    ... Want to dual boot RH9 and FC3 to be run on two different ... basic questions during install and post-install. ...
    (comp.os.linux.setup)
  • Re: REQ: Newbie Qustion Re: Hard Drives, etc...
    ... I use a floppy to boot into RH9. ... If you blow away Windows on hda then install FC5, ...
    (comp.os.linux.misc)