[Bug 2040323] Re: on end of install grub cannot install

Alexis DEVLEESCHAUWER 2040323 at bugs.launchpad.net
Tue Oct 24 21:12:59 UTC 2023


** Description changed:

- after installing many time ubunut cannot install grub with just simple,
- "impossible d'installer le grub"
+ after installing many time ubuntu, it cannot install grub with just
+ simple, "impossible installer le grub"
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 22.04.20 [modified: lib/partman/automatically_partition/question]
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.470.2
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 24 23:01:09 2023
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash rdinit=/vtoy/vtoy ---
  LiveMediaBuild: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
  ProcEnviron:
-  LANGUAGE=en_US.UTF-8
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=<set>
-  LANG=en_US.UTF-8
-  LC_NUMERIC=C.UTF-8
+  LANGUAGE=en_US.UTF-8
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=<set>
+  LANG=en_US.UTF-8
+  LC_NUMERIC=C.UTF-8
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: grub-installer
- UpgradeStatus: No upgrade log present (probably fresh install)
+ UpgradeStatus: No upgrade log present (probably fresh install) yes is fresh install
+ 
+ 
+ I try this
+ 
+ 
+ ```
+ lsblk
+ NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
+ loop0         7:0    0     3G  1 loop /rofs
+ loop1         7:1    0     4K  1 loop /snap/bare/5
+ loop2         7:2    0  63.4M  1 loop /snap/core20/1974
+ loop3         7:3    0  73.9M  1 loop /snap/core22/858
+ loop4         7:4    0 237.2M  1 loop /snap/firefox/2987
+ loop5         7:5    0 485.5M  1 loop /snap/gnome-42-2204/120
+ loop6         7:6    0  91.7M  1 loop /snap/gtk-common-themes/1535
+ loop7         7:7    0 349.7M  1 loop /snap/gnome-3-38-2004/143
+ loop8         7:8    0  12.3M  1 loop /snap/snap-store/959
+ loop9         7:9    0  53.3M  1 loop /snap/snapd/19457
+ loop10        7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
+ sda           8:0    0   1.8T  0 disk 
+ └─sda1        8:1    0   1.8T  0 part 
+ sdb           8:16   0   1.8T  0 disk 
+ ├─sdb1        8:17   0   128M  0 part 
+ └─sdb2        8:18   0   1.8T  0 part 
+ sdc           8:32   0   3.6T  0 disk 
+ ├─sdc1        8:33   0    16M  0 part 
+ └─sdc2        8:34   0   3.6T  0 part 
+ sdd           8:48   0 465.8G  0 disk 
+ ├─sdd1        8:49   0   128M  0 part 
+ └─sdd2        8:50   0 465.6G  0 part 
+ sde           8:64   0 223.6G  0 disk 
+ └─sde1        8:65   0 223.6G  0 part 
+ sdf           8:80   0   3.6T  0 disk 
+ └─sdf1        8:81   0   3.6T  0 part 
+ sdg           8:96   1  28.9G  0 disk 
+ ├─sdg1        8:97   1  28.9G  0 part 
+ │ └─ventoy  253:0    0   4.7G  0 dm   /cdrom
+ └─sdg2        8:98   1    32M  0 part 
+ nvme1n1     259:0    0 931.5G  0 disk 
+ ├─nvme1n1p1 259:2    0   100M  0 part 
+ ├─nvme1n1p2 259:3    0    16M  0 part 
+ ├─nvme1n1p3 259:4    0 499.3G  0 part 
+ ├─nvme1n1p4 259:5    0   606M  0 part 
+ ├─nvme1n1p5 259:9    0   2.3G  0 part 
+ └─nvme1n1p6 259:10   0 429.2G  0 part 
+ nvme0n1     259:8    0 931.5G  0 disk 
+ └─nvme0n1p1 259:1    0 931.5G  0 part 
+ ```
+ 
+ ```
+ sudo mount /dev/nvme1n1p6 /mnt
+ ```
+ 
+ ```
+ sudo grub-install --root-directory=/mnt /dev/nvme1n1p6
+ ```
+ and i get this
+ 
+ ```
+ Installing for i386-pc platform.
+ grub-install: warning: File system `ext2' doesn't support embedding.
+ grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
+ grub-install: error: will not proceed with blocklists.
+ ```
+ 
+ same with this
+ 
+ ```
+ sudo grub-install --root-directory=/mnt --recheck /dev/nvme1n1p6
+ Installing for i386-pc platform.
+ grub-install: warning: File system `ext2' doesn't support embedding.
+ grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
+ grub-install: error: will not proceed with blocklists.
+ ```
+ 
+ 
+ blkid
+ /dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
+ /dev/nvme0n1p1: LABEL="SSD Game 1" BLOCK_SIZE="512" UUID="10CB637A2B61B81C" TYPE="ntfs" PARTLABEL="SSD Game 3" PARTUUID="98706d54-0a5f-4454-93ec-9ef69b9898ce"
+ /dev/nvme1n1p1: UUID="703A-257E" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="185b6949-a1a7-4573-a010-c74c26c22999"
+ /dev/nvme1n1p3: BLOCK_SIZE="512" UUID="783E51B53E516D5E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="95dbc022-d907-419b-9768-a22199542b0a"
+ /dev/nvme1n1p4: BLOCK_SIZE="512" UUID="6EB85171B85138B3" TYPE="ntfs" PARTUUID="5a26aa9c-47eb-4bf4-9b2d-508b8e99f805"
+ /dev/nvme1n1p5: UUID="8987c7e8-adca-4eae-a838-19395068bf9e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d334d4b2-3044-499e-a47d-8436c564ca6e"
+ /dev/nvme1n1p6: UUID="929024e7-86a2-47b2-8bb6-93130a7f7aca" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="707e774f-3b0e-424b-bbdf-7fcc88c6684e"
+ /dev/sda1: LABEL="HDD DATA" BLOCK_SIZE="512" UUID="28E3B7237E411C40" TYPE="ntfs" PARTUUID="9bf3974e-01"
+ /dev/sdb2: LABEL="HDD Game 1" BLOCK_SIZE="512" UUID="D4C8F244C8F22500" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8edb37fb-a83c-4705-a258-53d08e1eff3c"
+ /dev/sdc2: LABEL="HDD Game 2" BLOCK_SIZE="512" UUID="764455044454C90F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f763108f-12d2-40f1-9005-3444b1121ac3"
+ /dev/sdd2: LABEL="DATA Windows" BLOCK_SIZE="512" UUID="E21A1D271A1CF9ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cfe9134c-afcd-4de8-9eed-06fd0a2a03af"
+ /dev/sde1: LABEL="SSD Game 3" BLOCK_SIZE="512" UUID="38442B30442AEFF4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c9594b38-8a69-4ff7-812c-99c738ae9fa0"
+ /dev/sdf1: LABEL="SSD Game 2" BLOCK_SIZE="512" UUID="496253B42BDAC602" TYPE="ntfs" PARTUUID="0cc0492f-7e6c-40fa-843a-26c6199c6acb"
+ /dev/sdg1: LABEL="Ventoy" UUID="4E21-0000" BLOCK_SIZE="512" TYPE="exfat" PTTYPE="dos" PARTLABEL="Ventoy" PARTUUID="78040b63-87bf-47da-ae25-2dc66e90d4fe"
+ /dev/sdg2: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"

** Description changed:

- after installing many time ubuntu, it cannot install grub with just
- simple, "impossible installer le grub"
- 
+ Hello after installing many time ubuntu, it cannot install grub with
+ just simple, "impossible installer le grub" all time
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 22.04.20 [modified: lib/partman/automatically_partition/question]
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.470.2
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 24 23:01:09 2023
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash rdinit=/vtoy/vtoy ---
  LiveMediaBuild: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install) yes is fresh install
  
- 
  I try this
