Problems using software-RAID assembled by Intel C600-Controller
Thomas Lange
lange at informatik.uni-koeln.de
Fri Feb 22 14:21:14 CET 2019
>>>>> On Fri, 22 Feb 2019 13:56:10 +0100, Sven Schumacher <schumacher at tfd.uni-hannover.de> said:
> the fai-installed version of grub-efi seemed not to recognize /boot, if it is on the nvme in an
> ext4-partition... (perhaps missing modules, which couldn't be
> loaded, because "insmod efi, ext2 etc" where missing in the
> generated grub.conf or the "set root=(...)" for the nvme was
> wrong..I'm using.
This is my machine using UEFI booting from a NVMe device, without a
/boot partition, only /boot/efi
# df -hT|grep nvm
/dev/nvme0n1p2 ext4 364G 7.6G 338G 3% /
/dev/nvme0n1p1 vfat 511M 136K 511M 1% /boot/efi
But I use dracut, not initramfs-tools.
===== shell: GRUB_EFI/10-setup =====
ainsl: appending to /target/etc/default/grub: GRUB_DISABLE_OS_PROBER=true
Installing for x86_64-efi platform.
Installation finished. No error reported.
Grub installed on /dev/nvme0n1 = (hostdisk//dev/nvme0n1)
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.9.0-8-amd64
Found initrd image: /boot/initrd.img-4.9.0-8-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Adding boot menu entry for EFI firmware configuration
done
GRUB_EFI/10-setup OK.
My disk_var.sh:
SWAPLIST=${SWAPLIST:-"/dev/nvme0n1p3"}
BOOT_PARTITION=${BOOT_PARTITION:-/dev/nvme0n1p2}
ROOT_PARTITION=${ROOT_PARTITION:-UUID=5aa720f2-47ed-41e0-865f-5dd404b37d72}
BOOT_DEVICE=${BOOT_DEVICE:-"/dev/nvme0n1"}
ESP_DEVICE=${ESP_DEVICE:-/dev/nvme0n1p1}
> PS: If you will come to Hannover, Germany, sometime in the future, there will always be a coffee for you ;-)
Nice offer :-)
--
regards Thomas
More information about the linux-fai
mailing list