This is an old revision of the document!


dCore Boot and Installation from Grub2

A brief dCore installation and boot example from an existing Linux install using Grub2. No need to burn a CD/DVD or get a USB stick. Simply download the base file system and kernel into the boot directory of your choice. A small seperate boot partition may be preferred (<100mb) but is not necessary. Boot the existing Linux install where Grub2 resides and modify the Grub2 boot menu.

This example boots dCore-jessie (vmlinuz-jessie, dCore-jessie.gz) from the root directory of hd1,1 (sdb1) and the tce (extension) directory is located in sdb4:

  • Download and copy dCore-jessie.gz and vmlinuz-jessie to /mnt/sdb1/dCore/boot.
  • Edit /etc/grub.d/40_custom, determine desired tce partition, add required boot codes and modify as needed:
        menuentry "dCore" {
            set root=(hd1,1)
            linux /dCore/boot/vmlinuz-jessie nozswap showapps tce=sdb4 desktop=fluxbox
            initrd /dCore/boot/dCore-jessie.gz
        }
  • Run sudo update-grub.
  • Reboot and select dCore from the grub2 menu.
  • This boots to CLI, install X.org and Fluxbox/Window Manager
  • Reboot and enjoy!

Additional resources:

Print/export
QR Code
QR Code dcore:dcore_boot_and_installation_from_grub2 (generated for current page)