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 | boot-repair-4ppa203 [20230224_1437]
============================== Boot Info Summary ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and looks
for
(lvmid/wfD8li-4Cw1-7pfe-gUj6-Wato-fwDR-ckrTBf/tEKNXo-RC5i-6cth-Z1Tr-5qVa-r8
eV-XjiNGj)/boot/grub. It also embeds following components:
modules
---------------------------------------------------------------------------
fshelp ext2 part_msdos diskfilter lvm biosdisk
---------------------------------------------------------------------------
sda1: __________________________________________________________________________
File system: LVM2_member
Boot sector type: -
Boot sector info:
================================ 1 OS detected =================================
OS#1: Ubuntu 22.04.2 LTS on mapper/ubuntu--vg-root
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller from Intel Corporation
Live-session OS is Ubuntu 64-bit (Ubuntu 18.04.2 LTS, bionic, x86_64)
===================================== UEFI =====================================
BIOS/UEFI firmware: 0605 from American Megatrends Inc.
This live-session is in Legacy/BIOS/CSM mode (not in EFI mode).
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
sda : notGPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
mapper/ubuntu--vg-root : is-os, 64, apt-get, grub-pc , grub2, grub-install, grubenv-ok, update-grub, not-far
Partitions info (2/3): _________________________________________________________
mapper/ubuntu--vg-root : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
mapper/ubuntu--vg-root : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, sda
fdisk -l (filtered): ___________________________________________________________
Disk sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Disk identifier: 0x92f1c7d7
Boot Start End Sectors Size Id Type
sda1 * 2048 488396799 488394752 232.9G 8e Linux LVM
Disk mapper/ubuntu--vg-root: 231.9 GiB, 249028411392 bytes, 486383616 sectors
Disk mapper/ubuntu--vg-swap_1: 980 MiB, 1027604480 bytes, 2007040 sectors
parted -lm (filtered): _________________________________________________________
sda:250GB:scsi:512:512:msdos:ATA Samsung SSD 840:;
1:1049kB:250GB:250GB:::boot, lvm;
mapper/ubuntu--vg-swap_1:1028MB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:1028MB:1028MB:linux-swap(v1)::;
mapper/ubuntu--vg-root:249GB:dm:512:512:loop:Linux device-mapper (linear):;
1:0.00B:249GB:249GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
└─sda1 LVM2_member sHOiDy-APUj-wwUV-AOCV-oAnN-bPKR-TRmJYI 92f1c7d7-01
├─ubuntu--vg-root ext4 bd865639-070d-41cf-b11b-e43f83ca66cb
└─ubuntu--vg-swap_1 swap 7858999e-e6ac-4bb4-a941-0566eaecb3da
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/mapper/ubuntu--vg-root 183.1G 14% /mnt/boot-sav/mapper/ubuntu--vg-root
Mount options (filtered): ______________________________________________________
============================== ls -R /dev/mapper/ ==============================
/dev/mapper:
control
ubuntu--vg-root
ubuntu--vg-swap_1
================================= User choice ==================================
Is there RAID on this computer? no
==================== blkid (filtered) before lvm activation ====================
/dev/sr0: UUID="2019-02-15-07-07-36-00" LABEL="Remastered Ubuntu LiveCD" TYPE="iso9660"
/dev/sda1: UUID="sHOiDy-APUj-wwUV-AOCV-oAnN-bPKR-TRmJYI" TYPE="LVM2_member" PARTUUID="92f1c7d7-01"
/dev/mapper/ubuntu--vg-root: UUID="bd865639-070d-41cf-b11b-e43f83ca66cb" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="7858999e-e6ac-4bb4-a941-0566eaecb3da" TYPE="swap"
================================ LVM activation ================================
modprobe dm-mod
vgscan --mknodes
Reading volume groups from cache.
Found volume group "ubuntu-vg" using metadata type lvm2
vgchange -ay
2 logical volume(s) in volume group "ubuntu-vg" now active
lvscan
ACTIVE '/dev/ubuntu-vg/root' [<231.93 GiB] inherit
ACTIVE '/dev/ubuntu-vg/swap_1' [980.00 MiB] inherit
blkid -g
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility will purge (in order to enable-lvm) and reinstall the grub-pc of
mapper/ubuntu--vg-root into the MBR of sda.
Grub-efi will not be selected by default because no ESP detected.
Additional repair will be performed: unhide-bootmenu-10s
|