The officially official Devuan Forum!

You are not logged in.

#26 Re: Installation » extlinux install from Devuan ASCII installer shell. » 2018-06-13 15:07:33

Here are all of the steps when using Devuan as the only Linux distro, in a single boot or dual boot situation with Win:

To install extlinux from within the installer, alt-F2 to get to a console.

# chroot /target /bin/bash
# . /etc/profile 
# mkdir -p /boot/extlinux
# nano /etc/apt/sources_list # comment out CD/DVD/USB source
# apt-get install extlinux syslinux-common
# extlinux --install /boot/extlinux
# dd if=/usr/lib/EXTLINUX/mbr.bin of=/dev/sdX bs=440 count=1
# cp /usr/lib/syslinux/modules/bios/*.c32 /boot/extlinux
# nano /boot/extlinux/extlinux.conf
Code:
	ui menu.c32

	label devuan
	menu label devuan
	kernel /vmlinuz
	append initrd=/initrd.img ro root=/dev/sda1

Remember to set the proper partition as bootable!

In a triple boot scenario, I believe that it is enough to do the following, if extlinux is already installed with another Linux distro:

To install extlinux from within the installer, alt-F2 to get to a console.

# chroot /target /bin/bash
# . /etc/profile 
# mkdir -p /boot/extlinux
# nano /etc/apt/sources_list # comment out CD/DVD/USB source
# apt-get install extlinux syslinux-common
# extlinux --install /boot/extlinux
# dd if=/usr/lib/EXTLINUX/mbr.bin of=/dev/sdX bs=440 count=1

#27 Re: Installation » extlinux install from Devuan ASCII installer shell. » 2018-06-13 13:34:30

fsmithred wrote:

Here are my notes on installing extlinux (after installation of the system)

To do it from within the installer, alt-F2 to get to a console.

chroot /target

Then you should be able to install extlinux.

Note: you must choose one of the expert installs to prevent grub from being installed.

Actually, it seems that I avoided installing GRUB in the normal install. On the second prompt, I exited to the install menu.

# extlinux --install /boot/extlinux

doesn't work. I get the error:

# extlinux --install /boot/extlinux
/bin/sh: 3: extlinux: not found

----
OK, I think I know where I went wrong. I should have done the following?

# chroot /target /bin/bash
# . /etc/profile 
# mkdir -p /boot/extlinux

Still a problem however:

# extlinux --install /boot/extlinux
bash: extlinux: command not found

#28 Installation » extlinux install from Devuan ASCII installer shell. » 2018-06-13 12:01:48

devuan_dk_fan
Replies: 18

I am trying to figure out how to install extlinux from the Devuan ASCII installer shell, as Devuan is the last system in a triple boot system (Slackware 64 14.2, Win7 and Devuan). Unfortunately, the following method that I used for Slackware is kicking up an error:

# chroot /mnt /bin/bash
# . /etc/profile 
# mkdir -p /boot/extlinux
# extlinux --install /boot/extlinux
# dd if=/usr/share/syslinux/mbr.bin of=/dev/sda
# chroot /mnt /bin/bash
chroot: can't execute '/bin/bash/sh': No such file or directory

Any ideas?

#29 Re: Installation » Devuan, KXStudio and extlinux. » 2018-06-05 20:35:30

@fsmithred Thanks for all the information. I installed Devuan ASCII-RC 64-bit netinstall with LXDE-QT and added the the KXStudio repo and enabled the GCC5 packages. After an apt update and upgrade, I added all of the packages that I could remember from Slackware's Studioware and Ubuntu Studio. Everything looked set to install, until tuxguitar kicked up a broken packages error that Synaptic couldn't recover from:
Unresolved dependencies, bla, bla:

Depends: libswt-cairo-gtk-3-jni but it is not going to be installed
Depends: libswt-gtk-3-java but it is not going to be installed
Depends: libswt-webkit-gtk-3-jni but it is not going to be installed
Depends: libgcj14 (>=4.8) but it is not installable
Recommends: tuxguitar-jack but it is not going to be installed

If I get time tomorrow, I will try to complete an install of all of the packages, but as a point of departure, everything else looks good.

