On 04/08/2013 12:13 PM, Anne Wilson wrote:
OK, moving on.  Listing /mnt/etc/systemd/system/ I have no
default.target link, so I assume I have to make one.  Is that

ln -s /lib/systemd/system/runlevel3.target
/mnt/etc/systemd/system/default.target
?

Actually, you probably want to first "chroot /mnt" and then use

ln -s /lib/systemd/system/runlevel3.target /etc/systemd/system/default.target

as I can't swear offhand what the effect of linking in the rescue system with the leading /mnt would be.

Or, you can equally well edit /mnt/boot/grub/menu.lst and use Thomas' suggestion.

But it's odd that you don't have a default link already.

Reply via email to