Can't follow install prompts - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: Can't follow install prompts (/showthread.php?tid=2382) |
Re: Can't follow install prompts - pelouk - 11-20-2015 Well, I tried LL 2.4 with the same negative outcome. Guess I've got (temporary) possession of the only PC which can't run LL. Many thanks anyway. I truly appreciate the help that's been offered by all on this thread. Re: Can't follow install prompts - firenice03 - 11-20-2015 Just out of curiosity... I haven't had anything new enough to give me grief :o but.. You checked your BIOS??; secure boot isn't enabled and its "legacy" (not UEFI).. I don't know how far into install or if an error message let alone able to boot from something else?? BIOS info for HP's http://support.hp.com/us-en/document/c03659945 Re: Can't follow install prompts - gold_finger - 11-21-2015 Just for the heck of it, boot-up either LL 2.6 or 2.4 live dvd/usb, open terminal and enter these commands. First one shows partition setup currently on the hard drive(s). Second one gives hardware specs of the computer. Code: sudo parted --list Copy the entire output with your mouse, then paste it into your reply here. Once pasted into reply, highlight again and hit the "#" (code tag) button above reply box to enclose it in a code box making it easier for us to read. There must be something simple we're overlooking and maybe that output will give us a clue. Re: Can't follow install prompts - avj - 11-21-2015 This is looking more and more like a hardware failure in my opinion. I would suspect that the pc is overheating and causing the installer to hang. Re: Can't follow install prompts - pelouk - 11-22-2015 Hi gold-finger, Been away for a day but just got back and ran with your latest suggestions. Results as follows:- sudo parted --list Code: linux@linux:~$ sudo parted --list linux@linux:~$ inxi -Fxz Code: linux@linux:~$ inxi -Fxz Just as an aside, when I'd finished the above a thought occurred and i ran the install for a Mint distro I had on DVD. It ran no problem right up to the last screen - at which point I closed it down. Might that not point to an issue with the LL iso rather than hardware? Dunno, but I just mention it. Re: Can't follow install prompts - pelouk - 11-22-2015 Hello firenice03, Thanks again for your input. I went into Bios but could not find a security tab. Could be because the HP link you provided referenced Windows 8 and I have 7 installed. Searched the site for a W7 equivalent but couldn't find one. I'm not sure if that might be because the computer shipped with Vista installed and I later replace that with W7. Anyway, I'll have a mooch around and see if I can do with the BIOS. Re: Can't follow install prompts - pelouk - 11-22-2015 hey avj, I'm not tech savvy enough to check for overheating other than the obvious physical touch test. On that score, the casing, exhaust fan, etc all seem quite cool so should I take that any further? Re: Can't follow install prompts - gold_finger - 11-22-2015 Looked at your hardware specs and you should not be having any problems installing Linux on that machine. It's Bios is from 2008, so no UEFI issues to worry about. Looking at partition output shows that there are only two NTFS partitions on the drive for Windows. That tells me two things:
I've not done an "Along side" install myself, but it's my understanding that when chosen you'll be brought to a screen that allows you to use a slider to resize the Windows partition (the "C: drive") in order to make room for Linux. (See this link to help manual for how to install "Along side".) Have you been trying that kind of install and if so have you used the slider to make room on the drive for Linux? If you've been using the "Something else" option, a common mistake made is to forget about setting the mount points for partitions that are created. (I don't think you've been choosing this install option, but figured I'd point that out just in case.) In any event, the most evident problem is that right now Windows is occupying the entire hard drive and there is nowhere for Linux to install to. Best way to proceed is:
P.s. Windows disk manager will probably limit the amount you can shrink that partition. But as long as you can free up at least 20GB that will be enough to install LL. Try for more than that, but don't be surprised if it doesn't let you shrink it as much as you'd like. You can use this Windows tool to safely shrink the partition more if you want to: MiniTool Partition Wizard. Re: Can't follow install prompts - avj - 11-22-2015 After looking at the output of the inxi -Fxz you posted above, it appears to be within acceptable operating temperature. Reference: http://www.cpu-world.com/CPUs/K8/AMD-Athlon%20X2%204450e%20-%20ADH4450IAA5DO%20(ADH4450DOBOX).html Re: Can't follow install prompts - avj - 11-22-2015 On a side note the temperature of the system changes with use. If you try to install again and it still hangs, you should restart the computer and run the inxi command again to see if there is any overheating involved. Code: inxi -Fxz |