grub install target

相關問題 & 資訊整理

grub install target

Dear friends, while installing grub, I have done --target=i386-pc as I am not aware of correct target for me. I have a 64bit machine, $uname -rm 3.6.11-1-ARCH x86_64. can I change it now? and should I change it? Offline. #2 2013-01-08 20:07:01. graysky: M,跳到 Install to UEFI SYSTEM PARTITION - Install GRUB UEFI application to /boot/efi/EFI/arch_grub and its modules to /boot/grub/x86_64-efi (recommended) using: # modprobe dm-mod # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=ar,跳到 Installation - Execute the following command to install the GRUB UEFI application to esp/EFI/grub/ , install its modules to /boot/grub/x86_64-efi/ , and place the EFI binary bootloader grubx64.efi in esp/EFI/arch_grub/ . # grub-install --target=x86_64, 首先,告诉GRUB 使用UEFI,设置启动目录,并设置引导程序ID。挂载ESP 分区,例如挂载到 /boot 或 /boot/efi 。将下面命令中的 esp_mount 修改为挂载点(通常为 /boot ) # grub-install --target=x86_64-efi --efi-directory=esp_mount --bootloader-id=grub. --bootloader-id 是启动项中用来识别GRUB EFI 的标记,请用 ..., mount -t vfat /dev/sdXY /boot/efi # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch --recheck # grub-mkconfig -o /boot/grub/grub.cfg # wget https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/ShellBinPkg/UefiShell/X64,如果是要裝在USB上當引導用硬碟上的ubuntu就可以做了 假設要把grub2安裝在/dev/sdb 引導檔案(boot目錄)要安裝在/dev/sdb1 掛載點是/media/username/USB/ 安裝grub2檔案到/dev/sdb1 $ sudo grub-install --root-directory=/media/username/USB/ --no-floppy --target=i386-pc --recheck /dev/sdb 建立grub.cfg ,install GRUB for TARGET platform [default=i386-pc]; available targets: arm-efi, arm-uboot, arm64-efi, i386-coreboot, i386-efi, i386-ieee1275, i386-multiboot, i386-pc, i386-qemu, i386-xen, ia64-efi, mips-arc, mips-qemu_mips, mipsel-arc, mipsel-loongson, mi,For information on where GRUB should be installed on PC BIOS platforms, see BIOS installation. In order to install GRUB under a UNIX-like OS (such as GNU), invoke the program grub-install (see Invoking grub-install) as the superuser (root). The usage is b, A. AMD64 +, x86_64-efi + · AMD64/cs +, x86_64-efi + · AMD64/de +, x86_64-efi + · AMD64/el +, x86_64-efi + · AMD64/en +, x86_64-efi + · AMD64/es +, x86_64-efi + · AMD64/fr +, x86_64-efi + · AMD64/id +, x86_,I had exactly the same issue installing 16.04 64 desktop on a new SSD with UEFI enabled using USB install media. Unlike in the question I chose to create my own partitions as I had other disks to mount. I hit this error near the beginning of the package i

相關軟體 UNetbootin 資訊

UNetbootin
UNetbootin 允許您為 Ubuntu 和其他 Linux 發行版創建可啟動的 Live USB 驅動器,而無需刻錄 CD。您可以讓 UNetbootin 為您開箱即可下載眾多發行版之一,或者提供您自己的 Linux .iso 文件.UNetbootin 可以創建可啟動的 Live USB 驅動器。它通過為您下載 ISO(CD 映像)文件或使用您已經下載的 ISO 文件來加載分配。 UNet... UNetbootin 軟體介紹

grub install target 相關參考資料
grub-install with target i386-pc in 64bit machine Newbie Corner ...

Dear friends, while installing grub, I have done --target=i386-pc as I am not aware of correct target for me. I have a 64bit machine, $uname -rm 3.6.11-1-ARCH x86_64. can I change it now? and should I...

https://bbs.archlinux.org

GRUB (正體中文) - ArchWiki

跳到 Install to UEFI SYSTEM PARTITION - Install GRUB UEFI application to /boot/efi/EFI/arch_grub and its modules to /boot/grub/x86_64-efi (recommended) using: # modprobe dm-mod # grub-install --target=...

https://wiki.archlinux.org

GRUB - ArchWiki

跳到 Installation - Execute the following command to install the GRUB UEFI application to esp/EFI/grub/ , install its modules to /boot/grub/x86_64-efi/ , and place the EFI binary bootloader grubx64.efi...

https://wiki.archlinux.org

GRUB (简体中文) - ArchWiki

首先,告诉GRUB 使用UEFI,设置启动目录,并设置引导程序ID。挂载ESP 分区,例如挂载到 /boot 或 /boot/efi 。将下面命令中的 esp_mount 修改为挂载点(通常为 /boot ) # grub-install --target=x86_64-efi --efi-directory=esp_mount --bootloader-id=grub. --bootloade...

https://wiki.archlinux.org

GRUBEFI examples - ArchWiki

mount -t vfat /dev/sdXY /boot/efi # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch --recheck # grub-mkconfig -o /boot/grub/grub.cfg # wget https://edk2.svn.sourceforg...

https://wiki.archlinux.org

grub2 重新安裝心得[論壇- Ubuntu安裝問題] | Ubuntu 正體中文站

如果是要裝在USB上當引導用硬碟上的ubuntu就可以做了 假設要把grub2安裝在/dev/sdb 引導檔案(boot目錄)要安裝在/dev/sdb1 掛載點是/media/username/USB/ 安裝grub2檔案到/dev/sdb1 $ sudo grub-install --root-directory=/media/username/USB/ --no-floppy --target...

https://www.ubuntu-tw.org

grub-install(8) - install GRUB to a device

install GRUB for TARGET platform [default=i386-pc]; available targets: arm-efi, arm-uboot, arm64-efi, i386-coreboot, i386-efi, i386-ieee1275, i386-multiboot, i386-pc, i386-qemu, i386-xen, ia64-efi, mi...

https://www.gsp.com

GNU GRUB Manual 2.02: Installing GRUB using grub-install - GNU.org

For information on where GRUB should be installed on PC BIOS platforms, see BIOS installation. In order to install GRUB under a UNIX-like OS (such as GNU), invoke the program grub-install (see Invokin...

https://www.gnu.org

Property:Grub-install-target - Gentoo Wiki

A. AMD64 +, x86_64-efi + · AMD64/cs +, x86_64-efi + · AMD64/de +, x86_64-efi + · AMD64/el +, x86_64-efi + · AMD64/en +, x86_64-efi + · AMD64/es +, x86_64-efi + &mid...

https://wiki.gentoo.org

grub2 - 16.04 new installation gives grub-efi-amd64-signed failed ...

I had exactly the same issue installing 16.04 64 desktop on a new SSD with UEFI enabled using USB install media. Unlike in the question I chose to create my own partitions as I had other disks to moun...

https://askubuntu.com