[Bug 1518293] Re: XPS13 9350 install failed cryptsetup lvm2 grub-install fails on /dev/nvme0n1 because CRYPTODISK is not enabled in /etc/default/grub
Tanguy Herrmann
1518293 at bugs.launchpad.net
Fri Nov 20 14:09:26 UTC 2015
Solved with
while true; do grep -q GRUB_ENABLE_CRYPTODISK /target/etc/default/grub ;
if [ -f /target/etc/default/grub -a "$?" != "0" ]; then echo
GRUB_ENABLE_CRYPTODISK=y >> /target/etc/default/grub; echo added; fi;
sleep 1s; done;
let's see if it boots!
--
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/1518293
Title:
XPS13 9350 install failed cryptsetup lvm2 grub-install fails on
/dev/nvme0n1 because CRYPTODISK is not enabled in /etc/default/grub
Status in grub-installer package in Ubuntu:
New
Bug description:
and by the way the GRUB_CRYPTODISK_ENABLE is said to be added to
/etc/default/grub with =1 whereas it waits for a =y
ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: ubiquity 2.21.37
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CasperVersion: 1.365
Date: Fri Nov 20 12:48:17 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
LANGUAGE=fr_FR.UTF-8
PATH=(custom, no user)
LANG=fr_FR.UTF-8
SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1518293/+subscriptions
More information about the foundations-bugs
mailing list