ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
Lucanis0 has joined #aarch64-laptops
Lucanis has quit [Quit: Leaving]
Lucanis0 has quit []
Lucanis has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
hexdump01 has quit [Ping timeout: 480 seconds]
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
jhovold has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
flowriser_ has quit [Quit: Konversation terminated!]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
Penguinpee_ has joined #aarch64-laptops
Penguinpee is now known as Guest2438
Penguinpee_ is now known as Penguinpee
Guest2438 has quit [Ping timeout: 480 seconds]
e1eph4nt has quit [Ping timeout: 480 seconds]
<HdkR>
Oops, ran the battery flat overnight
<Penguinpee>
At least that's not a kernel OOPS ;)
e1eph4nt has joined #aarch64-laptops
e1eph4nt has quit [Ping timeout: 480 seconds]
e1eph4nt has joined #aarch64-laptops
<steev>
HdkR: i've done that a number of times :(
<HdkR>
it's a shame it takes so long to come back after being plugged in
<HdkR>
Had to wait like 20 minutes before it finally decided to come back online
<steev>
weird
<steev>
mine doesn't take that long, but i do notice that the first time i try to power it back on it shuts itself back off
<HdkR>
definitely noticed that, but then hammering the power button again, long pressing, combination doesn't seem to bring it back until it is charged enough
<steev>
i usually just have to press it 1 time, not long, or any sort of combination
<HdkR>
weird
<steev>
oh, because you wiped out windows, you are probably on older bios
<steev>
i have no idea if it would be possible to download the lenovo bios update exe, extract it with innoextract (i'm assuming they use innosetup) and apply it via fwupd manually or not
<steev>
so they basically do "copy Rfs\Usb\Bootaa64.efi %Drive%\EFI\Boot\Bootaa64.efi" and "xcopy /S /E Rfs\Fw\*.* %Drive%\Flash\"
<HdkR>
oh, huh
<steev>
yeah, looks like lenovo does innosetup for all their stuff, so the exe's can be ripped apart with innoextract
<HdkR>
Will need to give it an update once I'm done tinkering then
<HdkR>
Would be nice if it also solves the issue where sometimes it doesn't see any boot devices, including internal nvme
<steev>
so yeah; usb key -> fat32; mkdir $drive/{EFI/Boot/,Flash}; cp Rfs/Usb/Bootaa64.efi $drive/EFI/Boot/; cp -a Rfs/Fw/* $drive/Flash; boot machine, f12 -> usb device, it should boot from it and start the EC update stuff