LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-09-2010, 08:12 PM   #16
muggie
LQ Newbie
 
Registered: Feb 2010
Posts: 6

Rep: Reputation: 0

Quote:
Originally Posted by tredegar View Post
... Because your installation is broken (you probably powered it down badly, the filesystem is corrupted, so it will not work even in "recovery mode").


Then download and burn one (on a different computer, if necessary).

You need a "live CD distro" to hand, in case of future problems. My knoppix CD from years ago (?2006) still rescues me from problems.

Otherwise, download and burn the current 'buntu, it'll run from "live CD" - and it will not use your HDD unless asked to do so. So you can probably use it to correct the fault(s) on your current installation.

Download a "live CD", burn it, boot from it, and we'll probably be able to help you.
Here is your answer :-)
 
Old 02-09-2010, 08:20 PM   #17
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by elishac View Post
Ok, I'm downloading it at the moment. But it sounds weird to me that I have to download the whole thing.
No there are other ways to fix your system, but this is probably the easiest way.

Quote:
I won't lose my personal data and personal system settings, will I ?
When you boot the cd there will be an option to install or to use as a live system. As long ans you do not choose the install option your settings/data will be untouched.

Evo2.
 
Old 02-09-2010, 08:25 PM   #18
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
So, I downloaded the file and put it in my dvd using cdburnerxp.
Is it normal that windows explorer can see the contents of the file (directories and files), or did I do the burning wrong and the file should only be seen as a .iso ?
 
Old 02-09-2010, 08:50 PM   #19
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I have no idea about "windows explorer" or how to burn a cd under windows, but there are instructions in a link from the URL I posted in post #14.

Did you read the instructions? Have you tried booting the CD?

Evo2.
 
Old 02-10-2010, 09:54 AM   #20
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Yes, I finally managed to make it boot from the cd.
Can you tell me exactly what I have to do from here ?
 
Old 02-10-2010, 11:57 AM   #21
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Can you tell me exactly what I have to do from here ?
You have not told us what you have booted, it might have helped if you want "exactly"

So here goes.
Boot from the CD
When you get to the desktop, go through the menus and find gparted. It might be referred to as "Partition Editor" if you have booted one of the 'buntus.
Start it.
A window opens.
Click Gparted (menu at top left) then click Devices, and choose the device that holds your ubuntu HDD partition.
It'll probably show up as an ext3 filesystem. It is NOT NTFS.
If you are not sure which disk is which, go through them all, just looking at them, until you work it out.

When you have the right device/HDD selected,
in the lower window, where it says "Partition Filesystem Size etc." R-click on your ubuntu partition.
If the option to "Check" the partition is greyed out, click on "Unmount" to ummount it, then try to check it again.

You'll see a list of things gparted is going to do in the lowest window.
It should now say "Check & repair filesystem on ....."
Click the green "Apply" Button. Or do "Edit" -> "Apply operations".

Once it has checked (and hopefully fixed) your ubuntu partition(s), shutdown the PC, remove the CD and reboot to see if it has mended your broken ubuntu installation.

If not, I think you'll need a reinstall, but at least you have a CD you can use now.
 
Old 02-10-2010, 12:10 PM   #22
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
The CD I have booted from is the one I got here :
http://www.ubuntu.com/GetUbuntu/download (9.10, 32 bit).
The first screen requires me to choose a language. Beneath it, there are various options (f1 to f6).
Should I choose one of the options or just press "enter"?
 
Old 02-10-2010, 03:36 PM   #23
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
I'll be waiting for specific instructions, because I don't know anything about system manipulation and I don't want to do anything that might harm my computer (more than it already is, that is :/).
 
Old 02-10-2010, 05:19 PM   #24
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Open a terminal and type in:
Code:
$sudo su
# fdisk -l
<output of fdsik -l>
Open a new tabon the terminal and type in
Code:
$apropos e2fs
<output of e2fs search>
Open an instance of firefox or a version there of and put http://www.google.com/linux in the url
Type
Quote:
fixing ext3 partitions
or a similar query in the box.
A set of Howto's should come up.
Code:
apropos e2fs
dumpe2fs             (8)  - dump ext2/ext3/ext4 filesystem information
e2fsck               (8)  - check a Linux ext2/ext3/ext4 file system
e2fsck [fsck]        (8)  - check a Linux ext2/ext3/ext4 file system
e2fsck.conf [e2fsck] (5)  - Configuration file for e2fsck
mke2fs               (8)  - create an ext2/ext3/ext4 filesystem
mke2fs [mkfs]        (8)  - create an ext2/ext3/ext4 filesystem
mke2fs.conf [mke2fs] (5)  - Configuration file for mke2fs
resize2fs            (8)  - ext2/ext3/ext4 file system resizer
tune2fs              (8)  - adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems
 
Old 02-10-2010, 05:44 PM   #25
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
errr. How to open a terminal ?
I'm stuck here. I have a window that asks me to choose a language. Beneath it, there are various options (from f1 to f6).
Should I choose one of the options or just press "enter"?
 
Old 02-10-2010, 05:55 PM   #26
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Choose the language you speak and write.
Follow the instructions allowing auto detection and fill-in when possible.
Let it boot up and tell us when you get to the desktop.
We will go from there.

The f key you choose is the answer- see first part of this post.
 
Old 02-10-2010, 06:38 PM   #27
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
So I pressed enter.
now the options are :
try ubuntu without any change to your computer
install ubuntu
check disc for defects
test memory
boot from first hard disk
press f4 to select alternative start up and installation modes
f1 help f2 language f3 keymap f4 modes f5 accessibility f6 other options
 
Old 02-10-2010, 06:53 PM   #28
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Everyone has been guiding you towards booting into a live environment. That would be the option to "try ubuntu......" it is going to bring you into a working Ubuntu desktop THAT IS NOT YOUR INSTALLED SYSTEM.
 
Old 02-10-2010, 07:18 PM   #29
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
ok. Sorry I'm not familiar with all these admin tasks.
So I chose the option try ubuntu, and now I opened a terminal.
should i type sudo fdisk -l then ?
 
Old 02-10-2010, 07:44 PM   #30
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
You can probably use gparted. I'm assuming that you are looking at a Ubuntu Gnome desktop that looks like mine.

IF ANY OF MY ASSUMPTIONS ARE INCORRECT, OR YOU ARE NOT SURE WHAT TO DO ....DON'T DO ANYTHING THAT FOLLOWS!

At the top click:
system
administration
partition editor

You will see different partitions, and I'm assuming only one hard drive.
The partitions you are interested in will be of type ext3 or ext4 more than likely. The will have mount points listed probably as / and /home. LEAVE ANYTHING MARKED FAT OR NTFS ALONE!

Right click on one of the pertinent partitions. If there is an option to unmount select it, and when that has completed, right click again and choose "check"

Repeat for the other partition, partitions.

You may get errors, prompts about fixing, or completion notifications that everything is fine or has been repaired. If either fine or repaired, you can shutdown, remove the CD and try and reboot. To see if anything has been fixed.
 
  


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
I want to start developing for linux - where to start itsbrad212 Linux - Software 15 12-01-2009 11:11 PM
How to start application when linux(ubuntu/debian) start ersek Linux - General 4 05-28-2009 12:19 PM
i have installed linux but dont know were 2 start 4m n have a gud hold on linux jovel_allalone Linux - Newbie 4 05-19-2009 10:14 AM
after i installed linux and tried start linux it hangs at the message (in post) adamshreves Linux - General 5 10-30-2003 01:44 PM

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

All times are GMT -5. The time now is 05:58 AM.

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