![]() |
[SOLVED] Transfer LL from laptop to desktop w/ win7 sp1 (side-by-side) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: [SOLVED] Transfer LL from laptop to desktop w/ win7 sp1 (side-by-side) (/showthread.php?tid=1483) |
Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 01-30-2015 (01-30-2015, 01:55 PM)gold_finger link Wrote: tripple aught, Please remind me how to do this check again... I did re-download the ISO I did re-burn another 64 bit live disk I did run it with the same results.... Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 01-30-2015 More Info: [table] [tr] [td]linux@linux:~$ sudo parted -l Model: ATA WDC WD800JD-60LS (scsi) Disk /dev/sda: 80.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 1049kB 4030MB 4029MB primary ntfs boot, diag 2 4030MB 46.3GB 42.3GB primary ntfs Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: Invalid partition table - recursive partition on /dev/sr0. Ignore/Cancel? i Model: TSSTcorp DVD-ROM TS-H353C (scsi) Disk /dev/sr0: 774MB Sector size (logical/physical): 2048B/2048B Partition Table: msdos Number Start End Size Type File system Flags linux@linux:~$ sudo sfdisk -d /dev/sda > $HOME/Desktop/parts.txt linux@linux:~$ sudo fixparts /dev/sda sudo: fixparts: command not found linux@linux:~$ sudo fixparts /dev/sda sudo: fixparts: command not found linux@linux:~$ [/td] [/tr] [/table] Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - gold_finger - 01-31-2015 Have no idea why your getting "command not found" message after you've installed the .deb file. I'm sure you already did this, but just in case: try again and make sure that no typos happen on the fixparts command. Other than that, I have no clue why it's not working because it should. (You can't seem to get a break can you? Nothing seems to want to cooperate for you.) Try running parted command this way in a terminal and see if it returns something different from before: Code: sudo parted /dev/sda print Post back the output. I'm really at a loss on solving this now. It seems to me that you're not doing anything wrong and your drive clearly shows that you've pre-shrunk Windows and correctly left unpartitioned space on the disk for LL; so normally there would be no problem installing at this point. P.s. Do you happen to have a spare hard drive laying around that you can add to your desktop system? Maybe you can just keep Windows on its current drive and install LL to the second one. Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 01-31-2015 Here is: Quote:sudo parted /dev/sda print Code: linux@linux:~$ sudo parted /dev/sda print ALSO instructions for Fixparts said: Quote: BEFORE you proceed, make a backup copy of the partition table on the HDD with this command (substitute YOUR device name letter for the 'X'): Soooo I'm thinking there may actually be something wrong with partitions so I used print.txt: Code: linux@linux:~$ sudo sfdisk -d /dev/sda > $HOME/Desktop/parts.txt I don't know how to interpret this, but it looks like there's something rotten in ..... oh wait.... can't say that here... Hope this sheds more light. >rebooted into Win - ok >rebooted Live LL disk - Install doesn't see /sda >tried Fixparts again - 'command not found' - no typo errors Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - gold_finger - 01-31-2015 From what I can tell, your partitions are fine. No need to use sfdisk to restore parts.txt because you didn't alter anything before. (Try not to mess with commands like that if you don't have to. One mistaken typo could cause serious problems.) Let's back track a little. I don't understand why the fixparts command is not working now when it did before when you posted here: https://www.linuxliteos.com/forums/index.php?topic=1555.msg10975#msg10975 Did I misunderstand you on that post? I had thought that you meant you installed the .deb file, then ran the fixparts terminal command -- which ran, but did not report any problem with stray GPT data. Was that what you did? Or did you only install the .deb file and not actually run the program in the terminal? If you did install and run it on that post, then you must be doing something slightly different now because it doesn't make any sense for it to be any different on these later attempts. Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 01-31-2015 You were absolutely correct.... The first time I ran just the install for fixparts without the commands. (ooops) Latest times to run have been with commands. Here are the 'prep' screens (df -h) (sudo blkid) (sudo parted -l) I did this just to see the different information provided. Code: linux@linux:~$ df -h Code: linux@linux:~$ sudo blkid Code: linux@linux:~$ sudo parted -l > I re-downloaded the Fixparts App and ran it again from Live LL disk on desktop. > There is a message on the 'install screen' : "same version is already installed" > Pull up the command terminal and... Code: linux@linux:~$ sudo fixparts /dev/sda I know it's frustrating... but keep in mind that you are being blessed for helping the poor, old, blind, cripple folks . Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - gold_finger - 01-31-2015 (01-31-2015, 06:55 PM)tripple aught link Wrote: You were absolutely correct.... The first time I ran just the install for fixparts without the commands. (ooops) Alright, that makes more sense now. (01-31-2015, 06:55 PM)tripple aught link Wrote: Here are the 'prep' screens (df -h) (sudo blkid) (sudo parted -l) I did this just to see the different information provided. Output is fine, but made me realize that my inclusion of the df -h command is useless from the live environment for this purpose -- so I removed that command from the tutorial. (01-31-2015, 06:55 PM)tripple aught link Wrote: > I re-downloaded the Fixparts App and ran it again from Live LL disk on desktop. Are you using a live DVD, or did you make a live USB with persistence? Only way it could have shown that it's already installed is if you're using a live USB with persistence. Otherwise, you might just be misinterpreting the message shown in GDebi package installer after install is completed. After installation, it will now read as package already installed instead of giving you option to install it. Anyway, I opened a live 32-bit LL in VirtualBox to see what's going on. (I didn't have 64-bit version downloaded for use, so just substituted the one I already had. Should make no difference at all as far as test goes.)
Code: man fixparts The manual page showing how to use fixparts should now be displayed in the terminal. To exit the man page, type the "Q" key -- that will return you to the prompt. If you didn't see the manual page and instead got a message saying it couldn't find anything, then you didn't install the fixparts package correctly. Try again and this time take a screenshot of the GDebi window that shows up initially and another screenshot of the window after the installed completes. (Menu -> Accessories -> Screenshot.) Find your screenshots and rename them fixparts1.png and fixparts2.png. Follow directions shown here to add them to your reply: https://www.linuxliteos.com/forums/index.php?topic=487.0 Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 02-01-2015 Excellent - you got me thinking that if the message on the package installer window sez that 'the same version is already installed' then why not try to run Fixparts before I run the installer. I did. It worked. ![]() As you see I pressed q to quit. please advise other actions if any.... Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - gold_finger - 02-01-2015 Hmmm? It didn't seem to find GPT data as I expected it to. (You were correct to exit the program after that.) Now I'm stumped! Going to need to think about this for a while. Will post back later today to let you know if I come up with any other ideas or not. Can't remember if I asked this before or not: Do you happen to have another hard drive you can connect to computer and install LL to? Might end up being best to just have Windows stay on its own drive and put LL on a completely separate drive. Re: Transfer LL from dedicated LL laptop to desktop w/ win7 sp1 (side-by-side) help - tripple aught - 02-01-2015 I was curious about the WARNING in the command response to Fixparts.... But to answer your question: I have a 320GB USB drive that I have the REDO backup on now. It's empty except for that. It's my understanding that you can not boot from a USB drive... is that correct ? I could redo the REDO onto a USB stick as backup and have the entire 320GB free. I'm wondering if there's really something screwy about the aftermarket install of Win7 on the desktop.... Other people with Win7 don't have to jump through these hoops - do they? I'm thinking that there aught aught aught to be a way to put LL on the desktop with Win 7... I'd like to stay with that plan if possible. PS. FYI : I'm open to all possibilities. I will be using LL as my main system... I just still want the windows for programs that can't run with a Linux system. If there's a way to put Win (X) on another drive and have LL take the whole desktop, I would be ok with that. ALSO be it known that in no way would I ever even think about holding you accountable for anything that may happen to the desktop.... so if there's something wild and crazy that you would like me to try... consider it a learning experience for everyone... a 'project' (of sorts) . Hi Besides, you have a reputation to uphold - everything you touch is supposed to turn to gold. Touch this project ! :-) |