diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 2f0d77586..45e624862 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -607,7 +607,7 @@ set_guid() { ## Lenovo BIOS-GPT issues - Arch Forum - https://bbs.archlinux.org/viewtopic.php?id=131149 , https://bbs.archlinux.org/viewtopic.php?id=133330 , https://bbs.archlinux.org/viewtopic.php?id=138958 ## Lenovo BIOS-GPT issues - in Fedora - https://bugzilla.redhat.com/show_bug.cgi?id=735733, https://bugzilla.redhat.com/show_bug.cgi?id=749325 , http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=ae74cebff312327ce2d9b5ac3be5dbe22e791f09 GUIDPARAMETER="" - DIALOG --yesno "Do you want to use GUID Partition Table (GPT)?\n\nIt is a standard for the layout of the partition table on a physical storage disk. Although it forms a part of the Unified Extensible Firmware Interface (UEFI) standard, it is also used on some BIOS systems because of the limitations of MBR aka msdos partition tables, which restrict maximum disk size to 2 TiB.\n\nWindows Vista and later versions include the capability to use GPT for non-boot aka data disks (only UEFI systems can boot Windows Vista and later from GPT disks).\n\nAttention:\n- Please check if your other operating systems have GPT support!\n- Use this option for a GRUB(2) setup, which should support LVM, RAID\n etc., which doesn't fit into the usual 30k MS-DOS post-MBR gap.\n- BIOS-GPT boot may not work in some Lenovo systems (irrespective of the\n + DIALOG --yesno "Do you want to use GUID Partition Table (GPT)?\n\nIt is a standard for the layout of the partition table on a physical storage disk. Although it forms a part of the Unified Extensible Firmware Interface (UEFI) standard, it is also used on some BIOS systems because of the limitations of MBR aka msdos partition tables, which restrict maximum disk size to 2 TiB.\n\nWindows 10 and later versions include the capability to use GPT for non-boot aka data disks (only UEFI systems can boot Windows 10 and later from GPT disks).\n\nAttention:\n- Please check if your other operating systems have GPT support!\n- Use this option for a GRUB(2) setup, which should support LVM, RAID\n etc., which doesn't fit into the usual 30k MS-DOS post-MBR gap.\n- BIOS-GPT boot may not work in some Lenovo systems (irrespective of the\n bootloader used). " 0 0 && GUIDPARAMETER="yes" } @@ -4090,8 +4090,8 @@ EOF if [ "\${grub_platform}" == "efi" ]; then if [ "\${grub_cpu}" == "x86_64" ]; then - ## Microsoft Windows Vista/7/8 via x86_64 UEFI - #menuentry \"Microsoft Windows Vista/7/8 x86_64 UEFI-GPT\" { + ## Microsoft Windows 10/11 via x86_64 UEFI + #menuentry \"Microsoft Windows 10/11 x86_64 UEFI-GPT\" { # insmod part_gpt # insmod fat # insmod search_fs_uuid @@ -4112,8 +4112,8 @@ EOF if [ "\${grub_platform}" == "pc" ]; then - ## Microsoft Windows Vista/7/8 via BIOS - #menuentry \"Microsoft Windows Vista/7/8 BIOS-MBR\" { + ## Microsoft Windows 10/11 BIOS + #menuentry \"Microsoft Windows 10/11 BIOS-MBR\" { # insmod part_msdos # insmod ntfs # insmod search_fs_uuid