Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Will installing grub-2.02 break my grub-0.97 setup? Dale <rdalek1967@×××××.com>