device for boot loader installation ubuntu что это

Where to install bootloader when installing Ubuntu as secondary OS?

I’m trying to install Ubuntu as secondary OS on my laptop. I have Windows 8 already installed on my laptop.

Now, I know how to run Ubuntu from USB drive, I created addition partition and formatted it to EXT4.

So I’m ready to install.

Now, ‘Device for boot loader installation:’ displays:

I tries choosing Ubuntu 12.04 partition but it doesn’t even let me to pick which OS to install and goes straight to Windows 8.

Which partition I must choose to be able to pick which OS to boot from? Preferably, set up so Windows 8 will be at first place, and Ubuntu on second.

Any ideas? I don’t want to mess up anything if I pick something wrong.

3 Answers 3

Here’s an example that could help you out:

Under «Device for boot loader installation»:

These two could also be relevant to your question:

Out of my experience:

These solutions had me reinstalling Ubuntu 14.04 without compromising the dual-boot menu at start up.

If you are uncertain about the sort of bootstrapping in your machine, consider the post Is my Windows installation booting in UEFI mode or legacy mode?

Источник

Thread: What do I answer for «Device for Boot Loader Installation» UEFI

Thread Tools
Display

Objective:
Convert UEFI Windows 10 laptop to a dual boot system using «something else» install path

Ubuntu 14 dvd installer couldn’t sense the existence of Windows 10, so it was either «something else» or «wipe out Windows and take over the whole machine»

The story so far:
I have shrunk the biggest partition to free up some space using the ubuntu installer’s partition thing:
Here’s a picture of before and after

Note: UEFI somehow lives on /dev/sda1, right?

Re: What do I answer for «Device for Boot Loader Installation» UEFI

Re: What do I answer for «Device for Boot Loader Installation» UEFI

I would like to clarify something. You may already know it.

On a machine with a UEFI boot system and Windows 10 pre-installed or upgraded from Windows 8.1 it is most likely that Windows 10 will be installed in EFI mode. That means we should run the Ubuntu live session in EFI mode and then Ubuntu will be installed in EFI mode. Whatever mode one OS is installed in (EFI or BIOS/Legacy) the other OS must also be installed in. If we do not do that then we will only be able to load one of the 2 OS.

If Windows is installed in EFI mode and the Ubuntu live session is running in BIOS/Legacy mode, then we will only get the option to Erase disk & install Ubuntu or Something Else. No offer to install alongside.

If Windows 10 is installed in EFI mode then the Windows installer will have created an efi boot partition for the Windows efi boot files. The Ubuntu installer when installing Ubuntu in EFI mode will make use of the existing efi boot partition to put the Ubuntu efi boot files in and it will do that without over-writing the Windows efi boot files. And sda1 will be the efi boot partition.

It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
Ubuntu user #33,200. Linux user #530,530

Источник

What device should I put as the ‘device for boot loader installation’

Right now, I am installing Ubuntu to dual boot on my PC. So, I am at the ‘installation type’ screen. I have already made a swap, «/», and «/home» partitions (after shrinking the volume of my hard drive). So, now the only field left to fill out is the ‘device for boot loader installation’ field. I have a boot SSD and a general storage HDD. Where should I tell it to put the boot loader? Thanks!

Читайте также:  что делать если застройщик не передает квартиру

3 Answers 3

device for boot loader installation

In my experience, it depends on whether your booting system is of traditional (legacy, BIOS) or UEFI type (in circulation since 2012). Please consider this other answer: https://askubuntu.com/a/860311/446253

Install the bootloader on the partition where you have the Linux /boot folder. Since you are not using a separate boot partition, I’d install it on the partition where you assigned for root (/).

For EFI system, Ubuntu will add an EFI boot entry in your EFI partition and allow it to load the bootloader install on your root partition. This is the most flexible setup. And Ubuntu can be booted from windows if you hold down shift key when you select the restart from the menu. Don’t overwrite tha main disk header if you want to keep windows happy and/or keep using EFI secure boot.

For BIOS system, you will need to use Chain booting. You can chain boot from Windows boot loader for non-EFI system using some tools from EasyBCD, non-commercial use is free I believe. Or you can chain boot from grub. This is when you need to install grub on your main disk MBR header. This may update some windows setup, so I won’t recommend this unless you have windows in legacy boot mode.

