You are not logged in.
I switched to grub2 only a couple of months ago when I installed an SSD as my main boot drive for Arch. It took me a bit of doing to migrate from grub, but I finally got it working and haven't worried with it since.
Now pacman proposes replacing grub2 with grub2-bios. I've tried to read up on this, but I'm confused.
Is this a change I want or not?
Thanks!
Last edited by dhave (2011-02-11 22:43:14)
Offline
If your computer is not using EFI, then yes.
Offline
The grub packages were split, it should be a safe upgrade.
ᶘ ᵒᴥᵒᶅ
Offline
+1 - upgraded and works just fine (not an EFI BIOS here). You will need to vimdiff your /etc/default/grub and your /etc/grub/40_custom if you have it.
Offline
+1 - upgraded and works just fine (not an EFI BIOS here). You will need to vimdiff your /etc/default/grub and your /etc/grub/40_custom if you have it.
Afaik the custom config is automatically copied back after the installation?
ᶘ ᵒᴥᵒᶅ
Offline
Thanks, guys. Update went without a hitch. Thread marked "solved".
Offline
graysky wrote:+1 - upgraded and works just fine (not an EFI BIOS here). You will need to vimdiff your /etc/default/grub and your /etc/grub/40_custom if you have it.
Afaik the custom config is automatically copied back after the installation?
I had to vimdiff them; here is the pacman.log FYI-
[2011-02-11 16:16] starting full system upgrade
[2011-02-11 16:16] warning: /etc/grub.d/40_custom saved as /etc/grub.d/40_custom.pacsave
[2011-02-11 16:16] warning: /etc/default/grub saved as /etc/default/grub.pacsave
[2011-02-11 16:16] warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
[2011-02-11 16:16] removed grub2 (1.98-5)
[2011-02-11 16:16] Copying /boot/grub/grub.cfg.pacsave to /boot/grub/grub.cfg
[2011-02-11 16:17] Generating grub.cfg.example config file... done.
[2011-02-11 16:17] An example config file is created at /boot/grub/grub.cfg.exampleLast edited by graysky (2011-02-12 00:57:22)
Offline