/srv/irclogs.ubuntu.com/2022/04/29/#lubuntu.txt

bob3tHE TRANSFER IS BLOCKED AT 25%00:37
bob3still plenty room in the usb00:37
bob3arraybolt3 what's the method to verify and copy anything missing?00:40
arraybolt3Agh, sounds like a bad USB drive. Or there's a LOT of data missing.00:41
bob3no error message, just no progress for 30min00:41
arraybolt3Er, a lot of data still being copied.00:41
arraybolt3Crud. The USB drive is probably bad. Do you have any other pendrives?00:41
bob3I do but even worse reputation ones00:42
arraybolt3It's not the reputation of the drives that matters necessarily, it's how much they've been used. If you've been using this one drive a lot because its the "good drive", you may have burnt it out. That's just what flash drives do after long enough.00:43
bob3wow it's frozen I cant even create a folder00:43
bob3this one was brand new00:43
arraybolt3Yeah, that's a bad drive.00:43
arraybolt3What brand was it? Sometimes brand new drives are bad.00:43
bob3I killed the process as it said not responding00:44
bob3kingston00:44
arraybolt3What a drag. What brands are the other drives?00:44
bob3Adata00:44
bob3is kingston bad?00:44
bob3damn when I open the backup folder it takes forever to load00:45
arraybolt3Kingston is among the lowest-quality of the reputable drives. I'm not sure how adata compares, but I think they're good. I've have an Adata SSD that works great.00:45
bob3yeah I ahve an adata ssd too and the usb drives have 50%+ failure rates00:46
bob3error mounting usb can't read superblock00:46
arraybolt3Ah, crud.00:46
arraybolt3Personally, if the backup is really important, I would back up to an external HDD or SSD.00:47
arraybolt3I'll find a link to a good one.00:47
arraybolt3They're pretty cheap.00:47
bob3man these things are scams00:48
arraybolt3This is the cheapest one I could find, and it's a brand I know is good: https://www.bestbuy.com/site/wd-easystore-1tb-external-usb-3-0-portable-hard-drive-black/6406515.p?skuId=640651500:49
arraybolt3Yeah, flash drives have surprisingly high failure rates, even from the best brands.00:50
bob3I'll just transplant an SSD00:50
arraybolt3Sometimes even when they don't fail, they can corrupt your data.00:50
arraybolt3That'll work well, also.00:50
arraybolt3Hey, wait, you have a spare SSD? That might make this whole process easier.00:50
arraybolt3I'll be right back, I've got something I have to do, shouldn't take longer than five minutes, ten at the outside.00:52
bob3well it's not spare but it can be borrowed00:53
bob3I'm going to burn through usbs00:59
arraybolt3OK. Well, your "burn through usbs" idea is good, and the borrowable ssd idea is good. Just make sure to get the hidden files and folders in your backup, and do the backup in a root instance of the file explorer.01:07
bob3Hey what do I run after lsblk and before sudo umount?01:07
arraybolt3sudo mount <path to USB partition here> /mnt01:07
arraybolt3sudo chmod 0777 /mnt01:07
arraybolt3Obviously, the USB needs formatted to EXT4 first.01:07
bob3says mnnt special device does not exist01:09
arraybolt3Probably forgot the /dev in front of the partition name. If the partition is "sdb1", then replace <path to USB partition here> with "/dev/sdb1"01:10
bob3wow mnt: wrong fs type, bad option, bad superblock or other error01:11
arraybolt3Probably forgot the number at the end. Not "/dev/sdb", but "/dev/sdb1". (Again, this assumes your USB partition is sdb1.)01:12
bob3it's clearly listed with the label I gave it and it's sdd/sdd101:13
bob3tried both and it does not exit now01:14
arraybolt3Reformat the drive and try again. If that doesn't work, try a new drive.01:14
bob3tried unplugging and replugging and it detects it01:14
bob3Maybe I can just use it as fat32 and backup the partition to it?01:14
arraybolt3No, that won't work. fat32 doesn't support files bigger than 4GB.01:15
arraybolt3And it may also mess with file permissions if you do a file copy backup.01:15
arraybolt3Hey, try "sudo umount /dev/sdd1", then do the "sudo mount /dev/sdd1 /mnt" and all that stuff.01:16
bob3worked except at last step it said /mnt not mounted01:17
arraybolt3Ok, do these commands in order:01:17
arraybolt3sudo umount /dev/sdd101:18
arraybolt3sudo mount /dev/sdd1 /mnt01:18
arraybolt3sudo chmod 0777 /mnt01:18
arraybolt3sudo umount /dev/sdd101:18
geniiI'm getting deja vu all over again01:18
arraybolt3Then unplug the drive and plug it back in.01:18
arraybolt3@genii Right? His system might be acting weird.01:19
geniiIf you don't want the write to remain caches, you may want to issue sudo sync to make sure it gets written before you remove it01:19
bob3works01:19
arraybolt3OK, good.01:21
arraybolt3@genii I think umount does that automatically.01:21
arraybolt3Now do the file copy backup.01:21
arraybolt3@bob301:21
bob3Let's see how it goes 7.6GB/26GB01:23
arraybolt3👍01:23
bob39% going to leave timestamps here for the weirdness01:27
arraybolt3Probably 9% number of files, 7.6GB size of files. That would be my guess, though I'm not totally sure.01:28
bob3yes that's what I meant01:28
bob3It's going along at a steady rate 12%01:29
arraybolt3Good.01:30
bob3time remaining is going down instead of up compeltely unlike the kingston which had some good flash followed by trash01:30
arraybolt3Don't be alarmed if you see the time suddenly shoot up, then start going down again - that is likely a result of Linux's disk cache, and I've seen it many times.01:30
bob325%01:34
bob3atleast 4 times faster01:34
pirotaHi guys01:36
pirotaI am using lubuntu, I am trying to create a bootable usb. Which program can be used01:36
arraybolt3@pirota https://www.balena.io/etcher/01:38
bob335%01:40
bob3watch it die all of a sudden01:40
arraybolt3@bob3 I hope not!01:40
pirotaI get this error when I try and install it01:41
pirota.7.9-linux-x64.zip01:41
pirotaReading package lists... Done01:41
pirotaBuilding dependency tree... Done01:41
pirotaReading state information... Done01:41
pirotaE: Unable to locate package balena-etcher-electron-1.7.9-linux-x64.zip01:41
pirotaE: Couldn't find any package by glob 'balena-etcher-electron-1.7.9-linux-x64.zip'01:41
bob3is there a good reason formatted ext4 thumbdrives aren't writeable to start? really annoying01:41
bob3I used rufus to create bootable USB. good in my experience01:42
bob3so you can try rufus too01:42
pirotawill apt-get install etcher work?01:43
arraybolt3@pirota No, Etcher is an appimage. You download it from the website, set it as executable, and run it. But if you're already using Lubunt, you don't need it. I thought you were making a Lubuntu USB.01:43
arraybolt3If you're using Lubuntu, do this:01:43
arraybolt3Open a terminal with Ctrl+Alt+T.01:43
arraybolt3Make sure your target USB drive is **not** inserted, and type "lsblk" in the terminal. Then press Enter.01:44
arraybolt3Now insert your USB, and run "lsblk" again. You will see a new entry in the list - this new entry is your target USB drive.01:44
arraybolt3Now, go to wherever your ISO image is using file manager.01:44
arraybolt3Click "Tools", and click "Open Terminal".01:44
arraybolt3Finally, run "sudo dd if=./<insert ISO image name here> of=/dev/<insert USB drive here> bs=4M status=progress".01:45
lubot[telegram] <kc2bez> Startup-disk-creator is installed already. (re @lubuntu_bot: (irc) <pirota> I am using lubuntu, I am trying to create a bootable usb. Which program can be used)01:45
arraybolt3@kc2bez I've had startup-disk-creator fail on me in interesting ways in the past, whereas dd never did me wrong.01:46
arraybolt3@pirota Actually, according to kc2bez, there's a program in Lubuntu called "startup-disk-creator" that should do the trick. Try that first, it's way easier. It should already be installed.01:47
lubot[telegram] <kc2bez> dd works great too if you are comfortable on the command line.01:48
arraybolt3@kc2bez Thanks for popping in with that, it's way easier. They've probably fixed whatever problem I was running into back when I tried to use it.01:49
lubot[telegram] <kc2bez> There have been a bunch of fixes to it. I think it should be pretty solid.01:51
arraybolt3@kc2bez That makes sense. Last I tried to use it was on Kubuntu 14.04... yikes01:51
lubot[telegram] <kc2bez> One of our developers did an SRU not too long ago that went that far back.01:53
arraybolt3Wow. I was using back when I had no internet connection, so it was just whatever was on the ISO.01:55
arraybolt3s/using/using it01:56
bob368%01:57
bob392%02:11
bob3weird it's at 7.3/7.6 GB but 100% and time remianing 002:15
arraybolt3Probably got one big file left, or cached data.02:15
bob3ok it ended on its own!02:15
arraybolt3Yay!02:15
arraybolt3OK, so you'll want to make sure that none of the files got corrupted during copy. Let me get you the command to do that...02:15
arraybolt3OK, so, pop open a terminal with Ctrl+Alt+T.02:16
arraybolt3Now, type "sudo su -", then "cd /media/lubuntu".02:17
arraybolt3Let me know whenever you've done that.02:18
bob3what's the procedure after lsblk?02:30
arraybolt3USB drive is still /dev/sdd?02:30
arraybolt3If so:02:30
arraybolt3sudo umount /dev/sdd102:30
arraybolt3sudo mount /dev/sdd1 /mnt02:31
arraybolt3sudo chmor 0777 /mnt02:31
arraybolt3ACK! No...02:31
arraybolt3sudo chmod 0777 /mnt02:31
arraybolt3sudo umount /dev/sdd102:31
arraybolt3(Don't do the "chmor" one - that was a typo)02:31
bob3doe sunmounting it from file explorer do the same as umount?02:32
arraybolt3I don't think so - I think unmounting from file explorer may fully eject the drive, making it so that it won't be available for the rest of the commands. I could be wrong on that one, but for best results, use the umount commands.02:33
bob3yeah it ejected it and commands wouldnt work l,ol02:36
arraybolt3That's how we learn Linux. :)02:36
bob3says it doesn't exist but it's there!02:45
bob3I'm lost02:46
arraybolt3What doesn't exist? The drive? The backup folder?02:46
bob3the drive with the old backup02:46
bob3I formatted to ext4. can write to it02:46
bob3well can't write to it*02:47
arraybolt3And what command is failing?02:47
bob3the 2nd one02:47
bob3nvm02:47
bob3I added a '/' at the end of sdb102:47
bob3which bogged it02:47
arraybolt3Oh, that would do it.02:47
bob3could I mess the hdd up if I made one of these commands to it?02:48
arraybolt3Only the chmod one. The others aren't dangerous.02:49
arraybolt3Even if you chmod 0777 the hard drive, your data will be intact, but the permissions will be mangled to all get out.02:49
bob3copying backup02:49
arraybolt3Nice, and good luck with the flash drive!02:50
bob3So the plan is to then backup the partition to the first drive or even a new drive.02:50
bob3I'll try a new drive to test it too02:50
bob3and then we try to recover ability to boot?02:51
arraybolt3OK. And the target drive is way smaller than the source drive, right?02:51
bob3or if that fails reinstall by wiping whole disk02:51
arraybolt3(BTW, this is a very good strategy. Making a disk image and then messing with the original disk until you get it to boot is pretty much how its done AFAIK.)02:51
bob3So I won't be abcking up the whole disk, just the portion of the partition used02:52
arraybolt3Yes. Basically, what we're going to do is zero out the free space of the hard drive by making a giant file filled with all zeros. Then we'll delete the giant file.02:53
arraybolt3This will clear any data hanging around in the free space of your drive so that you can copy it onto a smaller drive.02:53
arraybolt3Then we're going to use a trick called a sparse copy that allows you to copy a giant file to a small drive. Because we've zeroed all the free space on the drive first, this will allow a ~130 GB file to fit on a ~20 GB drive, because most of the disk image will be all zeros, which the sparse copy can basically compress away.02:55
arraybolt3Since we're using EXT4 on the backup drive, this will work almost certainly work (so long as the flash drive doesn't fail).02:55
arraybolt3This approach is way, way, way safer than trying to resize a partition.02:56
arraybolt3Let me know whenever you're back so I can help guide you through that.03:02
arraybolt3@bob303:02
bob324% 45min left03:05
arraybolt3Nice!03:06
bob333% 45 min left. 0.003:12
arraybolt3Probably just the disk cache doing its thing.03:13
arraybolt3I've made live ISO USB drives where the file clone command looked like it was sailing along smoothly, then hit 100%... and stopped for ten or fifteen minutes before the clone finished.03:14
arraybolt3\0/03:14
bob3well disk cache theory sounds like ti would be unstable but the tiem remaining is very stable03:14
bob3only moves slowly03:14
arraybolt3As in still stuck at 45 min?03:14
bob3well no it goes up or down <10 seconds03:15
bob3updates 1/s03:15
arraybolt3Hmm, odd. Might be a UI bug, I should look into it.03:15
bob3ur a dev?03:15
bob3I don't think it's a UI bug. most of the time it changes by 1-2s03:16
arraybolt3...Ish... I haven't done any coding for the OS, but I know enough to look at something, know if it's wonky, and tell the real devs what's gone wrong.03:16
bob340% 40min03:16
arraybolt3kc2bez is a real dev, you might have seen him pop in a bit ago.03:16
bob3I wish there was a partition manager or apt that can create format ext4 drives and make them writeable without the hassle03:17
bob3I don't get it it was a terrible experience a few months ago when I didn't know. I jsut gave up on ext4 and used fat3203:17
arraybolt3Right? I think the problem there is that fat32 drives don't have any such things as file permissions, so when the OS mounts it, it just works (depending on the mount command you use - that's a whole different bag of beans)03:18
bob3if the file permission can be changed, what's the point of it? to prevent non user access?03:18
arraybolt3But ext4 supports UNIX file permissions, and by default, the root of an ext4 drive is owned by root and isn't writable by everyone, so you end up with a drive that only root can write to until you chmod 0777 it.03:19
arraybolt3File permissions exist to keep unauthorized users from messing with stuff. You'll notice the "chmod 0777" command has "sudo" in front of it. Sudo basically means "run as root".03:19
arraybolt3When you do "sudo chmod 0777 /dev/<whatever>", you're executing the "chmod 0777 /dev/<whatever>" command as root.03:20
arraybolt3The reason it just works is because you're on a live ISO. On an installed system, the "sudo" command would ask you for your password before doing anything.03:20
arraybolt3This way, you can't mess with core system files unless you really want to, and some random guy who walks by can't mess with core system files at all (unless he boots your system with a live ISO - that's another whole bag of beans)03:21
bob3does chmod 0777 just remove permissions or ?03:21
arraybolt3chmod 0777 allows any user in the world to read, write, and execute files, as well as delete files, list the contents of folders, and add new files.03:22
arraybolt3It's basically a "let anyone do anything" command.03:22
bob3if a os partition was chmod 0777'd and booted into, would it be easy to hack?03:23
bob3by outsiders03:23
arraybolt3Pretty darn easy.03:23
arraybolt3With normal file permissions, if you accidentally run malware, you might be able to get away with making a new user account, and be good, since the malware should be confined to the user you ran it as.03:24
arraybolt3With a drive that was chmod 0777'd, it would be able to do anything it wanted.03:24
arraybolt3(As an aside, don't rely on user accounts to protect you from malware - it's a good line of defense, and in other uses of Linux, file permissions are essential to security, but as a rule of thumb, don't ever execute malware on your system, and be careful of viruses.)03:25
bob3are u sure we can't safely shrink a partition or check if it was ok? I have enough space to make 3 more copies of it on the disk03:28
arraybolt3I am very sure that it's not safe. I have destroyed all the data in a partition doing that.03:28
arraybolt3And everything looked perfectly safe when I did it. The command failed for no particular reason that I could see, and my data was dead.03:29
bob3I did move the partition once but it would say "move and shrink" even though the final size was the same down to 0.1GB (would not show in more detail)03:30
arraybolt3Partitions are fickle things - one misstep when messing with them, and poof, there went your data. That's why the solution I'm suggesting doesn't edit the partitions, it just copies them.03:30
arraybolt3Did the system stop booting immediately after you did the move?03:30
bob3No03:30
bob3The move was after trying to fix it03:30
arraybolt3Oh. Well, glad it worked that time, don't do that anymore!03:31
bob3Well how do you know it didn't break something? isn't it all or nothing?03:31
arraybolt3Because you can still copy files. If you can copy files, your data is intact (unless something went severely wrong that I don't know about).03:31
arraybolt3As long as the files and their permissions are intact, you can finagle the thing into booting, but it's always a good idea to have backups like you're doing.03:32
arraybolt3(For the record, I have shrank and moved partitions successfully in the past - it's just that I've also had it go horribly wrong in the past.)03:33
bob3is it easy to encrypt ext4 thumbdrive with a pass?03:34
arraybolt3I think so. Depends on the tool you use. I'll see if Lubuntu's partition manager can do that.03:34
bob3when it went wrong was it user error, poweroutage or just random bug?03:34
arraybolt3Dunno. I think it was random bug, but it might have been user error. All I know is that everything looked perfectly fine, I told it do go ahead and shrink the partition, and it errored out and killed the partition.03:36
arraybolt3I'm testing out the encryption thing.03:36
arraybolt3It looks like it's very easy to encrypt a thumb drive.03:39
arraybolt3Or at least make a thumb drive that encrypts everything you put on it.03:39
arraybolt3Alright! I now know how to make an encrypted thumb drive. You do have to reformat the drive in order to make it encrypted, but once that's done, anything you save to the drive will be encrypted when you save it, and you'll need a password to access it.03:43
arraybolt3I can show you how whenever you'd like.03:43
bob3is there also a way to use compression on ext4 to speed it up (ofload to cpu)?03:45
arraybolt3I don't know, I'd imagine so.03:46
bob3Why is there multiple releases per month. is the dev really changing source code this often?03:55
bob3is it automated?03:55
bob3https://appimage.bitmessage.org/releases/03:56
bob3I could try a more up to date version03:56
bob388% 8min03:56
arraybolt3It might be that he's doing that much work on it. Some programmers really get into their stuff - that's why Linux exists.03:57
arraybolt3It might be possible that your problem is that you're missing other needed config files. Have you checked home/user/.cache on your main drive?03:57
arraybolt3Also check home/user/.local/share03:58
arraybolt3On the main drive03:58
arraybolt3If bitmessage was working before, once we get your drive to boot again, it should work again.04:01
arraybolt3And since we're doing all these backups, we should be able to recover from most any mess-up.04:01
bob3Normally I'd go to sleep now. How long would this take?04:06
arraybolt3Pretty long. If you need to stop for tonight and pick up in the morning, that's fine. I'm usually on IRC after 1 P.M.04:07
bob31pm EST?04:07
arraybolt31pm CDT.04:07
arraybolt3(Plus, there's a bunch of other people here who are also very helpful)04:08
arraybolt3(so even if I'm not on, someone should hopefully be there.)04:08
bob3There's files missing from the backup idk why04:08
arraybolt3That's fixable. You did the backup in a root instance of the file explorer, right?04:08
bob3Yes04:09
arraybolt3OK, so you have a terminal open still, right?04:09
arraybolt3Type "sudo su -", press Enter, then type "cd /media/lubuntu" and press Enter again.04:10
bob3wait a sec the file size is good when I open properties from rooted file explorer04:10
bob3but not from normal file explorer04:10
arraybolt3Hmm. Turn off all the file explorers, then open a normal file explorer, set it to show hidden files, and look again.04:10
arraybolt3Worst case scenario, even if the backup is messed up, it's easy to fix. (And I don't think it's messed up - I think the non-root file explorer probably just isn't quite up to speed.)04:13
bob3ok it matches but only when in root04:14
bob3I think it's fine04:14
arraybolt3You know what, I bet I know why. Probably some of the files or folders aren't read-accessible by a normal user, so it can't see their sizes and just ignores them.04:15
arraybolt3I think it's fine too.04:15
bob3Well I'm glad I copied everything as my old backup had neither hidden files, didn't use admin and also was fat32 so lots of html files lost04:16
bob3Do you want me to do a copy of the partition? It will finish overnight04:16
arraybolt3Oy. That would be very hard to use to recover...04:16
arraybolt3Well, sorta. We can prep to do the partition copy, but it will take a bit, and so the prep step might have to take overnight, and then we can do the partition copy tomorrow (unless it finishes quick).04:17
arraybolt3To do the partition prep, do this command sequence:04:18
arraybolt3sudo su -04:18
arraybolt3cd /media/lubuntu04:18
arraybolt3ls04:18
arraybolt3cd <put the big long number here>04:18
arraybolt3dd if=/dev/zero of=./blank.img bs=4M status=progress04:19
arraybolt3That will get everything ready so you can safely copy the partition.04:19
bob3How is it not safe with KDE part manager?04:20
bob3or will it cause it to shrink it by the empty space?04:20
arraybolt3Making the big zero file makes it so that you can copy the partition WITHOUT shrinking, even though the drive you're copying onto is smaller than the partition.04:21
arraybolt3Shrinking the partition messes with file system stuff, and if it fails partway through (like it has on me), it's quite possible that all of your data will basically vanish.04:21
bob3no I'm not ready to backup to thumbdrive04:21
bob3just meant copying the partition on the hdd04:22
bob3the hdd has plenty of unallocated space04:22
bob3I deleted the windows partition and mint partition plus it still had lots of space04:22
bob3They were obsolete04:22
arraybolt3Eh, I'd recommend doing the thumb drive backup first just for good measure.04:23
bob3sure cya tomorrow04:23
arraybolt3OK. Glad to be of service, and I'll see you tomorrow!04:23
alifhi10:23
lubot[telegram] <tbs61> hi13:31
bob90is it safe to extent a os ext4 partition?17:23
bob90extend*17:23
tomreynext4 is a file system. it's usually safe to extend an unmounted, clean, ext4 file system. but you should always ensure you have proper backups before applying such changes.17:31
bob90If something bad happens will I get an error? I'm actually looking to shrink a partition17:32
tomreynpartitions you don't extend, but you rewrite them (or a software does it for you, pretending that you can resize them).17:32
bob90I think if I can make a copy of it first and then shrink it and if there's no error and I can open the files just as before, I assume it's fine17:33
bob90then it will be small enough to fit as a partition backup on a USB17:33
bob90then I can tinker and try to make my OS bootable again17:33
bob90or rewrite it and use my user file backup to restore most things. but I'm afraid to lose something17:34
bob90I'd rather just make it bootable again.17:34
tomreynyou should expect to see an error message and / or a non-zero exit code when a command fails to do the requested operation.17:34
bob90Is the change that KDE partition manager gives no message indicating an error but an error occured nevertheless? I presume the chance is virtually zero17:34
bob90It shows what % of the partition is being used so it should be designed to shrink it by the unused part right?17:35
tomreynresize2fs -M    is probably what you're looking for. the above note on backups still applies.17:35
tomreyni'm not familiar with kde partition manager, can't comment17:36
lubot[telegram] <tbs61> at lxqt 1.1 where can i increase number of virtual desktops ?17:51
lubot[telegram] <teward001> i should make an obvious statement - LXQt 1.1 is not yet in LUbuntu and if you install it yourself it's for 'testing purposes' - the goal is to get it in this cycle but there will be testing, etc. that has to be done18:14
lubot[telegram] <teward001> just an obvious FYI to everyone18:14
lubot[telegram] <kc2bez> This is usually a function of the window manager configuration. (re @tbs61: at lxqt 1.1 where can i increase number of virtual desktops ?)18:16
lubot[telegram] <tbs61> i see, thanks.18:21
lubot[telegram] <tbs61> when i increase number of virtual desktops to 4, at panel's "desktop swicher" widget it doesnt show 4 box for each virtual desktop. but it changes desktops with moving up and down mouse whell. is that a bug or normal ? (re @kc2bez: This is usually a function of the window manager configuration.)18:21
lubot[telegram] <tbs61> or is it also about window manager ?18:22
lubot[telegram] <kc2bez> As @teward001 pointed out we do not have LXQt 1.1 in Lubuntu so I have no idea what window manager or distribution you are using. This is an offtopic discussion. (re @tbs61: or is it also about window manager ?)18:29
lubot[telegram] <tbs61> okay, thanks ^^ (re @kc2bez: As @teward001 pointed out we do not have LXQt 1.1 in Lubuntu so I have no idea what window manager or distribution you are using. This is an offtopic discussion.)18:30
=== roby is now known as Guest1131
bob22I wonder if my resize will take longer than copy20:57
bob22There's no progress bar20:57
bob22arraybolt3 was it you that helped me yesterday?20:58
micha_!de22:24
ubottuIn diesem Lubuntu-Kanal wird nur Englisch gesprochen. Wenn Sie Hilfe auf Deutsch suchen, gehen Sie zum Kanal #lubuntu-de; Geben Sie "/join #lubuntu-de" (ohne Anführungszeichen) ein und drücken Sie die Eingabetaste.22:24
bob5I'm back23:35
bob5backed up the partition23:35
arraybolt3@bob5 Hey, sorry I wasn't there at first!23:37
arraybolt3Alright! So your next goal is to get the existing partition to boot, right?23:38
bob5Yes23:45
bob5Glad to see you23:45
bob5I'm currently restoring the backup partition into unallocated space to test it.23:45
arraybolt3OK. So, quick question, can you pop open a terminal (Ctrl+Alt+T), and tell me what this command does: "ls /sys/firmware/efi"23:46
arraybolt3This will tell me part of how your system works internally so that I can get a better idea of how to get it to boot.23:49
arraybolt3It would also help to know the results of "sudo parted -l" (the last two characters are a dash followed by a lowercase L). Just glance through the output and tell me if your main drive says "Partition Table: gpt" or "Partition Table: mbr" in it.23:53

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!