edit How to install NixOS from linuxYou already have a running linux and a functional grub on your primary partition and you don't want to waste a CD-R as you feel that you really don't need to? Right. We also assume that you have a "spare" partition where to install NixOS ready. to simplyfy: /dev/sda1 : your boot partition, containing already working grub /dev/sda2 : your linux root partition, containing your currently working OS /dev/sda3 : your spare partition to where you will install NixOS the_iso : the nixos livecd iso ~/some_dir : directory where "the_iso" is (loop) mounted /boot : the boot directory, where grub is installed (/dev/sda1 and /dev/sda2 *can* be the same partition!)
title NixOS LiveCD kernel /nixos-livecd-bzImage init=/nix/store/0bkyc0rk56amglvas0kfsbq3zwp47yam-system/init root=/dev/sda2 splash=verbose vga=0x317 initrd /nixos-livecd-initrd
|