Eror disk lvmid... not found

Thoawen

New Member
Joined
Apr 29, 2022
Messages
5
Reaction score
0
Credits
31
Hello guys. Im noob on linux. Can u please help me.
20220429_224923.jpg
 


At the grub prompt type in
Code:
ls

you should get an output like (hd0) (hd0,msdos1)

now we need to find the boot directory

run ls {partition name] so if ls does indeed show (hd0,msdos1) that would be
Code:
ls (hd0,msdos1)
an example output should be - lost+found var/ dev/ run/ etc/ tmp/ sys/ proc/ usr/ boot/ home/ lib lib64 and so on what we are looking for is boot/

if it is there we now need to set the boot partition as the value of the root variable

Code:
set root=(hd0,msdos1)

now we need to load the normal boot mode

Code:
insmod normal

now start the normal boot mode

Code:
normal

now we can load the kernel

Code:
linux /boot/vmlinuz-yourkernelversion root=/dev/sda1 ro

example - linux /boot/vmlinuz-5.13.0-40-generic root=/dev/sda1 ro

issue the boot command
Code:
boot

and hopefully your system boots
 
At the grub prompt type in
Code:
ls

you should get an output like (hd0) (hd0,msdos1)

now we need to find the boot directory

run ls {partition name] so if ls does indeed show (hd0,msdos1) that would be
Code:
ls (hd0,msdos1)
an example output should be - lost+found var/ dev/ run/ etc/ tmp/ sys/ proc/ usr/ boot/ home/ lib lib64 and so on what we are looking for is boot/

if it is there we now need to set the boot partition as the value of the root variable

Code:
set root=(hd0,msdos1)

now we need to load the normal boot mode

Code:
insmod normal

now start the normal boot mode

Code:
normal

now we can load the kernel

Code:
linux /boot/vmlinuz-yourkernelversion root=/dev/sda1 ro

example - linux /boot/vmlinuz-5.13.0-40-generic root=/dev/sda1 ro

issue the boot command
Code:
boot

and hopefully your system boots
I allready try this and after insmod normal command I get unknow system file eror.
 
I allready try this and after insmod normal command I get unknow system file eror.
At the grub prompt type in
Code:
ls

you should get an output like (hd0) (hd0,msdos1)

now we need to find the boot directory

run ls {partition name] so if ls does indeed show (hd0,msdos1) that would be
Code:
ls (hd0,msdos1)
an example output should be - lost+found var/ dev/ run/ etc/ tmp/ sys/ proc/ usr/ boot/ home/ lib lib64 and so on what we are looking for is boot/

if it is there we now need to set the boot partition as the value of the root variable

Code:
set root=(hd0,msdos1)

now we need to load the normal boot mode

Code:
insmod normal

now start the normal boot mode

Code:
normal

now we can load the kernel

Code:
linux /boot/vmlinuz-yourkernelversion root=/dev/sda1 ro

example - linux /boot/vmlinuz-5.13.0-40-generic root=/dev/sda1 ro

issue the boot command
Code:
boot

and hopefully your system boots
1651354875614997475626375998011.jpg
 
I am assuming you do not have Windows on this machine?

Code:
set root=(hd0,1)
press Enter
Code:
set prefix=(hd0,1)/boot/grub
press Enter
Code:
insmod normal
press Enter
Code:
normal
press Enter
Code:
boot
once it boots then run
Code:
sudo update-grub
 
I am assuming you do not have Windows on this machine?

Code:
set root=(hd0,1)
press Enter
Code:
set prefix=(hd0,1)/boot/grub
press Enter
Code:
insmod normal
press Enter
Code:
normal
press Enter
Code:
boot
once it boots then run
Code:
sudo update-grub
Thanks its solved my problem.
 
Hola estimados, estuve revisando el mismo problema, que me pasa el mismo error, pero no puedo solucionarlo

uno de los detalles al seguir los pasos es el punto de:

ls

# que obtengo solo (hd0)
1666378372098.png

de antemano gracias por el apoyo
 
You should probably start a new thread and you should use a translator as this is an English-only site.
 

Members online


Top