Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Installation > Final steps of installation problems occurs

Forgot Password?
 Installation   Need help or have questions about installing Linux, including dual booting with other distros or Windows? put them here!

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 4 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Oct 2009
Posts: 7
Final steps of installation problems occurs

Hi

I got PCLinuxOS installed and found at last that Grub was installed on the external drive, so I have the laptop booting to the external drive. For some reason PCLinuxOS named the external SDA and the internal SDB. Fooled me a bit.

Anyway, now when I boot into PCLInuxOS i get an error about the file system

checking file systems,
fsck.ext3 unable to (resolve?) UUID...66b Failed

Is there anyone here who can work with me for a while now to fix this?

I'm close, but no cigar

Is there maybe something about that this Western Digital external drive only works wth FAT32? It would not work with NTFS it said. I am not even sure I installed to the external drive, but as PCLinuxOS called the external sda and the internal sdb I got confused as I expected the opposite. So maybe Linux is installed on the external drive which wasn't the intention.

Last edited by heismark; 4 Weeks Ago at 05:59 PM.. Reason: adding error message
heismark is offline  


Reply With Quote
Old 4 Weeks Ago   #2 (permalink)
Just Joined!
 
Join Date: Oct 2009
Posts: 7
Fixed

Well, I took the 'easy' way and reinstalled. This time focusing on sdb not sda. and it works.

Still baffled that PCLinuxOS chooses the external USB drive as premiere sda and not sdb.

But I am content that PCLOS retrieves the SSID and MAC address from the wireless router, so I only have to enter the router's config password. Better than my Ubuntu where I had to enter it all.

Now to the job of removing the faulty PCLOS and Ubuntu drives on sda, the external drive.
heismark is offline   Reply With Quote
Old 4 Weeks Ago   #3 (permalink)
Linux Guru
 
Join Date: Oct 2007
Posts: 2,410
I got into the habit of setting partition labels to something meaningful after an install (ubuntu-root, home etc). That way I can run
Code:
ls /dev/disk/by-label -l && ls /dev/disk/by-uuid -l
and check I get the right partitions and if necessary also run
Code:
cat /etc/fstab
The label helps me sort things out even if uuid is changed by resizing a partition ...
Jonathan183 is offline   Reply With Quote
Old 4 Weeks Ago   #4 (permalink)
Just Joined!
 
sarlacii's Avatar
 
Join Date: May 2005
Location: South Africa
Posts: 81
Hey heismark... welcome to the PCLinuxOS club!

I personally enjoy the Administration Centre GUI-frontend... it makes setup so easy, esp. wireless connections.

As for the drive assignment (feel free to correct me if I'm wrong, people - drives are not my strength) well this is BIOS-determined, so I'm guessing that you had "Boot from USB" enabled in your system? As such the external drive is enumerated first, and then your internal drives.
This ordering of drives only happens the first time you install your OS. Thereafter the assignments for drives that have already been enumerated internally stay static. So you should have left the external HDD disconnected during the install.

The way that you then get around this issue of the device nodes changing around all the time, depending on what order you connect your USB devices in, is to use volume labels for accessing your data, not the device node (as Jonathan183 points out).
Thus in PCLOS you will see that USB drives are accessed via the /media/ directory, with each device referenced by its volume label... eg. /media/KINGSTON/ for a default Kingston flashdisk. This way it does not matter whether the flashdisk gets sdc today and sde tomorrow... your links all work based on the constant /media/KINGSTON reference.

Anyway, have fun, and may the Force be with you.

Last edited by sarlacii; 4 Weeks Ago at 10:17 PM.. Reason: Jonathan183 beat me to the first reply! LOL
sarlacii is offline   Reply With Quote
Old 4 Weeks Ago   #5 (permalink)
Just Joined!
 
Join Date: Oct 2009
Posts: 7
Well, I made a quick reinstall and removed the USB drive beforehand, so I got sda on the laptop.

I renamed the entry in Konqueror file manager; don't know if I want to fool around more than that. I smahed a harddrive once fooling too much around between Windows and Linux and I have a dual boot with Vista. btw it's going to be replaced by Windows 7 next week. Is W7 and Linux all right in a dual boot?

Except for a few leftover partitions on the usb drive I am all right.

I used Linux some years back, but don't see the hoped progress in user friendliness for the newbies. You still need to know way too much about systems and hardware issues,

For instance, a popup could warn you of attached usb drives and the consequences for the installation and suggest decoupling.

Ubuntu hid the driver for my wireless and some expert sudo vodoo was necessary to activate it. On top of that, you had to manualle enter ssid and mac address besides the router password. PCLinuxOS caught the ssid and mac automatically and Ubuntu ought to have too besides making the driver available in the driver display and software search. You had to know it was their somewhere.

Also, after installation the system should automatically propose download of updates.

I feel development of this type of help is way too slow.

Now I am going to nag Canon about a driver for the Pixma M620!

Also going to test my webcam and if a number of web video formats and sound works in Firefox.
heismark is offline   Reply With Quote
Old 4 Weeks Ago   #6 (permalink)
Linux Engineer
 
Join Date: Oct 2007
Location: Tucson AZ
Posts: 842
Quote:
Is W7 and Linux all right in a dual boot?
Yes. Other people have done it successfully. Win 7 will overwrite whatever you have in the master boot record during install. You won't be asked if you want this. You won't be informed that it's happening.
yancek is offline   Reply With Quote
Old 4 Weeks Ago   #7 (permalink)
Just Joined!
 
Join Date: Oct 2009
Posts: 7
Quote:
Originally Posted by yancek View Post
Yes. Other people have done it successfully. Win 7 will overwrite whatever you have in the master boot record during install. You won't be asked if you want this. You won't be informed that it's happening.
So - is that good?

Do I need to rebuild Grub or does Windows 7 build a booty with Linux on it?
heismark is offline   Reply With Quote
Old 4 Weeks Ago   #8 (permalink)
Linux Engineer
 
Join Date: Oct 2007
Location: Tucson AZ
Posts: 842
Quote:
So - is that good?
It's good if all you want is win7. You won't be able to boot PCLinux. Win 7 won't do anything about booting Linux. I'm not sure what modifications you would have to make. You can easily re-install Grub after installing win 7 and would probably be the easiest thing to do. If you want to boot from win 7, the EasyBCD program can configure vista/win 7 to boot Linux.

Download EasyBCD 1.7.2 - NeoSmart Technologies

I think re-installing Grub would be better. If you do go for EasyBCD, be sure to read instructions before proceeding.
yancek is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:07 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2