BTW, not crazy about LXDE-QT, but I really appreciate the ability to choose login managers during the expert install smile

#30 Installation » Devuan, KXStudio and extlinux. » 2018-06-04 18:39:47

devuan_dk_fan
Replies: 2

With ASCII on the doorstep, is it still not recommended to include other repositories?

I am planning the install a fresh Devuan system with the KXStudio repo included for audio production.

The install will be a triple boot (Win7, Devuan and Slackware), so I am interested in getting any feedback possible on extlinux in this connection. Win7 is already installed in UEFI mode and I am wondering how extlinux deals with (or the user) deals with changes to the system, such as kernel updates. Slackware64 14.2 uses elilo, which works with UEFI, but not in a multi-boot scenario. I find GRUB2 to be quite frustrating and would certainly consider using extlinux for a Devuan install, even without a multi-boot scenario, but I am a bit fuzzy on the details in reference to system upgrades, and I haven't been able to find any documentation on that particular aspect of extlinux.

#31 Re: Installation » Minimal bspwm Devuan install problems. » 2018-04-08 18:46:11

msi wrote:

Ok, how about commenting out the line starting sxhkd in your .xinitrc, then starting X and running sxhkd from the terminal. There might be error messages.

$ command not found
# command not found

sxhkd was not in /usr/bin. Something is obviously wrong with the package. I originally had problems with so called "documentation", but I thought that I had overcome the problem. I tried re-cloning the git but all of a sudden, git was no longer installed (I didn't uninstall it) I tried reinstalling gcc and xcb, which also pulled in some dependencies that were not installed last time around for some reason. I cloned the git and then ran "make" but got some errors about missing lib.something.so files. I am not sure that sxhkd can be compiled under Devuan. I therefore gave up, and installed a .deb package that I had compiled under Ubuntu 16.04 before I eschewed systemd. Most things seem to be running as expected now (hot keys), but I have come across a weird quirk (only) when I try starting geany (installed with apt-get) from Dmenu:

Configuration directory could not be created (Permission denied). There could be some problems using Geany without a configuration directroy. Start Geany anyway?

As it is, I have had to create a ~/.local and a ~/.local/share share directory manually, as well as a ~/.config/leafpad directory, for some reason, which I do not understand as I had none of these problems with missing directories when I installed i3wm using the same method.

#32 Re: Installation » Minimal bspwm Devuan install problems. » 2018-04-08 15:43:25

msi wrote:

"Make sure ~/.config/bspwm/bspwmrc is executable." (https://wiki.archlinux.org/index.php/Bs … n.27t_work)

Thanks smile I have checked that a couple of times, as that is the most obvious reason for the hot keys not to work. Unfortunately, that isn't the case, so there must be something else that is preventing the hot keys from working. I have also checked all of the dependencies, but I haven't found anything there either.

msi wrote:

Btw, what's the reason you're trying to use bspwm?

bspwm is to my knowledge, the lightest tiling window manager available.

#33 Re: Installation » Minimal bspwm Devuan install problems. » 2018-04-08 05:57:15

I followed the instructions and reduced my .xinitrc file to the following:

sxhkd &
lxterminal &
exec bspwm

The terminal fills the entire space (as it should), but I can't get any response from my hot keys, even when quitting the terminal. I compared the permissions for sxhkdrc on my Devuan install to the Slackware version and they are the same. I am at a loss as to why the hot keys aren't working.

#34 Re: Installation » Minimal bspwm Devuan install problems. » 2018-04-07 20:47:53

msi wrote:

I don't have any experience with bspwm. However, from what I can see in the screenshot, it seems like the window manager is not being started when you start X. Do you have an .xinitrc file in your home directory? If so, what does it look like?

Wow. Interesting. As a matter of fact, I don't have an .xinitrc. I don't have any experience with .xinitrc's. Any advice on how to create one? I just use xwmconfig in Slackware to set the window manager after login, and then run "startx".

msi wrote:

Also, did you build bspwm from source or install it through the package manager (which would be possible in ascii or ceres)?

What I did was I cloned from the git and then ran make, checkinstall so that I had some .deb packages should I need to build these packages again.

----

Here is the .xinitrc that xwmconfig generates for baspwm in Slackware, but I assume that some is distro specific?

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps
[ -f $sysresources ] && xrdb -merge $sysresources
[ -f $sysmodmap ] && xmodmap $sysmodmap
[ -f $userresources ] && xrdb -merge $userresources
[ -f $usermodmap ] && xmodmap $usermodmap

sxhkd &

# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
  ck-launch-session dbus-launch --exit-with-session bspwm
else
  bspwm
fi

#35 Installation » Minimal bspwm Devuan install problems. » 2018-04-07 14:32:32

devuan_dk_fan
Replies: 9

I have installed a minimal Devuan system on my Acer Aspire One 725 with bspwm, as I am trying to minimize overhead using the apps that I need to run.

$ startx

gives me this. The focus stays in lxterminal and my few hot keys in sxhkd are unable to run with the lxterminal focus. I have earlier tried with urxvt, but it remains unfocused and no hot key commands work there either. All dependencies are installed as per here.

My bspwmrc is so far largely standard:

#! /bin/sh

sxhkd &

bspc monitor -d 1 2 3 4 5 6 7 8 9 10

bspc config border_width        1
bspc config window_gap          0
bspc config top_padding		12
bspc config bottom_padding	12

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off

Here are my sxhkdrc file contents:

#
# wm independent hotkeys
#

# terminal emulator
super + Return
	lxterminal

# program launcher
super + d
	dmenu_run -fn '40x50' -i -nb '#000000' -nf '#FFFFFF' -sb '#8DC7E0' -sf '#000000'

# file manager
super + x
	pcmanfm

# web browser
super + b
	vivaldi-stable

# make sxhkd reload its configuration files:
super + shift + r
	pkill -USR1 -x sxhkd

#
# bspwm hotkeys
#

# quit bspwm normally
super + shift + e
	bspc quit

# close and kill
super + {_,shift + }w
	bspc node -{c,k}

# alternate between the tiled and monocle layout
super + m
	bspc desktop -l next

# send the newest marked node to the newest preselected node
super + y
	bspc node newest.marked.local -n newest.!automatic.local

# swap the current node and the biggest node
super + g
	bspc node -s biggest

#
# state/flags
#

# set the window state
super + {t,shift + t,s,f}
	bspc node -t {tiled,pseudo_tiled,floating,fullscreen}

# set the node flags
super + ctrl + {m,x,y,z}
	bspc node -g {marked,locked,sticky,private}

#
# focus/swap
#

# focus the node in the given direction
super + {_,shift + }{h,j,k,l}
	bspc node -{f,s} {west,south,north,east}

# focus the node for the given path jump
super + {p,b,comma,period}
	bspc node -f @{parent,brother,first,second}

# focus the next/previous node in the current desktop
super + {_,shift + }c
	bspc node -f {next,prev}.local

# focus the next/previous desktop in the current monitor
super + bracket{left,right}
	bspc desktop -f {prev,next}.local

# focus the last node/desktop
super + {grave,Tab}
	bspc {node,desktop} -f last

# focus the older or newer node in the focus history
super + {o,i}
	bspc wm -h off; \
	bspc node {older,newer} -f; \
	bspc wm -h on

# focus or send to the given desktop
super + {_,shift + }{1-9,0}
	bspc {desktop -f,node -d} '^{1-9,10}'

#
# preselect
#

# preselect the direction
super + ctrl + {h,j,k,l}
	bspc node -p {west,south,north,east}

# preselect the ratio
super + ctrl + {1-9}
	bspc node -o 0.{1-9}

# cancel the preselection for the focused node
super + ctrl + space
	bspc node -p cancel

# cancel the preselection for the focused desktop
super + ctrl + shift + space
	bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel

#
# move/resize
#

# expand a window by moving one of its side outward
super + alt + {h,j,k,l}
	bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}

# contract a window by moving one of its side inward
super + alt + shift + {h,j,k,l}
	bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}

