Какой вариант debconf preseed для установки GRUB автоматически на MBR?

Да, вы можете использовать VirtualBox для Ubuntu под Ubuntu. Я тоже предпочитаю vmware-плеер.

2
задан 27 May 2012 в 13:14

16 ответов

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 25 May 2018 в 10:55

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 25 July 2018 в 18:45

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 2 August 2018 в 00:53

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 4 August 2018 в 16:24

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 6 August 2018 в 01:04

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 7 August 2018 в 18:30

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 10 August 2018 в 07:11

Если никакой другой ОС не обнаружено:

d-i grub-installer/only_debian boolean true

Если обнаружена другая ОС:

d-i grub-installer/with_other_os boolean true

5
ответ дан 15 August 2018 в 19:11

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла Presby Debian Lenny здесь

здесь

4
ответ дан 25 May 2018 в 10:55

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 25 July 2018 в 18:45

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 2 August 2018 в 00:53

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 4 August 2018 в 16:24

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 6 August 2018 в 01:04

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 7 August 2018 в 18:30

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 10 August 2018 в 07:11

После установки рекомендуется установить загрузчик GRUB в MBR (это заменит текущий загрузчик из MBR). Поскольку MBR сообщает, что GRUB загружается при загрузке системы.

Я нашел это, как заставить его реагировать на MBR

# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

, и это, если вы не хотите устанавливать в MBR

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)

эти конфигурации взяты из файла preseed файла Debian Lenny здесь

, это полезно для других примеров

4
ответ дан 15 August 2018 в 19:11

Другие вопросы по тегам:

Похожие вопросы: