#you need to load the kernel first; kernel panic! unable to mount root fs on unknown-block(0,0)

1 messages · Page 1 of 1 (latest)

visual escarp
#

specs:
acer predator helios 300 laptop
nvidia graphics
intel cpu
sata ssd

problem: I cannot boot into arch after installation. All goes well until it’s time to boot without the live USB.

my „fixes” to resolve the issue:

  • disabling secure boot
  • checking to see if drive is correctly enabled in bios
  • reinstalling grub
  • regenerating initramfs
  • running pacman -S linux linux-firmware
  • retrying the install using a new USB formatted with rufus on windows using DD mode on a cleared SSD that I tested for corruption in my windows machine

any information will help cause i have never been able to actually install linux on any computer - always ends up not booting and i just reinstall windows lol 😔😔

visual escarp
#

after another reinstall however this time using archinstall this is what i got

quick crescent
wanton turtleBOT
#

#18416 📣 1. Boot your PC into the ISO
2. Run:
lsblk -fs
-# this should show the available drives, partitions, their size and the FS on them. Use this to figure out what drive/partition your / is located on.
3. Run:
mount /dev/root_drive /mnt
-# replace /dev/root_drive with the path to your root partition you identified in step 2.
4. Run:
arch-chroot /mnt
-# this will let you puppeteer your system without actually booting it.
5. Run:
mount -a
-# this will try to mount everything configured in your systems fstab.

visual escarp
#

this is what it boots to on different hardware

#

oh wait this is arch i managed to log in

quick crescent
visual escarp
#

do you think this means that its some type of problem with my laptop/bios?

quick crescent
visual escarp
#

the same drive i had in the laptop

quick crescent
visual escarp
#

yes

quick crescent
#

Does the laptop have UEFI?

visual escarp
#

yes

quick crescent
visual escarp
quick crescent
visual escarp
#

legacy

#

everything seems to be working when booting from pc ill try the disk back inside my laptop and try to work something out now knowing that my installation works

quick crescent
visual escarp
#

im not too sure

#

these are the specs

quick crescent
visual escarp
#

okay I can try that

quick crescent
visual escarp
#

it worked lol i have no idea why i didnt try running it thru legacy bios

#

thank you dude!!

quick crescent