# move a floating window
super + {Left,Down,Up,Right}
	bspc node -v {-20 0,0 20,0 -20,20 0}

This seems to just work in Slackware https://flic.kr/p/24y4QhF

Anyone have some experience with bspwm and Devuan?

#36 Re: Desktop and Multimedia » i3wm as default window manager on Devuan Jessie install. » 2018-03-24 11:35:21

ralph.ronnquist wrote:

You may want to peep at "[SOLVED] slim does not set a default session".
A bit old, but possibly relevant still.

Thanks ralph. The solution is to change the line in /etc/slim.conf to:

login_cmd           exec /bin/bash -login /etc/X11/Xsession i3

----

Actually, this isn't the answer, as Slim will now only boot into i3, regardless of whether I choose XFCE4 or not.

----

I tried adding a "session              i3" line after the "login_cmd" line, but that doesn't seem to work in the newer versions of Slim.

I also tried installing another login manager (lightdm) but there is a depend created between slim and a "task-xfce-desktop" package that the Devuan developers have put in. A stop gap measure to control Jessie's quirks?

#37 Re: Desktop and Multimedia » i3wm as default window manager on Devuan Jessie install. » 2018-03-24 09:20:35

Nice to hear from you MiyoLinux. I don't see any obvious candidate as you describe. The /etc/slim.conf file doesn't have any WMs listed at all and no obvious "session" candidates. This appears to be for setting the default shell:

