![]() |
|
ForumMon Mar 27 12:18:18 2023 UTC Help: Installationteniie2 ![]() Wed Mar 22 21:50:59 2023 UTC Help: GeneralThierry ![]() Mon Mar 20 22:49:30 2023 UTC Help: GeneralThierry ![]() Sat Mar 18 17:50:53 2023 UTC Help: GeneralDj ![]() Sat Mar 18 16:20:49 2023 UTC Help: Generalvikrang ![]() Sun Mar 12 22:33:33 2023 UTC Help: ProgrammingThierry ![]() Thu Mar 9 17:29:47 2023 UTC Help: ProgrammingFerran ![]() Thu Mar 9 11:49:10 2023 UTC Help: Installationteniie2 ![]() Tue Mar 7 07:15:07 2023 UTC Help: ProgrammingThierry ![]() Mon Mar 6 17:37:51 2023 UTC Documentation: Tips and TricksFerran ![]() |
Tue Jan 11 12:21:59 2022 UTC Setting up GRUBIf you haven't installed GRUB yet (by mistake or on purpose), it's not too late. As you will see, it's very simple to install GRUB separately. Important![]() To be able to install GRUBIt is not necessary to have NuTyX installed; you can install GRUB to any other distribution. Restart the PC and boot the ISO
Once you arrive at the Main menu, choose "Boot Configure the boot of the PC (optional)" like this:
Select the partitionChoose the partition where the GRUB application will be installed. Please note that the destination partition does not have to be on the disk you booted from. A menu appears giving you the chance to choose another disk. Grub is installedIt's now time to edit the grub.cfg file.
![]() ![]() With grub 2.00, the first hard drive is called 0 and the first partition is 1. This means that the following example: set root=(hd0,5) defines the fifth partition on the first hard drive. In the following example, we can see 4 entries: three of them are for NuTyX. The first entry will start the NuTyX distribution located on the /dev/sda2 partition. The second entry will start the NuTyX distribution located on the /dev/sda2 partition with runyx as init system. The third entry will start the NuTyX distribution located on the /dev/sda2 partition with systemd as init system. The last entry will start Windows 10 located on /dev/sda3 # Begin grub.cfg # By default boot the first menu entry. set default 0 # Allow 5 seconds before booting the default. set timeout 5 |