0 Mitglieder und 1 Gast betrachten dieses Thema.
## DO NOT EDIT THIS FILE## It is automatically generated by grub-mkconfig using templates# from /etc/grub.d and settings from /etc/default/grub#### BEGIN /etc/grub.d/00_header ###if [ -s $prefix/grubenv ]; then set have_grubenv=true load_envfiif [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=trueelse set default="0"fiif [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id"else menuentry_id_option=""fiexport menuentry_id_optionif [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=truefifunction savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi}function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi}function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi}if [ x$feature_default_font_path = xy ] ; then font=unicodeelseinsmod part_gptinsmod ext2if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99eelse search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99efi font="/usr/share/grub/unicode.pf2"fiif loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=de_DE insmod gettextfiterminal_output gfxtermif [ "${recordfail}" = 1 ] ; then set timeout=30else if [ x$feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # Fallback hidden-timeout code in case the timeout_style feature is # unavailable. elif sleep --interruptible 0 ; then set timeout=0 fifi### END /etc/grub.d/00_header ###### BEGIN /etc/grub.d/05_debian_theme ###set menu_color_normal=white/blackset menu_color_highlight=black/light-gray### END /etc/grub.d/05_debian_theme ###### BEGIN /etc/grub.d/10_linux ###function gfxmode { set gfxpayload="${1}" if [ "${1}" = "keep" ]; then set vt_handoff=vt.handoff=1 else set vt_handoff= fi}if [ "${recordfail}" != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fielse set linux_gfx_mode=textfiexport linux_gfx_modemenuentry 'Linux Mint 19 Cinnamon' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6785f8db-ade0-443e-9e8e-154988a1d99e' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e else search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e fi linux /boot/vmlinuz-4.15.0-20-generic root=UUID=6785f8db-ade0-443e-9e8e-154988a1d99e ro quiet splash $vt_handoff initrd /boot/initrd.img-4.15.0-20-generic}submenu 'Erweiterte Optionen für Linux Mint 19 Cinnamon' $menuentry_id_option 'gnulinux-advanced-6785f8db-ade0-443e-9e8e-154988a1d99e' { menuentry 'Linux Mint 19 Cinnamon, mit Linux 4.15.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-advanced-6785f8db-ade0-443e-9e8e-154988a1d99e' { recordfail load_video gfxmode $linux_gfx_mode insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e else search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e fi echo 'Linux 4.15.0-20-generic wird geladen …' linux /boot/vmlinuz-4.15.0-20-generic root=UUID=6785f8db-ade0-443e-9e8e-154988a1d99e ro quiet splash $vt_handoff echo 'Initiale Ramdisk wird geladen …' initrd /boot/initrd.img-4.15.0-20-generic } menuentry 'Linux Mint 19 Cinnamon, mit Linux 4.15.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-20-generic-recovery-6785f8db-ade0-443e-9e8e-154988a1d99e' { recordfail load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e else search --no-floppy --fs-uuid --set=root 6785f8db-ade0-443e-9e8e-154988a1d99e fi echo 'Linux 4.15.0-20-generic wird geladen …' linux /boot/vmlinuz-4.15.0-20-generic root=UUID=6785f8db-ade0-443e-9e8e-154988a1d99e ro recovery nomodeset echo 'Initiale Ramdisk wird geladen …' initrd /boot/initrd.img-4.15.0-20-generic }}### END /etc/grub.d/10_linux ###### BEGIN /etc/grub.d/20_linux_xen ###### END /etc/grub.d/20_linux_xen ###### BEGIN /etc/grub.d/20_memtest86+ ###### END /etc/grub.d/20_memtest86+ ###### BEGIN /etc/grub.d/30_os-prober ###menuentry 'Windows Boot Manager (auf /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-E25C-CC41' { insmod part_gpt insmod fat if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root E25C-CC41 else search --no-floppy --fs-uuid --set=root E25C-CC41 fi chainloader /efi/Microsoft/Boot/bootmgfw.efi}set timeout_style=menuif [ "${timeout}" = 0 ]; then set timeout=10fi### END /etc/grub.d/30_os-prober ###### BEGIN /etc/grub.d/30_uefi-firmware ###menuentry 'System setup' $menuentry_id_option 'uefi-firmware' { fwsetup}### END /etc/grub.d/30_uefi-firmware ###### BEGIN /etc/grub.d/40_custom #### This file provides an easy way to add custom menu entries. Simply type the# menu entries you want to add after this comment. Be careful not to change# the 'exec tail' line above.### END /etc/grub.d/40_custom ###### BEGIN /etc/grub.d/41_custom ###if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfgelif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg;fi### END /etc/grub.d/41_custom ###
mount: boot/efi: der Einhängepunkt ist nicht vorhanden
sudo parted --list
wie mache ich ein "copy" im Terminal?
Hi,Strg + c KopierenStrg + v Einfügen
Fehler: /dev/sda: unbekannte PartitionstabelleModell: ATA CT1000MX500SSD1 (scsi) Festplatte /dev/sda: 1000GBSektorgröße (logisch/physisch): 512B/4096BPartitionstabelle: unknownDisk-Flags: Modell: Intenso Rainbow Line (scsi)Festplatte /dev/sdb: 16,0GBSektorgröße (logisch/physisch): 512B/512BPartitionstabelle: gptDisk-Flags: Nummer Anfang Ende Größe Dateisystem Name Flags 1 32,8kB 184kB 152kB Gap0 versteckt, msftdata 2 184kB 3133kB 2949kB EFI boot partition boot, versteckt, esp 3 3133kB 20,6MB 17,4MB hfs+ Gap1 versteckt, msftdataModell: NVMe Device (nvme)Festplatte /dev/nvme0n1: 512GBSektorgröße (logisch/physisch): 512B/512BPartitionstabelle: gptDisk-Flags: Nummer Anfang Ende Größe Dateisystem Name Flags 1 1049kB 106MB 105MB fat32 EFI system partition boot, esp 2 106MB 240MB 134MB Microsoft reserved partition msftres 3 240MB 229GB 228GB ntfs Basic data partition msftdata 5 229GB 229GB 1049kB bios_grub 6 229GB 494GB 266GB ext4 4 494GB 512GB 17,7GB ntfs Basic data partition msftdata
Was noch zu klären wäre, warum ich auch ein mac os X in 32 und 64bit auswählen kann
sudo update-grub
# /dev/nvme0n1p1UUID=xxxxxxxxx /boot/efi vfat umask=000,shortname=mixed,quiet,utf8 0 0
sudo blkid