login_cmd           exec /bin/bash -login /etc/X11/Xsession %session

Alternatively, there is:

sessionstart_cmd	some command

but the description states:

They can be used for registering a X11 session with sessreg.

This seems to me a more likely candidate as it seems to interact with .xsession, but then again, I could be completely off.

#38 Desktop and Multimedia » i3wm as default window manager on Devuan Jessie install. » 2018-03-24 01:06:58

devuan_dk_fan
Replies: 4

I am trying to set i3wm as default window manager on a Jessie install. I have tried:

update-alternatives --config x-window-manager

but the only alternatives that show up are xfce4. However it is possible to switch between xfce and i3wm when using the Slim login manager, so the system is at least partially configured, just not to set i3 as default...

#39 Re: Installation » Multiboot boot loading UEFI - no tty. » 2018-03-11 21:29:04

Thanks. "nomodeset" worked. Unfortunately, the Nvidia installer wants a libc development package that I can't find. I tried libc6-dev, but Synaptic reports that it is a broken package for some reason. Any ideas?
----
Found it, I was missing libc6-dev. Thanks again.

#40 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-11 15:24:31

This thread is now forked as I have reinstalled Devuan using my computer's UEFI, rather than legacy mode and have been getting some other problems. The thread is here:
https://dev1galaxy.org/viewtopic.php?id=1931

#41 Installation » Multiboot boot loading UEFI - no tty. » 2018-03-11 15:21:52

devuan_dk_fan
Replies: 3

I am forking my thread about Grub2 and Lilo, KISS multibooting to here. I have had a lot of problems both with Grub 2 and Lilo trying to multiboot with my relatively new motherboard, a six month old (ASRock 970 Pro3 revision 2.0), so I have set the UEFI defaults, rather than legacy mode and reinstalled a vanilla Devuan XFCE Jessie system with a partially guided partition setup. I used a guided partitioning, but modified it so that the /root partition is set up to 17GB and my swap is set down to about the same. My current problem is that I need to get into a tty console CTRL - ALT F2 - F6 (I believe it is) to run the Nvidia driver/blob installer script for my GeForce GT1030 graphics card, but to my surprise, I don't get any console - just a black screen. Fortunately I can get back to the GUI with CTRL - ALT F7. This never happened with Devuan in Legacy mode. Can anyone help?

#42 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-11 11:51:22

laprjns wrote:
devuan_dk_fan wrote:

Which is important on a computer like mine, where the /dev/sdX1 path changes, depending on (apparently) the BIOS's view of the situation.

I don't know if its the BIOS causing the problem but it does bring up a question.  Have you updated the bios to the lastest version available from the motherboard manufacture? It might be a good idea to do that, especially if it is UEFI.

Yes, thanks. I have been experiencing so many problems with multiboot and both Grub 2 and Lilo combined with my relatively new motherboard, that I have decided to reinstall everything using UEFI.

