Earlier quoted context omitted.
~90% of the failure modes grub can fix don't exist without grub. I can't remember any time when its needless complexity was actually a net benefit compared to literally any of its alternatives (and between gummiboot/syslinux/efilinux/isolinux/systemd-boot/efistub I've used a lot of them).
i like grub, but i also remember pre-0.98 grub
Diskless Linux boot using ZFS, iSCSI and PXE
101–108 of 108 posts
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#102Earlier quoted context omitted.
i like grub, but i also remember pre-0.98 grub
i love HN but also starting to think it's time for us oldies to have our own one: cost of entry, having a distant memory of booting linux from a floppy
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#103Earlier quoted context omitted.
> rEFInd is _so_ much simpler TBH I've only used it for Hackintoshes and BSDs. I don't know why you'd want it. But I am finding this hard to post on account of this big hairy grey thing with a long prehensile nose that's in the way... They only work on UEFI. I don't like UEFI. I have kit in near-daily use that doesn't have UEFI at all. GRUB works on BIOS, UEFI, x86, Arm, whatever. It boots Linux, all the BSDs, Haiku,…
You haven't upgraded any x86 compatible beyond 2005? /s
I run a bunch of decade-old HP Microservers. All BIOS-only.
My personal laptops are old Thinkpads, from before the keyboards went crappy & Lenovo took away the expansion options. So they're all about 15, ?20 generation at the newest, but they are all maxed-out and go like stink. BIOS boot mode optional.
My default hypervisor is VirtualBox, because it runs the same on Linux, Windows and Mac. Defaults to BIOS boot.
This is not like some ancient history. All run current OSes and distros.
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#104Earlier quoted context omitted.
You haven't upgraded any x86 compatible beyond 2005? /s
/s notwithstanding... no. I run a bunch of decade-old HP Microservers. All BIOS-only. My personal laptops are old Thinkpads, from before the keyboards went crappy & Lenovo took away the expansion options. So they're all about 15, ?20 generation at the newest, but they are all maxed-out and go like stink. BIOS boot mode optional. My default hypervisor is VirtualBox, because it runs the same on Linux, Windows and Mac.…
Thus the /s :-)
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#105Friends don't let friends use grub. rEFInd is _so_ much simpler: one efi entry, one text config file in the efi partition, nothing that needs to change when the kernel updates, and no massive pile of templating and moving parts to mysteriously break dumping you at an impenetrable grub “rescue” shell.
Or even better: https://zfsbootmenu.org/
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#106Earlier quoted context omitted.
i like grub, but i also remember pre-0.98 grub
i love HN but also starting to think it's time for us oldies to have our own one: cost of entry, having a distant memory of booting linux from a floppy
Re: Diskless Linux boot using ZFS, iSCSI and PXE
#107Re: Diskless Linux boot using ZFS, iSCSI and PXE
#108Earlier quoted context omitted.
Using a proper NIC (Chelsio) with their iSCSI accelerator will boost your iSCSI performance significantly. Another alternative is Mellanox with RDMA. You need CX4+ for optimal performance over TCP/IP, while the cheap CX3 is excellent with IPoIB. If you have a lot of packet drops and retransmissions, another option for boosting iSCSI performance is getting a network switch with a lot of memory for packet buffering. Th…
> Another alternative is Mellanox with RDMA. You need CX4+ for optimal performance over TCP/IP, while the cheap CX3 is excellent with IPoIB. Do these benefit the iSCSI target end of the equation too, or just the initiator? And do they work like an HBA, where you configure the card in a firmware setup menu, or does it just transparently accelerate the software initiator on Windows/Linux?
To get accelerated iSCSI, you need to install Chelsio or Mellanox drivers. While both work out of the box with the inbox drivers, they have special drivers that you have to download and install to unlock the extra performance. I think Chelsio has everything included in FreeBSD, so there the inbox drivers already come with top performance unlocked.