0 Mitglieder und 1 Gast betrachten dieses Thema.
mint@mint:~$ inxi -FzSystem: Host: mint Kernel: 4.15.0-20-generic x86_64 bits: 64 Desktop: Cinnamon 4.0.8 Distro: Linux Mint 19.1 Tessa Machine: Type: Laptop System: Acer product: TravelMate P658-G2-MG v: V1.01 serial: <filter> Mobo: KBL model: Draco_SK v: V1.01 serial: <filter> UEFI: Insyde v: 1.01 date: 01/05/2017 Battery: ID-1: BAT1 charge: 52.4 Wh condition: 52.4/55.5 Wh (94%) CPU: Topology: Dual Core model: Intel Core i5-7200U bits: 64 type: MT MCP L2 cache: 3072 KiB Speed: 700 MHz min/max: 400/3100 MHz Core speeds (MHz): 1: 700 2: 700 3: 700 4: 700 Graphics: Device-1: Intel HD Graphics 620 driver: i915 v: kernel Device-2: NVIDIA GM108M [GeForce 940MX] driver: nouveau v: kernel Display: x11 server: X.Org 1.19.6 driver: modesetting,nouveau unloaded: fbdev,vesa resolution: 1920x1080~60Hz OpenGL: renderer: Mesa DRI Intel HD Graphics 620 (Kaby Lake GT2) v: 4.5 Mesa 18.0.5 Audio: Device-1: Intel Sunrise Point-LP HD Audio driver: snd_hda_intel Sound Server: ALSA v: k4.15.0-20-generic Network: Device-1: Intel Ethernet I219-LM driver: e1000e IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full mac: <filter> Device-2: Intel Wireless 7265 driver: iwlwifi IF: wlp2s0 state: down mac: <filter> IF-ID-1: wwp0s20f0u9c2 state: down mac: <filter> Drives: Local Storage: total: 267.91 GiB used: 106.6 MiB (0.0%) ID-1: /dev/sda vendor: SK Hynix model: HFS256G39TND-N210A size: 238.47 GiB ID-2: /dev/sdb type: USB vendor: Transcend model: JetFlash Transcend 32GB size: 29.44 GiB Partition: ID-1: / size: 3.82 GiB used: 106.6 MiB (2.7%) fs: overlay source: ERR-102 Sensors: System Temperatures: cpu: 39.0 C mobo: 29.8 C Fan Speeds (RPM): N/A Info: Processes: 197 Uptime: 55m Memory: 7.65 GiB used: 1.01 GiB (13.2%) Shell: bash inxi: 3.0.27
mint@mint:~$ sudo fdisk -lFestplatte /dev/loop0: 1,6 GiB, 1689276416 Bytes, 3299368 SektorenEinheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 512 BytesE/A-Größe (minimal/optimal): 512 Bytes / 512 BytesFestplatte /dev/sda: 238,5 GiB, 256060514304 Bytes, 500118192 SektorenEinheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 4096 BytesE/A-Größe (minimal/optimal): 4096 Bytes / 4096 BytesFestplattenbezeichnungstyp: gptFestplattenbezeichner: 17C8F9B8-9B23-462A-9202-B1D1465C89A0Gerät Anfang Ende Sektoren Größe Typ/dev/sda1 2048 1050623 1048576 512M EFI-System/dev/sda2 1050624 500117503 499066880 238G Linux LVMFestplatte /dev/sdb: 29,4 GiB, 31608274944 Bytes, 61734912 SektorenEinheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 512 BytesE/A-Größe (minimal/optimal): 512 Bytes / 512 BytesFestplattenbezeichnungstyp: dosFestplattenbezeichner: 0x089d6e2fGerät Boot Anfang Ende Sektoren Größe Kn Typ/dev/sdb1 * 0 3463167 3463168 1,7G 0 Leer/dev/sdb2 896 5567 4672 2,3M ef EFI (FAT-12/16/32)Festplatte /dev/mapper/mint--vg-root: 230,1 GiB, 247065477120 Bytes, 482549760 SektorenEinheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 4096 BytesE/A-Größe (minimal/optimal): 4096 Bytes / 4096 BytesFestplatte /dev/mapper/mint--vg-swap_1: 7,9 GiB, 8430551040 Bytes, 16465920 SektorenEinheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 4096 BytesE/A-Größe (minimal/optimal): 4096 Bytes / 4096 Bytesmint@mint:~$
mint@mint:~$ sudo mount /dev/sda1 /mntmint@mint:~$ ls /mntEFImint@mint:~$ ls /mnt/EFIBOOT ubuntumint@mint:~$ ls /mnt/EFI/ubuntuBOOTX64.CSV fw fwupx64.efi grub.cfg grubx64.efi mmx64.efi shimx64.efi#In dem Beitrag war die Lösung secure Boot im BIOS-Menü auszuschalten. Das geht bei mir anscheinend nicht
sudo grub-install
sudo update-grub
sudo mount /dev/mapper/mint--vg-root /mnt
sudo mount /dev/sda1 /mnt/boot/efi
Code: [Auswählen]Partition: ID-1: / size: 3.82 GiB used: 106.6 MiB (2.7%) fs: overlay source: ERR-102
Partition: ID-1: / size: 3.82 GiB used: 106.6 MiB (2.7%) fs: overlay source: ERR-102
mint@mint:~$ sudo mount /dev/mapper/mint--vg-root /mntmint@mint:~$ sudo mount /dev/sda1 /mnt/boot/efimint@mint:~$ sudo mount -o bind /dev /mnt/devmint@mint:~$ sudo mount -o bind /sys /mnt/sysmint@mint:~$ sudo mount -t proc /proc /mnt/procmint@mint:~$ sudo cp /proc/mounts /mnt/etc/mtabcp: '/proc/mounts' und '/mnt/etc/mtab' sind die gleiche Dateimint@mint:~$ sudo mount --bind /run /mnt/runmint@mint:~$ sudo cp /proc/mounts /mnt/etc/mtabcp: '/proc/mounts' und '/mnt/etc/mtab' sind die gleiche Dateimint@mint:~$ sudo chroot /mnt /bin/bashroot@mint:/# grub-installx86_64-efi wird für Ihre Plattform installiert.File descriptor 4 (/dev/sda1) leaked on vgs invocation. Parent PID 2324: grub-installFile descriptor 4 (/dev/sda1) leaked on vgs invocation. Parent PID 2324: grub-installInstallation beendet. Keine Fehler aufgetreten.root@mint:/# update-grubSourcing file `/etc/default/grub'Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'GRUB-Konfigurationsdatei wird erstellt …Linux-Abbild gefunden: /boot/vmlinuz-4.15.0-20-genericinitrd-Abbild gefunden: /boot/initrd.img-4.15.0-20-genericgrub-probe: Fehler: Für /dev/sdb1 konnte kein GRUB-Laufwerk gefunden werden. Überprüfen Sie Ihre device.map.Hinzufügen des Boot-Menü Eintrages für die EFI Firmware Konfigurationerledigtroot@mint:/#
sudo efibootmgr -v
mint@mint:~$ sudo efibootmgr -vBootCurrent: 0000Timeout: 0 secondsBootOrder: 2001,2002,2003Boot0000* USB HDD: JetFlashTranscend 32GB PciRoot(0x0)/Pci(0x14,0x0)/USB(13,0)/HD(1,MBR,0x89d6e2f,0x380,0x1240)RCBoot0001* Unknown Device: HD(1,GPT,12c6f084-432b-4d1b-bf66-533c26c38de2,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RCBoot0002* ubuntu HD(1,GPT,12c6f084-432b-4d1b-bf66-533c26c38de2,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)Boot2001* EFI USB Device RCBoot2002* EFI DVD/CDROM RCBoot2003* EFI Network RC
Eventuell muss noch der ubuntu-Eintrag in der Bootreihenfolge des UEFI an die erste Stelle gesetzt werden.
sudo efibootmgr -o 0002,2001,2002,2003
Was muss ich machen um die Festplatte zu überprüfen?Welche Details zum Ablauf hättest Du gerne?
Ansonsten sind im Boot-Menü nur noch ...
sudo efibootmgr --bootnext 0002 && sudo reboot
mint@mint:~$ sudo efibootmgr -o 0002,2001,2002,2003BootCurrent: 0001Timeout: 0 secondsBootOrder: 0002,2001,2002,2003Boot0000* Unknown Device: Boot0001* USB HDD: JetFlashTranscend 32GBBoot0002* ubuntuBoot2001* EFI USB DeviceBoot2002* EFI DVD/CDROMBoot2003* EFI Networkmint@mint:~$
mint@mint:~$ sudo efibootmgr -vBootCurrent: 0001Timeout: 0 secondsBootOrder: 2001,2002,2003Boot0000* Unknown Device: HD(1,GPT,12c6f084-432b-4d1b-bf66-533c26c38de2,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)RCBoot0001* USB HDD: JetFlashTranscend 32GB PciRoot(0x0)/Pci(0x14,0x0)/USB(13,0)/HD(1,MBR,0x89d6e2f,0x380,0x1240)RCBoot0002* ubuntu HD(1,GPT,12c6f084-432b-4d1b-bf66-533c26c38de2,0x800,0x100000)/File(\EFI\ubuntu\shimx64.efi)Boot2001* EFI USB Device RCBoot2002* EFI DVD/CDROM RCBoot2003* EFI Network RCmint@mint:~$
...Hat jemand noch eine Idee?...