For all the people who are intimidated by i3wm. Fear not!

Ready for a laugh?
Yeah, I have the version without systemd, so I did some reading and got a great idea in my head. I compiled and installed systemd from Git!

Right now, my system boots, it defaults to Cinnamon, but it's just a black background with a mouse cursor. I can access tty with CTRL-ALT-F1 but I have no network access for some reason. I can set a kernel boot parameter guiding it to use systemd by adding
init=/directory/of/systemd
to the linux line in grub. However when I do that, the system hangs on a screen saying "systemd[1] failed to start journal service". I've done a little research, and it looks like this may be caused by having systemd and sysvinit installed at the same times. I'm looking for a way to get rid of sysvinit altogether. Though honestly, I may just reinstall and do it right from the beginning. Didn't mean to totally hijack this thread, now I feel bad.

2 Likes

Yep, install the version with systemd. If you want you can recover your files using the command line from your current installation or by using a live image.

But screwing with your system and gutting sysvinit out by force sounds so fuuuunnnnnnn

1 Like

Indeed. While we're at it let's do sysvinit ->systemd -> upstart -> openrc, then all the way back. :D

How about we also implement that kernel the GNU foundation never finished making and Stallman is all sour about Linux stealing his thunder? ;)

1 Like

definitely more fun !

I know the guy who made these, real nice guy. He's also very intelligent about other Linux things.

2 Likes

It was good fun. I run linux on my $20 2009 Del Studio laptop from the value village. It works great for low-power distros. I also don't keep anything on here I'm not afraid of losing, because I love just randomly diving in there head first. Right now, I play too many new games on my main PC to run Linux exclusively.

I installed Mint fresh, and installed i3. I've been doing a little custom configuration. It's working great so far!

2 Likes

I run Archlinux as a main system and I have a SSD running windows 10. Its not even in grub, I need to go into the bios and change the boot device every time I want to boot into Windows D:

Is windows installed in BIOS mode or EFI-GPT?

I have no idea, I let it do its thing.

The USB was BIOS mode though, not UEFI.

But pointing grub to the partition that has windows makes it nope so I couldnt be bothered.

For UEFI-GPT: https://wiki.archlinux.org/index.php/GRUB#Windows_installed_in_UEFI-GPT_Mode_menu_entry

For BIOS-MBR: https://wiki.archlinux.org/index.php/GRUB#Windows_installed_in_BIOS-MBR_mode and https://bbs.archlinux.org/viewtopic.php?id=206452

You have to point to the bootmgr partition (/bootmgr) of the drive if you're in BIOS mode.

Why is it that I try something, it doesnt work, I post on the forums, I get told to try exactly the same thing...

AND IT FING WORKS>

2 Likes
4 Likes