- 
  
  ```
  lsblk
  NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
  loop0         7:0    0     3G  1 loop /rofs
  loop1         7:1    0     4K  1 loop /snap/bare/5
  loop2         7:2    0  63.4M  1 loop /snap/core20/1974
  loop3         7:3    0  73.9M  1 loop /snap/core22/858
  loop4         7:4    0 237.2M  1 loop /snap/firefox/2987
  loop5         7:5    0 485.5M  1 loop /snap/gnome-42-2204/120
  loop6         7:6    0  91.7M  1 loop /snap/gtk-common-themes/1535
  loop7         7:7    0 349.7M  1 loop /snap/gnome-3-38-2004/143
  loop8         7:8    0  12.3M  1 loop /snap/snap-store/959
  loop9         7:9    0  53.3M  1 loop /snap/snapd/19457
  loop10        7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
- sda           8:0    0   1.8T  0 disk 
- └─sda1        8:1    0   1.8T  0 part 
- sdb           8:16   0   1.8T  0 disk 
- ├─sdb1        8:17   0   128M  0 part 
- └─sdb2        8:18   0   1.8T  0 part 
- sdc           8:32   0   3.6T  0 disk 
- ├─sdc1        8:33   0    16M  0 part 
- └─sdc2        8:34   0   3.6T  0 part 
- sdd           8:48   0 465.8G  0 disk 
- ├─sdd1        8:49   0   128M  0 part 
- └─sdd2        8:50   0 465.6G  0 part 
- sde           8:64   0 223.6G  0 disk 
- └─sde1        8:65   0 223.6G  0 part 
- sdf           8:80   0   3.6T  0 disk 
- └─sdf1        8:81   0   3.6T  0 part 
- sdg           8:96   1  28.9G  0 disk 
- ├─sdg1        8:97   1  28.9G  0 part 
+ sda           8:0    0   1.8T  0 disk
+ └─sda1        8:1    0   1.8T  0 part
+ sdb           8:16   0   1.8T  0 disk
+ ├─sdb1        8:17   0   128M  0 part
+ └─sdb2        8:18   0   1.8T  0 part
+ sdc           8:32   0   3.6T  0 disk
+ ├─sdc1        8:33   0    16M  0 part
+ └─sdc2        8:34   0   3.6T  0 part
+ sdd           8:48   0 465.8G  0 disk
+ ├─sdd1        8:49   0   128M  0 part
+ └─sdd2        8:50   0 465.6G  0 part
+ sde           8:64   0 223.6G  0 disk
+ └─sde1        8:65   0 223.6G  0 part
+ sdf           8:80   0   3.6T  0 disk
+ └─sdf1        8:81   0   3.6T  0 part
+ sdg           8:96   1  28.9G  0 disk
+ ├─sdg1        8:97   1  28.9G  0 part
  │ └─ventoy  253:0    0   4.7G  0 dm   /cdrom
- └─sdg2        8:98   1    32M  0 part 
- nvme1n1     259:0    0 931.5G  0 disk 
- ├─nvme1n1p1 259:2    0   100M  0 part 
- ├─nvme1n1p2 259:3    0    16M  0 part 
- ├─nvme1n1p3 259:4    0 499.3G  0 part 
- ├─nvme1n1p4 259:5    0   606M  0 part 
- ├─nvme1n1p5 259:9    0   2.3G  0 part 
- └─nvme1n1p6 259:10   0 429.2G  0 part 
- nvme0n1     259:8    0 931.5G  0 disk 
- └─nvme0n1p1 259:1    0 931.5G  0 part 
+ └─sdg2        8:98   1    32M  0 part
+ nvme1n1     259:0    0 931.5G  0 disk
+ ├─nvme1n1p1 259:2    0   100M  0 part
+ ├─nvme1n1p2 259:3    0    16M  0 part
+ ├─nvme1n1p3 259:4    0 499.3G  0 part
+ ├─nvme1n1p4 259:5    0   606M  0 part
+ ├─nvme1n1p5 259:9    0   2.3G  0 part
+ └─nvme1n1p6 259:10   0 429.2G  0 part
+ nvme0n1     259:8    0 931.5G  0 disk
+ └─nvme0n1p1 259:1    0 931.5G  0 part
  ```
  
  ```
  sudo mount /dev/nvme1n1p6 /mnt
  ```
  
  ```
  sudo grub-install --root-directory=/mnt /dev/nvme1n1p6
  ```
  and i get this
  
  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  grub-install: error: will not proceed with blocklists.
  ```
  
  same with this
  
  ```
  sudo grub-install --root-directory=/mnt --recheck /dev/nvme1n1p6
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  grub-install: error: will not proceed with blocklists.
  ```
  
- 
  blkid
  /dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
  /dev/nvme0n1p1: LABEL="SSD Game 1" BLOCK_SIZE="512" UUID="10CB637A2B61B81C" TYPE="ntfs" PARTLABEL="SSD Game 3" PARTUUID="98706d54-0a5f-4454-93ec-9ef69b9898ce"
  /dev/nvme1n1p1: UUID="703A-257E" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="185b6949-a1a7-4573-a010-c74c26c22999"
  /dev/nvme1n1p3: BLOCK_SIZE="512" UUID="783E51B53E516D5E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="95dbc022-d907-419b-9768-a22199542b0a"
  /dev/nvme1n1p4: BLOCK_SIZE="512" UUID="6EB85171B85138B3" TYPE="ntfs" PARTUUID="5a26aa9c-47eb-4bf4-9b2d-508b8e99f805"
  /dev/nvme1n1p5: UUID="8987c7e8-adca-4eae-a838-19395068bf9e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d334d4b2-3044-499e-a47d-8436c564ca6e"
  /dev/nvme1n1p6: UUID="929024e7-86a2-47b2-8bb6-93130a7f7aca" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="707e774f-3b0e-424b-bbdf-7fcc88c6684e"
  /dev/sda1: LABEL="HDD DATA" BLOCK_SIZE="512" UUID="28E3B7237E411C40" TYPE="ntfs" PARTUUID="9bf3974e-01"
  /dev/sdb2: LABEL="HDD Game 1" BLOCK_SIZE="512" UUID="D4C8F244C8F22500" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8edb37fb-a83c-4705-a258-53d08e1eff3c"
  /dev/sdc2: LABEL="HDD Game 2" BLOCK_SIZE="512" UUID="764455044454C90F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f763108f-12d2-40f1-9005-3444b1121ac3"
  /dev/sdd2: LABEL="DATA Windows" BLOCK_SIZE="512" UUID="E21A1D271A1CF9ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cfe9134c-afcd-4de8-9eed-06fd0a2a03af"
  /dev/sde1: LABEL="SSD Game 3" BLOCK_SIZE="512" UUID="38442B30442AEFF4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c9594b38-8a69-4ff7-812c-99c738ae9fa0"
  /dev/sdf1: LABEL="SSD Game 2" BLOCK_SIZE="512" UUID="496253B42BDAC602" TYPE="ntfs" PARTUUID="0cc0492f-7e6c-40fa-843a-26c6199c6acb"
  /dev/sdg1: LABEL="Ventoy" UUID="4E21-0000" BLOCK_SIZE="512" TYPE="exfat" PTTYPE="dos" PARTLABEL="Ventoy" PARTUUID="78040b63-87bf-47da-ae25-2dc66e90d4fe"
  /dev/sdg2: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"

** Description changed:

  Hello after installing many time ubuntu, it cannot install grub with
  just simple, "impossible installer le grub" all time
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 22.04.20 [modified: lib/partman/automatically_partition/question]
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.470.2
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 24 23:01:09 2023
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash rdinit=/vtoy/vtoy ---
  LiveMediaBuild: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install) yes is fresh install
  
  I try this
  
  ```
  lsblk
  NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
  loop0         7:0    0     3G  1 loop /rofs
  loop1         7:1    0     4K  1 loop /snap/bare/5
  loop2         7:2    0  63.4M  1 loop /snap/core20/1974
  loop3         7:3    0  73.9M  1 loop /snap/core22/858
  loop4         7:4    0 237.2M  1 loop /snap/firefox/2987
  loop5         7:5    0 485.5M  1 loop /snap/gnome-42-2204/120
  loop6         7:6    0  91.7M  1 loop /snap/gtk-common-themes/1535
  loop7         7:7    0 349.7M  1 loop /snap/gnome-3-38-2004/143
  loop8         7:8    0  12.3M  1 loop /snap/snap-store/959
  loop9         7:9    0  53.3M  1 loop /snap/snapd/19457
  loop10        7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
  sda           8:0    0   1.8T  0 disk
  └─sda1        8:1    0   1.8T  0 part
  sdb           8:16   0   1.8T  0 disk
  ├─sdb1        8:17   0   128M  0 part
  └─sdb2        8:18   0   1.8T  0 part
  sdc           8:32   0   3.6T  0 disk
  ├─sdc1        8:33   0    16M  0 part
  └─sdc2        8:34   0   3.6T  0 part
  sdd           8:48   0 465.8G  0 disk
  ├─sdd1        8:49   0   128M  0 part
  └─sdd2        8:50   0 465.6G  0 part
  sde           8:64   0 223.6G  0 disk
  └─sde1        8:65   0 223.6G  0 part
  sdf           8:80   0   3.6T  0 disk
  └─sdf1        8:81   0   3.6T  0 part
  sdg           8:96   1  28.9G  0 disk
  ├─sdg1        8:97   1  28.9G  0 part
  │ └─ventoy  253:0    0   4.7G  0 dm   /cdrom
  └─sdg2        8:98   1    32M  0 part
  nvme1n1     259:0    0 931.5G  0 disk
  ├─nvme1n1p1 259:2    0   100M  0 part
  ├─nvme1n1p2 259:3    0    16M  0 part
  ├─nvme1n1p3 259:4    0 499.3G  0 part
  ├─nvme1n1p4 259:5    0   606M  0 part
  ├─nvme1n1p5 259:9    0   2.3G  0 part
  └─nvme1n1p6 259:10   0 429.2G  0 part
  nvme0n1     259:8    0 931.5G  0 disk
  └─nvme0n1p1 259:1    0 931.5G  0 part
  ```
  
  ```
  sudo mount /dev/nvme1n1p6 /mnt
  ```
  
  ```
  sudo grub-install --root-directory=/mnt /dev/nvme1n1p6
  ```
  and i get this
  
  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  grub-install: error: will not proceed with blocklists.
  ```
  
  same with this
  