Источник

Вопрос о загрузчике с опцией «Установить Ubuntu по Windows» по умолчанию

«Невостребованный» обычно означает, что драйвер не привязан к конкретному оборудованию. Для проводной сети, возможно, решение можно найти здесь: Ошибка драйвера ethernet ethernet ubuntu 16.04 с помощью:

sudo apt-get install r8168-dkms

Другие ссылки можно найти здесь: Ошибка драйвера Ethernet-сервера Realtek ubuntu 16.04 Скопируйте пакет на USB-накопитель. Перейдите на свою установку Ubuntu Linux, подключите флеш-накопитель USB. Вы должны увидеть mount на

, чтобы установить пакет с помощью команды

sudo apt install PATH_TO_THE_DEB_FILE

. Могут быть зависимости от других пакетов. Если это так, пожалуйста, свяжитесь с Ubuntu для получения информации, чтобы разрешить это (без доступа в Интернет). После перезагрузки вы сможете использовать проводной ethernet.

3 ответа

GRUB должен быть в основной загрузочной записи (MBR) первого жесткого диска. Обычно это /sda (не для раздела внутри накопителя, такого как /sda1 и т. Д.).

Я использовал эту настройку GRUB по умолчанию в течение многих лет, и у меня никогда не было с этим проблем. В частности, обновления Windows не испортили GRUB. Однако, если вам нужно переустановить Windows, вам придется переустанавливать GRUB после установки Windows. Это легко сделать. Установка Ubuntu не пострадает в процессе установки Windows, если вы не отформатируете весь диск по ошибке.

Если вы обновите Windows, скажем, с Vista до 7 или с 7 до 8, это также сотрет GRUB. Вы можете просто установить GRUB из Live USB / DVD.

Я никогда не использовал установщик Windows вместо GRUB. Оставлять GRUB за кадром не очень хорошая идея, поскольку он позволяет загружать разные ядра из одной и той же установки Ubuntu. Это очень полезно, если обновление ядра в Ubuntu что-то ломает. Затем вы можете загрузить предыдущее ядро ​​с помощью GRUB и удалить обновление ядра.

Читайте также:  какой номер чтобы положить деньги на телефон

Надеюсь, это поможет.

Привет, gl3nn, вот как я установил свою Ubuntu. Но я очень уверен, что обновления Windows никогда не сломают вашу установку. И все в порядке, чтобы позволить grub управлять процессом загрузки. Вы хотите / home на другом разделе, чем Windows, потому что Windows использует при шифровании некоторый метод шифрования, который не позволяет вам загружаться из Ubuntu. Но будьте осторожны, когда вы «ОБНОВЛЯЕТЕ» (не обновляете окна) или «УСТАНОВИТЕ» окна. Переустановка или обновление полностью удалит grub (только grub), и Windows запустится с менеджером загрузки Windows, который можно исправить за 15 минут. Я думаю, что вы можете получить доступ к параметрам восстановления, нажав кнопку F8 при загрузке Windows. Не стесняйтесь спрашивать, пропустил ли я что-нибудь. В целом то, что вы сделали, не даст вам никаких проблем, пока вы не обновите или не переустановите Windows.

Для движения абсолютно в безопасности, можно установить GRUB на a USB stick (у Вас есть та опция в меню установки, выпадающем списке внизу). Я имею такую установку и использовал ее в течение долгого времени теперь. Это служит мне вполне хорошо, поскольку это оставляет Windows своим собственным устройствам.

Я, например, клонирую системные разделы Windows с Clonezilla, чтобы иметь снимок системы, и «переустанавливают Windows» по мере необходимости за 5 минут. GRUB остается нетронутым на моем USB затем, никакая потребность переустановить его. Работы как очарование!

Я использую Windows Vista все же.

Править: Установка С ПРАКТИЧЕСКИМИ РЕКОМЕНДАЦИЯМИ GRUB к карте с интерфейсом USB

Можно установить GRUB на карте с интерфейсом USB путем движения с опцией «Something else» в процессе установки, который означает более усовершенствованную работу. Необходимо испытать его все же.

