You are not logged in.
Pages: 1
Every time I reboot, I get a Syslinux "Boot error" message. If I plug in a live USB, chroot into my hard drive, run syslinux-install_update -i -a -m, then reboot, it works fine, but it will give the error again next boot. My /boot partition is a 200Mb btrfs partition, starting on sector 2048, and my root partition is a btrfs raid 0 over 2 ssds.
Last edited by buntwo (2015-09-19 03:15:24)
Offline
Check your syslinux.cfg and make sure you specified correct root partition.
UPD:
AFAIK brtfs support in syslinux is experimental and it might happen that it does not fully support all the btrfs fs format features. For example btrfs raid was not supported last time I checked it. I would use ext4 for syslinux boot partition as this solution is better tested.
Last edited by anatolik (2015-09-15 03:35:36)
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
Every time I reboot, I get a Syslinux "Boot error" message. If I plug in a live USB, chroot into my hard drive, run syslinux-install_update -i -a -m, then reboot, it works fine, but it will give the error again next boot. My /boot partition is a 200Mb btrfs partition, starting on sector 2048, and my root partition is a btrfs raid 0 over 2 ssds.
Did you mount root as a btrfs subvolume? If so, you need to amend the syslinux.cfg.
Offline
Thanks for the replies. I reformatted my boot partition as ext4 and it works now. I assume syslinux still isn't stable on btrfs subvolumes.
Offline
Pages: 1