#43 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-09 07:09:50

laprjns wrote:
image=/media/username/9d2c1561-d6d7-4651-9373-bcd440c289dd/boot/vmlinuz

It is correct. This path is not the one that gets passed to the kernel. It specifies where the kernel image can be found in the currently running OS.

Which is important on a computer like mine, where the /dev/sdX1 path changes, depending on (apparently) the BIOS's view of the situation.

#44 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-07 11:53:32

OK, I am told that this is apparently unique to Slackware based systems. The installer installs a "huge" kerrnel with no initrd. To multiboot with Salix and Lilo, I will apparently have to install a "generic" kernel and then generate an initrd manually. As this was about Lilo and Devuan, I am considering installing an alternative distro that automatically generates an initrd during install to solve this issue with Devuan, Lilo and multibooting.

#45 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-06 20:53:12

fsmithred wrote:

I was going to suggest that you get one working and then edit the boot menu manually. You beat me to it.

Maybe you need to change the path to the salix kernel to image=/boot/vmlinuz

I tried changing it to:

image=/media/username/9d2c1561-d6d7-4651-9373-bcd440c289dd/boot/vmlinuz

Unfortunately, there was some sort of panic during boot up:
"EOI panic+0x1b7/0x1f0
(...)
3.762164 -[end trace 6e0a640ecf8d150a]---"

#46 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-06 16:49:55

fsmithred wrote:

There should be lots of instructions for using lilo with debian. They'll all be old, but they should still work. It's been years since I've used lilo. Some of what you posted looks familiar, and some is new to me.

More recently, I've tried extlinux, which might be easier than lilo.
https://dev1galaxy.org/viewtopic.php?id=555

Thank you for your reply fsmithred. I have yet to be able to find instructions for my situation - multiboot with two different Linux distribution installations. I have gone so far as to install new, standard XFCE based distributions on two different computers, to get some practical experience with the resultant Lilo bootloader installs to the MBR. One of the distributions is of course Devuan, while the other has been Salix OS. On the computer with one hard disk configured for both Devuan and Salix to reside, installing Lilo to the MBR has failed with both distros 95% of the time, regardless of whether the MBR had been wiped before a reboot and a new install with alternating distros on alternating partition configurations. The Devuan installer kicked up the error:

Configuring lilo-installer failed error code 1. Menu item lilo-installer failed.

The Salix OS installer typically froze. If an install of Lilo to the MBR succeeded, only the Salix OS install was configured.

At this time, on my tower computer, I have a triple boot system, with both Devuan and Windows configured correctly out of the box. The Salix OS installation was ignored, so I am trying to edit the lilo.conf file by hand. The bits for Devuan are configured correctly with UUID and "/dev/disk/by-id/". The Salix entry, unfortunately seems to keep picking up on the Devuan kernel, so something is not configured correctly. I load the partition first:

$ udisksctl mount -b /dev/sdd1
Mounted /dev/sdd1 at /media/username/9d2c1561-d6d7-4651-9373-bcd440c289dd.

I then run:

$ sudo lilo -v
LILO version 24.1 (released 17-October-2014)

(...)

Compiled at 19:47:36 on Oct 17 2014
Debian GNU/Linux

Warning: LBA32 addressing assumed
Reading boot sector from /dev/disk/by-id/ata-ST2000DM001-1CH164_S1E21XPJ
Using MENU secondary loader
Calling map_insert_data

Boot image: /vmlinuz -> boot/vmlinuz-3.16.0-4-amd64
Mapping RAM disk /initrd.img -> /boot/initrd.img-3.16.0-4-amd64
Added Devuan  *

Skipping /vmlinuz.old
Boot image: /vmlinuz -> boot/vmlinuz-3.16.0-4-amd64
Added Salix

Boot other: /dev/sdc1, on /dev/sdc, loader CHAIN
Added Windows

Writing boot sector.
/boot/boot.0800 exists - no boot sector backup copy made.
One warning was issued.
$ ls /media/username/9d2c1561-d6d7-4651-9373-bcd440c289dd/boot/ | grep vmlinuz
vmlinuz
vmlinuz-huge
vmlinuz-huge-4.4.19