+ sudo grub-install --root-directory=/mnt --recheck --force /dev/nvme1n1p6
+ 
  ```
- sudo grub-install --root-directory=/mnt --recheck /dev/nvme1n1p6
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
- grub-install: error: will not proceed with blocklists.
+ Installation finished. No error reported.
+ 
  ```
  
  blkid
  /dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
  /dev/nvme0n1p1: LABEL="SSD Game 1" BLOCK_SIZE="512" UUID="10CB637A2B61B81C" TYPE="ntfs" PARTLABEL="SSD Game 3" PARTUUID="98706d54-0a5f-4454-93ec-9ef69b9898ce"
  /dev/nvme1n1p1: UUID="703A-257E" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="185b6949-a1a7-4573-a010-c74c26c22999"
  /dev/nvme1n1p3: BLOCK_SIZE="512" UUID="783E51B53E516D5E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="95dbc022-d907-419b-9768-a22199542b0a"
  /dev/nvme1n1p4: BLOCK_SIZE="512" UUID="6EB85171B85138B3" TYPE="ntfs" PARTUUID="5a26aa9c-47eb-4bf4-9b2d-508b8e99f805"
  /dev/nvme1n1p5: UUID="8987c7e8-adca-4eae-a838-19395068bf9e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d334d4b2-3044-499e-a47d-8436c564ca6e"
  /dev/nvme1n1p6: UUID="929024e7-86a2-47b2-8bb6-93130a7f7aca" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="707e774f-3b0e-424b-bbdf-7fcc88c6684e"
  /dev/sda1: LABEL="HDD DATA" BLOCK_SIZE="512" UUID="28E3B7237E411C40" TYPE="ntfs" PARTUUID="9bf3974e-01"
  /dev/sdb2: LABEL="HDD Game 1" BLOCK_SIZE="512" UUID="D4C8F244C8F22500" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8edb37fb-a83c-4705-a258-53d08e1eff3c"
  /dev/sdc2: LABEL="HDD Game 2" BLOCK_SIZE="512" UUID="764455044454C90F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f763108f-12d2-40f1-9005-3444b1121ac3"
  /dev/sdd2: LABEL="DATA Windows" BLOCK_SIZE="512" UUID="E21A1D271A1CF9ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cfe9134c-afcd-4de8-9eed-06fd0a2a03af"
  /dev/sde1: LABEL="SSD Game 3" BLOCK_SIZE="512" UUID="38442B30442AEFF4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c9594b38-8a69-4ff7-812c-99c738ae9fa0"
  /dev/sdf1: LABEL="SSD Game 2" BLOCK_SIZE="512" UUID="496253B42BDAC602" TYPE="ntfs" PARTUUID="0cc0492f-7e6c-40fa-843a-26c6199c6acb"
  /dev/sdg1: LABEL="Ventoy" UUID="4E21-0000" BLOCK_SIZE="512" TYPE="exfat" PTTYPE="dos" PARTLABEL="Ventoy" PARTUUID="78040b63-87bf-47da-ae25-2dc66e90d4fe"
  /dev/sdg2: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"

