=== guiverc2 is now known as guiverc [13:18] my xubuntu just crashed on the multiboot harddrive with MacOS trying to reinstall getting the error bad disk clean the disk and etc but from the same USB flash drive try option runs xubuntu [13:18] alexandrdvorkin: So you are having Xubuntu installed and it crashes? [13:18] and from a USB flash dirve it runs? [13:19] yes [13:19] alexandrdvorkin: Probably your hard drive is broken. You can check the status with the tool smartctl contained in the package smartmontools [13:21] i partitioned the second part of the drive apart from MacoS to have / partition 50000MB swap 20000 and EFI 10000 and installing onto the / [13:21] getting the error from the install [13:21] i deleted the partitions reformated and tried to reinstall the same error [13:21] but from USB xubuntu runs [13:22] so you still think the hardisk is broken but i am able to start MacOS from /dev/sda on the same disk [13:22] alexandrdvorkin: It oculd be that some sectors in the Xunbut partition are bad [13:23] or that the sectors where OSX does stuf ffrom are ok [13:23] smart will tell you the status of the disk, like how many read errors etc. there are [13:23] yes [13:23] so you suggest to run xubuntu from USB drive and run the smartctl [13:24] whats the name of the utility again in xubuntu to check the hardisk for error SMARTCTL? [13:24] yep [13:25] ok i gtg right now but when i comeback i ll do that [13:25] smartctl -a $DISK [13:25] I don#t know though if xunbutu live has smartmontools installed [13:25] if in doubt, use something like grml [13:26] and which disk will the smartctl -a $DISK check [13:26] i need to check the partition onto which i am installing the xubuntu [13:26] you can check the avialable hard drives with `lsblk` [13:27] roger [13:28] but basically partition wise i created everything correct 50000MB / 20000MB swap 20000MB EFI [13:28] and installing onto / right? [13:29] or onto EFI [13:29] i am bad with partitioning [13:29] especially dual boot [13:29] confusing for me [13:30] 20GB EFI is a lot. Normally 1GB is created [13:30] swap... there are different opinions on that. I don'T create it anymore, but there are enough people who do [13:31] understood and install onto the / right? [13:31] also, 20GB is a lot. You are essentially using half the disk space for that stuff... but when 50GB is enough for the system, that should not be an issue [13:31] yep [13:31] how come i get an error even after repartitioning? [13:32] could it be still bad USB flash drive and not the hardisk [13:32] because the error might be in the hard drive, no matter the partitioning [13:32] ah, wait. Bad disk clean the disk? [13:32] i deleted the partition and repartitioned the partitions onto which Xubuntu is to be installed [13:33] and still get an error [13:33] how can it be that not all disk is BAD but just the installation partition for Xubuntu [13:34] could is still be that the USB flash drive is corrupted and not the hardisk [13:35] maybe i should burn another USB flash disk with xubuntu (when i buy it) and try then [13:36] you an also check the USB drive [13:36] do you have another one to try? [13:38] i do but i got MacOS on it and if i screw up partitions i wont be able to reinstall MacOS so i need to wait till i have the money to buy the new USB flash drive they are like 16GB 20-30$ here in Toronto [13:39] i am pathetically broke [13:40] inflation you know [13:41] no car no money [13:41] taking a bus [13:41] * gnrp doens't have a car either, lol [13:42] anyway, no reason to despair [13:42] there is no need to repartition [13:42] in any case, I would not trust the hard drive when it has failures [13:42] so check if the USB drive is ok [13:42] you can just dd from the USB drive to /dev/null or so [13:43] but it on my iMac2013 which i bought like 5 moth ago for 380$ how could the driv be already damaged and run the MacOS from a different partition no problem [13:43] bought brand new [13:44] with a brand new HDD [13:44] installed Ubuntu few times [13:44] like 5 [13:44] and xubuntu [13:44] was running [13:44] until this morning black screen [13:44] no messages at all just black screen [13:46] coul dhappen anytime. There's no way to say what is wrong if you don't run the analysis [13:46] have you checked the USB drive? [13:46] and then u know already the reinstall gives error at installation and thats all [13:46] you can just run dd from it on /dev/null to check if everything reads [13:46] USB drive is not readable by MacOS is that a problem? [13:46] could it be [13:47] if i plug it into the back of my iMac it says the drive is not readable [13:48] but still boots the Xubuntu into TRY mode [13:48] but the error from xubuntu as i mentioned says to check the CD/DVD drive for errors [13:49] which is in my case USB flash drive [13:49] or the hardisk too [13:49] no, OSX is not so tolerant about what it reads [13:49] ah, ok [13:49] then yes, I guess the USB drive is the error [13:49] but you can run a terminal on OSX also and check whether the whole USB drive reads at least. Won't tell you if the data is correct though [13:50] i can not it is not even recognized by MacOS when plugged in into the back of my iMac [13:51] i get the message right away IGNOR INITIALIZE or EJECT [13:51] run dmesg on the OSX [13:51] open a terminal and run the command `dmesg` [13:51] !paste [13:51] For posting multi-line texts into the channel, please use https://dpaste.com | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [13:52] ok let me plug in the USB drive and run the dmesg [13:59] zsh: event not found : pastebinit [13:59] so any how i just open the https://dpaste.com [13:59] or pastebin.com [14:00] my imac is slow to open the browsers it has only 4GB RAM [14:03] dpaste.com suppost to give the addy but it does not [14:06] safari does not return the output of the paste [14:06] it pastes it but doesnt give the address [14:07] let me try chrome [14:10] just a sec [14:14] https://pastebin.com/qsT01Lwh [14:15] got it? [14:16] yep, that works [14:17] hm, ok, but I don't have the information. Sorry. [14:17] apparently, running `diskutil list` is what would give the information [14:17] what you mean [14:18] ok [14:19] a sec [14:20] https://pastebin.com/auW6k9BA [14:22] ok [14:22] /dev/disk2 is your USB drive [14:22] so you can do `dd if=/dev/disk2 of=/dev/null bs=4k status=progress` and wait if some errors show up [14:23] note howeer that this will not necessarily show all errors. It is just one thing to quickly check for a certain kind of error [14:24] checking [14:26] dd: /dev/disk2: Input/output errorransferred 69.003s, 960 kB/s [14:28] but if xubuntu crashed it could also mean bad HDD but i repartitioned [14:29] ah, there oyu have it though [14:29] there is an error with the USB drive [14:30] ok so i will get a new usb [14:30] flash drive [14:31] which error [14:32] you can run dmesg again now actually [14:34] so what the partition table for the Xubuntu should look like 50000MB / 10000MB swap 20000MB EFI is ok? [14:35] I would say less EFI [14:35] actually, EFI is used for both anyway, so there is not much to decide [14:36] so 10000MB EFI [14:36] I normally say that swap is not needed for modern computers anymore, but that's also just one school of thought. And when oyu have only 4GB RAM, maybe some swap is good [14:36] 4GB or 8GB would certainly be enough thouhg [14:36] depends on how you use that computer [14:36] the question to me is more whether 50GB suffice or whether you need more [14:37] ok [14:37] when 50GB (or rather, 45GB) are ok - count down maybe 10GB for a system with lots of software, so 35GB for data, then go with it [14:37] so just create 50000MB / and 80000MB EFI and no swap that should do? [14:38] you have 500GB, why so stingy with space for Xubuntu? ;) [14:38] EFI should be fine with 1GB [14:38] but put some swap [14:39] but you said 4000 or 8000 EFI [14:40] ok 50000Mb / 10000MB swap and 1000MB EFI [14:40] ah, sory, I meant swap [14:40] I'd do 8GB swap, 1GB EFI and the rest for the system [14:40] or let Xubuntu decide itself [14:41] well i have to select to which drive to install the xubuntu its dual boot [14:42] do i select Something else as an install option [14:42] or it might install it onto a wrong drive [14:42] and corrupt my OSX [14:44] if i let xubuntu decide wont it install onto the first partition onto which the OSX is installed by default [14:46] I can't really help you with that. I don't know how to use an Apple for Linux or how they boot [14:46] ok but thanks for help [14:47] what is the command to eject the USB flashdrive [14:48] or i will just unplug it its bad anyway [14:49] got to bounce now [14:49] thx everyone [19:06] hi guys [19:07] can someone tell me is the xubuntu 22.04 will work on my 4GB RAM iMac2013 with the same speed as Xubuntu 18.04 [19:11] can anyone tell how to use torrent to download xubuntu [20:48] has anyone used timeshift successfully without the "Live USB" only issue?  I can do it np on ubuntu 22.04, but xubuntu seems not to work even on fresh installs.