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 : rcrg4@mail.missouri.edu ________________________________________ From: arch-general <arch-general-bounces@archlinux.org> on behalf of WorMzy Tykashi <wormzy.tykashi@gmail.com> 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 <scimmia22@outlook.com> wrote:
----------------------------------------
From: rcrg4@mail.missouri.edu Date: Fri, 7 Mar 2014 19:30:59 -0600 To: arch-general@archlinux.org 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