=== BrianG61UK_ is now known as BrianG61UK === guiverc2 is now known as guiverc === ubuntu is now known as Guest87570 [18:45] Hello [18:45] what up [18:46] Does anyone know how to solve the "boot device not found" problem? [18:47] fresh install i assume, or perhaps this is the first time booting the live iso? [18:47] fresh install [18:47] did you check the integrity of the installation media ahead of time? [18:47] yep [18:48] how did you partition the device? [18:48] im typing from the live iso rn [18:48] just because the iso runs doesn't mean it's good [18:48] you could have one bit of information that's flipped and it could lead to all sorts of weird problems [18:49] so to be sure: you checked the hash of the image against published hashes AND ran the "check disc for defects" option at the boot screen? [18:49] I ran the 3 tests there were to run before launching the installer [18:50] ok i'll take your word for it. that said...... [18:50] how did you partition the device? [18:50] Im lay so I choose the erase hd option [18:51] On some machines it is necessary to set the boot flag, the automatic partitioning doesn't do that. [18:51] how do I do that? [18:51] @kc2bez: is that true? that seems like a bizarre-o bug [18:51] I have an old HP probook, the BIOS page is horrible, there isnt even an option do turn secure boot off [18:52] It is a bizarre bug. Not every machine needs it. [18:52] do you know an upstream bug report on that? [18:52] EFI should work but legacy may not [18:52] Yes, let me dig it up. [18:53] https://github.com/calamares/calamares/issues/1175 [18:54] You can use KDE partition manager to set the flag. [18:54] where do I find that? [18:55] KDE partition manager is in the menu under system tools [18:55] https://manual.lubuntu.me/stable/3/3.1/3.1.7/kde_partitionmanager.html [18:56] how do I set the flag? [18:57] Do you have a legacy boot system or is it EFI? [18:58] What do you see for partitions in KDE parttion manager? [18:58] I dont know, Im sorry [18:58] is UEFI legacy? [18:58] no [18:59] Then I guess I dont have legacy [19:00] so you should have a `/boot/efi` partition [19:01] it should be fat32 [19:02] ls /sys/firmware/efi/ [19:02] if you get output then uefi. [19:02] ^^^ that [19:03] [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS [19:03] if you want to be really fancy :) [19:04] Okay, I opened the KDE manager, there are six devices. 4 are unknown, 1 is the usb and the other my HD. In the HD one there is only one partition named /dev/sda1, with type being ext4 [19:05] which is to say that either it's legacy/BIOS or it's not properly partitioned for EFI [19:05] right [19:05] the tests diogenes_ and i suggested will confirm which you are actually USING [19:06] ls: cannot access '/sys/firmware/efi/': No such file or directory [19:07] the other one returns BIOS [19:07] then you've got BIOS [19:07] So you can right click on the partition you see and set the boot flag. [19:08] how do I set it? [19:09] if you right click and select properties there should be a box that says flags [19:09] done [19:09] One of them is boot. Tick it on and select ok. [19:09] Thank you very much [19:10] I will restart my pc and see if it works [19:10] You did apply it right? [19:10] yeah, checked the box and clicked Ok [19:11] Apply in the upper left under File might be necessary too. [19:11] I see now [19:11] Hopefully it will work [19:22] thanks guys, worked fine now [19:22] YW, enjoy!