Bobzock
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Tach zusammen,
Linuxneuling kommt nach der Installation nicht weiter: Hab mich bisher über die einfache Installation über den USB Stick an meinem alten Rechner gefreut, dafür extra eine neue SSD eingebaut, aber der Boot läuft nicht. Ohne USB Stick kommt der Rechner nicht über das anfängliche HP Zeichen hinweg und startet immer wieder neu. Ansonsten bootet der PC nur über den Stick. Über den Stick bin ich bereits zum Boot Repair gekommen: https://paste.ubuntu.com/p/FNx9txmpyw/ hatte mich aber noch nicht geschafft darüber die Reperatur zu schaffen. Hier die Daten zum Rechner:
- **Hardware Model:** Hewlett-Packard HP ProDesk 405 G2 MT
- **Memory:** 16.0 GiB
- **Processor:** AMD A8-6410 APU with AMD Radeon™ R5 Graphics × 4
- **Graphics:** NV126
- **Disk Capacity:** 500.1 GB Liebe Grüße
|
schwarzheit
Supporter
Anmeldungsdatum: 31. Dezember 2007
Beiträge: 3790
|
Starte vom Stick und installiere Inxi
sudo apt install inxi
und dann zeige uns, hier im Forum als Codeblock formatiert, die vollständige Ein- und Ausgabe dieser Befehle:
| inxi -Fz
sudo parted --list
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
|
(Befehle bitte einzeln nacheinander ausführen. Benutze Kopieren
Strg +
C und Einfügen
Strg +
V . Im Terminal braucht es zusätzlich die
⇧ -Taste.)
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85 | ubuntu@ubuntu:~$ inxi -Fz
System:
Kernel: 6.11.0-17-generic arch: x86_64 bits: 64
Desktop: GNOME v: 46.0 Distro: Ubuntu 24.04.2 LTS (Noble Numbat)
Machine:
Type: Desktop System: Hewlett-Packard product: HP ProDesk 405 G2 MT v: N/A
serial: <superuser required>
Mobo: Hewlett-Packard model: 2240 v: 1.0 serial: <superuser required>
UEFI: AMI v: 02.11 date: 01/08/2015
CPU:
Info: quad core model: AMD A8-6410 APU with AMD Radeon R5 Graphics bits: 64
type: MCP cache: L2: 2 MiB
Speed (MHz): avg: 998 min/max: 1000/2000 cores: 1: 998 2: 998 3: 998
4: 1000
Graphics:
Device-1: NVIDIA GM206 [GeForce GTX 950] driver: nouveau v: kernel
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: nouveau gpu: nouveau
resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: nouveau,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.5 compat-v: 4.3 vendor: mesa v: 24.2.8-1ubuntu1~24.04.1
renderer: NV126
Audio:
Device-1: AMD FCH Azalia driver: snd_hda_intel
Device-2: NVIDIA GM206 High Definition Audio driver: snd_hda_intel
API: ALSA v: k6.11.0-17-generic status: kernel-api
Server-1: PipeWire v: 1.0.5 status: active
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
Local Storage: total: 495.06 GiB used: 11.7 GiB (2.4%)
ID-1: /dev/sda vendor: Samsung model: SSD 870 EVO 500GB size: 465.76 GiB
ID-2: /dev/sdb vendor: Intenso model: Slim Line size: 29.3 GiB type: USB
Partition:
ID-1: / size: 7.78 GiB used: 295.3 MiB (3.7%) fs: overlay source: ERR-102
ID-2: /var/log size: 22.85 GiB used: 19.5 MiB (0.1%) fs: ext4
dev: /dev/sdb4
Swap:
Alert: No swap data was found.
Sensors:
System Temperatures: cpu: 29.0 C mobo: N/A gpu: nouveau temp: 51.0 C
Fan Speeds (rpm): N/A gpu: nouveau fan: 0
Info:
Memory: total: 16 GiB available: 15.55 GiB used: 2.79 GiB (18.0%)
Processes: 275 Uptime: 1h 0m Shell: Bash inxi: 3.3.34
ubuntu@ubuntu:~$ sudo parted --list
Model: ATA Samsung SSD 870 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 1128MB 1127MB fat32 boot, esp
2 1128MB 3276MB 2147MB ext4
3 3276MB 500GB 497GB
Model: Intenso Slim Line (scsi)
Disk /dev/sdb: 31.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 32.8kB 6338MB 6338MB ISO9660 hidden, msftdata
2 6338MB 6343MB 5194kB Appended2 boot, esp
3 6343MB 6343MB 307kB Gap1 hidden, msftdata
4 6344MB 31.5GB 25.1GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-ubuntu--lv: 497GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 497GB 497GB ext4
ubuntu@ubuntu:~$ [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
UEFI
|
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Hey Leute, kleines Update nach dem Boot Repair.
Vor erneutem Boot wollte ich den Log einmal hier festhalten:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319 | boot-repair-4ppa2081 [20250323_1216]
============================= Boot Repair Summary ==============================
User choice:
Is there RAID on this computer? no
==================== blkid (filtered) before lvm activation ====================
/dev/mapper/ubuntu--vg-ubuntu--lv: UUID="e51ca48c-8ac1-4d25-8cfc-18789de5cb73" BLOCK_SIZE="4096" TYPE="ext4"
/dev/sda1: UUID="AD39-524D" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8dc65356-4c38-4814-ab9d-2bf0f2b2e735"
/dev/sda2: UUID="3c857b01-3a12-4d2f-a19d-719b9d7d4330" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="8a20b7d4-f919-4880-9b74-2b56bd8ce721"
/dev/sdb1: BLOCK_SIZE="2048" UUID="2025-02-15-09-15-26-00" LABEL="Ubuntu 24.04.2 LTS amd64" TYPE="iso9660" PARTLABEL="ISO9660" PARTUUID="b0ef6ca3-60d1-4a21-98d8-17c385a8b6f8"
/dev/sdb4: LABEL="writable" UUID="20296fcd-12f3-4af9-abd6-8ac027306e50" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7d9867bc-6c7f-4760-afa2-8ade1229d9c6"
/dev/sdb2: SEC_TYPE="msdos" LABEL_FATBOOT="ESP" LABEL="ESP" UUID="B5A5-8010" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="Appended2" PARTUUID="b0ef6ca3-60d1-4a21-98db-17c385a8b6f8"
/dev/sda3: UUID="miuLjF-sefy-z4Na-ckmu-hnTm-xck7-pvRhfv" TYPE="LVM2_member" PARTUUID="e1386735-bd69-4ac4-a79c-0d642208d1e7"
/dev/sdb3: PARTLABEL="Gap1" PARTUUID="b0ef6ca3-60d1-4a21-98da-17c385a8b6f8"
================================ LVM activation ================================
modprobe dm-mod
vgscan --mknodes
Found volume group "ubuntu-vg" using metadata type lvm2
vgchange -ay
1 logical volume(s) in volume group "ubuntu-vg" now active
lvscan
ACTIVE '/dev/ubuntu-vg/ubuntu-lv' [<462.71 GiB] inherit
blkid -g
[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
[dmraid -sa -c] no
[dmraid -sa -c] raid
[dmraid -sa -c] disks
modprobe: FATAL: Module efivars not found in directory /lib/modules/6.11.0-17-generic
=================== /boot detected. Please check the options.
Recommended repair: ____________________________________________________________
The default repair of the Boot-Repair utility will purge (in order to enable-lvm) and reinstall the grub-efi of
mapper/ubuntu--vg-ubuntu--lv,
using the following options: sda2/boot sda1/boot/efi
Additional repair will be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
rm /mnt/boot-sav/sda1/efi/Boot/bootx64.efi
mv /mnt/boot-sav/sda1/efi/Boot/bkpbootx64.efi /mnt/boot-sav/sda1/efi/Boot/bootx64.efi
Mount /dev/sda2 on /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot
Mount /dev/sda1 on /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot/efi
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv apt-get -y update
Purge the GRUB of /dev/mapper/ubuntu--vg-ubuntu--lv
grub-efi available
The following package was automatically installed and is no longer required:
mokutil
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 129 not upgraded.
DEBCHECK debOK, grub-efi
DEBCHECK debOK
Please type: sudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" dpkg --configure -ansudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get install -fynsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get install -y lvm2nsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get purge --allow-remove-essential -y grub-com*nsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get purge --allow-remove-essential -y grub2-com*nsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get purge --allow-remove-essential -y shim-signednsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get purge --allow-remove-essential -y grub-common:*nsudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get purge --allow-remove-essential -y grub2-common:*n
Then type: sudo chroot "/mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv" apt-get install -y grub-efi
Unhide GRUB boot menu in mapper/ubuntu--vg-ubuntu--lv/etc/default/grub
========= Reinstall the grub-efi of /dev/mapper/ubuntu--vg-ubuntu--lv ==========
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv grub-install --version
grub-install (GRUB) 2.12-1ubuntu7.1
modprobe: FATAL: Module efivars not found in directory /lib/modules/6.11.0-17-generic
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv modprobe efivars
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv efibootmgr -v (filtered) before grub install
EFI variables are not supported on this system.
error trace:
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv uname -r
6.11.0-17-generic
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
df /dev/sda1
mv /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot/efi/EFI/Boot/bkpbootx64.efi
cp /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot/efi/efi/ubuntu/grubx64.efi /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv/boot/efi/EFI/Boot/bootx64.efi
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv grub-install --efi-directory=/boot/efi --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: EFI variables cannot be set on this system.
grub-install: warning: You will have to complete the GRUB setup manually.
Installation finished. No error reported.
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv efibootmgr -v (filtered) after grub install
EFI variables are not supported on this system.
error trace:
Warning: NVram is locked (Ubuntu not found in efibootmgr).
chroot /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv update-grub
Sourcing file `/etc/default/grub'
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39928: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39928: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39931: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39931: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39935: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39935: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39938: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39938: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39973: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 39973: /usr/sbin/grub-probe
Found linux image: /boot/vmlinuz-6.11.0-17-generic
Found initrd image: /boot/initrd.img-6.11.0-17-generic
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 40162: /usr/sbin/grub-probe
File descriptor 63 (pipe:[95454]) leaked on vgs invocation. Parent PID 40162: /usr/sbin/grub-probe
Adding boot menu entry for UEFI Firmware Settings ...
Boot successfully repaired.
Locked-NVram detected. Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04.2 LTS entry (sda1/efi/ubuntu/grubx64.efi file) !
============================ Boot Info After Repair ============================
=> No boot loader is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/grub.cfg
sda3: __________________________________________________________________________
File system: LVM2_member
Boot sector type: -
Boot sector info:
sdb: ___________________________________________________________________________
File system: iso9660
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sdb and looks at sector 0 of the same hard drive for
core.img, but core.img can not be found at this
location.
Mounting failed: mount: /mnt/BootInfo/FD/sdb: /dev/sdb already mounted or mount point busy.
dmesg(1) may have more information after failed mount system call.
================================ 1 OS detected =================================
OS#1 (linux): Ubuntu 24.04.2 LTS on mapper/ubuntu--vg-ubuntu--lv
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GM206 [GeForce GTX 950] from NVIDIA Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 24.04.2 LTS, noble, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 02.11(4.6) from AMI
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled (confirmed by mokutil).
Timeout: 0 seconds
BootOrder: 0000,0001,0002,0009,0006,0005,0008
Boot0000* Ubuntu HD(1,GPT,8dc65356-4c38-4814-ab9d-2bf0f2b2e735,0x800,0x219800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)0000424f
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)0000424f
Boot0005 USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)0000424f
Boot0006 Hard Drive BBS(HD,,0x0)0000474f00004e4faf000000000000006f0049006e00740065006e0073006f00200053006c0069006d0020004c0069006e0065002000310031003000300000000501090002000000007fff040002010c00d041030a000000000101060000100305060001007fff040001044200ef47642dc93ba041ac194d51d01b4ce649006e00740065006e0073006f00200053006c0069006d0020004c0069006e0065002000310031003000300000007fff04000000424f00004e4fb5000000000000006f00530061006d00730075006e006700200053005300440020003800370030002000450056004f0020003500300030004700420000000501090002000000007fff040002010c00d041030a0000000001010600001103120a000000ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce636005300590050004c004e005800300030004200330035003500320020004a00200020002000200000007fff04000000424f
Boot0008 Realtek PXE B02 D00 BBS(Network,,0x0)0000424f
Boot0009* UEFI: Intenso Slim Line 1100 PciRoot(0x0)/Pci(0x10,0x0)/USB(1,0)/HD(2,GPT,b0ef6ca3-60d1-4a21-98db-17c385a8b6f8,0xbce0b4,0x27a0)0000424f
df697393036a90b6a84d524ce39ec945 sda1/BOOT/bkpbootx64.efi
df697393036a90b6a84d524ce39ec945 sda1/BOOT/bootx64.efi
39bc76ff6662f4fbe9aa116e4c997b41 sda1/BOOT/fbx64.efi
4ba5a5aad43c197e9fb58b76b404d287 sda1/BOOT/mmx64.efi
df697393036a90b6a84d524ce39ec945 sda1/ubuntu/grubx64.efi
4ba5a5aad43c197e9fb58b76b404d287 sda1/ubuntu/mmx64.efi
07e25dcaf57c776875f78fa36827c58e sda1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
mapper/ubuntu--vg-ubuntu--lv : is-os, 64, apt-get, signed grub-efi , grub2, grub-install, no-grubenv, update-grub, not-far
sda1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, grubenv-ok, noupdategrub, not-far
Partitions info (2/3): _________________________________________________________
mapper/ubuntu--vg-ubuntu--lv : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, ext4
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, vfat
sda2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, ext4
Partitions info (3/3): _________________________________________________________
mapper/ubuntu--vg-ubuntu--lv : not--sepboot, no---boot, fstab-has-goodBOOT, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sda2 : is---sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: 16AEAB77-89DA-4B32-A89E-F4799787B3BC
Start End Sectors Size Type
sda1 2048 2203647 2201600 1G EFI System
sda2 2203648 6397951 4194304 2G Linux filesystem
sda3 6397952 976771071 970373120 462.7G Linux filesystem
Disk mapper/ubuntu--vg-ubuntu--lv: 462.71 GiB, 496827891712 bytes, 970366976 sectors
Disk sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors
Disk identifier: B0EF6CA3-60D1-4A21-98D9-17C385A8B6F8
Start End Sectors Size Type
sdb1 64 12378291 12378228 5.9G Microsoft basic data
sdb2 12378292 12388435 10144 5M EFI System
sdb3 12388436 12389035 600 300K Microsoft basic data
sdb4 12390400 61437951 49047552 23.4G Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:gpt:ATA Samsung SSD 870:;
1:1049kB:1128MB:1127MB:fat32::boot, esp;
2:1128MB:3276MB:2147MB:ext4::;
3:3276MB:500GB:497GB:::;
sdb:31.5GB:scsi:512:512:gpt:Intenso Slim Line:;
1:32.8kB:6338MB:6338MB::ISO9660:hidden, msftdata;
2:6338MB:6343MB:5194kB::Appended2:boot, esp;
3:6343MB:6343MB:307kB::Gap1:hidden, msftdata;
4:6344MB:31.5GB:25.1GB:ext4::;
mapper/ubuntu--vg-ubuntu--lv:497GB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:497GB:497GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat AD39-524D 8dc65356-4c38-4814-ab9d-2bf0f2b2e735
├─sda2 ext4 3c857b01-3a12-4d2f-a19d-719b9d7d4330 8a20b7d4-f919-4880-9b74-2b56bd8ce721
└─sda3 LVM2_member miuLjF-sefy-z4Na-ckmu-hnTm-xck7-pvRhfv e1386735-bd69-4ac4-a79c-0d642208d1e7
└─ubuntu--vg-ubuntu--lv ext4 e51ca48c-8ac1-4d25-8cfc-18789de5cb73
sdb iso9660 2025-02-15-09-15-26-00 Ubuntu 24.04.2 LTS amd64
├─sdb1 iso9660 2025-02-15-09-15-26-00 b0ef6ca3-60d1-4a21-98d8-17c385a8b6f8 Ubuntu 24.04.2 LTS amd64 ISO9660
├─sdb2 vfat B5A5-8010 b0ef6ca3-60d1-4a21-98db-17c385a8b6f8 ESP Appended2
├─sdb3 b0ef6ca3-60d1-4a21-98da-17c385a8b6f8 Gap1
└─sdb4 ext4 20296fcd-12f3-4af9-abd6-8ac027306e50 7d9867bc-6c7f-4760-afa2-8ade1229d9c6 writable
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/mapper/ubuntu--vg-ubuntu--lv 419.5G 3% /mnt/boot-sav/mapper/ubuntu--vg-ubuntu--lv
/dev/sda1 1G 1% /mnt/boot-sav/sda1
/dev/sda2 1.7G 6% /mnt/boot-sav/sda2
/dev/sdb1 0 100% /cdrom
efivarfs 47.3K 59% /sys/firmware/efi/efivars
Mount options (filtered): ______________________________________________________
/dev/mapper/ubuntu--vg-ubuntu--lv ext4 rw,relatime
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda2 ext4 rw,relatime
/dev/sdb1 iso9660 ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
ubuntu--vg-ubuntu--lv
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 3c857b01-3a12-4d2f-a19d-719b9d7d4330 root hd0,gpt2
set prefix=($root)'/grub'
configfile $prefix/grub.cfg
======================== sda2/grub/grub.cfg (filtered) =========================
Ubuntu e51ca48c-8ac1-4d25-8cfc-18789de5cb73
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
1.191192627 = 1.279033344 grub/grub.cfg 1
2.963504791 = 3.182039040 vmlinuz 1
2.963504791 = 3.182039040 vmlinuz-6.11.0-17-generic 1
2.963504791 = 3.182039040 vmlinuz.old 1
3.040565491 = 3.264782336 initrd.img 2
3.040565491 = 3.264782336 initrd.img-6.11.0-17-generic 2
3.040565491 = 3.264782336 initrd.img.old 2
|
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Hallo Bobzock, sehe ich das richtig, dass dein Problem seit dem 26. Februar ungelöst ist und du noch keine Hilfe erhalten hast?
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Das ist richtig. War ziemlich enttäuscht. Da ist die gothic community schneller gewesen, wenn das Spiel mal wieder nicht startete. Wegen Zeitmangel hab ich mich bisher noch nicht selbst mit der Problemlösung beschäftigen können. Heute hatte ich endlich Zeit dazu. Und jetzt wirds witzig:
Boot repair hat geklappt. Ubuntu läuft, aber ich hab das Passwort vergessen(kann nach einem Monat passieren).
Habs jetzt nochmal neu installiert.
Aber booten funktioniert jetzt wieder nicht, trotz erneutem Boot repair.
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Hier der neue Boot Repair Log:
https://paste.ubuntu.com/p/ZkySS6CH8K/
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211 | boot-repair-4ppa2081 [20250323_1350]
============================== Boot Info Summary ===============================
=> No boot loader is installed in the MBR of /dev/sda.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/bkpbootx64.efi /efi/BOOT/bootx64.efi
/efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 24.04.2 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
sdb: ___________________________________________________________________________
File system: iso9660
Boot sector type: Grub2 (v1.99-2.00)
Boot sector info: Grub2 (v1.99-2.00) is installed in the boot sector of
sdb and looks at sector 0 of the same hard drive for
core.img, but core.img can not be found at this
location.
Mounting failed: mount: /mnt/BootInfo/FD/sdb: /dev/sdb already mounted or mount point busy.
dmesg(1) may have more information after failed mount system call.
================================ 1 OS detected =================================
OS#1 (linux): Ubuntu 24.04.2 LTS on sda2
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: GM206 [GeForce GTX 950] from NVIDIA Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 24.04.2 LTS, noble, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 02.11(4.6) from AMI
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled (confirmed by mokutil).
Timeout: 0 seconds
BootOrder: 0000,0001,0002,0009,0006,0005,0008
Boot0000* Ubuntu HD(1,GPT,c64e8c8e-12d5-4fd9-8558-7f6f1597bc8e,0x800,0x219800)/File(\EFI\ubuntu\shimx64.efi)
Boot0001* USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)0000424f
Boot0002* USB Hard Drive VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)0000424f
Boot0005 USB Floppy/CD VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)0000424f
Boot0006 Hard Drive BBS(HD,,0x0)0000474f00004e4faf000000000000006f0049006e00740065006e0073006f00200053006c0069006d0020004c0069006e0065002000310031003000300000000501090002000000007fff040002010c00d041030a000000000101060000100305060001007fff040001044200ef47642dc93ba041ac194d51d01b4ce649006e00740065006e0073006f00200053006c0069006d0020004c0069006e0065002000310031003000300000007fff04000000424f00004e4fb5000000000000006f00530061006d00730075006e006700200053005300440020003800370030002000450056004f0020003500300030004700420000000501090002000000007fff040002010c00d041030a0000000001010600001103120a000000ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce636005300590050004c004e005800300030004200330035003500320020004a00200020002000200000007fff04000000424f
Boot0008 Realtek PXE B02 D00 BBS(Network,,0x0)0000424f
Boot0009* UEFI: Intenso Slim Line 1100 PciRoot(0x0)/Pci(0x10,0x0)/USB(1,0)/HD(2,GPT,b0ef6ca3-60d1-4a21-98db-17c385a8b6f8,0xbce0b4,0x27a0)0000424f
07e25dcaf57c776875f78fa36827c58e sda1/BOOT/bkpbootx64.efi
07e25dcaf57c776875f78fa36827c58e sda1/BOOT/bootx64.efi
39bc76ff6662f4fbe9aa116e4c997b41 sda1/BOOT/fbx64.efi
4ba5a5aad43c197e9fb58b76b404d287 sda1/BOOT/mmx64.efi
df697393036a90b6a84d524ce39ec945 sda1/ubuntu/grubx64.efi
4ba5a5aad43c197e9fb58b76b404d287 sda1/ubuntu/mmx64.efi
07e25dcaf57c776875f78fa36827c58e sda1/ubuntu/shimx64.efi
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
sda1 : no-os, 64, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda2 : is-os, 64, apt-get, signed grub-efi , grub2, grub-install, grubenv-ok, update-grub, end-after-100GB
Partitions info (2/3): _________________________________________________________
sda1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, vfat
sda2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, ext4
Partitions info (3/3): _________________________________________________________
sda1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, sda
sda2 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk identifier: CCA42EE1-4A5F-4F30-888F-13B4C8299467
Start End Sectors Size Type
sda1 2048 2203647 2201600 1G EFI System
sda2 2203648 976771071 974567424 464.7G Linux filesystem
Disk sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors
Disk identifier: B0EF6CA3-60D1-4A21-98D9-17C385A8B6F8
Start End Sectors Size Type
sdb1 64 12378291 12378228 5.9G Microsoft basic data
sdb2 12378292 12388435 10144 5M EFI System
sdb3 12388436 12389035 600 300K Microsoft basic data
sdb4 12390400 61437951 49047552 23.4G Linux filesystem
parted -lm (filtered): _________________________________________________________
sda:500GB:scsi:512:512:gpt:ATA Samsung SSD 870:;
1:1049kB:1128MB:1127MB:fat32::boot, esp;
2:1128MB:500GB:499GB:ext4::;
sdb:31.5GB:scsi:512:512:gpt:Intenso Slim Line:;
1:32.8kB:6338MB:6338MB::ISO9660:hidden, msftdata;
2:6338MB:6343MB:5194kB::Appended2:boot, esp;
3:6343MB:6343MB:307kB::Gap1:hidden, msftdata;
4:6344MB:31.5GB:25.1GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat 9254-2B67 c64e8c8e-12d5-4fd9-8558-7f6f1597bc8e
└─sda2 ext4 72d7d1d7-3460-4bd8-9ebb-0e7f4f3d1e2e e6e74e4d-308d-48d0-ba5d-2efde60f84b2
sdb iso9660 2025-02-15-09-15-26-00 Ubuntu 24.04.2 LTS amd64
├─sdb1 iso9660 2025-02-15-09-15-26-00 b0ef6ca3-60d1-4a21-98d8-17c385a8b6f8 Ubuntu 24.04.2 LTS amd64 ISO9660
├─sdb2 vfat B5A5-8010 b0ef6ca3-60d1-4a21-98db-17c385a8b6f8 ESP Appended2
├─sdb3 b0ef6ca3-60d1-4a21-98da-17c385a8b6f8 Gap1
└─sdb4 ext4 20296fcd-12f3-4af9-abd6-8ac027306e50 7d9867bc-6c7f-4760-afa2-8ade1229d9c6 writable
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/sda1 1G 1% /mnt/boot-sav/sda1
/dev/sda2 421.2G 3% /mnt/boot-sav/sda2
/dev/sdb1 0 100% /cdrom
efivarfs 38.9K 66% /sys/firmware/efi/efivars
Mount options (filtered): ______________________________________________________
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda2 ext4 rw,relatime
/dev/sdb1 iso9660 ro,noatime,nojoliet,check=s,map=n,blocksize=2048,iocharset=utf8
===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================
search.fs_uuid 72d7d1d7-3460-4bd8-9ebb-0e7f4f3d1e2e root hd0,gpt2
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
====================== sda2/boot/grub/grub.cfg (filtered) ======================
Ubuntu 72d7d1d7-3460-4bd8-9ebb-0e7f4f3d1e2e
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
========================== sda2/etc/fstab (filtered) ===========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/72d7d1d7-3460-4bd8-9ebb-0e7f4f3d1e2e / ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/swap.img none swap sw 0 0
UUID=9254-2B67 /boot/efi vfat defaults 0 1
======================= sda2/etc/default/grub (filtered) =======================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_OS_PROBER=false
==================== sda2: Location of files loaded by Grub ====================
GiB - GB File Fragment(s)
385.189037323 = 413.593579520 boot/grub/grub.cfg 1
12.947868347 = 13.902667776 boot/vmlinuz 1
12.947868347 = 13.902667776 boot/vmlinuz-6.11.0-19-generic 1
12.947868347 = 13.902667776 boot/vmlinuz.old 1
6.301952362 = 6.766669824 boot/initrd.img 2
105.300327301 = 113.065365504 boot/initrd.img-6.11.0-17-generic 1
6.301952362 = 6.766669824 boot/initrd.img-6.11.0-19-generic 2
6.301952362 = 6.766669824 boot/initrd.img.old 2
===================== sda2: ls -l /etc/grub.d/ (filtered) ======================
-rwxr-xr-x 1 root root 18133 Sep 11 2024 10_linux
-rwxr-xr-x 1 root root 43202 Sep 11 2024 10_linux_zfs
-rwxr-xr-x 1 root root 14513 Sep 11 2024 20_linux_xen
-rwxr-xr-x 1 root root 786 Sep 11 2024 25_bli
-rwxr-xr-x 1 root root 13120 Sep 11 2024 30_os-prober
-rwxr-xr-x 1 root root 1174 Sep 11 2024 30_uefi-firmware
-rwxr-xr-x 1 root root 722 Dec 5 15:53 35_fwupd
-rwxr-xr-x 1 root root 214 Sep 11 2024 40_custom
-rwxr-xr-x 1 root root 215 Sep 11 2024 41_custom
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would reinstall the grub-efi of
sda2,
using the following options: sda1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file restore-efi-backups
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04.2 LTS entry (sda1/efi/****/grub****.efi (**** will be updated in the final message) file) !
|
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Ich finde es schon auffällig, dass es auch nach der zweiten Installation nicht bootet. Damit ich alles richtig verstehe: die SSD ist neu, zuvor war dort eine andere SSD oder eine HDD verbaut? hast du jemals nach dem Einbau der SSD die umgangssprachlich noch immer BIOS genannten UEFI-Einstellungen angesehen und angepasst?
Eventuell erlaubt das UEFI schlicht nicht das Booten von der neuen SSD, weil du die neue SSD noch nicht als erstes oder zweites (nach dem USB-Stick) Bootmedium eingetragen hast?
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Aus deinem letzten Reparaturversuch: > 34 Mounting failed: mount: /mnt/BootInfo/FD/sdb: /dev/sdb already mounted or mount point busy Die 500GB SSD ist doch sda, nicht sdb. sdb ist der Bootstick. Grub gehört somit auf sda.
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Ich habs geschafft zu booten, musste aber manuell ubuntu starten.
Nach dem ersten und zweiten Boot Repair kam noch folgende Nachricht: Locked-NVram detected Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04.02 LTS entry(sda1/efi/ubuntu/grubx64.efi file)!
Nun zu den Fragen:
Vorher war es eine HDD Ich habe bei den Versuchen sicherlich irgendetwas in den UEFI einstellungen gemacht, aber daran kann ich mich nicht mehr erinnern. auf der letzten HDD war Windows 8 installiert Kann ich nicht sagen, ob Secure Boot drauf war
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Bobzock schrieb: Nach dem ersten und zweiten Boot Repair kam noch folgende Nachricht: Locked-NVram detected Please do not forget to make your UEFI firmware boot on the Ubuntu 24.04.02 LTS entry(sda1/efi/ubuntu/grubx64.efi file)!
Diese Meldung lässt darauf schließen, dass die UEFI-Einstellungen suboptimal sind. Also nochmal überprüfen und anpassen. Die UEFI firmware ist das was die meisten Leute noch immer als BIOS bezeichnen.
|
Bobzock
(Themenstarter)
Anmeldungsdatum: 26. Februar 2025
Beiträge: 8
|
Was meinst du mit suboptimal?
Ich habe die Bootreihenfolge angepasst, aber das ändert nichts.
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Bobzock schrieb: Was meinst du mit suboptimal?
Ich hatte das auch noch nicht. Aber es deutet für mich alles auf ein Problem hin, wie hier: Ubuntu Boot Repair Locked NVRAM Detected | Fixed beschrieben und gelöst.
|
adelaar
Anmeldungsdatum: 23. November 2024
Beiträge: 429
|
Hallo Bobzock, ich hoffe ich habe dich jetzt mit meinem Verweis auf dieses englischsprachige Supportforum nicht vollends verschreckt. Ich bin mir aber ziemlich sicher, dass der Grund für deine Probleme in der UEFI-Firmware (BIOS) zu finden ist. Solltest du mit den Infos aus dem englischsprachigen Supportforum nicht zum Erfolg kommen, so rate ich dir hier im Forum noch ein neues Thema zu eröffnen, mit deutlichem Bezug in der Überschrift zur Fehlermeldung "Locked-NVram detected" und "Boot Repair", sowie dem Hinweis dass eine neue SSD verbaut wurde. Ab Morgen würdest du dann sehr wahrscheinlich mit qualifizierteren Antworten als meiner rechnen können. Gestern und heute sind/waren nämlich in Karl-Marx-Stadt die Linux-Tage und ich denke mir, dass viele die dir hier sonst qualifiziert helfen könnten dort zu finden waren/sind.
|