F5F Stay Refreshed Software Operating Systems Error encountered in reading sector 0x0 from hd0

Error encountered in reading sector 0x0 from hd0

Error encountered in reading sector 0x0 from hd0

Pages (2): 1 2 Next
M
MDeku
Junior Member
43
11-23-2024, 01:00 PM
#1
You're encountering an issue where Manjaro fails to boot after installation, reporting a sector read error on the first disk. This could indicate a problem with the disk itself rather than just a configuration issue. Cleaning the disk and converting it to MBR doesn't seem to resolve the problem, so it's likely the drive is failing or has physical issues. Consider checking the disk's health using tools like CrystalDiskInfo and possibly replacing it if necessary.
M
MDeku
11-23-2024, 01:00 PM #1

You're encountering an issue where Manjaro fails to boot after installation, reporting a sector read error on the first disk. This could indicate a problem with the disk itself rather than just a configuration issue. Cleaning the disk and converting it to MBR doesn't seem to resolve the problem, so it's likely the drive is failing or has physical issues. Consider checking the disk's health using tools like CrystalDiskInfo and possibly replacing it if necessary.

O
Ondratra12
Member
190
12-01-2024, 01:58 AM
#2
No, the HDD was not converted to MBR after installing Manjaro.
O
Ondratra12
12-01-2024, 01:58 AM #2

No, the HDD was not converted to MBR after installing Manjaro.

T
Tijeyd
Member
189
12-02-2024, 10:45 AM
#3
T
Tijeyd
12-02-2024, 10:45 AM #3

C
CatNinjaXD
Member
208
12-02-2024, 11:09 AM
#4
The drive was created using Manjaro during setup. Mounting it from a live system should allow access to its files.
C
CatNinjaXD
12-02-2024, 11:09 AM #4

The drive was created using Manjaro during setup. Mounting it from a live system should allow access to its files.

D
DeMoMisTy
Member
173
12-02-2024, 03:11 PM
#5
Yeah it works great too. I swapped in a different SSD and it installed just perfectly. So maybe my SSD is dying or has something screwed up from a windows partition
D
DeMoMisTy
12-02-2024, 03:11 PM #5

Yeah it works great too. I swapped in a different SSD and it installed just perfectly. So maybe my SSD is dying or has something screwed up from a windows partition

J
jrobbs7
Member
235
12-08-2024, 02:15 PM
#6
It's tough to determine, but you could run some checks on the disk using tools like CrystaldiskInfo.
J
jrobbs7
12-08-2024, 02:15 PM #6

It's tough to determine, but you could run some checks on the disk using tools like CrystaldiskInfo.

R
Retweeting
Junior Member
32
12-09-2024, 10:12 PM
#7
I performed the task on Windows. The tools like Crystal, SMART, and Samsung magician confirmed the drive is okay.
R
Retweeting
12-09-2024, 10:12 PM #7

I performed the task on Windows. The tools like Crystal, SMART, and Samsung magician confirmed the drive is okay.

E
Explor
Member
58
12-10-2024, 05:27 PM
#8
It seems there might have been an issue during the setup. If you attempt to retry and encounter the same problem, we could investigate further. GRUB can sometimes be tricky to troubleshoot.
E
Explor
12-10-2024, 05:27 PM #8

It seems there might have been an issue during the setup. If you attempt to retry and encounter the same problem, we could investigate further. GRUB can sometimes be tricky to troubleshoot.

M
momomc1
Junior Member
6
12-10-2024, 11:06 PM
#9
I used it three times but it kept failing. People suggest updating the grub, though I’m not very comfortable with the grub console.
M
momomc1
12-10-2024, 11:06 PM #9

I used it three times but it kept failing. People suggest updating the grub, though I’m not very comfortable with the grub console.

S
sniperboy650
Senior Member
735
12-10-2024, 11:54 PM
#10
You can upgrade Grub from a live setup, often preferring a clean Arch installer for quicker boot times. However, I'm confident Manjaro can achieve similar results. Launch a terminal, mount your root partition (e.g., /mnt), then chroot into it: sudo arch-chroot. Once logged in to your system, run the commands to update the grub package with pacman and reinstall it to the drive: grub-install /dev/sdX. Make sure /dev/sdX refers to the entire disk, not just a partition. To verify the drive name, use fdisk -l. Restart the process and regenerate the grub configuration with grub-mkconfig -o /boot/grub/grub.cfg. After completion, the system will be updated and ready. The fstab file contents are available in /etc/fstab; feel free to share them.
S
sniperboy650
12-10-2024, 11:54 PM #10

You can upgrade Grub from a live setup, often preferring a clean Arch installer for quicker boot times. However, I'm confident Manjaro can achieve similar results. Launch a terminal, mount your root partition (e.g., /mnt), then chroot into it: sudo arch-chroot. Once logged in to your system, run the commands to update the grub package with pacman and reinstall it to the drive: grub-install /dev/sdX. Make sure /dev/sdX refers to the entire disk, not just a partition. To verify the drive name, use fdisk -l. Restart the process and regenerate the grub configuration with grub-mkconfig -o /boot/grub/grub.cfg. After completion, the system will be updated and ready. The fstab file contents are available in /etc/fstab; feel free to share them.

Pages (2): 1 2 Next