• Home
  • Downloads
  • Contact Us
  • Report Broken Link
Sunday, May 11, 2025
  • Login
lessons4you.info
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link
No Result
View All Result
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link
No Result
View All Result
Lessons4you.info
No Result
View All Result

Convert an MP3 File to WAV Format Linux (Debian/ubuntu/CentOS)

sudo: unknown user: root (Linux/ubuntu/Debian/CentOS)

Grub 2 Error: Invalid Signature press any key to continue…

by
December 11, 2021
in Uncategorized
Reading Time: 1 min read
A A
Share on FacebookShare on Twitter

Grub 2 Error Booting Windows:

1
2
3
4
 
Error: Invalid Signature
press any key to continue...
 

Solution
Step-1: Find UUID by running the command:

1
2
3
 
$ sudo blkid
 

1
2
3
4
5
6
 
/dev/sda1: UUID="6b37e778-0fd6-470f-b65b-4f922e720b42" TYPE="ext4"
/dev/sda5: UUID="7a721379-43f5-4752-9a46-f0f9f3fa14e3" TYPE="swap"
/dev/sda6: UUID="73f63f9c-bfe2-4d85-a7fb-557a19617884" TYPE="ext4"
/dev/sdb1: LABEL="iSHY-EHDD" UUID="687D0AAA333A2C12" TYPE="ntfs"
 

Step-2: Edit 40_custom grub file:

1
2
3
 
$ sudo vi /etc/grub/40_custom
 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
 
menuentry "Windows 8" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 687D0AAA333A2C12
chainloader +1
}
 

It would boot from the /dev/sdb1 drive.
Step-3: It will add the new entry in the grub.

1
2
3
4
 
$ sudo grub-mkconfig
$ sudo update-grub2
 

Tags: GRUB 2
Previous Post

Convert an MP3 File to WAV Format Linux (Debian/ubuntu/CentOS)

Next Post

sudo: unknown user: root (Linux/ubuntu/Debian/CentOS)

Related Posts

How To Install The TWRP Recovery on Xiaomi Redmi 1s
Uncategorized

How To Install The TWRP Recovery on Xiaomi Redmi 1s

May 14, 2022
MIUI Collection Of Gapps (2.3.x – 5.0.x)
Uncategorized

MIUI Collection Of Gapps (2.3.x – 5.0.x)

May 14, 2022
Download Android 5.1.x Lollipop PA Gapps
Uncategorized

Download Android 5.1.x Lollipop PA Gapps

May 15, 2022
Download gapps for Android 5.1 Lollipop Cyanogemod 12.1
Uncategorized

Download gapps for Android 5.1 Lollipop Cyanogemod 12.1

May 14, 2022
Reddit AMA with OxygenOS Team OnePlus
Uncategorized

Reddit AMA with OxygenOS Team OnePlus

May 14, 2022
How to Remove Adobe Updater from OS X Menu Bar?
Uncategorized

How to Remove Adobe Updater from OS X Menu Bar?

July 19, 2023
Next Post

sudo: unknown user: root (Linux/ubuntu/Debian/CentOS)

  • Home
  • Downloads
  • Contact Us
  • Report Broken Link

© 2022 lessons4you.info

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Videos
  • Downloads
  • Help
    • Contact Us
    • Report Broken Link

© 2022 lessons4you.info