Skip to content

sanboot GPT iscsi target (UEFI part. + NTFS part.) and grub4dos UEFI #1185

Discussion options

You must be logged in to vote

I found the issue.

grub4dos UEFI could see both partitions but could not read the NTFS filesystem.

It turns out that changing the block size of the backing store device in the definition of the iscsi target in Linux from 4096 to the legacy value of 512 did the trick:

<target iqn.2024-04.net.vn:hdd>
  <backing-store /srv/disks/hdd.img>
    block-size 512
  </backing-store>
</target>

Using 512, grub4dos UEFI can now read the NTFS on the second partition, load the VHD, map it to memory, and boot from it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@matteoguglielmi
Comment options

@NiKiZe
Comment options

@matteoguglielmi
Comment options

Answer selected by mcb30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants