You are not logged in.
Hi, I'm following this install guide using the latest arch live cd (20140501)
http://www.danynativel.com/blog/2013/02 … ypted-ssd/
all went well until this step
---
Configure the bootloader
Install GRUB2 to hard-drive
# grub-install /dev/sda
---
error: command not found.
get the same error with # grub2-install /dev/sda
Offline
Did you install grub in the chroot? If so, are you in the chroot when you execute that command? Also, look at the official guide for pointers @ https://wiki.archlinux.org/index.php/Install_guide
Offline
after succesful pacstrap and a few mounts (as shown in mentioned guide) i'm now running in
# arch-chroot /mnt
can't find a way to install grub2
tried
# pacman -Sy grub2
# pacman -S grub2-common grub2-bios
etc
error target not found
edit 1: it would install grub (grub-1:2.02.beta2-3), but I dont know if it is grub2
other test-installs work, e.g.
#pacman -S libvorbis
edit2: ok, thanks, it worked with
# pacman -Sy grub
Last edited by 0liver (2014-05-20 17:34:39)
Offline
Don't use outdated third-.party installation guides. Use the wiki.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Don't use outdated third-.party installation guides. Use the wiki.
This. If you had used the Beginners' Guide or the Installation Guide you would have learned that the correct command is "pacman -S grub" (not grub-bios as in the blog you were trying to use).
You should also read more about pacman. Specifically, to learn why "pacman -Sy <package>" is a bad idea.
Warning: When installing packages, do not refresh the package list without upgrading the system (i.e. pacman -Sy package_name); this can lead to dependency issues. See #Partial upgrades are unsupported and https://bbs.archlinux.org/viewtopic.php?id=89328.
Last edited by 2ManyDogs (2014-05-20 17:42:12)
Offline
When i pacstraped an Arch installation, i usually solved Grub by exiting the chroot environment, updating grub from the host distro, then booting to Arch and installing grub from there again.
Last edited by DrShame (2014-05-20 17:40:55)
Offline
thanks for your replies. (the y in pacman -Sy in this case didn't do any harm.)
I went much further in the guide. of course i try to understand every command before I used it.
for today I stopped at gnome installation (lost wifi connection; driver problem? using a T60 nowhitelist-bios intel wlan-card; works great with nʇunqn). more soon.
everything looks good so far - except
#mkswap where I tried to use .../by_uuid/...
(because my installation is on an external 2TB usb-disk to be used to boot different notebooks, -
and who knows if it is sda (if no internal disk present), sdb, or sdc,
while Dany used /dev/sdX in his guide. (may start a new thread on this topic.)
Last edited by 0liver (2014-05-20 22:11:57)
Offline
thanks for your replies. (the y in pacman -Sy in this case didn't do any harm.)
I went much further in the guide. of course i try to understand every command before I used it.
for today I stopped at gnome installation (lost wifi connection; driver problem? using a T60 nowhitelist-bios intel wlan-card; works great with nʇunqn). more soon.everything looks good so far - except
#mkswap where I tried to use .../by_uuid/...
(because my installation is on an external 2TB usb-disk to be used to boot different notebooks, -
and who knows if it is sda (if no internal disk present), sdb, or sdc,
while Dany used /dev/sdX in his guide. (may start a new thread on this topic.)
Please open a new thread for these specific issues; opening one thread and throwing all your problems in there as you go is not appreciated
Offline
Seeming that you was using a old third party guide. I would just start again from scratch following the Beginners Guide or the Installation Guide
Last edited by Kartious (2014-05-21 14:01:43)
Offline