Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Installation and Live Media
FedoraForum Search

Forgot Password? Join Us!

Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd January 2012, 07:15 PM
rtennant Offline
Registered User
 
Join Date: Jan 2012
Location: Chicago
Posts: 1
windows_7chrome
EXTREME noob here having some issues with installation/fallback mode

Taking a Linux college class so this is my first foray in to the world, using Fedora 15. The installation process seemed to go just fine (though I may need to delete and reinstall because I gave over far more storage to the OS than I intended or wanted) but after finishing the install and rebooting, I'm stuck in Fallback Mode and don't have the option to change it to the standard experience. I'm running a custom-built PC with an Intel G620 processor, AsRock H67M motherboard, 2 TB's of storage and 4 GB of RAM, so from a technical standpoint I can't see any reason why this would present a problem. It's a dual-boot system running Win7 Pro 32 bit.

The book we're using is based off running fallback mode so this would not, at first, glance, seem to be the end of the world, however, I don't like things not working correctly and so would like to fix it.

My second question is, is there a way to reduce the size of the lv_extra partition other than removing and reinstalling the OS and granting it less room to work with during that process? I'm not short on storage by any means but I really don't need Linux taking up a terrabyte of memory and figured something closer to 200 GB would be more than sufficient for its needs, but it appears I screwed that up doing the installation process.

Please and thank you for all help in advance, I'm looking forward to getting familiar with Linux and starting to use it but I feel pretty lost at the current moment and so would be very appreciative of any help rendered.
Reply With Quote
  #2  
Old 23rd January 2012, 07:57 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,736
linuxchrome
Post Re: EXTREME noob here having some issues with installation/fallback mode

Quote:
Originally Posted by rtennant View Post

My second question is, is there a way to reduce the size of the lv_extra partition other than removing and reinstalling the OS and granting it less room to work with during that process? I'm not short on storage by any means but I really don't need Linux taking up a terrabyte of memory and figured something closer to 200 GB would be more than sufficient for its needs, but it appears I screwed that up doing the installation process.

Please and thank you for all help in advance, I'm looking forward to getting familiar with Linux and starting to use it but I feel pretty lost at the current moment and so would be very appreciative of any help rendered.
Yes. There is a tool called lvreduce.


Code:
man lvreduce
gives this ..

Code:
NAME
       lvreduce - reduce the size of a logical volume

SYNOPSIS
       lvreduce  [-A|--autobackup  y|n]  [-d|--debug]  [-f|--force]  [-h|-?|--help]  [--noudevsync]  {-l|--extents  [-]LogicalExtentsNumber[%{VG|LV|FREE|ORIGIN}]  | -L|--size [-]LogicalVolume‐
       Size[bBsSkKmMgGtTpPeE]} [-n|--nofsck] [-r|--resizefs] [-t|--test] [-v|--verbose] LogicalVolume[Path]

DESCRIPTION
       lvreduce allows you to reduce the size of a logical volume.  Be careful when reducing a logical volume's size, because data in the reduced part is lost!!!
       You should therefore ensure that any filesystem on the volume is resized before running lvreduce so that the extents that are to be removed are not in use.
       Shrinking snapshot logical volumes (see lvcreate(8) for information to create snapshots) is supported as well.  But to change the number of copies  in  a  mirrored  logical  volume  use
       lvconvert (8).
.........
hope this helps you a bit ! Cheers.

Last edited by nonamedotc; 23rd January 2012 at 07:58 PM. Reason: formatting
Reply With Quote
  #3  
Old 23rd January 2012, 08:50 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,857
linuxfirefox
Re: EXTREME noob here having some issues with installation/fallback mode

Quote:
Originally Posted by rtennant View Post
I'm running a custom-built PC with an Intel G620 processor, AsRock H67M motherboard, 2 TB's of storage and 4 GB of RAM, so from a technical standpoint I can't see any reason why this would present a problem. It's a dual-boot system running Win7 Pro 32 bit.
Fall-back mode is used when the video hardware (or more likely, the video driver) is inadequate for proper OpenGL acceleration. 3-D graphics is one of the few major areas where there is still a lack of high-quality free open-source drivers. If you have an nVidia or ATI graphics card, you should be able to improve things by installing one of the proprietary drivers (that aren't included with Fedora for legal reasons).

For nVidia instructions, see "Fedora Set-Up Guides" in yellow at the top of this page, and http://rpmfusion.org/Howto/nVidia.

Quote:
The book we're using is based off running fallback mode so this would not, at first, glance, seem to be the end of the world, however, I don't like things not working correctly and so would like to fix it.
Full GNOME Shell is quite different to fall-back mode, so if you get this working but would like to switch back to fall-back temporarily (or permanently) for following the book, go to (in normal mode) the status menu (your name at the right of the top-bar)->System Settings->System Info->Graphics->Forced Fallback Mode.

Quote:
My second question is, is there a way to reduce the size of the lv_extra partition other than removing and reinstalling the OS and granting it less room to work with during that process?
You can shrink a logical volume by first reducing the size of its file system (resize2fs), then resizing the volume to something slightly larger than the file system on it (for safety) (lvreduce), then resize2fs again to fill up any unused space in the shrunk volume. You should unmount the file system and run fsck before and after resizing to avoid any corruption, so if it's a system volume you may need to use a live CD.

Note that this won't free up space that you can use in Windows, it'll only free up space within the volume group. You can remove physical volumes from a volume group with vgreduce, and that space can be used elsewhere. This does not resize actual physical volumes though.

See the manual pages of these commands for details, ("man command" in a terminal), but it'll be easier just to reinstall.

Gareth
Reply With Quote
Reply

Tags
extreme, fallback mode, installation, installation or fallback, issues, mode, noob, partition

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
[SOLVED] F16 in Fallback Mode - How to add an Application rjames Installation and Live Media 4 7th December 2011 12:12 AM
Fallback mode settings tpprynn Using Fedora 1 16th August 2011 12:41 PM
Fallback mode question Xenphor F15 Development 8 25th April 2011 05:21 PM
EXTREME NOOB ALERT: Problems with Realtek 8139 detection in FC8 jhmed Hardware & Laptops 15 22nd November 2007 05:26 PM
extreme noob, need help acidrian Using Fedora 7 8th September 2007 10:25 PM


Current GMT-time: 11:53 (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