GRUB and System - on different disks (on computer with BIOS)?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Lesha
Posts: 24
Joined: 2024-12-16 08:42
Has thanked: 21 times

GRUB and System - on different disks (on computer with BIOS)?

#1 Post by Lesha »

Computer with BIOS. I assume, but I'm not sure. I don't want to try it unnecessarily. What will happen to the MBR record on the system disk if I install the system on the SSD, and GRUB on the USB? Will the MBR of the system disk on the SSD remain in the same state as before the installation (without information about the system, only with the disk marking for the system). On the MBR of which disk will the information about the system itself be written?

Aki
Global Moderator
Global Moderator
Posts: 4259
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 124 times
Been thanked: 576 times

Re: GRUB and System - on different disks (on computer with BIOS)?

#2 Post by Aki »

Hello,
Lesha wrote: 2025-01-05 06:21 Computer with BIOS. I assume, but I'm not sure.
Who does it know better then you ? You can verify with:
Lesha wrote: 2025-01-05 06:21 What will happen to the MBR record on the system disk if I install the system on the SSD, and GRUB on the USB? Will the MBR of the system disk on the SSD remain in the same state as before the installation (without information about the system, only with the disk marking for the system). On the MBR of which disk will the information about the system itself be written?
It is possible to boot the computer from one disk (i.e. external USB disk) and load the operating system (Debian) from another disk. This is not very practical unless you have special requirements. The way to do it changes depending on the type of boot (legacy vs. UEFI).

There are solutions ready to use; i.e.: Another different solution is: Hope this helps.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Lesha
Posts: 24
Joined: 2024-12-16 08:42
Has thanked: 21 times

Re: GRUB and System - on different disks (on computer with BIOS)?

#3 Post by Lesha »

Aki wrote: 2025-01-05 17:20 Hello,
Lesha wrote: 2025-01-05 06:21 Computer with BIOS. I assume, but I'm not sure.
Who does it know better then you ? You can verify with:
Lesha wrote: 2025-01-05 06:21 What will happen to the MBR record on the system disk if I install the system on the SSD, and GRUB on the USB? Will the MBR of the system disk on the SSD remain in the same state as before the installation (without information about the system, only with the disk marking for the system). On the MBR of which disk will the information about the system itself be written?
It is possible to boot the computer from one disk (i.e. external USB disk) and load the operating system (Debian) from another disk. This is not very practical unless you have special requirements. The way to do it changes depending on the type of boot (legacy vs. UEFI).

There are solutions ready to use; i.e.: Another different solution is: Hope this helps.
Thanks Aki! Very useful links, but I will do this a bit later. My main question is - will the MBR of the disk with the system remain free from Boot system records, when booting from Grub from another disk, on a system with BIOS. Of course, I can practically check this, but maybe someone will tell me the details...

Aki
Global Moderator
Global Moderator
Posts: 4259
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 124 times
Been thanked: 576 times

Re: GRUB and System - on different disks (on computer with BIOS)?

#4 Post by Aki »

Hello,
Lesha wrote: 2025-01-07 09:57 My main question is - will the MBR of the disk with the system remain free from Boot system records, when booting from Grub from another disk, on a system with BIOS. Of course, I can practically check this, but maybe someone will tell me the details...
The MBR (Master Boot Record) of a hard disk remains free of boot system records as long as you don't write a boot loader to it: this is true for systems configured to boot in legacy boot/CSM mode.

The disk's MBR is not used by systems configured to boot in UEFI mode, because UEFI uses the boot disk's ESP (EFI System Partition) and the motherboard's NVM (Not Volatile Memory).

Hope this helps.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Post Reply