SiFuh changed the topic of #crux-social to: Offtopic Talks | Project https://crux.nu/ | Logs: https://libera.irclog.whitequark.org/crux-social/
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-social
<remiliascarlet> SiFuh: "Have you seen Ricky Gervais Armageddon (2023)?" No.
ppetrov^ has joined #crux-social
lavaball has joined #crux-social
remiliascarlet has quit [Remote host closed the connection]
remiliascarlet has joined #crux-social
<SiFuh> remiliascarlet: How was your fast?
remiliascarlet has quit [Ping timeout: 264 seconds]
remiliascarlet has joined #crux-social
<remiliascarlet> SiFuh: It was easy as long as I have enough water bottles.
<SiFuh> Do a vodka fast ;-)
<lavaball> how long did you go?
<remiliascarlet> 1 day.
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-social
<lavaball> a DAY!
<lavaball> i was expecting a week.
<lavaball> a day!
<lavaball> what is this? rich man's delight.
<lavaball> i do a day every day, since i only eat once per day.
<lavaball> i do 3 days every months except in winter.
<lavaball> my best was 9 days though.
<lavaball> 6 days with full work out including travel to the gym, since i don't have car.
<lavaball> oh, and when i say 3 days means i eat on thursday aftenoon, next time monday at noon.
<SiFuh> I eat once per day as well and very little
lavaball has quit [Ping timeout: 276 seconds]
lavaball has joined #crux-social
lavaball has quit [Ping timeout: 255 seconds]
lavaball has joined #crux-social
lavaball has quit [Ping timeout: 276 seconds]
lavaball has joined #crux-social
lavaball has quit [Remote host closed the connection]
<remiliascarlet> I wasted an entire night fixing a broken system, only to conclude that I no longer dislike UEFI.
<remiliascarlet> I now fucking hate UEFI!
<SiFuh> Heh
lavaball has joined #crux-social
ppetrov^ has quit [Quit: Leaving]
<remiliascarlet> Installed in legacy boot mode this time, and now it says "Failed to load ldlinux.c32". After so many tries, I made damn sure to follow CRUX's handbook.
<SiFuh> You using syslinux?
<SiFuh> It was loosely based on my documentation
<SiFuh> farkuhar: did all the writing
<SiFuh> This is my cheat sheet, but you must take note I do not use the retarded /boot/efi/ mount point that ends up being /boot/efi/EFI/BOOT . I use /boot for my mount point so I end up with /boot/EFI/BOOT
<SiFuh> So adjust accordingly
<remiliascarlet> Yes, I use SYSLINUX.
<SiFuh> In Soviet Russia, SYSLINUX uses you
<remiliascarlet> I did exactly as you did in your cheat sheet, except that instead of using /boot/EFI/BOOT, I just use /boot.
<remiliascarlet> It worked on my laptop, so I expected it to work on my gaming PC as well.
<SiFuh> remiliascarlet: I also did that on my original documentation
<remiliascarlet> mkdir -p /boot/syslinux | cd /boot/syslinux | cp /usr/share/syslinux/ldlinux.c32 | extlinux --install /boot/syslinux | (syslinux.cfg config editing) | dd bs=440 count=1 conv=notrunc if=/usr/share/syslinux/mbr.bin of=/dev/sda
<remiliascarlet> This is the sequence of commands I used.
<SiFuh> Is your boot partition set with flag A (bootable)?
<remiliascarlet> Yes.
<remiliascarlet> Also, my earlier struggles with UEFI made me try out Gentoo. The USE flags stuff was so frustrating that I gave up on Gentoo, and got more desperate at getting CRUX to work.
<remiliascarlet> And it was in UEFI mode, so that too failed to install just like CRUX on UEFI did.
<SiFuh> It's a frequency issue
<SiFuh> Your disk is GPT or MBR?
<remiliascarlet> MBR.
<SiFuh> And ldlinux.c32 is in the exact same folder that syslinux.cfg is in right?
<remiliascarlet> Yes.
<SiFuh> And your boot partition was actually mounted when doing all that fancy stuff above?
<remiliascarlet> If it wasn't, none of these would have worked in the first place.
<SiFuh> Yeah it would
<SiFuh> I can make a /boot/syslinux and run everything above without actually mounting the /boot partition
<remiliascarlet> My root partition is the bootable one.
<SiFuh> Yuck
<remiliascarlet> The only other partition I have is the swap.
<SiFuh> What FS is your / partition?
<remiliascarlet> ext4
<SiFuh> Well, I can't see any mistakes then.
<remiliascarlet> I have this exact same setup on my laptop, and it works there.
<remiliascarlet> Just in case, I downloaded the new kernel which I'm compiling, and then I'll execute these commands again.
<SiFuh> The benefits of having a separate /boot partition is you can leave it untouched and install many distros around it and never need to worry so much.
<remiliascarlet> Because when I first tried to install CRUX, I backed up the whole /usr/src folder to a different SSD, so in the case of failure I wouldn't need to re-compile the kernel again.
<SiFuh> Just an idea though. Isn't there a limit to what BIOS can access on a disk? Like 1024mb or something?
<remiliascarlet> Well, I don't really need that. I keep my gaming PC turned on 24/7 anyway, so I don't really dual boot.
<SiFuh> I wasn't talking dual boot
<remiliascarlet> BIOS can access up to 2 TiB during boot time as far as I understood.
<SiFuh> If you decided to install Gentoo, you leave the boot partition alone. SYSLINUX is already setup. You can then change to CRUX and SYSLINUX is already setup. You don't even need the SYSLINUX port installed anymore.
<remiliascarlet> If it were 1024 Mb, we would have hit that limit back in the 1970s already.
<remiliascarlet> And every single computer would be rendered unbootable by the late 1980s.
<SiFuh> Why?
<SiFuh> As long as the bootable stuff is at the beginning of the drive it can be a 2TiB drive.
<SiFuh> Since Linux failed, I think you should install OpenBSD