The Salix section currently looks like this:

# Salix OS bootable partition config begins
# /dev/sdd1
# boot=/dev/disk/by-id/ata-WDC_WD1002FAEX-00Y9A0_WD-WCAW30125528
	root="UUID=9d2c1561-d6d7-4651-9373-bcd440c289dd"
	image=/vmlinuz
	label=Salix
#   read-only
#	restricted
#	alias=3
# End Salix OS configuration

#47 Re: Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-04 23:55:22

I finally got a lilo.conf file to look at, in my case from a Salix OS install. The file seems to be able to be divided into three parts. The most important (bottom) appears to be the actual boot instructions, which I have attempted to modify for my setup:

# Linux bootable partition config begins
image = /boot/vmlinuz
# root = /dev/sda1
  root=UUID="cca59513-f81b-4cbd-9814-e72a3c6b3dfb"
  label = Devuan
  read-only
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
# root = /dev/sdd1
  root=UUID="bfb77a63-55ab-4552-a3ac-72ab9277ad82"
  label = Salix
  read-only
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sda1
  label = Windows
# table = /dev/sdc
  table=UUID="E6BCC326BCC2F05B"
# Windows bootable partition config ends

The next most important appears to be at the very top, telling lilo where to start lilo from:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append="quiet  vt.default_utf8=1"
boot = /dev/sda

Next comes VGA configuration. This will have to be something generic as my NVIDIA driver/blob thingy kicks in later. I think the current setting should be safe:

# Standard menu.
# Or, you can comment out the bitmap menu above and 
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Wait until the timeout to boot (if commented out, boot the
# first entry immediately):
prompt
# Timeout before the first entry boots.
# This is given in tenths of a second, so 600 for every minute:
timeout = 50
# Override dangerous defaults that rewrite the partition table:
change-rules
  reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769

Lastly comes the appearance. It would be nice with some purpy goodness with logo, but not sure how to configure that. Here is the stock code:

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
  bitmap = /boot/salix.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
  bmp-colors = 12,0,10,0,9,9
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used.  We don't specify it here, as there's just one column.
  bmp-table = 5,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
  bmp-timer = 70,6,14,0

However, before I install Lilo or make the necessary changes to the /etc/lilo.conf file, I will need to run:

$ sudo apt-get purge grub2-common grub-pc grub-pc-bin

and

# dd if=/dev/zero of=/dev/sda bs=446 count=1

Am I on the right track?

#48 Hardware & System Configuration » How to replace Grub2 with Lilo? KISS multiboot configuration. » 2018-03-03 17:11:19

devuan_dk_fan
Replies: 12

I  would like to know how to replace Grub2 with Lilo. I am running a vanilla Debian Jessie system with i3wm. I have a multiboot system with Win 10 and a brand new Salix OS install, each on separate hard disks. The Salix OS has no bootloader as I was planning on using Grub2, but I am tired of jumping through hoops every time that I need to make a change to my boot configuration. KISS with Lilo is my new motto smile but how do I replace Grub2 with a working Lilo bootloader? I have absolutely no experience with Lilo. The searches I have done all seem to be about replacing Lilo with Grub or Grub2. Thanks

#49 Hardware & System Configuration » Insync requires libc6 greater than 2.23, but I am using Jessie. » 2018-03-01 19:53:57

devuan_dk_fan
Replies: 0

I would like to get Insync 1.3.22.36179 to install on my system, so that I can access my old Google Drive stuff, but libc6 greater than 2.23 is required. Is there a way of getting this libc6 version without doing a new Devuan ASCII install? I currently have a Devuan Jessie install.

$ sudo gdebi insynclibc6 greater than 2.23_1.3.22.36179-xenial_amd64.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Building data structures... Done 
Building data structures... Done 
This package is uninstallable
Dependency is not satisfiable: libc6 (>= 2.23)

#50 Re: Hardware & System Configuration » (Solved)Realtek ALC271X sound card, Alsa & vanilla Devuan Jessie i3wm. » 2018-02-24 22:16:03

Cmus is now sorted. I needed to pass the following option in cmus:

:set output_plugin=alsa

Board footer

Forum Software