Продолжите двигаться с осторожностью и не делайте никаких изменений в своем диске, если Вы не уверены, что Вы делаете. Задайте больше вопросов в случае необходимости, но действительно смотрите на этот подход.

Во-первых, необходимо выделить место для Ubuntu. Это означает создавать свободное пространство на Вашем жестком диске. Или достигните этого посредством управления дисками своей системы или загрузите Ubuntu от LiveCD и запустите GParted. Затем сделайте:

Вставьте свою карту с интерфейсом USB.

уменьшите один из своих разделов

создать Extended Partition от этого (выбирают и создают новый раздел в unallocated space и выделите 100%),

В том расширенном разделе Вы сделаете Логические диски:

Готово? Хороший, близкий GParted.

После того как Ваши разделы готовы, нажимают Install Ubuntu (это, вероятно, попросит, чтобы Вы размонтировали устройство/dev/sdb1, или некоторые такой) отвечают на да.

Удостоверьтесь, что Вы выбрали/dev/sdb и не/dev/sdb (n), где n является числом. Это должен быть/dev/sdb или безотносительно буквы, которая была присвоена Ваша карта с интерфейсом USB.

Источник

Linux Mint Forums

Welcome to the Linux Mint forums!

Device for boot loader installation

Device for boot loader installation

Post by knobby » Wed Jun 01, 2016 2:12 pm

I have Windows 10 (boo, hiss) on my 17″ Acer Laptop. I have installed a second hard disk and would like to install Linux Mint onto it.

The installation fails to detect Windows 10 saying that there’s no operating system installed, but shows all the various drive partitions on the laptop. Underneath it says «Device for boot loader installation». Now, should I choose the new empty hard drive that I am going to install Mint onto, or select the current Windows 10 drive/partition?

Re: Device for boot loader installation

Post by Reorx » Wed Jun 01, 2016 2:50 pm

Читайте также:  heebie jeebies что это

The not seeing WIn10 might have something to do with the possible fact that Win10 is not shut down completely but rather just hibernated. It is a technique that Win uses to boot faster. There are a number of threats here about this topic.

In terms of where to install the boot loader, I believer you can install it to either HD but which you choose will determine how the system functions.

In order for the boot loader (GRUB) to function correctly, it has to be on the first HD in the system. The reason for this is that is where the BIOS looks for it first. If there is no boot loader on the first disk, the BIOS will then look to the next device in the boot sequence, and so on until it finds a boot loader (which it will use) of if it finds no boot loader, the boot fails.

As your system is configured now, the first physical disk (SDA) contains Win10 and the Win boot loader. So if you install GRUB to SDB (the second physical disk), the BIOS will never look to SDB for a boot loader because it is configured to look to the Win10 disk first. BUT, you can change the drive order in the BIOS effectively switching the 2 drives. If you made that switch, your first disk and second disk would be swapped so that the Win10 disk would be second and the other disk would be first. This would change the Linux drive designations so that SDA would become SDB and the previous DSB would become SDA. So in you had installed GRUB to the non-Win10 disk, that disk would be first (aka SDA) and GRUB would control the system booting. The advantage to this arrangement is that the boot sector of the Win10 disk is unaltered and if for any reason GRUB becomes corrupted, you could simply go into the BIOS and switch the drives back to their original order and Win10 could boot without GRUB. If you can get GRUB to see the Win10 partition on what is now SDB, this would IMO be the preferable arrangement because of the advantage described above. If you can’t get GRUB to see Win10 or don’t care if GRUB sees Win10 because you only use WIn10 rarely, this arrangement might also be OK. but if you plan to switch back and forth between Win10 and LM, this arrangement would become rather tedious and annoying quickly and is not the best approach. I like this approach because of the ease or reverting back to a GRUB free Win10 only environment if you want.

Alternatively, you could leave your drive order alone and simply install GRUB to SDA and it will do a nice job of controlling the system booting but you will need to fix the installer not seeing Win10 first before doing it this way because, if GRUB doesn’t see the Win10 partition as an OS, you won’t be able to boot Win10 after installing LM. Also, reverting back to a Win10 only system would be possible using this approach although it would require more work and some skill or hand holding.

I hope this makes sense and isn’t just a bunch of gobbledygook!

Источник

Сказочный портал