Fedora Linux Support Community & Resources Center
  #1  
Old 26th August 2010, 05:15 PM
coyoteboy Offline
Registered User
 
Join Date: Apr 2005
Posts: 196
windows_xp_2003firefox
Non-graphical install = no X - how to use DVD as repo?

I've had to use a few options at startup to avoid the black screen of death on install/boot, but this tells me I don't have enough ram to run the graphical install tool (fair enough, though 256 should just about cope, the liveCD functions fine). Problem with this is that it doesn't install X etc or the network adapter for some odd reason. So I'm trying to use the commandline to get the rest of my packages in, I've mounted the DVD into a folder /yumrepo and the repo .xml file is found at /yumrepo/repodata. I've edited my fedora.repo and pointed the baseurl at file:///yumrepo/repodata but it tells me it cannot retrieve the repomd.xml - please verify path. Odd.

Any thoughts on this? I can see the .xml in that folder.

It's a race between ubuntu and F13 on this, ubuntu has equal issues, it installed via graphical interface (with the same boot switches) but didn't apply them to the HDD install and so I can't get in to it - black screen and no root access. Ughghh
Reply With Quote
  #2  
Old 26th August 2010, 05:29 PM
Skull One's Avatar
Skull One Offline
Registered User
 
Join Date: Jun 2010
Location: Lost...
Posts: 584
unknownmozilla
Re: Non-graphical install = no X - how to use DVD as repo?

Hello,
I don't know the answer, but I can suggest you the following (if you know the missing packages for your network adapter) :
1. Install the missing packages with the command
Code:
rpm -ivh <rpm>
2. Configure your network connection (maybe manually).
3. Use yum to complete your installation.
__________________
:confused:
Reply With Quote
  #3  
Old 26th August 2010, 05:42 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,136
linuxfirefox
Re: Non-graphical install = no X - how to use DVD as repo?

I've never done that kind of installation of Fedora so I can't answer your question, but my suggestion is to add Arch Linux to your race field. The default install is quite small (no X) and was designed that way. From there you can add things and build just the system you want, or that your hardware will allow.

The documentation is excellent - Installation Guide, Beginner's Guide, and a comprehensive Wiki for everything else.
Reply With Quote
  #4  
Old 26th August 2010, 05:50 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxkonqueror
Re: Non-graphical install = no X - how to use DVD as repo?

256 MB RAM is too small for the standard/default desktops (GNOME, KDE), but should be sufficient for LXDE: http://spins.fedoraproject.org/lxde/

Works here with 256 MB RAM, 466 MHz Celeron.

V

P.S. You might even try XFCE, but it's got too much GNOME baggage for me (and therefore may FAIL on 256 MB RAM): http://spins.fedoraproject.org/xfce/
Reply With Quote
  #5  
Old 26th August 2010, 06:56 PM
coyoteboy Offline
Registered User
 
Join Date: Apr 2005
Posts: 196
windows_xp_2003firefox
Re: Non-graphical install = no X - how to use DVD as repo?

The gnome setup works fine on the ubuntu and f13 livecd's, obviously it's a bit laggy and sub-optimal but I'm concerned about compatibility of cut down ones with some packages I need to run (labview etc). It's a P4 with 256 of RIMM (damn dell machines or I'd be a gig+).

I'll have a work through the above suggestions, thanks all, I'll report back on my success or failure!

---------- Post added at 06:56 PM CDT ---------- Previous post was at 06:28 PM CDT ----------

Managed to get the network running with rpm -ivh, ta! so normal repo access returned, however I'm fighting trying to get lxde on it, installed all deps and I'm left with a moan about pcmanfm.conf not existing, despite the package being installed. I'll keep working on it!
Reply With Quote
  #6  
Old 27th August 2010, 12:06 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Re: Non-graphical install = no X - how to use DVD as repo?

Quote:
Originally Posted by coyoteboy

Problem with this is that it doesn't install X etc or the network adapter for some odd reason.
Reason: Since Fedora 11, the text-based installation is a true minimal installation. It installs only about 200 packages but enough to work in runlevel 3 and establish an Internet connection to install other things that you need. I like to install this way even though I don't have to.

Quote:
Originally Posted by coyoteboy

So I'm trying to use the commandline to get the rest of my packages in, I've mounted the DVD into a folder /yumrepo and the repo .xml file is found at /yumrepo/repodata. I've edited my fedora.repo and pointed the baseurl at file:///yumrepo/repodata but it tells me it cannot retrieve the repomd.xml - please verify path. Odd.
I doesn't matter now since you managed to establish an Internet connection, but a simple way to install packages with yum from the DVD is to set up the InstallMedia repo. Just for the record, there is a file named media.repo on the DVD. Copy it to the /etc/yum.repos.d folder. Then edit it to add a baseurl line for the DVD's mount point (use backslashes to escape spaces or %20 in place of spaces). Also add an enabled line, but it's best to leave this repo disabled IMO. Example of a finished media repo file...
Code:
[InstallMedia]
name=Fedora 13
mediaid=1273712438.740122
baseurl=file:///media/Fedora%2013%20i386%20Disc%201
enabled=0
metadata_expire=-1
gpgcheck=0
cost=500
To install from the InstallMedia repo, do it like this example...
Code:
su
yum disablerepo=* enablerepo=InstallMedia install [package] [package] [package]
Quote:
Originally Posted by coyoteboy

I'm fighting trying to get lxde on it, installed all deps and I'm left with a moan about pcmanfm.conf not existing, despite the package being installed.
It shouldn't be a fight, and yum should handle the dependencies. You should be able to install the LXDE package group and the X Window System package group in a single yum command from either the Fedora repos or the InstallMedia repo.
Code:
su
yum groupinstall LXDE "X Window System"
That should install several hundred packages. When it's done, edit /etc/inittab to change the default runlevel from 3 to 5. Reboot and you should arrive at the Firstboot screens to establish a user account (and so on) provided your video hardware is supported. After that you should end up at the desktop and be able to continue on with installing what else you need in the GUI. Anyway, this is exactly how I installed Fedora 13 with XFCE. I even had to involve the InstallMedia repo because wireless-tools was not included in the minimal installation this time, and I was doing all of this with a wireless connection.
Reply With Quote
Reply

Tags
dvd, install, nongraphical, repo

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F11 - graphical install fails - text install has no fdisk redstar427 Installation and Live Media 1 2nd July 2009 06:13 AM
Graphical Install Issue Malamber Installation and Live Media 2 27th November 2008 07:38 PM
FC6 won't do graphical install chr1s EOL (End Of Life) Versions 3 29th December 2006 09:15 PM
F3 Install Crash - RPM / graphical... psuedoflyfisher Installation and Live Media 2 6th October 2005 02:55 PM
FC3 graphical install with ATI (not working) lapies EOL (End Of Life) Versions 6 4th January 2005 04:48 PM


Current GMT-time: 11:33 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat