Author Topic: Red Hat 8 & Partitioning  (Read 793 times)

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« on: 24 November 2002, 18:39 »
Hello. I am completely new to Linux, and I decided to download Red Hat earlier. I am currently using Windows XP, 256 RAM, 19GB on 2 hd (15GB on one, and 4GB on the other).

Ideally I would like to have both Windows XP, and Red Hat on the same computer, and have the option to choose between the two when I turn on the computer.

I was installing Red Hat earlier today, and it got to the point where it asks you how you want it to handle the partitions. Fair enough, I selected the 'Keep all current partitions and use existing free space' (or words to that effect). So I click next and I got the following error:

Error Partitioning:

Could not allocate requested partitions.
Partitioning failed: Could not allocate partitions as primary partitions.

Fair enough, I click OK and I get the following message:

You have not defined a root (/) partition, which is required for..... (the message goes on)

So I click back, and I choose the Disk Druid option. I refer to the installation guide and it explains I have to create a 'swap', '/boot' and a 'root' partition.

At this point, the screen looks like this:

 > Hard drives
   >/dev/hda
       /dev/hda1
      >/dev/hda2
          /dev/hda5

So I've clicked 'New', and filled in the boxes required, in relation to what it says in the installation guide.

I click OK, only to get the message:

Could not allocate requested partitions.
Partitioning failed: Could not allocate partitions

I've now tried various different things, but only to get the same message every time. Can someone shed some light on this? I get the feeling that it's probably something simple.
As of yet, I haven't used FDISK because it says for 'experts' only, and well, I'm far from an expert. :)

Thanks,
matt.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Red Hat 8 & Partitioning
« Reply #1 on: 24 November 2002, 22:12 »
First of all, have you read over this section in the RedHat installation manual?
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/s1-diskpartitioning.html

Second of all, do you *have* free space on your drives? "Free Space" does not mean having a 20GB NTFS partition with only 10GB used. It means having a 10GB NTFS partition with 10GB of unpartitioned space on the drive so you have space to create more partitions (the sizes I used are just examples).
Someone please remove this account. Thanks...

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #2 on: 25 November 2002, 22:50 »
Thanks for your help VM. I created various partitions, and red hat installed just the way i wanted it to...however ive now stumbled across another problem:

whenever I choose red hat to boot up from boot up list, it loads various things up, and then asks for a login. This login screen isnt in a graphical format, its just normal text with a black background (similar to DOS). So I enter in my login details that I supplied prior to the installation...and it comes up with all the command stuff...and something called '-bash'?

For a moment I thought it could be something with red hat logging onto my cable network, but I've tried my login details for that and it says 'wrong login'.

So far I haven't seen the desktop or anything...hopefully someone can help me.

Thanks.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Red Hat 8 & Partitioning
« Reply #3 on: 25 November 2002, 22:58 »
That is the normal non-graphical login. During the installation you should have been asked to configure Xwindows and check a box whether you wanted a graphical logon prompt as the default. If you selected no to that prompt or if there was a problem configuring your graphics hardware you will be presented with a text based logon. Not to worry, this can easily be changed assuming your display is configured properly.

First you want to log in at the text login. Then type "startx". If you get a graphical desktop then you can change your startup behavior. You can do this from the "System Settings">"Login Screen" menu but I prefer to edit the /etc/inittab file. There will be a line in that file that looks like this:

Code: [Select]

Change the "3" to a "5" and the next time you boot you will get a graphical login. Take *extreme* care not to change anything else in that file or you will have big problems.

If "startx" does not get you to a nice graphical desktop let me know and we'll have to look deeper into it.

[ November 25, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #4 on: 25 November 2002, 23:25 »
Thanks again VM! Although I'm not quite there yet...

Restarted the comp, and the screen flickers on and off, and then it asks for the root password in order to configure the screen because of a problem. It wouldn't let me choose 1024x768 (800x600 comes up all blurred on this laptop). So I've settled with 800x600. It then begins the time setting, speaker test, etc...and then finally lets me login (in graphic format). Fair enough, it accepts my username and password, and brings up the Red Hat welcome picture.And then everything just stops. Mouse wont move; completely frozen...have tried same thing about 3 times since my last message.

Sorry to pester you with such useless nonsense, but I just want to sort it out.

Thanks.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Red Hat 8 & Partitioning
« Reply #5 on: 25 November 2002, 23:36 »
Wait, I thought I said to check it with "startx" first before setting it to default to the graphical login. I also didn't realize this was a laptop you are working with, maybe you mentioned it previously and I missed it. What exact make/model is your laptop and do you know what graphics chip is in it? Don't worry about the graphics chip, I can find out by checking the model number.
Someone please remove this account. Thanks...

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #6 on: 25 November 2002, 23:43 »
Sorry, I really had no control over it. It brought up a blue screen with scrambled up text. I just pressed enter and it took me directly onto the setup screen.

As for the laptop its a SHARP PC-GP10-CM (I hope that's right)

I *think* that the graphics chip is an S3 Graphics Twister K + S3 Hotkey (as I read it off the device manager)

If that second bit isn't correct, the laptop is also a 1.1GHZ, 20GB HD, 256 RAM, with a AMD Athlon 4 processor.


Thanks again.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Red Hat 8 & Partitioning
« Reply #7 on: 26 November 2002, 00:56 »
Boy this was a good one. I was about to give up hope when I discovered this page:

http://bongolia.org/linux/mitac7321.php

It says that the Twister K chipset is not detected at intall time but it is another name for the "S3 Savage 4" chipset. I would run the X configuration again and select the "S3 Savage 4" chipset/card manually.

Now the easiest way for someone new to do this would be to start the installation program over (since you haven't really done anything on the system yet, nothing has to be backed up). But you may be brave and play with the "xf86config" commands (wouldn't hurt to play with it prior to trying the install again).
Someone please remove this account. Thanks...

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #8 on: 26 November 2002, 01:05 »
Thanks mate, it's really appreciated. I reckon I'll re-install the whole thing.

I owe you one.

Thanks

Matt.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Red Hat 8 & Partitioning
« Reply #9 on: 26 November 2002, 01:07 »
Well, you will only owe me one if it actually works.  
Someone please remove this account. Thanks...

Matto

  • Newbie
  • *
  • Posts: 6
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #10 on: 26 November 2002, 13:24 »
Hello again. Reinstalled the whole thing a moment ago, and selected the correct graphics card...and now the screen looks fine.

But...

I get the following message after I log in:

"Could not look up internet address for your-mbz7ettsh5 (i remember XP choosing this for some reason?). This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding your-mb...... to the file /etc/hosts"


Pretty self explanatory, but how do  I access and edit that file?

Sorry!

Edit Oh and then it crashes....and does the same thing for KDE too...(it crashes)


You've been a great help so far though.

Matt.

[ November 26, 2002: Message edited by: MKO ]


Doctor V

  • Member
  • **
  • Posts: 661
  • Kudos: 0
Red Hat 8 & Partitioning
« Reply #11 on: 26 November 2002, 13:27 »
I got the same message, but KDE gives no problems...also paitently awaiting the answer.

edit: well I got that message once, the first time I open gnome while the modem was set up, but never again  ????? oh well

[ November 26, 2002: Message edited by: Doctor V [*fish*] ]