Hallo Forum,
nach der Installation von Opensuse 15 Leap auf einer neuen Platte wird das System nicht gestartet.
Die Platte wird zwar im BIOS richtig angezeigt, aber wird beim Systemstart nicht ausgewählt.
Es kann nur über dem Umweg der CD (starte installiertes System von Platte) gestartet werden.
Es ist ein Fujitsu Laptop ohne UEFI!
Ich weiß nicht weiter. Wer kann Hilfestellung geben?
nach der Installation von Opensuse 15 Leap auf einer neuen Platte wird das System nicht gestartet.
Die Platte wird zwar im BIOS richtig angezeigt, aber wird beim Systemstart nicht ausgewählt.
Es kann nur über dem Umweg der CD (starte installiertes System von Platte) gestartet werden.
Code:
linux-w11o:/etc/default # fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 30962153-D9BF-4CE1-8E99-5D07655C427B
Device Start End Sectors Size Type
/dev/sda1 2048 2099199 2097152 1G EFI System
/dev/sda2 2099200 85985279 83886080 40G Linux filesystem
/dev/sda3 85985280 102762495 16777216 8G Linux swap
/dev/sda4 102762496 973080575 870318080 415G Linux filesystem
/dev/sda5 973080576 974718975 1638400 800M BIOS boot
Disk /dev/mapper/cr-auto-1: 415 GiB, 445600759808 bytes, 870313984 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Code:
linux-w11o:/etc/default # cat grub
GRUB_DISTRIBUTOR=
GRUB_DEFAULT=saved
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/disk/by-id/ata-SanDisk_SDSSDH3500G_182235807610-part3 splash=silent quiet showopts"
GRUB_CMDLINE_LINUX="acpi_osi=linux"
# Uncomment to automatically save last booted menu entry in GRUB2 environment
# variable `saved_entry'
# GRUB_SAVEDEFAULT="true"
#Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
# GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
#Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL="gfxterm"
# The resolution used on graphical terminal
#note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE="auto"
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
# GRUB_DISABLE_LINUX_UUID=true
#Uncomment to disable generation of recovery mode menu entries
# GRUB_DISABLE_LINUX_RECOVERY="true"
#Uncomment to get a beep at grub start
# GRUB_INIT_TUNE="480 440 1"
GRUB_BACKGROUND=
GRUB_THEME=/boot/grub2/themes/openSUSE/theme.txt
SUSE_BTRFS_SNAPSHOT_BOOTING="true"
GRUB_DISABLE_OS_PROBER="false"
GRUB_ENABLE_CRYPTODISK="n"
GRUB_CMDLINE_XEN_DEFAULT="vga=gfx-1024x768x16"
Ich weiß nicht weiter. Wer kann Hilfestellung geben?