LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
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

Reply
 
LinkBack Search this Thread
Old 06-23-2012, 09:06 PM   #1
ferniferousfern
LQ Newbie
 
Registered: Jun 2012
Posts: 3

Rep: Reputation: Disabled
Question 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!
 
Old 06-23-2012, 09:37 PM   #2
yancek
Senior Member
 
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391

Rep: Reputation: 448Reputation: 448Reputation: 448Reputation: 448Reputation: 448
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?
 
Old 06-23-2012, 09:51 PM   #3
ferniferousfern
LQ Newbie
 
Registered: Jun 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
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.
 
Old 06-24-2012, 10:23 AM   #4
yancek
Senior Member
 
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391

Rep: Reputation: 448Reputation: 448Reputation: 448Reputation: 448Reputation: 448
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.
 
Old 06-24-2012, 11:34 AM   #5
ferniferousfern
LQ Newbie
 
Registered: Jun 2012
Posts: 3

Original Poster
Rep: Reputation: Disabled
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.
 
Old 06-24-2012, 01:01 PM   #6
yancek
Senior Member
 
Registered: Apr 2008
Distribution: PCLinux, Ubuntu, Peppermint
Posts: 3,391

Rep: Reputation: 448Reputation: 448Reputation: 448Reputation: 448Reputation: 448
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.
 
Old 06-24-2012, 03:18 PM   #7
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 503

Rep: Reputation: 132Reputation: 132
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.
Old 06-24-2012, 07:04 PM   #8
Randicus Draco Albus
Member
 
Registered: May 2011
Location: Sitting in front of my computer.
Distribution: Debian Stable with Openbox
Posts: 597
Blog Entries: 1

Rep: Reputation: 112Reputation: 112
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.
 
Old 06-24-2012, 08:26 PM   #9
Teufel
Member
 
Registered: Apr 2012
Distribution: debian, gentoo
Posts: 53

Rep: Reputation: 2
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
 
Old 06-25-2012, 02:24 PM   #10
EDDY1
Senior Member
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: DebianSqueeze, winsxp, wins7, Debian wheezy, LFS 7.2
Posts: 4,144

Rep: Reputation: 336Reputation: 336Reputation: 336Reputation: 336
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"
 
Old 06-25-2012, 08:35 PM   #11
snowpine
Senior Member
 
Registered: Feb 2009
Posts: 3,138

Rep: Reputation: 766Reputation: 766Reputation: 766Reputation: 766Reputation: 766Reputation: 766Reputation: 766
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] I am having a problem installing the latest drivers for Nvidia-Linux-x86_64-190.53-pk lunardragon Linux - Software 6 03-09-2010 11:53 AM
RE: Need Help with Installing a Latest Version of Linux Letere Linux - Newbie 1 08-27-2008 12:58 PM
IDE harddisk not recognised while installing latest linux distros biswajit12 Linux - Software 2 09-05-2007 11:09 PM
LXer: Latest Win4Lin supports latest Linspire Linux LXer Syndicated Linux News 0 08-05-2006 04:21 PM
Need help with installing latest gtkpod... (.80) Ausar Linux - Newbie 0 08-22-2004 10:37 PM


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

Main Menu
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration