|
|
#1366 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Clara HD
|
Hello thanks for the script, I'm trying to use it but I get this error, I looked in the forum but nothing came up. Is there a thread on FAQs or trouble shooting?
I'm on Win11 if that makes any difference, thanks: Couldn't find a Kobo eReader volume! Is one actually mounted? * Nothing to do! Press Enter to exit: |
|
|
|
|
|
#1367 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
|
|
|
|
|
|
|
#1368 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
Code:
$KOBO_MOUNTPOINT=Get-Disk | Where BusType -eq USB | Get-Partition | Get-Volume | Where FileSystemLabel -eq KOBOeReader |
|
|
|
|
|
|
#1369 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
I just hit the 5 minutes window, so replying to myself a lot: It worked. After unmounting/ejecting the ereader rebooted and presented me with installed kfmon and KOreader/Plato. I simply changed the detection to look for the string eReader: Code:
$KOBO_MOUNTPOINT=Get-Disk | Where BusType -eq USB | Get-Partition | Get-Volume | Where FileSystemLabel -eq eReader Thanks for the script
|
|
|
|
|
|
|
#1370 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,812
Karma: 731691
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O, Kobo Libra 2
|
Make that something like:
Code:
Where-Object { $_.FileSystemLabel -in @('eReader', 'KOBOeReader') }
|
|
|
|
|
|
#1371 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Yeah, something like that, or maybe there is something like an "endsWith" in PowerShell?
I just wanted to show that it actually worked for me like this with the reader having this shorter name, so the maintainer could maybe work from there and add this to the "official" detection. |
|
|
|
|
|
#1372 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2026
Device: Tolino Vision Color
|
Hi,
I have used this Installer on my old Kobo, sadly it was stolen out of my car. No I have received a new one today and I am not able to get the NckelMenu working again. It is not shown up in the lower MenuBar. Any Ideas, what to try? Thank you Ingo |
|
|
|
|
|
#1373 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 50,742
Karma: 178402706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
You may want to download the 0.6.0 version of NickelMenu from the Nickelmenu site.
|
|
|
|
![]() |
| Tags |
| kfmon, kobo, koreader, plato |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot install custom update packages via MRPI | anunay | Kindle Developer's Corner | 10 | 02-05-2026 06:02 PM |
| Aura How to install ksm and koreader | mhss | Kobo Reader | 0 | 01-17-2018 07:45 PM |
| Koreader could not be opened by click an epub file on the books list | johnleo | KOReader | 4 | 12-11-2017 07:57 AM |
| Kobo-how to install koreader | sahbi | KOReader | 22 | 01-02-2016 03:49 PM |
| Koreader install help | mrmojorizing | Kobo Developer's Corner | 3 | 09-29-2014 01:24 PM |