Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. error: no such device: ad4103fa-...
  2. Loading Linux core repo kernel...
  3. error: file `/boot/vmlinuz-linux` not found
  4. Loading initial ramdisk ...
  5. error: you need to load the kernel first.
  6.  
  7. mount /dev/sda1 /mnt #sda1 is `boot` partition
  8. mount /dev/sda3 /mnt/home #sda3 is `home` partition
  9. arch-chroot /mnt
  10. pacman -S os-prober
  11. grub-install /dev/sda
  12. grub-mkconfig -o /boot/grub/grub.cfg
  13. exit
  14. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement