Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Ubuntu Graphical Installer Question

  1. #1
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Ubuntu Graphical Installer Question

    Hi,

    I would like to install 24.04 but without the bootloader.

    I do not see that option when starting Ubiquity and selecting Manual Installation. Only options are either sda or sdb. I was hoping to see do not install bootloader but perhaps I missed something?

    Would this work from the terminal?

    Code:
    ubiquity --no-bootloader
    I do not see the option on the manpage:
    https://manpages.ubuntu.com/manpages...biquity.8.html

    Looking forward to clarifications.

    Thanks!
    Last edited by Rubi1200; 1 Week Ago at 09:15 AM.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ubiquity Installer Question

    Ubuntu 24.04 does not use ubiquity so I not sure of the reasoning behind your query.

    Give us as much detail as possible and perhaps we can move forward on this subject.

  3. #3
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Re: Ubiquity Installer Question

    My mistake then. Which installer is currently being used?

    The situation is like this:
    I want to install 24.04 to sda6.

    I have another install on sda5 with a custom GRUB configuration that I really would rather not have to redo.

    That is why I prefer that Ubuntu not install its bootloader.

    Thanks.

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu Graphical Installer Question

    Sorry but I've installed 24.04 using the new bootstrap installer in KVM/QEMU where I allow it to install as default onto the virtual disk.

    I have never looked into changing the bootloader site using this new installer but in the old ubiquity version a bug meant it ignored any choice you made and put grub into it's default location.
    Maybe the new one behaves itself; wait for other replies before going any further.

  5. #5
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,751

    Re: Ubuntu Graphical Installer Question

    I would allow the new OS to install bootloader to sda, and after installation is complete, restart and edit:
    /boot/efi/EFI/ubuntu/grub.cfg

    it looks like this:
    Code:
    search.fs_uuid 77e5c27d-4818-4b8f-b38a-597dcd57bb7e root 
    set prefix=($root)'/grub'
    configfile $prefix/grub.cfg
    Change the uuid in the search.fs_uuid line to the uuid of the root partition of the older install. Save the file and restart. System will boot to the older sda5 install. Run sudo update-grub to add the new OS to the grub menu of the older OS.

  6. #6
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Re: Ubuntu Graphical Installer Question

    In other words, there is no way to tell subiquity to NOT install the bootloader? Even using cli parameters?

  7. #7
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu Graphical Installer Question

    Without understanding the full context of requirements ..
    (a) you might install rEFInd, set that as priority boot order in BIOS and customise UI in the rEFInd config file
    or
    (b) install grub-customizer

    https://launchpad.net/%7Edanielricht...rub-customizer

    But note here .. https://askubuntu.com/questions/1404...m-ubuntu-22-04

  8. #8
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Re: Ubuntu Graphical Installer Question

    Appreciate the response but I have always been one of the users who recommends against using Grub Customizer.

    The question is whether or not it is possible to install Ubuntu 24.04 without a bootloader and if so how.

    Thanks.

  9. #9
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu Graphical Installer Question

    Quote Originally Posted by dragonfly41 View Post
    Without understanding the full context of requirements ..
    (a) you might install rEFInd, set that as priority boot order in BIOS and customise UI in the rEFInd config file
    or
    +1 for rEFInd, it's very adaptable, and will show all bootable drives even swapping them out.

    You still need a bootloader though....More on this later I have meeting ATM
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  10. #10
    Join Date
    May 2008
    Beans
    4,008
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Ubuntu Graphical Installer Question

    Quote Originally Posted by Rubi1200 View Post
    The question is whether or not it is possible to install Ubuntu 24.04 without a bootloader and if so how..
    I think that you've stumbled upon a feature or a reportable bug.
    There doesn't seem to be an option for "no-bootloader"

    The installer for 24.04 is called snap:ubuntu-desktop-bootstrap (stable/ubuntu-24.04 114)
    If you try this in the terminal, you'll see that few options are available:-
    Code:
    ubuntu-desktop-bootstrap --help
    Last edited by tea for one; 1 Week Ago at 08:11 PM. Reason: Corrected poor grammar

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •