Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup?
Date: Fri, 06 May 2016 02:24:16
Message-Id: 572C0043.3040100@gmail.com
In Reply to: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup? by Grant Edwards
1 Grant Edwards wrote:
2 > I'd like to to install winusb, and it appears to depend on grub-2:
3 >
4 > $ sudo emerge -av winusb
5 >
6 > These are the packages that would be merged, in order:
7 >
8 > Calculating dependencies... done!
9 > [ebuild N ] sys-fs/ntfs3g-2014.2.15-r1::gentoo USE="acl external-fuse ntfsprogs xattr -debug -ntfsdecrypt -static-libs -suid" 1,117 KiB
10 > [ebuild N ] sys-block/parted-3.2::gentoo USE="debug nls readline -device-mapper (-selinux) -static-libs" 1,617 KiB
11 > [ebuild NS ] sys-boot/grub-2.02_beta2-r9:2/2.02_beta2-r9::gentoo [0.97-r16:0::gentoo] USE="fonts multislot nls themes -debug -device-mapper -doc -efiemu (-libzfs) -mount -sdl -static {-test} -truetype" GRUB_PLATFORMS="-coreboot -efi-32 -efi-64 -emu -ieee1275 -loongson -multiboot -pc -qemu -qemu-mips -uboot -xen" 1,739 KiB
12 > [ebuild N ] sys-boot/winusb-1.0.11::gentoo 553 KiB
13 >
14 > Total: 4 packages (3 new, 1 in new slot), Size of downloads: 5,025 KiB
15 >
16 > Would you like to merge these packages? [Yes/No]
17 >
18 > However, I'm prefectly happy with grub-0.97, and want to continue
19 > using it. If I let portage install grub:2, is it going to interfere
20 > with my continued use of grub:0?
21 >
22 > Since grub-2.02 is being installed in a new slot, one would assume it
23 > won't interfere with continue use of grub-0.97...
24 >
25 > Right?
26 >
27
28
29 I thought I did at one time. Just to see, I tried this:
30
31
32 root@fireball /home/dale/Desktop # emerge -av =sys-boot/grub-0.97-r16
33
34 These are the packages that would be merged, in order:
35
36 Calculating dependencies... done!
37 [ebuild NS ] sys-boot/grub-0.97-r16:0::gentoo
38 [2.02_beta2-r9:2/2.02_beta2-r9::gentoo] USE="ncurses -custom-cflags
39 -netboot -static" 1,034 KiB
40 [blocks B ] <sys-boot/grub-2 ("<sys-boot/grub-2" is blocking
41 sys-boot/grub-static-0.97-r12)
42
43 Total: 1 package (1 in new slot), Size of downloads: 1,034 KiB
44 Conflict: 1 block (1 unsatisfied)
45
46 * Error: The above package list contains packages which cannot be
47 * installed at the same time on the same system.
48
49 (sys-boot/grub-0.97-r16:0/0::gentoo, ebuild scheduled for merge)
50 pulled in by
51 sys-boot/grub required by @selected
52 =sys-boot/grub-0.97-r16
53
54 (sys-boot/grub-static-0.97-r12:0/0::gentoo, installed) pulled in by
55 sys-boot/grub-static required by @selected
56
57
58 For more information about Blocked Packages, please refer to the following
59 section of the Gentoo Linux x86 Handbook (architecture is irrelevant):
60
61 https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages
62
63
64
65 It would seem that portage doesn't like them both being installed at the
66 same time. I'm pretty sure I did have both installed at one time tho.
67 I seem to recall being able to chain load them even. Either I'm wrong
68 on what I remember or something changed that prevents them both being
69 installed at the same time.
70
71 Weird.
72
73 Dale
74
75 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup? "J. Roeleveld" <joost@××××××××.org>