Bug#773092: grub-efi-amd64: grub efi installation failure

Ian Campbell ijc at debian.org
Sun Dec 14 11:23:20 UTC 2014


On Sun, 2014-12-14 at 16:47 +0530, Ritesh Raj Sarraf wrote:
> On 12/14/2014 04:00 PM, Ian Campbell wrote:
> >> > /dev/sda2 on /boot/efi type vfat
> >> > (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
> > Did all of these options come from somewhere standard like d-i or did
> > you set them? I don't see them in current partman-efi.
> 
> 
> It should have come by the installer.
> 
> rrs at learner:/tmp$ cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # Use 'blkid' to print the universally unique identifier for a
> # device; this may be used with UUID= as a more robust way to name devices
> # that works even if disks are added and removed. See fstab(5).
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> /dev/mapper/LocalCrypt-ROOT /               ext4
> data=writeback,errors=remount-ro 0       1
> # /boot was on /dev/sda6 during installation
> UUID=33176b2c-e136-4c68-8a42-b11dfa8e052a /boot           ext4
> defaults        0       2
> # /boot/efi was on /dev/sda2 during installation
> UUID=5C4B-9790  /boot/efi       vfat    defaults        0       1
> /dev/mapper/LocalCrypt-SWAP none            swap    sw              0
>     0
> 
> 
> 
> Based on the fstab comments, it looks like installer's.

Ah, yes, I forgot that /proc/mounts would include all the in-kernel
defaults but was looking at the d-i code to write /etc/fstab which
doesn't.

Ian



More information about the Pkg-grub-devel mailing list