I am not sure which one is used as my boot loader, could you please tell me how to check that? I am thinking using this following command:
#pacman -Rs lilo #pacman -Rs grub-common #pacman -S grub Is that correct? Thank you so much! Renzhi Cao Email : [email protected] ________________________________________ From: arch-general <[email protected]> on behalf of WorMzy Tykashi <[email protected]> Sent: Friday, March 7, 2014 8:52 PM To: General Discussion about Arch Linux Subject: Re: [arch-general] Problems of using pacman and updating the filesystem On 8 March 2014 02:23, Doug Newgard <[email protected]> wrote: > ---------------------------------------- >> From: [email protected] >> Date: Fri, 7 Mar 2014 19:30:59 -0600 >> To: [email protected] >> Subject: Re: [arch-general] Problems of using pacman and updating the >> filesystem >> >> Hi, it seems your method is really complex. Is there any simple way? For my >> case, do you know how to fix the problem of lilo and grub-common? >> >> Sent from my iPhone > > Yeah, but either updating them to something that's actually in the repos or > by updating the PKGBUILD to not put files in the old dirs and rebuild. s:but:by: To clarify -- grub-comon is now simply grub (grub itself was dropped to the AUR some time ago, and grub2 was renamed 'grub' in it's place). If you are using grub2 as your boot loader, install the "grub" package from your chroot, and remove the lilo and grub-common packages. If you are booting with lilo, remove grub-common and update lilo.(now at 24.0-3 in the AUR). WorMzy

