LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Calculate (https://www.linuxquestions.org/questions/calculate-89/)
-   -   Parameter to avoid installation of bootloader under cl-install? (https://www.linuxquestions.org/questions/calculate-89/parameter-to-avoid-installation-of-bootloader-under-cl-install-4175723857/)

fredmyra 04-07-2023 06:50 AM

Parameter to avoid installation of bootloader under cl-install?
 
I am trying to install CLDX 23 in an old Fujitsu with Core 2 Duo.

The Live installer rejects all passwords I try and does not allow me to proceed, as per https://www.linuxquestions.org/quest...on-4175723726/.

So I am considering installing from console, but as this is a multiboot machine I want to avoid installation of bootloader in order to maintain the current booting set up, which has been working fine.

I have found no reference to any parameter regarding bootloader in the Calculate documentation online. It might be a solution if I could at least point the bootloader to the Calculate partition (PBR?).

hazel 04-07-2023 07:40 AM

The bootloader is usually the last thing to be installed, after all the software has been unpacked and copied over. If you're lucky, you will be given the option of not installing it. If that choice is not available, you can usually opt to intall it in the first sector of your new Linux partition, where it will do no harm, rather than in the mbr.

fredmyra 04-07-2023 02:21 PM

Quote:

posted by hazel:

The bootloader is usually the last thing to be installed, after all the software has been unpacked and copied over. If you're lucky, you will be given the option of not installing it. If that choice is not available, you can usually opt to install it in the first sector of your new Linux partition, where it will do no harm, rather than in the mbr.
Thank you once again hazel for confirming what was just mere intuition. I want to be careful about preserving my boot setup, and I have not found detailed information about cl-install (the console installer).

Code:

guest@calculate / $ man cl-install
No manual entry for cl-install

Hope someone will drop a hint on the right parameter

fredmyra 04-09-2023 09:18 PM

I have been informed via Calculate's chat, that
Code:

--mbr=off
will do it.


All times are GMT -5. The time now is 09:43 AM.