Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
add more info in title, optimize format of the content, add image
Source Link
Hurry Zeng
  • 1
  • 1
  • 1
  • 3

grub2 error disk hd0'hd0,msdos1msdos1' not found, ls shows no disk

3.1. erase /dev/sda in case there are old partitions on it: dd if=/dev/zero of=/dev/sda bs=1M count=1 3

3.2. Create 3 primary partitions on /dev/sda as dev/sda1,sda2,sda3 (the size is 100M, 30M and 70M), and toggle sda1 to be bootable

And the most strange thing is that ls command shows nothing in grub-rescue cli ---- as someone says, it should show disk list.

error after reboot

grub2 error disk hd0,msdos1 not found

3.1. erase /dev/sda in case there are old partitions on it: dd if=/dev/zero of=/dev/sda bs=1M count=1 3.2. Create 3 primary partitions on /dev/sda as dev/sda1,sda2,sda3 (the size is 100M, 30M and 70M), and toggle sda1 to be bootable

And the most strange thing is that ls command shows nothing in grub-rescue cli ---- as someone says, it should show disk list.

grub2 error disk 'hd0,msdos1' not found, ls shows no disk

3.1. erase /dev/sda in case there are old partitions on it: dd if=/dev/zero of=/dev/sda bs=1M count=1

3.2. Create 3 primary partitions on /dev/sda as dev/sda1,sda2,sda3 (the size is 100M, 30M and 70M), and toggle sda1 to be bootable

And the most strange thing is that ls command shows nothing in grub-rescue cli ---- as someone says, it should show disk list.

error after reboot

edited tags
Link
Hurry Zeng
  • 1
  • 1
  • 1
  • 3
deleted 1 character in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

I have googled a lot for this problem. I found this, but it didn't solve my problem. Other solutions suggest me to reinstall grub (run grub-install), which didn't help neitherwork either.

I have googled a lot for this problem. I found this, but it didn't solve my problem. Other solutions suggest me to reinstall grub (run grub-install), which didn't help neither.

I have googled a lot for this problem. I found this, but it didn't solve my problem. Other solutions suggest me to reinstall grub (run grub-install), which didn't work either.

deleted 68 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239
Loading
Source Link
Hurry Zeng
  • 1
  • 1
  • 1
  • 3
Loading