Replies: 28 comments
-
does it import any pool? |
Beta Was this translation helpful? Give feedback.
-
There's only one 5 second loop in ZFSBootMenu, and that's when it can't import any pools. There's an option to drop to a recovery shell via the |
Beta Was this translation helpful? Give feedback.
-
It says "Loading zpool ... Failed, no file or directory". |
Beta Was this translation helpful? Give feedback.
-
Please reboot your system and tell me exactly what countdown screen shows. We can go from there once you've confirmed the basics. |
Beta Was this translation helpful? Give feedback.
-
I see the "Boot Menu".
And on the bottom there's a timer counting from 5 to 0 over and over. |
Beta Was this translation helpful? Give feedback.
-
Okay, you're stuck in syslinux and not ZFSBootMenu. That's a completely different problem that is very difficult to debug. Does your system not support UEFI ? |
Beta Was this translation helpful? Give feedback.
-
The laptop is a little older and I couldn't get UEFI work on it. System wasn't recognized, it always jumped to the next available boot option. Installed it a few times. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, syslinux can be very hit-or-miss. The only suggest I have would be to do the following:
If that doesn't work, you'll have to dig around external syslinux documentation to see if you can find any clues as to what might be going wrong. |
Beta Was this translation helpful? Give feedback.
-
There is only /boot/syslinux - nothing inside! So here's the problem! Or did I do anything wrong to access the system?:
|
Beta Was this translation helpful? Give feedback.
-
You wouldn't see a syslinux menu with ZFSBootMenu items in it if that were the case. You just need to mount the partition/filesystem that holds /boot/syslinux. Probably /dev/sda1. |
Beta Was this translation helpful? Give feedback.
-
It's on sda1 - of course! Maybe I should try to install it on different hardware. |
Beta Was this translation helpful? Give feedback.
-
@bobblkabb |
Beta Was this translation helpful? Give feedback.
-
config.yaml:
|
Beta Was this translation helpful? Give feedback.
-
your
mount check |
Beta Was this translation helpful? Give feedback.
-
--> syslinux.cfg is in it and there's also that subfolder zbm: |
Beta Was this translation helpful? Give feedback.
-
Try changing "KERNEL" to "LINUX" in your |
Beta Was this translation helpful? Give feedback.
-
Didn't work, still the same. Or do I need to execute a command after I changed it? |
Beta Was this translation helpful? Give feedback.
-
Try to load the kernel and initramfs manually.
you may need to replace |
Beta Was this translation helpful? Give feedback.
-
Loading manually doesn't work - 'no directory / file found..'. |
Beta Was this translation helpful? Give feedback.
-
I have seen this issue before and am not aware of a solution. Things you can try:
In any event, this is definitely a syslinux problem. If you want to keep discussing this, please take this up in the "Discussions" page above, or join us on IRC at |
Beta Was this translation helpful? Give feedback.
-
I'm getting a bit closer to it. In fact, it doesn't work with ext4. I tried a second time and then chose ext3. However, I now encounter the next problem: after the zfs boot menu, I get to a screen where it says in the middle that you can boot with Return and get to the boot menu with ESC. Here, the system no longer accepts keyboard input. After the timeout, the password is requested (Enter passphrase for 'zroot':). Here, too, no input is accepted. |
Beta Was this translation helpful? Give feedback.
-
try fat or vfat (fat32) for syslinux partition. Im using ZFSBootMenu + syslinux on an old machine (from 2007). the syslinux partition is formated with vfat. |
Beta Was this translation helpful? Give feedback.
-
Formated sda1 to vfat but still the same.
|
Beta Was this translation helpful? Give feedback.
-
I'll try another UEFI installation. Made progress on a different laptop. |
Beta Was this translation helpful? Give feedback.
-
Again, laptop ignores keyboard input. |
Beta Was this translation helpful? Give feedback.
-
Bios Update didn't help. Was nearly 5 years old, over 10 iterations. |
Beta Was this translation helpful? Give feedback.
-
These are not ZBM problems, but a dracut problem. You are either missing keyboard support in the ZBM dracut image or the keyboard is not properly configured. On some laptops, to get the keyboard working in the initramfs, I need to play around with some of the
There are many other options; |
Beta Was this translation helpful? Give feedback.
-
Great. That's it. Thanks! Keyboard works. |
Beta Was this translation helpful? Give feedback.
-
I have installed according to the instructions Void Linux Single disk syslinux MBR (encrypted), but I end up in a loop in the zfsbootmenu.
When I press return the timer starts again at 5s.
What could have gone wrong here?
Beta Was this translation helpful? Give feedback.
All reactions