[00:31] miguel1mx was added by: miguel1mx [01:12] Thomas Ward was added by: Thomas Ward === lynorian_ is now known as lynorian [04:10] A option to turn off the touchpad if a mouse is attached (usb or bt) would be nice too [04:42] Why some application detected my Lubuntu as "Ubuntu"? [04:55] @ancha41 [Why some application detected my Lubuntu as "Ubuntu"?], Lubuntu is built on a rock-solid Ubuntu base. [04:55] So while we do a lot of customization, at the core it's an Ubuntu system. [12:59] Hello folks [13:00] I just installed Lubuntu 18.10 but now my SSD disappeared from BIOS boot order [13:00] (Photo, 1280x960) https://i.imgur.com/gkkOr7q.jpg [13:00] I guess I should not panic [13:00] RIGHT? [13:02] my pc is telling me: ... `No bootable device -- Please restart system` [13:05] I found some stuff online about this error but it mentions UEFI and secure boot. This is not my case, in fact the problem is manifesting on a Acer Aspire 4810 from 2009 [13:09] (Photo, 1280x960) https://i.imgur.com/0EQdwYI.jpg [13:09] although both hard drives are correctly detected [14:23] @AlFXLogic [although both hard drives are correctly detected], It' s a UEFI installation? [14:23] no [14:25] @AlFXLogic [], go to security tab and check if legacy boot is enabled [14:25] let me show you there is no legacy boot [14:26] the whole computer is a legacy machine 😆 [14:27] (Photo, 1280x960) https://i.imgur.com/XCVy58v.jpg [14:27] @AlFXLogic [the whole computer is a legacy machine 😆], do you remember if you have changed the partition of grub installation? (it must be /dev/sda by default) [14:28] it should be, let me double check booting from the usb again [14:29] @AlFXLogic [it should be, let me double check booting from the usb again], I don't know if boot-repair PPA is ready for 18.10 version. It' s a GUI tool to recover your GRUB and can be installed on Live USB [14:39] I recall I installed the boot loader on /dev/sda [14:44] trying to install again, will let you know. thanks for replying [14:48] @AlFXLogic [I recall I installed the boot loader on /dev/sda], Boot the live USB to try the grub-install command [14:48] From qterminal, type `sudo fdisk -l` [14:55] ok no luck [14:56] @leandroramos [From qterminal, type sudo fdisk -l], how do I get into there? [14:56] @AlFXLogic [how do I get into there?], you can type "terminal" in menu [14:57] oh sorry I didn't make it clear. I cannot even log into Lubuntu [14:57] @AlFXLogic [oh sorry I didn't make it clear. I cannot even log into Lubuntu], Log into live USB? [14:57] oh, right [14:58] We will try 3 commands with live USB terminal [15:07] ok i'm ready [15:07] @leandroramos [From qterminal, type sudo fdisk -l], should I start with this? [15:08] @AlFXLogic [should I start with this?], yes [15:08] Let me see the result [15:08] shall we switch to pvt? [15:09] @AlFXLogic [shall we switch to pvt?], It's better to do it here, so we can help the others [15:09] o [15:11] (Photo, 1366x768) https://i.imgur.com/hmIWgoi.jpg [15:12] (Photo, 1366x768) https://i.imgur.com/OZ1Seuh.jpg [15:13] @AlFXLogic [], sda is the disk where you're installing lubuntu? [15:13] yeah [15:13] i've got 1804 in sda1 and 1810 in sda2 [15:15] @AlFXLogic [i've got 1804 in sda1 and 1810 in sda2], Right. your boot partition is /dev/sda2 (the flag * on boot column). ... We will mount that partition with the command `sudo mount -t ext4 /dev/sda2 /mnt` [15:16] Next step - install grub in the mounted partition: ... `sudo grub-install --root-directory=/mnt /dev/sda` [15:18] ok [15:20] `lubuntu@lubuntu:~$ sudo mount -t ext4 /dev/sda2 /mnt ... lubuntu@lubuntu:~$ sudo grub-install --root-directory=/mnt /dev/sda ... Installing for i386-pc platform. .. [15:20] . Installation finished. No error reported.` [15:21] @AlFXLogic [lubuntu@lubuntu:~$ sudo mount -t ext4 /dev/sda2/mnt ... lubuntu@lubuntu:~$ sudo grub …], Right. Now reboot [15:21] ok [15:22] no luck [15:22] still no bootable device [15:22] (Document) https://telegram.lubuntu.me/f8EQdBoD/file_4276.mp4 [15:24] (Document) https://telegram.lubuntu.me/buqI34Xi/file_4277.mp4 [15:25] @AlFXLogic [still no bootable device], maybe some bios configuration [15:25] i tried that, let me go through that again now [15:25] thank anyway [15:27] @AlFXLogic [thanks anyway], You can try the same steps on 18.04 partition too, then the grub will be generate from there [15:28] @leandroramos [You can try the same steps on 18.04 partition too, then the grub will be generat …], switching from sda2 to (probably) sdb1 [15:32] @AlFXLogic [thanks anyway], With a 18.04 live USB, yout can use this GUI tool: ... http://ubuntuhandbook.org/index.php/2016/11/install-boot-repair-ppa-fix-boot-problems/ [16:44] @leandroramos [switching from sda2 to (probably) sdb1], 1804 is on sda1 [17:13] @AlFXLogic [1804 is on sda1], Oh, sorry :) [17:16] anyway I tried doing the trick on sda1 but no joy [17:16] @leandroramos [With a 18.04 live USB, yout can use this GUI tool: ... http://ubuntuhandbook.org/in …], trying this now [17:18] @AlFXLogic [trying this now], The boot-repair PPA doesn't work with 18.10 (missing updates), but you can generate the 18.04 grub to fix (with luck) [17:19] i am creating the startup disk with 1804 [17:19] @AlFXLogic [i am creating the startup disk with 1804], 🤞🏼 [17:20] what's the next option? new partition table with only 1810? [17:20] and if it fails, same but with 1804? [17:22] @AlFXLogic [what's the next option? new partition table with only 1810?], I could not figure out why "no bootable devices" appeared, but you can mount the grub partition (sda1 or 2) and check if there's a grub file in /boot folder [17:24] @leandroramos [I could not figure out why "no bootable devices" appeared, but you can mount the …], after the "mount" command - `cd /mnt/boot` and `ls -la` [17:31] got it [17:32] running boot repair now [17:36] `an error occurred during the repair` [17:36] wanna see the log? [17:42] @AlFXLogic [wanna see the log?], yes [17:43] (Document) https://telegram.lubuntu.me/Tu6soNLX/file_4279.txt [17:58] @AlFXLogic [], according to the log, the errors refers to sdc, and you can reboot [18:11] I did but does not work as before [18:36] @AlFXLogic [I did but does not work as before], The problem is here: ... `You can now reboot your computer. ... Please do not forget to make your BIOS boot on sda (ATA Samsung SSD 850) disk!` [18:37] @leandroramos [The problem is here: ... You can now reboot your computer. ... Please do not forget to …], The grub was installed, but SSD doesn't appear in boot option, and I don't know why [18:39] I've researched a bit and noticed it happens with Acer and Toshiba apparently. Could it be a bios-related problem? [18:40] Amway, if the problem is grub I could avoid it by just keeping a single is on the pc [18:40] Your disk is connected to sata or ide? [18:40] Sata [18:40] Both [18:42] @AlFXLogic [], Can you show the main tab? [18:42] (Photo, 1280x960) https://i.imgur.com/w8IVQfZ.jpg [18:43] Probably deleting serial numbers was stupid [18:44] @AlFXLogic [], the next tab, MAIN [18:44] (Photo, 640x480) https://i.imgur.com/mijsYMr.jpg I am looking for it [18:45] Sorry [18:45] @AlFXLogic [Sorry], ok, I don't know if your bios has this option [18:46] (Photo, 1280x720) https://i.imgur.com/AsjUUgI.jpg [18:48] @AlFXLogic [], You can access the boot menu pressing F12 during Acer logo screen? [18:49] Yes but displays no optiins [18:49] :( [18:49] (Photo, 1280x720) https://i.imgur.com/4Yt106A.jpg [18:53] I did it [18:54] I reset the bios settings and the drives were there again [18:54] Simple as that [18:55] @AlFXLogic [], change the sata mode [18:55] @AlFXLogic [Simple as that], oh [18:56] @AlFXLogic [Simple as that], worked now? [18:57] I can log into 1804, now restarting to test the 1810 [18:58] Grub is there [19:02] 1810 operational! [19:02] Thanks a lot for the assistance [19:03] (Document) https://telegram.lubuntu.me/E8Z2sAk2/file_4295.mp4 [19:03] @AlFXLogic [Thanks a lot for the assistance], So the problem was BIOS config 😂 [19:03] So the solution for disappeared drives from the boot order was simply reset bios settings, for anyone who might ever need it in the future. [19:04] (Document) https://telegram.lubuntu.me/KNfSGHVi/file_4296.mp4 [19:10] wth. that is the weirdest thing i ever heard of.