[SOLVED] Boot from USB HP 15-dy2021nr Laptop 25 September 2021, 03:09:30 I'm trying to boot Artix from USB.I downloaded this and used balenaEtcher to write it to a USB stick: https://iso.artixlinux.org/weekly-iso/artix-lxde-s6-20210920-x86_64.isoOn the HP 15-dy2021nr laptop I went into BIOS and changed the boot device to USB.Also discovered I needed to disable the Secure Boot feature as well.When it appears to be trying to boot Artix (the fan kicks in) nothing is displayed on the screen.There is a boot option re. efi bootloaders - is there something I need to do there, please?Please see attached image Last Edit: 04 October 2021, 19:38:56 by nous
Re: Boot from USB HP 15-dy2021nr Laptop Reply #1 – 25 September 2021, 15:35:40 More info:Processor 4.2 GHz core_i5RAM 8 GB DDR4Hard Drive 1024 GB SSDGraphics Coprocessor Intel IrisChipset Brand IntelCard Description Integrated
Re: Boot from USB HP 15-dy2021nr Laptop Reply #2 – 26 September 2021, 05:41:07 Hello,Have you tried any other way to create your bootable usb stick?https://wiki.archlinux.org/title/USB_flash_installation_medium
Re: Boot from USB HP 15-dy2021nr Laptop Reply #3 – 26 September 2021, 10:46:11 This. First try to see if the USB stick is actually bootable - you'll need another PC to test.
Re: Boot from USB HP 15-dy2021nr Laptop Reply #4 – 26 September 2021, 21:05:31 Quote from: nous – on 26 September 2021, 10:46:11This. First try to see if the USB stick is actually bootable - you'll need another PC to test.On Dell desktop I chose "Legacy Sandisk" then "Stick/HDD" in the next window and it booted fine.NOTE: While booting it did present a black screen - then after a short pause - loaded.I wonder if when Artix is booting from USB is having trouble with the Intel Iris on the laptop?
Re: Boot from USB HP 15-dy2021nr Laptop Reply #5 – 26 September 2021, 21:08:34 Quote from: tintin – on 26 September 2021, 05:41:07Hello,Have you tried any other way to create your bootable usb stick?https://wiki.archlinux.org/title/USB_flash_installation_mediumJust tried it on a desktop - worked fine, so the bootable USB stick would seem to be eliminated as the cause.It may be a graphics chipset problem (Intel Iris) when booting from a USB stick?
Re: Boot from USB HP 15-dy2021nr Laptop Reply #6 – 26 September 2021, 21:27:14 Should I try a different ISO, please?https://iso.artixlinux.org/weekly-isos.php
Re: Boot from USB HP 15-dy2021nr Laptop Reply #7 – 26 September 2021, 21:42:01 Please don't triple post, there is a "Quick edit" button and a "More...->Modify" menu item instead.@topic: Try to boot using a different distro and using different software to write the ISO. If all of those fail, the issue is with your system's BIOS.
Re: Boot from USB HP 15-dy2021nr Laptop Reply #8 – 26 September 2021, 21:48:34 MX Linux 19.4 boots fine from an identical brand/model USB stick.
Re: Boot from USB HP 15-dy2021nr Laptop Reply #9 – 26 September 2021, 21:50:47 Quote from: kd4e – on 26 September 2021, 21:48:34MX Linux 19.4 boots fine from an identical brand/model USB stick.... using the same program to write the ISO?
Re: Boot from USB HP 15-dy2021nr Laptop Reply #10 – 26 September 2021, 22:30:44 Quote from: strajder – on 26 September 2021, 21:50:47... using the same program to write the ISO?Yes. balena Etcher.UPDATE: Just downloaded and tried "artix-lxde-runit-20210927-x86_64.iso 1.3 GB 2021-09-26 16:43:21"Same result - a flash of code then a black screen ...QUESTION: Could the forced UEFI boot be causing the problem?NOTE: I'm at a dead end here. MX Linux boots fine on this laptop but not Artix. What is the most likely difference, please? Is there an ISO more likely than another to boot successfully? Last Edit: 28 September 2021, 02:19:47 by kd4e
Re: Boot from USB HP 15-dy2021nr Laptop Reply #11 – 28 September 2021, 06:33:12 I have no idea, and it is difficult to tell without any error messages. I never had any problems with Artix installation media, booting and installation was smooth on both my desktop from 2012 and laptop from 2010, and I've also installed it on an even older laptop without problems.The only difference among different flavors of Artix ISOs is what DE and init system get installed by default with the system. You can change both after the installation. About your issue, I'd say it is definitely some quirk of your laptop. If it doesn't boot Artix ISO, use another distro that works on it.Edit: Also see here (found by web search!) and try some of the suggested solutions: https://askubuntu.com/q/162075/1104883 Last Edit: 28 September 2021, 07:36:30 by strajder
Re: Boot from USB HP 15-dy2021nr Laptop Reply #12 – 29 September 2021, 02:14:26 Unfortunately, there's nothing helpful at that link.The closest symptom points here ... https://wiki.ubuntu.com/X/Troubleshooting/BlankScreenAnd the closest symptom there points here ... https://wiki.ubuntu.com/X/Troubleshooting/FreezeWhich then points back to here ... https://wiki.ubuntu.com/X/Troubleshooting/BlankScreenThere needs to be some way that the ISO sends a generic message to the video driver so that the display may be used and the necessary settings changed to allow full use.
Re: Boot from USB HP 15-dy2021nr Laptop Reply #13 – 30 September 2021, 04:58:47 Is there a correct place to file a Bug Report - that Artix cannot handle this laptop - likely due to the video driver?When I searched this in advance - it appeared that the drivers for this chipset was in the Linux kernel.Sigh ... why do I always find the oddball exception to hardware compatibility.Rant Mode On:This has been bugging me ... "If it doesn't boot Artix ISO, use another distro that works on it."I date back to DOS days when you just figured out a way to make things work. I've always found that spirit in Linux, especially Puppy Linux. It's hard for me to imagine that no one affiliated with Artix can figure out a way to make Artix boot into a generic video mode. It's also hard to believe that everyone associated with Artix is fine with "use another distro". I really want to use Artix.Rant Mode Off. Last Edit: 02 October 2021, 20:01:53 by kd4e
Re: Boot from USB HP 15-dy2021nr Laptop Reply #14 – 02 October 2021, 21:16:32 Try appending 'nomodeset' at the kernel boot parameters, you might get a standard VGA console with details. 1 Likes