/srv/irclogs.ubuntu.com/2020/01/29/#xubuntu.txt

yoo-lalyhelp! getting errors: FAT-fs Directory bread(block 6122#) failed00:53
Bashing-omyoo-laly: "FAT-fs" Window's file system, are you where you can sic Window's file system checker on it ?00:54
yoo-lalyI don't think so. this is a reinstall on an old system (dell inspiron 1210...i know) that used to run XP, and I had put a new Ubuntu load on it but it didnt work. I installed xubuntu 18.04.3, but it wouldnt boot properly after the install finished. Just finished a reinstall, and now getting a whole host of errors00:56
yoo-lalyIt was booting into Ubuntu fine 2 hours ago, so I'm pretty sure the disk itself is fine00:56
yoo-lalyrebooting now00:58
Bashing-omyoo-laly: Then we need to know where that "FAT-fs" is coming from. Pastebin ' sudo fdisk -lu ' please.00:58
yoo-lalythe machine wouldnt accept commands so I'm rebooting. will post as soon as it's up00:59
yoo-lalywhoa that's heckin weird. now it's up. sorry to bother01:00
Bashing-omyoo-laly: :D Magic :P01:01
yoo-lalyX)01:01
monkeystancehi06:11
monkeystanceI messed up my xfce/manjaro linux install while trying to install grub onto a different drive06:13
monkeystancehad my /home on a different partition, and I've just used the whole thing as an excuse to install xubuntu06:14
monkeystancemigrating my xfce config was pretty simple and it feels pretty comfy so far06:14
diogenes_monkeystance, welcome!06:15
monkeystancethanks06:17
monkeystanceI used mint as my daily os from around 2013-2016 or so06:17
monkeystanceback when apt was apt-get06:17
diogenes_i've never had good time with neither mint nor manjaro.06:18
monkeystanceoh really?06:19
monkeystancewhat issues did you run into with mint?06:19
kgbmanjaro blows as well ^ xubu ftw06:21
monkeystancehaha06:21
kgb:)06:21
diogenes_one after reboot the mic was missing, when the new version came out it didn't even boot without nomodeset, on another pc it was booting for 5 minutes unless you tweak kernel parameters so i ditched it for good.06:22
monkeystancedid you grab a new kernel right after release?06:23
monkeystanceI think debian will always have a level of stability that arch can't really come close to06:24
diogenes_if the default one doesn't boot and at the same time xubuntu works perfectly on the same machine then to me the choice is obvious.06:25
monkeystancewell I'm literally here because manjaro wouldn't boot and I couldn't be bothered looking into why06:25
monkeystanceso maybe you have a point haha06:25
diogenes_yes and moreover, i had a machine that nothing could boot, not ubuntu, not kubuntu, nothing except xubuntu.06:27
monkeystancethat's strange06:28
monkeystancemaybe it's a 32 bit system?06:28
diogenes_indeed but that's a fakt and it was a new acer machine, 64bit.06:29
diogenes_fact*06:30
monkeystancecould be a uefi thing then idk06:36
=== kgbme is now known as kgb
ruwolfI have installed Microsoft Windows 10 and Xubuntu on the same new computer/NVMe device. I know. that I will probably need ESP (EFI system partition). But there already is 3rd partition with name VYHRADENÉ SYSTÉMOM (which is Slovak translation of SYSTEM RESERVED). Can I use this partition System Reserved as ESP? It has NTFS by parted and by16:17
ruwolfdisktype, too. It has size 579MiB and has directories Boot, Recovery, System Volume Iinformation and files BOOTNXT, BOOTSECT.BAC and bootmgr.16:17
ruwolfI have omitted to mention, that it boots from SSD to Windows only, now. I have both Windows install and Xubuntu install USB keys.16:59
lighterowlruwolf: from what you're describing, it sounds like your computer is set to boot in MBR/BIOS (aka "legacy") mode instead of UEFI, which requires an ESP.17:15
lighterowlruwolf: especially if the "System Reserved" partition is formatted in NTFS and you have all these files there.17:17
ruwolfYes, I can set legacy booting on the machine.17:17
lighterowlruwolf: okay. but is it currently set to legacy or UEFI? keep in mind that if you change it now, no system will be able to boot.17:19
ruwolflighterowl: Vendor names it "Compatibility Support Module". I think, it is now in CSM.17:19
lighterowlruwolf: ah yes, this is also a name I've seen for this. anyhow, if you want to have dualboot with this setup, you don't have to worry about the ESP - just install grub in BIOS mode and you should be good to go.17:20
ruwolflighterowl: BTW: Thank you for your helping to me. Is it more safe to be in UEFI mode and is it able to convert both installations to it? It will be used for less experienced user mainly in Windows.17:23
lighterowlruwolf: I wouldn't say it makes any difference to the end user. UEFI can be "safer" when you turn Secure Boot on, which only requires signed code to be installed as a bootloader - but that comes with its own set of issues if you're dual-booting.17:25
ruwolflighterowl: OK, so I will leave in good old BIOS mode. Thank you very much for your help, again. :-)17:26
lighterowlyou only really *need* UEFI if the drive you're booting from is larger than 2TB, which is only partitionable with the GPT partitioning scheme.17:26
lighterowlyep, that's what I'd do too. no problem!17:26
ruwolflighterowl: It is only 1TB drive, so it probably need not it, ever...17:28
lighterowlokay, great. leave it in BIOS mode in this case and just forget about it. :)17:29
ruwolflighterowl: I want to boot it to MS Windows by default. Will be editing /etc/default/grub line GRUB_DEFAULT=1 sufficient for it?17:32
lighterowlruwolf: first, make sure that the os-prober package is installed so grub can detect your Windows installation and add it to the menu. then, have a look at which index it was assigned in the menu and set GRUB_DEFAULT to the appropriate index.17:34
ruwolflighterowl: grub2-install gives me error from grub-probe: failed to get canonical path of '/cow'. I have booted from Xubuntu USB, now.17:45
ruwolflighterowl: Pardon: update-grub2 gives me this message17:46
lighterowlyou'd need to chroot into the existing Xubuntu installation first.17:48
lighterowlhave a look here on how to do that : https://superuser.com/questions/111152/whats-the-proper-way-to-prepare-chroot-to-recover-a-broken-linux-installation17:50
ruwolf@lighterowl: I have tried it, but I have got another error from grub-probe: cannot find a GRUB drive for /dev/sda1. Check your device.map.18:13
ruwolflighterowl: It is partiton on USB18:14
ruwolfCan I remove it?18:26

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