3

This is about an older computer (Toshiba Satellite M70 that a friend wants to keep afloat) on which (beside Win XP) was installed the Xubuntu 11.10 system that would not work for some reason: now the idea would be to format/repartition the non-windows space and to install Lubuntu 12.10.

But the installation procedure stops indefinitely immediately after setting the internet connection: enter image description here after "Continue" it would just lag. Renouncing to use an internet connection has the same results.

This computer does not support USB-boot so I have to use the live cd. Gparted shows the following configuration: enter image description here

I see that the previous installation was on an extended partition. A very useful answer that I have received here said that a system should not be on an extended partition.

Is this the cause why the installation stops?

(My idea is to use a live GParted cd to format and repartition the space according to the answer above - create two primary partitions and select mount point as / and /home.)

Computer specs: http://paste.ubuntu.com/1528395/

Edit/Update: In gparted live environment was able to delete one by one the swap and the ext4 partition and afterwards the extended partition. But the same problem happened, even after trying a different cd with a different iso, Lubuntu 12.04: until in this case I have renounced connecting to the internet - see my answer

  • 1
    The other question to which you linked has a bad answer; Linux has no problems installing to logical partitions, so that's not the source of that other question's problem, nor is it the source of your problem. My guess is you've run into either a bug or bad hardware, but it's hard to say what precisely the cause is from the information presented. There's probably an installation log file in the /root directory, and it might have some clues. – Rod Smith Jan 13 '13 at 19:12
  • 1
    @RodSmith, I suggest you edit the answer to fix whatever is wrong rather than leave a comment as you have done. –  Jan 14 '13 at 02:40
  • @RodSmith: i would very much appreciate you doing what vasa1 suggested: that answer was useful to me - but i would very much prefer to see it corrected (although i think it is just an expression there that might be misleading. the basic idea, that i should do 2 primary partitions, one / and one /home is very good and have applied it. at that point i had never partitioned in ubuntu and didn't new the difference between "add" button to add new partition and "new partition table", and also didn't knew what mount point, primary and extended was and should be, so you see...). –  Jan 14 '13 at 10:32

4 Answers4

2

I am afraid, the answer you received is, strictly speaking, incorrect. An extended partition is just a container that holds logical partitions. You can't install anything on it, even if you wanted to. Primary and logical partitions are used to install OSs, so, in your case, Lubuntu can be installed either to the primary /dev/sda1 or the logical /dev/sda6, though, obviously, you'll have to let the installer format it.

PS: Can you post the hardware specs of the machine.

mikewhatever
  • 32,638
  • but do you know why my install stops? (i could try a new iso - even a different version of lubuntu) - or should i just use gparted cd to format and repartition? –  Jan 13 '13 at 17:30
  • 1
    I don't know why the installation stops. It shouldn't matter what you use to format and partition, either Gparted or the *buntu installer should do the job. Check the installation CD/USB for errors, if you haven't done it yet. – mikewhatever Jan 13 '13 at 17:34
  • specs: http://paste.ubuntu.com/1528395/. ubuntu installer stops for unknown cause. i'll try formating with gparted because ubuntu installer cannot reach the formatting stage of the install procedure. i hope the cause why install stops will be corrected in this way –  Jan 13 '13 at 17:36
  • 1
  • Did you md5sum check the downloaded iso?
  • See https://help.ubuntu.com/community/HowToMD5SUM Check the number against the listing in the link for your release listed at http://releases.ubuntu.com under the MD5SUMS link. 2) If using a CD/DVD, did you burn the disc as slowly as possible? See https://help.ubuntu.com/community/BurningIsoHowto 3) Did you select the media check before trying to install? https://help.ubuntu.com/community/Installation/CDIntegrityCheck 4) Did you ever do a "memory check" (another live-media menu choice) on your PC? Checking saves wasting time on bad media.

    – ubfan1 Jan 13 '13 at 18:07
  • @ ubfan1: thnx. it focuses more and more on possible iso problem. i had burned same iso on 2 different media so ill try a new iso. it is very odd though, for i used the same iso to create persistent usb that works perfectly. odd things happen i guess –  Jan 13 '13 at 18:14
  • considering the answer mentioned in my question: i do not know about the correct terminology, but i do not think the mentioned answer was really wrong: it was useful to me inasmuch it stated my configuration in that case was not ok and has indicated the proper conduct. –  Jan 13 '13 at 18:48
  • If the answer is incorrect in any way, it should be corrected in the body of the answer and not as a comment. –  Jan 14 '13 at 02:38