You are not logged in.
Pages: 1
I'm a Mint user who, maybe this week, will start a dual boot with Devuan.
While I am a Mint user, I've had experience with Arch and Ubuntu minimal before and I've installed Devuan on VirtualBox. But is there anything I should really know before installing it directly?
And yes, I know the whole "back up your current system before installing a second OS" thing and I intend to do so.
Offline
A fresh install should go smoothly. The installer isos are just like installing debian. The live isos use refractainstaller. Install guides can be found on this page. (scroll down about half way)
https://devuan.org/get-devuan
Offline
I'm a Mint user who, maybe this week, will start a dual boot with Devuan.
While I am a Mint user, I've had experience with Arch and Ubuntu minimal before and I've installed Devuan on VirtualBox. But is there anything I should really know before installing it directly?
And yes, I know the whole "back up your current system before installing a second OS" thing and I intend to do so.
Welcome! Former Mint user as well... You'll like Devuan; I've been running ASCII, Beowulf, and Ceres with Cinnamon on a number of different machines and everything still feels like Mint but runs so much better!
Offline
Use refractainstaller-yad. It's a lot easier than Ubuntu's installer. IMHO.
If you upgrade to Beowulf, as it's unstable your PATH will break
also your bootloader-id will need to be set to debian. You can do this in chroot if you reboot before restarting.
All the non-free-firmware are in /firmware. There is a local command
remove-non-free-firmware
which will purge all the non-free packages
also refractasnapshot will create a snapshot of your install including home. Than you can dd it to a usb for easy imagining.
Other than that, beowulf is on 4.19 and Ceres is on 5.2.0-2.
have fun, witamy
Last edited by czeekaj (2019-08-28 22:57:30)
Offline
If you upgrade to Beowulf, as it's unstable your PATH will break
also your bootloader-id will need to be set to debian. You can do this in chroot if you reboot before restarting. smile
The PATH change was deliberate. Use 'su -' instead of 'su' and you'll get root's normal path.
You can do grub-install --bootloader-id=debian OR replace grub-efi-amd64-signed with grub-efi-amd64 (and make sure secure boot is turned off.)
Offline
Pages: 1