| Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-23-2012, 09:06 PM
|
#1
|
|
LQ Newbie
Registered: Jun 2012
Posts: 3
Rep: 
|
Installing the latest linux.
I have come to the conclusion that there is no computer geek that can help me put what I want onto my Dell D610 Latitude.
Currently, I have a version of Puredyne that my brother(the most computer-geek person I know) installed while trying to put Linux Mint on my computer(idk how that happened), but I want the latest version of Linux. I downloaded the file "ubuntu-12.04-desktop-i386.iso" from ubuntu.com, which is the latest Linux I believe, and put it onto a 2G usb drive, though I just clicked and dragged it into the drive's file, which I think is incorrect. I could not find a "usb creator" program for this flash drive to make it able to boot to my laptop, and when I try to boot from the flash drive as is, it "could not find the kernel image: linux". I have tried to make this work several times to no avail, and I'm not sure what to do. If someone could give me very detailed, explicit instructions detailing every little baby step that will get linux onto my flash drive, and installed onto my laptop, it would be much appreciated. Assume you're explaining this to a child who's good at reading, because that's essentially as much knowledge as I have anymore, except a little accumulated knowledge about the terminal thing. I am done with trying to google the answer because no one is detailed enough and I get confused. Please and thank you!
|
|
|
|
06-23-2012, 09:37 PM
|
#2
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391
|
Quote:
|
though I just clicked and dragged it into the drive's file, which I think is incorrect
|
You're right. That is not the way to do it and it won't work.
Quote:
|
I could not find a "usb creator" program for this flash drive to make it able to boot to my laptop
|
Where were you expecting to find it? If all you did was download the Ubuntu iso, you will need to either burn it as an image to a CD/DVD or use some program to install it to a flash drive. The two most popular programs to do that are "unetbootin" and "pendrivelinux". If you google either, you should be taken to a page where you can download the software and run it. You should be able to do it if you have another Linux distribution installed or if you have windows. Different software for each so download the correct one. Definitely read any instructions before beginning. What operating system are you using?
|
|
|
|
06-23-2012, 09:51 PM
|
#3
|
|
LQ Newbie
Registered: Jun 2012
Posts: 3
Original Poster
Rep: 
|
I downloaded the unetbootin thing(pendrivelinux was only available as a .exe file, which this operating system won't do), but it needs to be open with an application and I can't find the right one to use. I have Puredyne operating system, which so far is not very good but better than what I had before, Fedora 12.
|
|
|
|
06-24-2012, 10:23 AM
|
#4
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391
|
Quote:
|
it needs to be open with an application and I can't find the right one to use
|
I'm not sure what the problem is there although I'm not at all familiar with Puredyne. It seems to be created specifically for multimedia use but you should still be able to run unetbootin. Do you get this message when you click the unetbootin icon? Did you make unetbootin executable? Right click unetbootin and click properties and check permissions and make sure the executable box is checked. You can also do this from a terminal. You would first have to navigate to the directory where unetbootin is. If you have it in your /home/user directory do:
cd /home/user/
Then do: sudo chmod 755 unetbootin. You need the complete name of the file in the command to the left.
|
|
|
|
06-24-2012, 11:34 AM
|
#5
|
|
LQ Newbie
Registered: Jun 2012
Posts: 3
Original Poster
Rep: 
|
There is no box to make the file executable under the permissions section of the file's properties. All that's there is the owner, me, the owner's access(read and write), the group(my username), the group's access(read and write), and the access of others(read and write). I followed the terminal instructions, though. Once I was in the downloads directory, where the file is, I entered "sudo chmod 755 unetbootin_471-2_i386.deb" into the terminal, but nothing happened. And yes, I remembered to hit enter, lol.
|
|
|
|
06-24-2012, 01:01 PM
|
#6
|
|
Senior Member
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391
|
I see it is a .deb package. I'm not using Ubuntu so didn't download a deb package. You might try the following command in a terminal and in the directory in which the unetbootin file is:
sudo dpkg -i package.deb
Then check the permission on the newly created unetbootin program file which should not have the deb extension.
Quote:
|
I entered "sudo chmod 755 unetbootin_471-2_i386.deb" into the terminal, but nothing happened
|
Nothing is supposed to happen when you do that. After running the command above and while still in that directory, run the ls -l command to check permission of the file.
I have Ubuntu 11.04 installed and booted it and went to the unetbootin site, clicked the Download for Linux tab at the top center and it downloaded unetbootin-linux-575 so I'm not sure why you got a .deb file? The unetbootin I downloaded was not executable but right clicking the icon and properties then permission showed a checkbox where I could make it executable. Might be that because it is Puredyne it didn't detect the OS but I really don't know.
Last edited by yancek; 06-24-2012 at 01:17 PM.
|
|
|
|
06-24-2012, 03:18 PM
|
#7
|
|
Member
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 503
Rep: 
|
Not familiar with PureDyne but
1) Linux is not Ubuntu, Ubuntu contains Linux
2) Try searching for Linux install from USB key
.deb files are packages for use with Debian (and derivative) package managers such as apt.
|
|
|
1 members found this post helpful.
|
06-24-2012, 07:04 PM
|
#8
|
|
Member
Registered: May 2011
Location: Sitting in front of my computer.
Distribution: Debian Stable with Openbox
Posts: 597
Rep: 
|
Personally, I think the easiest route to take is to down-load the ISO of the Linux distribution you want, burn it on a disc, then use the disc to install the system on the computer. With that method, there is no need to install extra applications, change permissions or anything else that might be difficult for someone unfamiliar with Linux.
I also suggest that you do a little research into what Linux is. Even a little knowledge will be tremendously helpful. There are many Linux systems. Visit the websites of several distributions. The information provided concerning each system will give you an idea of what each system is like. Down-load the ISOs and burn discs for the ones that appear to be best suited to your needs and tastes. You would then have more than one system to try out.
|
|
|
|
06-24-2012, 08:26 PM
|
#9
|
|
Member
Registered: Apr 2012
Distribution: debian, gentoo
Posts: 53
Rep:
|
No need to change permissions. Install the package you have downloaded with "sudo dpkg -i packagename.deb" as shown above.
It must work because of Puredyne is Debian (and Ubuntu) derivative distro.
After installation you can launch unetbootin using "sudo unetbootin" command
|
|
|
|
06-25-2012, 02:24 PM
|
#10
|
|
Senior Member
Registered: Mar 2010
Location: Oakland,Ca
Distribution: DebianSqueeze, winsxp, wins7, Debian wheezy, LFS 7.2
Posts: 4,144
|
Go back to unetbootin site & download the linux version right-click on it & go to Properties & check the box that says "allow executing as a program"
|
|
|
|
06-25-2012, 08:35 PM
|
#11
|
|
Senior Member
Registered: Feb 2009
Posts: 3,138
|
Have you googled "Dell D610 Latitude ubuntu 12.04" yet? This will give you valuable information about any compatibility/hardware issues you can expect.
In my opinion your hardware (Pentium M, Intel 915GM, 256mb base RAM upgradable to 2gb) is on the low end for Ubuntu. It may be time to upgrade to a newer system.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:29 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|