Announcement

Collapse
No announcement yet.

Need Help installing kubuntu 14.10

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need Help installing kubuntu 14.10

    Help! I can't even get my old Dell Latitude D820 to read the DVD. I have installed a new SSD and upgraded to 4GB of memory. I got Precise Puppy to run, but I can't get kubuntu 14.10 DVD to load correctly. Tried with USB 4GB flash drive, and was told that there was no bootable partition. I copied the OS directly from the DVD. Checked the download hash, and all was good. I am really sick & tired of microsoft's bs. I really need this to work. I want to learn and now have the time, since I am now retired. Thanks!

    #2
    Have you read this:
    https://help.ubuntu.com/community/BurningIsoHowto
    which also links to a page for making a bootable flash drive:
    https://help.ubuntu.com/community/In...n/FromUSBStick
    You have to "burn" the image in a special way, even on a usb stick.

    When burning a dvd, sometimes using a slower speed helps.

    I have a D630 and a D830, which are very similar to yours, and run great with Kubuntu.Though I can't say much for the dvd drive, I don't recall ever using it, definitely not to install. usb sticks are faster, easier, and ultimately cheaper
    Last edited by claydoh; Apr 19, 2015, 12:55 PM. Reason: Fixed one thing, edited another.

    Comment


      #3
      Originally posted by claydoh View Post
      You have to "burn" the image in a special way, even on a usb stick.
      That was true several releases ago. But no longer -- the images are configured in such a way that simply dding the .ISO to a partition on directly to a USB drive is sufficient.
      Last edited by SteveRiley; Apr 20, 2015, 12:17 AM.

      Comment


        #4
        Does the USB drive partition need to be flagged as bootable, or is simply doing the dd sufficient?
        Also, does the formatting of the partition matter?
        Last edited by bobbicat; Apr 20, 2015, 12:09 AM.

        Comment


          #5
          Actually, you don't even need to create the partitions, those are contained within the image. I verified this just now. Simply dd the ISO directly to the device node. For example:
          Code:
          sudo dd if=/path/to/iso of=/dev/sdc bs=16M
          Using a 16 megabyte block size greatly accelerates the transfer.

          Comment


            #6
            Originally posted by SteveRiley View Post
            Code:
            sudo dd if=/path/to/iso of=/dev/sdc bs=16M
            Just be careful with the "of" path (make sure it points to the correct device), so that you don't wipe a hard drive.

            Comment


              #7
              Perhaps it would be better to specify 'of=/dev/sdX' in the code line, where X specifies the letter defining the thumb drive to be used, this would help noobs and fools like myself to avoid copying and pasting into disaster.

              I'll be using that 'bs=16M' tip on my next install, it was news to me and anything that speeds up install is always welcome.
              Last edited by bobbicat; Apr 20, 2015, 02:47 AM.

              Comment


                #8
                Originally posted by SteveRiley View Post
                That was true several releases ago. But no longer -- the images are configured in such a way that simply dding the .ISO to a partition on directly to a USB drive is sufficient.
                Yes, using dd is a "special way". The op had mentioned copying things directly from the dvd, and I was too lazy to type more in-depth instructions, sorry! Gonna be a long few months till this broken wrist heals.

                Comment


                  #9
                  will the dd command work for a windows user wanting to install Kubuntu for the first time?
                  does the windows user need to download and install anything to let this happen?

                  Comment


                    #10
                    Originally posted by claydoh View Post
                    Gonna be a long few months till this broken wrist heals.
                    What happened?

                    Comment


                      #11
                      Originally posted by bobbicat View Post
                      will the dd command work for a windows user wanting to install Kubuntu for the first time?
                      does the windows user need to download and install anything to let this happen?
                      To create bootable media from ISOs in Windows, use Win32 Disk Imager. Most of the other tools don't properly create UFEI bootable drives.

                      Comment


                        #12
                        SteveRiley
                        Actually, you don't even need to create the partitions, those are contained within the image. I verified this just now. Simply dd the ISO directly to the device node ...
                        I tested this, it is true (so it seems to me), but it seems GParted is confused about the image partition, and finally I pose a question, here (separate thread):
                        https://www.kubuntuforums.net/showth...698#post370698
                        An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

                        Comment


                          #13
                          Originally posted by SteveRiley View Post
                          What happened?
                          I tripped on a box behind the cash registers at work, landed on my wrist, which broke in two places.

                          Comment


                            #14
                            I can't get a command prompt. Trying to install on a new SSD. Tried DVD and USB. No success yet. I'm learning, but not very fast!
                            Thanks.

                            Comment


                              #15
                              I tried 3 different USB drives, (all 4GB) PNY, Kingston and SanDisk. I used the installer. No success yet.

                              Comment

                              Working...
                              X