** Description changed:

  Hello after installing many time ubuntu, it cannot install grub with
  just simple, "impossible installer le grub" all time
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 22.04.20 [modified: lib/partman/automatically_partition/question]
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.470.2
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 24 23:01:09 2023
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash rdinit=/vtoy/vtoy ---
  LiveMediaBuild: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install) yes is fresh install
  
  I try this
  
  ```
  lsblk
  NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
  loop0         7:0    0     3G  1 loop /rofs
  loop1         7:1    0     4K  1 loop /snap/bare/5
  loop2         7:2    0  63.4M  1 loop /snap/core20/1974
  loop3         7:3    0  73.9M  1 loop /snap/core22/858
  loop4         7:4    0 237.2M  1 loop /snap/firefox/2987
  loop5         7:5    0 485.5M  1 loop /snap/gnome-42-2204/120
  loop6         7:6    0  91.7M  1 loop /snap/gtk-common-themes/1535
  loop7         7:7    0 349.7M  1 loop /snap/gnome-3-38-2004/143
  loop8         7:8    0  12.3M  1 loop /snap/snap-store/959
  loop9         7:9    0  53.3M  1 loop /snap/snapd/19457
  loop10        7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
  sda           8:0    0   1.8T  0 disk
  └─sda1        8:1    0   1.8T  0 part
  sdb           8:16   0   1.8T  0 disk
  ├─sdb1        8:17   0   128M  0 part
  └─sdb2        8:18   0   1.8T  0 part
  sdc           8:32   0   3.6T  0 disk
  ├─sdc1        8:33   0    16M  0 part
  └─sdc2        8:34   0   3.6T  0 part
  sdd           8:48   0 465.8G  0 disk
  ├─sdd1        8:49   0   128M  0 part
  └─sdd2        8:50   0 465.6G  0 part
  sde           8:64   0 223.6G  0 disk
  └─sde1        8:65   0 223.6G  0 part
  sdf           8:80   0   3.6T  0 disk
  └─sdf1        8:81   0   3.6T  0 part
  sdg           8:96   1  28.9G  0 disk
  ├─sdg1        8:97   1  28.9G  0 part
  │ └─ventoy  253:0    0   4.7G  0 dm   /cdrom
  └─sdg2        8:98   1    32M  0 part
  nvme1n1     259:0    0 931.5G  0 disk
  ├─nvme1n1p1 259:2    0   100M  0 part
  ├─nvme1n1p2 259:3    0    16M  0 part
  ├─nvme1n1p3 259:4    0 499.3G  0 part
  ├─nvme1n1p4 259:5    0   606M  0 part
  ├─nvme1n1p5 259:9    0   2.3G  0 part
  └─nvme1n1p6 259:10   0 429.2G  0 part
  nvme0n1     259:8    0 931.5G  0 disk
  └─nvme0n1p1 259:1    0 931.5G  0 part
  ```
  
  ```
  sudo mount /dev/nvme1n1p6 /mnt
  ```
  
  ```
  sudo grub-install --root-directory=/mnt /dev/nvme1n1p6
  ```
  and i get this
  
  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  grub-install: error: will not proceed with blocklists.
  ```
  
  same with this
  
  sudo grub-install --root-directory=/mnt --recheck --force /dev/nvme1n1p6
  
  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  Installation finished. No error reported.
  
  ```
  
  blkid
  /dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
  /dev/nvme0n1p1: LABEL="SSD Game 1" BLOCK_SIZE="512" UUID="10CB637A2B61B81C" TYPE="ntfs" PARTLABEL="SSD Game 3" PARTUUID="98706d54-0a5f-4454-93ec-9ef69b9898ce"
  /dev/nvme1n1p1: UUID="703A-257E" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="185b6949-a1a7-4573-a010-c74c26c22999"
  /dev/nvme1n1p3: BLOCK_SIZE="512" UUID="783E51B53E516D5E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="95dbc022-d907-419b-9768-a22199542b0a"
  /dev/nvme1n1p4: BLOCK_SIZE="512" UUID="6EB85171B85138B3" TYPE="ntfs" PARTUUID="5a26aa9c-47eb-4bf4-9b2d-508b8e99f805"
  /dev/nvme1n1p5: UUID="8987c7e8-adca-4eae-a838-19395068bf9e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d334d4b2-3044-499e-a47d-8436c564ca6e"
  /dev/nvme1n1p6: UUID="929024e7-86a2-47b2-8bb6-93130a7f7aca" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="707e774f-3b0e-424b-bbdf-7fcc88c6684e"
  /dev/sda1: LABEL="HDD DATA" BLOCK_SIZE="512" UUID="28E3B7237E411C40" TYPE="ntfs" PARTUUID="9bf3974e-01"
  /dev/sdb2: LABEL="HDD Game 1" BLOCK_SIZE="512" UUID="D4C8F244C8F22500" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8edb37fb-a83c-4705-a258-53d08e1eff3c"
  /dev/sdc2: LABEL="HDD Game 2" BLOCK_SIZE="512" UUID="764455044454C90F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f763108f-12d2-40f1-9005-3444b1121ac3"
  /dev/sdd2: LABEL="DATA Windows" BLOCK_SIZE="512" UUID="E21A1D271A1CF9ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cfe9134c-afcd-4de8-9eed-06fd0a2a03af"
  /dev/sde1: LABEL="SSD Game 3" BLOCK_SIZE="512" UUID="38442B30442AEFF4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c9594b38-8a69-4ff7-812c-99c738ae9fa0"
  /dev/sdf1: LABEL="SSD Game 2" BLOCK_SIZE="512" UUID="496253B42BDAC602" TYPE="ntfs" PARTUUID="0cc0492f-7e6c-40fa-843a-26c6199c6acb"
  /dev/sdg1: LABEL="Ventoy" UUID="4E21-0000" BLOCK_SIZE="512" TYPE="exfat" PTTYPE="dos" PARTLABEL="Ventoy" PARTUUID="78040b63-87bf-47da-ae25-2dc66e90d4fe"
  /dev/sdg2: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
+ 
+ sudo parted -l
+ Model: ATA WDC WD2003FZEX-0 (scsi)
+ Disk /dev/sda: 2000GB
+ Sector size (logical/physical): 512B/4096B
+ Partition Table: msdos
+ Disk Flags: 
+ 
+ Number  Start   End     Size    Type     File system  Flags
+  1      1049kB  2000GB  2000GB  primary  ntfs         boot
+ 
+ 
+ Model: ATA ST2000DM006-2DM1 (scsi)
+ Disk /dev/sdb: 2000GB
+ Sector size (logical/physical): 512B/4096B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name                          Flags
+  1      17.4kB  134MB   134MB                Microsoft reserved partition  msftres
+  2      135MB   2000GB  2000GB  ntfs         Basic data partition          msftdata
+ 
+ 
+ Model: ATA ST4000DM006-2G51 (scsi)
+ Disk /dev/sdc: 4001GB
+ Sector size (logical/physical): 512B/4096B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name                          Flags
+  1      17.4kB  16.8MB  16.8MB               Microsoft reserved partition  msftres
+  2      16.8MB  4001GB  4001GB  ntfs         Basic data partition          msftdata
+ 
+ 
+ Model: ATA Samsung SSD 850 (scsi)
+ Disk /dev/sdd: 500GB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End    Size   File system  Name                          Flags
+  1      17.4kB  134MB  134MB               Microsoft reserved partition  msftres
+  2      135MB   500GB  500GB  ntfs         Basic data partition          msftdata
+ 
+ 
+ Model: ATA CT240BX200SSD1 (scsi)
+ Disk /dev/sde: 240GB
+ Sector size (logical/physical): 512B/4096B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End    Size   File system  Name                  Flags
+  1      1049kB  240GB  240GB  ntfs         Basic data partition  msftdata
+ 
+ 
+ Model: ATA CT4000MX500SSD1 (scsi)
+ Disk /dev/sdf: 4001GB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name  Flags
+  1      1049kB  4001GB  4001GB  ntfs               msftdata
+ 
+ 
+ Model: Linux device-mapper (linear) (dm)
+ Disk /dev/mapper/ventoy: 5038MB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name       Flags
+  1      32.8kB  5032MB  5032MB               ISO9660    hidden, msftdata
+  2      5032MB  5037MB  5155kB               Appended2  boot, esp
+  3      5037MB  5038MB  307kB                Gap1       hidden, msftdata
+ 
+ 
+ Model: WD_BLACK SN750 SE NVMe 1TB (nvme)
+ Disk /dev/nvme0n1: 1000GB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name        Flags
+  1      1049kB  1000GB  1000GB  ntfs         SSD Game 3  msftdata
+ 
+ 
+ Model: Kingston DataTraveler 3.0 (scsi)
+ Disk /dev/sdg: 31.0GB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name     Flags
+  1      1049kB  31.0GB  31.0GB               Ventoy   msftdata
+  2      31.0GB  31.0GB  33.6MB  fat16        VTOYEFI  hidden, msftdata
+ 
+ 
+ Model: CT1000P1SSD8 (nvme)
+ Disk /dev/nvme1n1: 1000GB
+ Sector size (logical/physical): 512B/512B
+ Partition Table: gpt
+ Disk Flags: 
+ 
+ Number  Start   End     Size    File system  Name                          Flags
+  1      1049kB  106MB   105MB   fat32        EFI system partition          boot, esp
+  2      106MB   123MB   16.8MB               Microsoft reserved partition  msftres
+  3      123MB   536GB   536GB   ntfs         Basic data partition          msftdata
+  4      536GB   537GB   635MB   ntfs                                       hidden, diag
+  5      537GB   539GB   2500MB  ext4
+  6      539GB   1000GB  461GB   ext4

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub-installer in Ubuntu.
https://bugs.launchpad.net/bugs/2040323

Title:
  on end of install grub cannot install

Status in grub-installer package in Ubuntu:
  New

