linux:devuan_install
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:devuan_install [2026/04/05 02:42] – azman | linux:devuan_install [2026/04/05 02:49] (current) – removed azman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Devuan Installation ====== | ||
| - | |||
| - | My Devuan installation notes. | ||
| - | |||
| - | ====== Use Tips ====== | ||
| - | |||
| - | Some are applicable to any APT-based distro. | ||
| - | |||
| - | //**Note for APT-based distro:** To remove translations, | ||
| - | |||
| - | //**Note:** look into '' | ||
| - | |||
| - | ===== GRUB Stuffs ===== | ||
| - | |||
| - | To prevent GRUB from looking for other OS every time it is updated: | ||
| - | * edit ''/ | ||
| - | * run update-grub | ||
| - | |||
| - | To add a custom entry: | ||
| - | * add a menuentry in ''/ | ||
| - | * uses the same menuentry format as in ''/ | ||
| - | * e.g. to boot my Slackware partition I can insert <code grub> | ||
| - | menuentry ' | ||
| - | insmod part_gpt | ||
| - | insmod ext2 | ||
| - | set root=' | ||
| - | if [ x$feature_platform_search_hint = xy ]; then | ||
| - | search --no-floppy --fs-uuid --set=root --hint-bios=hd0, | ||
| - | else | ||
| - | search --no-floppy --fs-uuid --set=root 4d95a526-2518-4fd6-a904-f7bd2729145d | ||
| - | fi | ||
| - | linux / | ||
| - | } | ||
| - | </ | ||
| - | * use '' | ||
| - | * of course, < | ||
| - | * run update-grub | ||
| - | |||
| - | ===== KVM Stuffs ===== | ||
| - | |||
| - | If KVM group is missing, simply create one... | ||
| - | < | ||
| - | |||
| - | ====== Using Wine on Devuan ====== | ||
| - | |||
| - | Setup Wine (as root): | ||
| - | * enable multiarch | ||
| - | * install wine and winetricks < | ||
| - | Configure Wine (as user): | ||
| - | * if required, remove previous settings < | ||
| - | * config for win32 < | ||
| - | * setup nice fonts < | ||
| - | |||
| - | //Note: Install '' | ||
| - | |||
| - | ===== Game: Red Alert 2 ===== | ||
| - | |||
| - | Setup Installer ISO: | ||
| - | * create link to ISO as CDROM device < | ||
| - | * mount ISO < | ||
| - | * create link to mount path as CDROM drive < | ||
| - | |||
| - | Run installer | ||
| - | * < | ||
| - | |||
| - | Fixes: | ||
| - | * menu does not show (solution available at [[https:// | ||
| - | * download ddraw.dll from https:// | ||
| - | * place in RA2 install path | ||
| - | * run winecfg add that to library (as window native, instead of builtin) | ||
| - | |||
| - | ===== Application: | ||
| - | |||
| - | * download windows version from ltspice website and run < | ||
| - | |||
| - | ====== Devuan on Raspberry Pi ====== | ||
| - | |||
| - | Check out [[http:// | ||
| - | |||
| - | ===== RasPi400 ===== | ||
| - | |||
| - | Using '' | ||
| - | |||
| - | * boots ok (default hostname=bcm2711) | ||
| - | * login (root:toor) | ||
| - | * setup < | ||
| - | * change hostname (edit / | ||
| - | * reboot | ||
| - | * remove default user < | ||
| - | * most development stuffs i want are preinstalled! yay! | ||
| - | * install vim < | ||
| - | * remove nano < | ||
| - | * also < | ||
| - | * install xorg stuffs < | ||
| - | * install suckless stuffs < | ||
| - | * create user and login as that user | ||
| - | * get my1shell and my1ubuild < | ||
| - | # git clone https:// | ||
| - | # git clone https:// | ||
| - | </ | ||
| - | * install '' | ||
| - | * install browser & font < | ||
| - | |||
| - | //work in progress... 2 issues: {surf cannot validate cert}{reboot hangs}// | ||
| - | |||
| - | //**Note:** Will simply use Raspberry Pi OS for now... // | ||
linux/devuan_install.1775356969.txt.gz · Last modified: by azman
