You are not logged in.
Pages: 1
Hi
I'm trying to fully backup my arch installation on an external usb hd,
I follwed the wiki:
https://wiki.archlinux.org/index.php/Fu … with_rsync
and succesfully rsynced all files.
Unfortunately I'm not able to install and properly configure grub
on the external device. It still boot the internal hd.
I've installed grub on the external dev, updated grub-configuration via chroot
and fixed uuid in fstab... but still no luck!
Any hints?
Offline
You need to now tell your hardware to boot the other device. This is not an Arch Linux problem. This is an issue with settings in your bios.
Offline
You have to install and config a bootloader on external HDD (almost the same as arch-install-guide, I think).
Then, boot from external HDD (normally by boot menu or bios setting).
where are you
Offline
You could also just edit your bootloader's config file to have the external HDD as a menu entry. Unless I'm mistaken.
https://wiki.archlinux.org/index.php/Rs … quirements
Last edited by SolarBoyMatt (2013-05-01 18:21:38)
Offline
Yeah. Set your BIOS to boot from your equivalent of "Removable Dev." first, "CD-ROM" second, "Internal HDD" third. Then adjust the "Hard disk priority" to match the external HDD and exit with saving the settings (usually F10). I hope you didn't forget the "block" hook (link), which used to be called "usb" - or, you know, just use the Fallback entry from GRUB. But yeah, GRUB needs to show up first, so adjust your BIOS settings.
Last edited by DSpider (2013-05-01 20:02:50)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Leaving this here, in case the USB does not boot properly (after you select to boot it first in bios, as others said)
https://wiki.archlinux.org/index.php/In … _a_USB_key
https://wiki.archlinux.org/index.php/US … tion_Media
Good luck.
Don't forget to mark as [SOLVED].
Offline
Pages: 1