Bug description:
  Hello after installing many time ubuntu, it cannot install grub with
  just simple, "impossible installer le grub" all time

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubiquity 22.04.20 [modified: lib/partman/automatically_partition/question]
  ProcVersionSignature: Ubuntu 6.2.0-26.26~22.04.1-generic 6.2.13
  Uname: Linux 6.2.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.470.2
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Oct 24 23:01:09 2023
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz nomodeset file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash rdinit=/vtoy/vtoy ---
  LiveMediaBuild: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.UTF-8
   LC_NUMERIC=C.UTF-8
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install) yes is fresh install

  I try this

  ```
  lsblk
  NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
  loop0         7:0    0     3G  1 loop /rofs
  loop1         7:1    0     4K  1 loop /snap/bare/5
  loop2         7:2    0  63.4M  1 loop /snap/core20/1974
  loop3         7:3    0  73.9M  1 loop /snap/core22/858
  loop4         7:4    0 237.2M  1 loop /snap/firefox/2987
  loop5         7:5    0 485.5M  1 loop /snap/gnome-42-2204/120
  loop6         7:6    0  91.7M  1 loop /snap/gtk-common-themes/1535
  loop7         7:7    0 349.7M  1 loop /snap/gnome-3-38-2004/143
  loop8         7:8    0  12.3M  1 loop /snap/snap-store/959
  loop9         7:9    0  53.3M  1 loop /snap/snapd/19457
  loop10        7:10   0   452K  1 loop /snap/snapd-desktop-integration/83
  sda           8:0    0   1.8T  0 disk
  └─sda1        8:1    0   1.8T  0 part
  sdb           8:16   0   1.8T  0 disk
  ├─sdb1        8:17   0   128M  0 part
  └─sdb2        8:18   0   1.8T  0 part
  sdc           8:32   0   3.6T  0 disk
  ├─sdc1        8:33   0    16M  0 part
  └─sdc2        8:34   0   3.6T  0 part
  sdd           8:48   0 465.8G  0 disk
  ├─sdd1        8:49   0   128M  0 part
  └─sdd2        8:50   0 465.6G  0 part
  sde           8:64   0 223.6G  0 disk
  └─sde1        8:65   0 223.6G  0 part
  sdf           8:80   0   3.6T  0 disk
  └─sdf1        8:81   0   3.6T  0 part
  sdg           8:96   1  28.9G  0 disk
  ├─sdg1        8:97   1  28.9G  0 part
  │ └─ventoy  253:0    0   4.7G  0 dm   /cdrom
  └─sdg2        8:98   1    32M  0 part
  nvme1n1     259:0    0 931.5G  0 disk
  ├─nvme1n1p1 259:2    0   100M  0 part
  ├─nvme1n1p2 259:3    0    16M  0 part
  ├─nvme1n1p3 259:4    0 499.3G  0 part
  ├─nvme1n1p4 259:5    0   606M  0 part
  ├─nvme1n1p5 259:9    0   2.3G  0 part
  └─nvme1n1p6 259:10   0 429.2G  0 part
  nvme0n1     259:8    0 931.5G  0 disk
  └─nvme0n1p1 259:1    0 931.5G  0 part
  ```

  ```
  sudo mount /dev/nvme1n1p6 /mnt
  ```

  ```
  sudo grub-install --root-directory=/mnt /dev/nvme1n1p6
  ```
  and i get this

  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  grub-install: error: will not proceed with blocklists.
  ```

  same with this

  sudo grub-install --root-directory=/mnt --recheck --force
  /dev/nvme1n1p6

  ```
  Installing for i386-pc platform.
  grub-install: warning: File system `ext2' doesn't support embedding.
  grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  Installation finished. No error reported.

  ```

  blkid
  /dev/mapper/ventoy: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"
  /dev/nvme0n1p1: LABEL="SSD Game 1" BLOCK_SIZE="512" UUID="10CB637A2B61B81C" TYPE="ntfs" PARTLABEL="SSD Game 3" PARTUUID="98706d54-0a5f-4454-93ec-9ef69b9898ce"
  /dev/nvme1n1p1: UUID="703A-257E" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="185b6949-a1a7-4573-a010-c74c26c22999"
  /dev/nvme1n1p3: BLOCK_SIZE="512" UUID="783E51B53E516D5E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="95dbc022-d907-419b-9768-a22199542b0a"
  /dev/nvme1n1p4: BLOCK_SIZE="512" UUID="6EB85171B85138B3" TYPE="ntfs" PARTUUID="5a26aa9c-47eb-4bf4-9b2d-508b8e99f805"
  /dev/nvme1n1p5: UUID="8987c7e8-adca-4eae-a838-19395068bf9e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="d334d4b2-3044-499e-a47d-8436c564ca6e"
  /dev/nvme1n1p6: UUID="929024e7-86a2-47b2-8bb6-93130a7f7aca" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="707e774f-3b0e-424b-bbdf-7fcc88c6684e"
  /dev/sda1: LABEL="HDD DATA" BLOCK_SIZE="512" UUID="28E3B7237E411C40" TYPE="ntfs" PARTUUID="9bf3974e-01"
  /dev/sdb2: LABEL="HDD Game 1" BLOCK_SIZE="512" UUID="D4C8F244C8F22500" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8edb37fb-a83c-4705-a258-53d08e1eff3c"
  /dev/sdc2: LABEL="HDD Game 2" BLOCK_SIZE="512" UUID="764455044454C90F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="f763108f-12d2-40f1-9005-3444b1121ac3"
  /dev/sdd2: LABEL="DATA Windows" BLOCK_SIZE="512" UUID="E21A1D271A1CF9ED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="cfe9134c-afcd-4de8-9eed-06fd0a2a03af"
  /dev/sde1: LABEL="SSD Game 3" BLOCK_SIZE="512" UUID="38442B30442AEFF4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c9594b38-8a69-4ff7-812c-99c738ae9fa0"
  /dev/sdf1: LABEL="SSD Game 2" BLOCK_SIZE="512" UUID="496253B42BDAC602" TYPE="ntfs" PARTUUID="0cc0492f-7e6c-40fa-843a-26c6199c6acb"
  /dev/sdg1: LABEL="Ventoy" UUID="4E21-0000" BLOCK_SIZE="512" TYPE="exfat" PTTYPE="dos" PARTLABEL="Ventoy" PARTUUID="78040b63-87bf-47da-ae25-2dc66e90d4fe"
  /dev/sdg2: BLOCK_SIZE="2048" UUID="2023-08-08-01-19-05-00" LABEL="Ubuntu 22.04.3 LTS amd64" TYPE="iso9660" PTUUID="f45e2fa1-c5a6-4d79-876f-c8245af921e0" PTTYPE="gpt"

  sudo parted -l
  Model: ATA WDC WD2003FZEX-0 (scsi)
  Disk /dev/sda: 2000GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: msdos
  Disk Flags:

  Number  Start   End     Size    Type     File system  Flags
   1      1049kB  2000GB  2000GB  primary  ntfs         boot

  Model: ATA ST2000DM006-2DM1 (scsi)
  Disk /dev/sdb: 2000GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name                          Flags
   1      17.4kB  134MB   134MB                Microsoft reserved partition  msftres
   2      135MB   2000GB  2000GB  ntfs         Basic data partition          msftdata

  Model: ATA ST4000DM006-2G51 (scsi)
  Disk /dev/sdc: 4001GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name                          Flags
   1      17.4kB  16.8MB  16.8MB               Microsoft reserved partition  msftres
   2      16.8MB  4001GB  4001GB  ntfs         Basic data partition          msftdata

  Model: ATA Samsung SSD 850 (scsi)
  Disk /dev/sdd: 500GB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End    Size   File system  Name                          Flags
   1      17.4kB  134MB  134MB               Microsoft reserved partition  msftres
   2      135MB   500GB  500GB  ntfs         Basic data partition          msftdata

  Model: ATA CT240BX200SSD1 (scsi)
  Disk /dev/sde: 240GB
  Sector size (logical/physical): 512B/4096B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End    Size   File system  Name                  Flags
   1      1049kB  240GB  240GB  ntfs         Basic data partition  msftdata

  Model: ATA CT4000MX500SSD1 (scsi)
  Disk /dev/sdf: 4001GB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name  Flags
   1      1049kB  4001GB  4001GB  ntfs               msftdata

  Model: Linux device-mapper (linear) (dm)
  Disk /dev/mapper/ventoy: 5038MB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name       Flags
   1      32.8kB  5032MB  5032MB               ISO9660    hidden, msftdata
   2      5032MB  5037MB  5155kB               Appended2  boot, esp
   3      5037MB  5038MB  307kB                Gap1       hidden, msftdata

  Model: WD_BLACK SN750 SE NVMe 1TB (nvme)
  Disk /dev/nvme0n1: 1000GB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name        Flags
   1      1049kB  1000GB  1000GB  ntfs         SSD Game 3  msftdata

  Model: Kingston DataTraveler 3.0 (scsi)
  Disk /dev/sdg: 31.0GB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name     Flags
   1      1049kB  31.0GB  31.0GB               Ventoy   msftdata
   2      31.0GB  31.0GB  33.6MB  fat16        VTOYEFI  hidden, msftdata

  Model: CT1000P1SSD8 (nvme)
  Disk /dev/nvme1n1: 1000GB
  Sector size (logical/physical): 512B/512B
  Partition Table: gpt
  Disk Flags:

  Number  Start   End     Size    File system  Name                          Flags
   1      1049kB  106MB   105MB   fat32        EFI system partition          boot, esp
   2      106MB   123MB   16.8MB               Microsoft reserved partition  msftres
   3      123MB   536GB   536GB   ntfs         Basic data partition          msftdata
   4      536GB   537GB   635MB   ntfs                                       hidden, diag
   5      537GB   539GB   2500MB  ext4
   6      539GB   1000GB  461GB   ext4


  boot-repair-4ppa2056
  [20231024_2320]

  ============================== Boot Info Summary
  ===============================

   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/nvme0n1.
   => No boot loader is installed in the MBR of /dev/nvme1n1.
   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/sda.
   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/sdb.
   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/sdc.
   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/sdd.
   => No boot loader is installed in the MBR of /dev/sde.
   => Windows 7/8/10/11/2012 is installed in the MBR of /dev/sdf.
   => Grub2 (v2.00) is installed in the MBR of /dev/sdg and looks at sector 34 
      of the same hard drive for core.img. core.img is at this location and 
      looks for (,2)/grub. It also embeds following components:
      
      modules
      ---------------------------------------------------------------------------
      offsetio extcmd macho elf file gettext boot bufio verifiers crypto 
      terminal normal datetime date mmap drivemap blocklist archelp newc 
      vga_text relocator video chain ntldr search_label search_fs_file 
      search_fs_uuid search keylayouts at_keyboard pci usb usb_keyboard gcry_md5 
      hashsum gcry_crc gzio xzio lzopio lspci fshelp ext2 xfs acpi reboot 
      iso9660 gcry_sha1 div udf exfat font diskfilter raid6rec zstd btrfs ventoy 
      read halt video_fb vbe linux linux16 test true sleep echo bitmap gfxterm 
      bitmap_scale trig video_colors gfxmenu videotest videoinfo functional_test 
      videotest_checksum video_cirrus video_bochs vga minicmd help configfile tr 
      biosdisk disk ls tar zfs squash4 pbkdf2 gcry_sha512 password_pbkdf2 
      all_video png jpeg part_gpt part_msdos fat ntfs loopback 
      gfxterm_background procfs gfxterm_menu smbios
      ---------------------------------------------------------------------------

  nvme0n1p1:
  _____________________________________________________________________

      File system:       ntfs
      Boot sector type:  Unknown
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  nvme1n1p1:
  _____________________________________________________________________

      File system:       vfat
      Boot sector type:  Windows 8/10/11/2012: FAT32
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  nvme1n1p2:
  _____________________________________________________________________

      File system:       
      Boot sector type:  -
      Boot sector info: 

  nvme1n1p3:
  _____________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  Windows 10 or 11
      Boot files:        

  nvme1n1p4:
  _____________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  nvme1n1p5:
  _____________________________________________________________________

      File system:       ext4
      Boot sector type:  -
      Boot sector info: 
      Operating System:  
      Boot files:        

  nvme1n1p6:
  _____________________________________________________________________

      File system:       ext4
      Boot sector type:  Grub2 (v1.99-2.00)
      Boot sector info:  Grub2 (v2.00) is installed in the boot sector of 
                         nvme1n1p6 and looks at sector 1086490392 of the same 
                         hard drive for core.img. core.img is at this location 
                         and looks for (,gpt6)/boot/grub. It also embeds 
                         following components:
                         
                         modules
                         -------------------------------------------------------
                         fshelp ext2 part_gpt biosdisk
                         -------------------------------------------------------
      Operating System:  Ubuntu 22.04.3 LTS
      Boot files:        /etc/fstab /etc/default/grub 
                         /boot/grub/i386-pc/core.img

  sda1:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  sdb1:
  __________________________________________________________________________

      File system:       
      Boot sector type:  -
      Boot sector info: 

  sdb2:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  sdc1:
  __________________________________________________________________________

      File system:       
      Boot sector type:  -
      Boot sector info: 

  sdc2:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  According to the info in the boot sector, sdc2 has 
                         3519033343 sectors, but according to the info from 
                         fdisk, it has 7814000639 sectors.
      Operating System:  
      Boot files:        

  sdd1:
  __________________________________________________________________________

      File system:       
      Boot sector type:  -
      Boot sector info: 

  sdd2:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  sde1:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Windows 8/10/11/2012: NTFS
      Boot sector info:  No errors found in the Boot Parameter Block.
      Operating System:  
      Boot files:        

  sdf1:
  __________________________________________________________________________

      File system:       ntfs
      Boot sector type:  Unknown
      Boot sector info:  According to the info in the boot sector, sdf1 has 
                         3519066111 sectors, but according to the info from 
                         fdisk, it has 7814033407 sectors.
      Operating System:  
      Boot files:        

  sdg1:
  __________________________________________________________________________

      File system:       exfat
      Boot sector type:  -
      Boot sector info: 
      Mounting failed:   mount: /mnt/BootInfo/sdg1: /dev/sdg1 already mounted or mount point busy.

  sdg2:
  __________________________________________________________________________

      File system:       iso9660
      Boot sector type:  Grub2 (v1.99-2.00)
      Boot sector info:  Grub2 (v1.99-2.00) is installed in the boot sector of 
                         sdg2 and looks at sector 0 of the same hard drive for 
                         core.img, but core.img can not be found at this 
                         location.
      Operating System:  
      Boot files:        

  
  ================================ 3 OS detected =================================

  OS#1:   Ubuntu 22.04.3 LTS on nvme1n1p6
  OS#2:   Windows 10 (boot) on sda1
  OS#3:   Windows 10 or 11 on nvme1n1p3

  ================================ Host/Hardware
  =================================

  CPU architecture: 64-bit
  Video: GA102 [GeForce RTX 3080] from NVIDIA Corporation
  Live-session OS is Ubuntu 64-bit (Ubuntu 22.04.3 LTS, jammy, x86_64)

  ===================================== UEFI
  =====================================

  BIOS/UEFI firmware: 2401(5.12) from American Megatrends Inc.
  The firmware is EFI-compatible, but this live-session is in Legacy/BIOS/CSM mode (not in EFI mode).

  
  64349b3622c65f495a99dbf6102496e3   nvme1n1p1/Boot/bootx64.efi
  a9c517741ac31962d7feb152948ad1ee   nvme1n1p1/Boot/fbx64.efi
  a660182adef313615746a665966d2ccc   nvme1n1p1/Boot/mmx64.efi
  a1da253696a304dce6b4668b70151c0e   nvme1n1p1/ubuntu/grubx64.efi
  a660182adef313615746a665966d2ccc   nvme1n1p1/ubuntu/mmx64.efi
  64349b3622c65f495a99dbf6102496e3   nvme1n1p1/ubuntu/shimx64.efi
  433224d074127c34064dfa0d732a9977   nvme1n1p1/Microsoft/Boot/bootmgfw.efi
  32f69782c9966aee03f44d5ec4ad6711   nvme1n1p1/Microsoft/Boot/bootmgr.efi
  b8796e68099026aabcebb8fcf75b21f6   nvme1n1p1/Microsoft/Boot/cbmr_driver.efi

  ============================= Drive/Partition Info
  =============================

  Disks info:
  ____________________________________________________________________

  nvme0n1	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes
  nvme1n1	: is-GPT,	no-BIOSboot,	has---ESP, 	not-usb,	not-mmc, has-os,	has-win,	2048 sectors * 512 bytes
  sda	: notGPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, has-os,	no-wind,	2048 sectors * 512 bytes
  sdb	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	34 sectors * 512 bytes
  sdc	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	34 sectors * 512 bytes
  sdd	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	34 sectors * 512 bytes
  sde	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes
  sdf	: is-GPT,	no-BIOSboot,	has-noESP, 	not-usb,	not-mmc, no-os,	no-wind,	2048 sectors * 512 bytes

  Partitions info (1/3):
  _________________________________________________________

  nvme0n1p1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  nvme1n1p1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	not-far
  nvme1n1p3	: is-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  nvme1n1p4	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  nvme1n1p5	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  nvme1n1p6	: is-os,	64, apt-get,	signed grub-pc grub-efi ,	grub2,	grub-install,	grubenv-ok,	update-grub,	farbios
  sda1	: is-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  sdb2	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  sdc2	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  sdd2	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  sde1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios
  sdf1	: no-os,	64, nopakmgr,	no-docgrub,	nogrub,	nogrubinstall,	no-grubenv,	noupdategrub,	farbios

  Partitions info (2/3):
  _________________________________________________________

  nvme0n1p1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  nvme1n1p1	: is---ESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  nvme1n1p3	: isnotESP,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  nvme1n1p4	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	recovery-or-hidden,	no-bmgr,	notwinboot
  nvme1n1p5	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  nvme1n1p6	: isnotESP,	fstab-has-goodEFI,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  sda1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	bootmgr,	is-winboot
  sdb2	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  sdc2	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  sdd2	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  sde1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot
  sdf1	: isnotESP,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot

  Partitions info (3/3):
  _________________________________________________________

  nvme0n1p1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme0n1
  nvme1n1p1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme1n1
  nvme1n1p3	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme1n1
  nvme1n1p4	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme1n1
  nvme1n1p5	: maybesepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	nvme1n1
  nvme1n1p6	: not--sepboot,	with-boot,	fstab-without-boot,	not-sep-usr,	with--usr,	fstab-without-usr,	std-grub.d,	nvme1n1
  sda1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sda
  sdb2	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdb
  sdc2	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdc
  sdd2	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdd
  sde1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sde
  sdf1	: not--sepboot,	no---boot,	part-has-no-fstab,	not-sep-usr,	no---usr,	part-has-no-fstab,	no--grub.d,	sdf

  fdisk -l (filtered):
  ___________________________________________________________

  Disk nvme1n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
  Disk identifier: 28277475-C1E9-4104-A06F-DE6C002DC54C
                 Start        End    Sectors   Size Type
  nvme1n1p1       2048     206847     204800   100M EFI System
  nvme1n1p2     206848     239615      32768    16M Microsoft reserved
  nvme1n1p3     239616 1047332863 1047093248 499.3G Microsoft basic data
  nvme1n1p4 1047332864 1048573951    1241088   606M Windows recovery environment
  nvme1n1p5 1048573952 1053456383    4882432   2.3G Linux filesystem
  nvme1n1p6 1053456384 1953523711  900067328 429.2G Linux filesystem
  Disk nvme0n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
  Disk identifier: 3D2912F2-85EF-46E6-8F83-4CA62F2D58AE
            Start        End    Sectors   Size Type
  nvme0n1p1  2048 1953523711 1953521664 931.5G Microsoft basic data
  Disk sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
  Disk identifier: 0x9bf3974e
        Boot Start        End    Sectors  Size Id Type
  sda1  *     2048 3907028991 3907026944  1.8T  7 HPFS/NTFS/exFAT
  Disk sdb: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
  Disk identifier: EA6CE911-7FF9-4A55-8275-DDC0345EAAC8
         Start        End    Sectors  Size Type
  sdb1      34     262177     262144  128M Microsoft reserved
  sdb2  264192 3907026943 3906762752  1.8T Microsoft basic data
  Disk sdc: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
  Disk identifier: D8C01544-0BF7-4939-9A6B-31CA2CA87982
        Start        End    Sectors  Size Type
  sdc1     34      32767      32734   16M Microsoft reserved
  sdc2  32768 7814033407 7814000640  3.6T Microsoft basic data
  Disk sdd: 465.76 GiB, 500107862016 bytes, 976773168 sectors
  Disk identifier: AC9B0D55-FE4A-4B0E-9A76-CFCE00F8F5C0
         Start       End   Sectors   Size Type
  sdd1      34    262177    262144   128M Microsoft reserved
  sdd2  264192 976771071 976506880 465.6G Microsoft basic data
  Disk sde: 223.57 GiB, 240057409536 bytes, 468862128 sectors
  Disk identifier: 67D5547B-3D04-45C9-BB3E-44990AD3E623
        Start       End   Sectors   Size Type
  sde1   2048 468860927 468858880 223.6G Microsoft basic data
  Disk sdf: 3.64 TiB, 4000787030016 bytes, 7814037168 sectors
  Disk identifier: D535FFB1-F111-4325-A477-76420AFC984F
        Start        End    Sectors  Size Type
  sdf1   2048 7814035455 7814033408  3.6T Microsoft basic data
  Disk sdg: 28.9 GiB, 31029460992 bytes, 60604416 sectors
  Disk identifier: BFA74F62-AE4F-4FEE-876C-9DFE86EE6054
           Start      End  Sectors  Size Type
  sdg1      2048 60538839 60536792 28.9G Microsoft basic data
  sdg2  60538840 60604375    65536   32M Microsoft basic data
  Disk mapper/ventoy: 4.69 GiB, 5037662208 bytes, 9839184 sectors
  Disk identifier: F45E2FA1-C5A6-4D79-876F-C8245AF921E0
                        Start     End Sectors  Size Type
  mapper/ventoy-part1      64 9828451 9828388  4.7G Microsoft basic data
  mapper/ventoy-part2 9828452 9838519   10068  4.9M EFI System
  mapper/ventoy-part3 9838520 9839119     600  300K Microsoft basic data

  parted -lm (filtered):
  _________________________________________________________

  sda:2000GB:scsi:512:4096:msdos:ATA WDC WD2003FZEX-0:;
  1:1049kB:2000GB:2000GB:ntfs::boot;
  sdb:2000GB:scsi:512:4096:gpt:ATA ST2000DM006-2DM1:;
  1:17.4kB:134MB:134MB::Microsoft reserved partition:msftres;
  2:135MB:2000GB:2000GB:ntfs:Basic data partition:msftdata;
  sdc:4001GB:scsi:512:4096:gpt:ATA ST4000DM006-2G51:;
  1:17.4kB:16.8MB:16.8MB::Microsoft reserved partition:msftres;
  2:16.8MB:4001GB:4001GB:ntfs:Basic data partition:msftdata;
  sdd:500GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
  1:17.4kB:134MB:134MB::Microsoft reserved partition:msftres;
  2:135MB:500GB:500GB:ntfs:Basic data partition:msftdata;
  sde:240GB:scsi:512:4096:gpt:ATA CT240BX200SSD1:;
  1:1049kB:240GB:240GB:ntfs:Basic data partition:msftdata;
  sdf:4001GB:scsi:512:512:gpt:ATA CT4000MX500SSD1:;
  1:1049kB:4001GB:4001GB:ntfs::msftdata;
  mapper/ventoy:5038MB:dm:512:512:gpt:Linux device-mapper (linear):;
  1:32.8kB:5032MB:5032MB::ISO9660:hidden, msftdata;
  2:5032MB:5037MB:5155kB::Appended2:boot, esp;
  3:5037MB:5038MB:307kB::Gap1:hidden, msftdata;
  nvme0n1:1000GB:nvme:512:512:gpt:WD_BLACK SN750 SE NVMe 1TB:;
  1:1049kB:1000GB:1000GB:ntfs:SSD Game 3:msftdata;
  sdg:31.0GB:scsi:512:512:gpt:Kingston DataTraveler 3.0:;
  1:1049kB:31.0GB:31.0GB::Ventoy:msftdata;
  2:31.0GB:31.0GB:33.6MB:fat16:VTOYEFI:hidden, msftdata;
  nvme1n1:1000GB:nvme:512:512:gpt:CT1000P1SSD8:;
  1:1049kB:106MB:105MB:fat32:EFI system partition:boot, esp;
  2:106MB:123MB:16.8MB::Microsoft reserved partition:msftres;
  3:123MB:536GB:536GB:ntfs:Basic data partition:msftdata;
  4:536GB:537GB:635MB:ntfs::hidden, diag;
  5:537GB:539GB:2500MB:ext4::;
  6:539GB:1000GB:461GB:ext4::;

  blkid (filtered):
  ______________________________________________________________

  NAME        FSTYPE   UUID                                 PARTUUID                             LABEL                    PARTLABEL
  sda                                                                                                                     
  └─sda1      ntfs     28E3B7237E411C40                     9bf3974e-01                          HDD DATA                 
  sdb                                                                                                                     
  ├─sdb1                                                    e7fc0ba4-c3b4-477a-92c7-30f172832e7b                          Microsoft reserved partition
  └─sdb2      ntfs     D4C8F244C8F22500                     8edb37fb-a83c-4705-a258-53d08e1eff3c HDD Game 1               Basic data partition
  sdc                                                                                                                     
  ├─sdc1                                                    43f538e2-2716-437a-b711-2a51dd292a9b                          Microsoft reserved partition
  └─sdc2      ntfs     764455044454C90F                     f763108f-12d2-40f1-9005-3444b1121ac3 HDD Game 2               Basic data partition
  sdd                                                                                                                     
  ├─sdd1                                                    c8d59aff-f30c-42d5-a3cf-284996cfb6b7                          Microsoft reserved partition
  └─sdd2      ntfs     E21A1D271A1CF9ED                     cfe9134c-afcd-4de8-9eed-06fd0a2a03af DATA Windows             Basic data partition
  sde                                                                                                                     
  └─sde1      ntfs     38442B30442AEFF4                     c9594b38-8a69-4ff7-812c-99c738ae9fa0 SSD Game 3               Basic data partition
  sdf                                                                                                                     
  └─sdf1      ntfs     496253B42BDAC602                     0cc0492f-7e6c-40fa-843a-26c6199c6acb SSD Game 2               
  sdg                                                                                                                     
  ├─sdg1      exfat    4E21-0000                            78040b63-87bf-47da-ae25-2dc66e90d4fe Ventoy                   Ventoy
  │ └─ventoy                                                                                                              
  └─sdg2      iso9660  2023-08-08-01-19-05-00                                                    Ubuntu 22.04.3 LTS amd64 
  nvme1n1                                                                                                                 
  ├─nvme1n1p1 vfat     703A-257E                            185b6949-a1a7-4573-a010-c74c26c22999                          EFI system partition
  ├─nvme1n1p2                                               527421f3-4094-4bd4-88e7-837d7cb5fa9e                          Microsoft reserved partition
  ├─nvme1n1p3 ntfs     783E51B53E516D5E                     95dbc022-d907-419b-9768-a22199542b0a                          Basic data partition
  ├─nvme1n1p4 ntfs     6EB85171B85138B3                     5a26aa9c-47eb-4bf4-9b2d-508b8e99f805                          
  ├─nvme1n1p5 ext4     8987c7e8-adca-4eae-a838-19395068bf9e d334d4b2-3044-499e-a47d-8436c564ca6e                          
  └─nvme1n1p6 ext4     929024e7-86a2-47b2-8bb6-93130a7f7aca 707e774f-3b0e-424b-bbdf-7fcc88c6684e                          
  nvme0n1                                                                                                                 
  └─nvme0n1p1 ntfs     10CB637A2B61B81C                     98706d54-0a5f-4454-93ec-9ef69b9898ce SSD Game 1               SSD Game 3

  Mount points (filtered):
  _______________________________________________________

                             Avail Use% Mounted on
  /dev/mapper/ventoy             0 100% /cdrom
  /dev/nvme0n1p1            261.1G  72% /mnt/boot-sav/nvme0n1p1
  /dev/nvme1n1p1             63.6M  34% /mnt/boot-sav/nvme1n1p1
  /dev/nvme1n1p3            144.7G  71% /mnt/boot-sav/nvme1n1p3
  /dev/nvme1n1p4             76.7M  87% /mnt/boot-sav/nvme1n1p4
  /dev/nvme1n1p5              2.1G   0% /mnt/boot-sav/nvme1n1p5
  /dev/nvme1n1p6            390.2G   2% /mnt
  /dev/sda1                 542.2G  71% /mnt/boot-sav/sda1
  /dev/sdb2                   1.2T  34% /mnt/boot-sav/sdb2
  /dev/sdc2                   1.8T  52% /mnt/boot-sav/sdc2
  /dev/sdd2                 386.8G  17% /mnt/boot-sav/sdd2
  /dev/sde1                 219.5G   2% /mnt/boot-sav/sde1
  /dev/sdf1                   2.2T  40% /mnt/boot-sav/sdf1

  Mount options (filtered):
  ______________________________________________________

  
  ============================== ls -R /dev/mapper/ ==============================

  /dev/mapper:
  control
  ventoy

  ======================== nvme1n1p6/etc/fstab (filtered)
  ========================

  # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  # / was on /dev/nvme1n1p6 during installation
  UUID=929024e7-86a2-47b2-8bb6-93130a7f7aca /               ext4    errors=remount-ro 0       1
  # /boot/efi was on /dev/nvme1n1p1 during installation
  UUID=703A-257E  /boot/efi       vfat    umask=0077      0       1

  ==================== nvme1n1p6/etc/default/grub (filtered)
  =====================

  GRUB_DEFAULT=0
  GRUB_TIMEOUT_STYLE=hidden
  GRUB_TIMEOUT=0
  GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  GRUB_CMDLINE_LINUX=""

  ================= nvme1n1p6: Location of files loaded by Grub
  ==================

             GiB - GB             File                                 Fragment(s)
   518.079013824 = 556.283105280  boot/grub/i386-pc/core.img                     1
   512.816532135 = 550.632558592  boot/vmlinuz                                   1
   512.816532135 = 550.632558592  boot/vmlinuz-6.2.0-26-generic                  1
   863.518321991 = 927.195738112  boot/initrd.img                                1
   863.518321991 = 927.195738112  boot/initrd.img-6.2.0-26-generic               1
   863.518321991 = 927.195738112  boot/initrd.img.old                            1

  =================== nvme1n1p6: ls -l /etc/grub.d/ (filtered)
  ===================

  -rwxr-xr-x 1 root root 18683 Dec 18  2022 10_linux
  -rwxr-xr-x 1 root root 43031 Dec 18  2022 10_linux_zfs
  -rwxr-xr-x 1 root root 14387 Dec 18  2022 20_linux_xen
  -rwxr-xr-x 1 root root 13369 Dec 18  2022 30_os-prober
  -rwxr-xr-x 1 root root  1372 Dec 18  2022 30_uefi-firmware
  -rwxr-xr-x 1 root root   700 May 17 07:35 35_fwupd
  -rwxr-xr-x 1 root root   214 Dec 18  2022 40_custom
  -rwxr-xr-x 1 root root   215 Dec 18  2022 41_custom

  ================================= User choice
  ==================================

  Is there RAID on this computer? no


  Suggested repair:
  ______________________________________________________________

  The default repair of the Boot-Repair utility would reinstall the grub-efi of
  nvme1n1p6,
  using the following options:  nvme1n1p1/boot/efi
  Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file

  Blockers in case of suggested repair:
  __________________________________________

  The current session is in BIOS-compatibility mode. Please disable
  BIOS-compatibility/CSM/Legacy mode in your UEFI firmware, and use this
  software from a live-CD (or live-USB) that is compatible with UEFI
  booting mode. For example, use a live-USB of Boot-Repair-Disk-64bit
  (www.sourceforge.net/p/boot-repair-cd), after making sure your BIOS is
  set up to boot USB in EFI mode.

  Final advice in case of suggested repair:
  ______________________________________

  Please do not forget to make your UEFI firmware boot on the Ubuntu 22.04.3 LTS entry (nvme1n1p1/efi/****/grub****.efi (**** will be updated in the final message) file) !
  If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
  If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
  For example you can boot into Windows, then type the following command in an admin command prompt:
  bcdedit /set {bootmgr} path \EFI\****\grub****.efi (**** will be updated in the final message)
  The boot of your PC is in BIOS-compatibility/CSM/Legacy mode. You may want to retry after changing it to UEFI mode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/2040323/+subscriptions




More information about the foundations-bugs mailing list