Hi,
I spent about 5 hours last night trying to clone a hard drive from a working LL2.8 system and wanted to put the cloned drive in a 2nd machine. I tried a whole bunch of things like clonezilla, unetbootin, command line using sudo dd, but I couldn't seem to get anything that would boot properly. The drive I am cloning works fine both in the 1st computer and also in the 2nd machine. I had a backup I did on the working drive with SystemBack and since I wasn't getting anywhere I thought I'd try installing the system using that. After doing that, I do bootup from that drive I installed the system on but it spits me out at an initramfs prompt, it says the UUID doesn't exsit. I guess the UUID from the first drive is still there and not the new drive's one. Can this install be salvaged at all ?
If you have any ideas or suggestions for me to try please let me know as I am at a loss at what to do next.
Thanks,
Glin22
I still roam in Windows now and again....
On occasion after downloading a file, I have to find my notes to verify a checksum... I thought how many Windows refugees are here and are wanting to confirm they have downloaded a valid or complete LL ISO file semi-easily or without installing another application in order to do so...
The below requires Powershell to be installed; which is by default in Win7 and up; Vista may but I haven't tested...
The below code will check your hash - you need both the file and the hash..
if ( $($(CertUtil -hashfile C:PATH_to_FILE\File_name.iso MD5)[1] -replace " ","") -eq "PASTE_HASH_between_quotes" ) { echo "ok" }Change the path to match the path of the downloaded file on your system
Paste the hash from the hash file into between the quotes.. Do not delete the quotes
Launch PowerShell then copy and paste your code into PowerShell hit enter..
Wait a few seconds if it checks out "OK" will be displayed. If prompt is returned (no ok)
- confirm correct path to file (may want to omit spaces --i.e. C:\file.iso vs C:\docs and files\file.iso)
- check that you have entered the hash correctly (if manually entered) or download the file again...
I found this code a while back (good ole google) and of the times I've used it, its has worked each time...
;D
What I did was open web browser to change WiFi password typed in address 192. then browser shutdown when i hit enter.
computer froze so rebooted.
Got this popup when I login when I click close I had black screen white arror.
I used a live image of LL on data stick looked at my hard drive partition 217 and used 206.
I tried to delete files off partition also tried to move files can't seem to do in a live LL, I looked at permissions they grayed out.
Open Terminal sudo su then password thought this give me admin rights to change partition to hard drive.
Also though LL would told me hard drive was filling up.
Thanks again for help.
PS what new theam
Linux Mint have a usb formater and a usb writer could these or similar be available for LL
the opensuse imagewriter has been ported by some distros is that possible for LL
unetbootin has proved problematical on many machines /distros
Enjoying the LL experience more and more as I use it
Many Thanks
mike
This is a small board ~ Very Small
Sneeze and you will loose it...
I am going to sell a machine with LL installed on it and would prefer to nuke the HDD and perform a reinstall before selling, and I was wondering if it could be done without performing the normal new install procedure using a bootable USB, etc.
Can I perform a reinstall/"factory reset" using the command prompt or some other method? Thank you in advance!
So I had some time on my hands today and was looking through my Whiskermenu on my old Acer AspireOne Netbook which is running LL 2.6 (which has been running LL for a year or more without any issues) and I found that after removing Google Chrome 32 bit browser (and replacing it successfully with Chromium), evidently there was a left over Google Apps entrie in the Internet section of the Whiskermenu that was nonfunctional. So I decided to remove it. When Right Clicking on the entry, there was not a delete option present, only Add to Desktop, Add to Favorites and Add to Pane I think.
So I did some research and found that I could go into /home/dan/.local/share/applications/ folder and I located an entry called Chrome-app-list.desktop and remove it, (I moved it to the trash can in case I needed it back) and sure enough, the dead entry was removed when I checked the Whiskermenu again.
I saw several other Google Chrome type entries with .desktop extensions in there as well, so I moved all of them to the Trash just in case I needed them back. I checked the menu and everything looked fine. I continued looking at menu entries and found an entry for Midori Speed Dial page which I clicked on and it opened a new blank page, so I decided to remove that entry by Right clicking on Menu>Edit Applications>Internet> and located the item, then accidentally double clicked on the check mark and my mouse jumped, so I'm sure I clicked on something else, but when I did, the Main Menu screen disappeared which I thought was odd. I then right clicked Menu>Edit Applications again to open the Main Menu to see if I had really unchecked the item and the Main Menu window would not open.
I then left clicked on the Menu button and to my surprise, ALL Menu Category entries were missing except Favorites and Recently Used, and both of those sub menu's were empty as well. The menu looks correct in every other way, and the blank entry window at the bottom is still there and the All Settings, Lock Screen, Switch Users and Log Out icons are still there and functional, but all of my other items are missing. I have no idea what I did, but it looks like it did it good...
Creating a new Menu Item in the task bar appears and acts exactly the same as the normal Menu button, so I removed it.
I attempted to reinstall the Whiskermenu using the apt-get install xfce4-whiskermenu-plugin, but that did not seem to change anything. So I'm at a loss as to where to go from here.
I can login as another user on the same PC and the menu works fine, however that user is rarely used, so of course the menu items are different than my main user.
Any suggestions would be appreciated...
Thanks !
SOLVED - UPDATE 10:30PM, Apr 2, 2016
After reviewing all of the obvious stuff, I was unable to get this resolved, so I decided to start comparing files between this Acer Netbook and another ASUS Desktop machine I built that is also running LL 2.6 (I have 4 PC's running Linux Lite at this time)
After about an hour of hunting, I found that the xfce-applications.menu file located in my /home/dan/.config/menus/ folders were different between the two machines. The file on the Netbook was 0 bytes in size and the one on the ASUS PC was 7.6kB in size. So I simply copied the file on the ASUS Machine to a shared directory on my home network and then logged into that shared folder from the Netbook. I copied the file from the shared folder and pasted it into the /home/dan/.config/menus/ folder on the Netbook and saved it.
I then simply left clicked on the Menu button and to my surprise, all of my menu items were back!!!! (Well, at least I think they are all there, I haven't gone through every single one of the items yet, but it looks like it did before everything disappeared. Also, the Menu>Edit Applications>Main Menu works again as well.
I'm one Happy Camper tonight for sure!!!
Anyway, if anyone else runs into this problem, you might try doing this or even install a basic version of LL on another hard drive, then go grab this file in your home directory and copy it to your problem PC.
Hope this helps someone else down the road.
Have a great day!
Tenderfoot
Hi guys! Nice to meet you!
I'm Lord Miscrit, IT student at Polytechnic University of Turin 
I'm trying LL for some days.. it's incredibly fast!
Why some files will not be executed, when software installation is downloaded? Is it because it is build for a different Linux?
I have readme file for some open source accounting software, I would like to try it, it says "Briefly, the shell command `./configure && make && make install'
should configure, build, and install this package." What this means, how to install?
I would like to know, do we need firewall and anti-virus applications on Linux systems? There are links for installing these applications, but is it safer to leave original system files without installing additional software?

