I was distressed that only profile 17.0 was not available except for 17.0 dev. So I chose the default 17.1.
Since I hadn't done this in so long, I read the manual carefully and went slowly. That took an hour, including the manual. It then took two hours to resolve blockers. Then when emerge world could run, llvm was building for four hours. It was still building and I went to bed. What a monstrosity! Why isn't llvm-bin available?
In the morning all had finished. I then attempted to install grub as a partition install. I rebooted and chose this partition from the main grub (legacy) install. I already chainload Ubuntu with grub2 on a different partition, but I just get a grub prompt from my new Gentoo install boot.
Grub complained when I installed and I've read that you can't partition install grub anymore. This is BIOS boot on 16 year old hardware. Do I need to install grub-legacy to get the partition boot?
Code: Select all
default 3
timeout 10
splashimage=(hd1,0)/boot/grub/splash.xpm.gz
title=LAX ACPI (5.4.80-gentoo-r1)
root (hd1,0)
kernel /vmlinuz-5.4.80-gentoo-r1 vga=0x346 rootfstype=ext4 root=/dev/sdb3 net.ifnames=0 mitigations=off acpi_enforce_resources=lax
title=Gentoo Latest (5.4.80-gentoo-r1)
root (hd1,0)
kernel /vmlinuz-5.4.80-gentoo-r1 vga=0x346 rootfstype=ext4 root=/dev/sdb3 net.ifnames=0 mitigations=off
title=Gentoo Next Latest (5.4.72-gentoo)
root (hd1,0)
kernel /vmlinuz-5.4.72-gentoo vga=0x346 rootfstype=ext4 root=/dev/sdb3 net.ifnames=0 mitigations=off
title=Gentoo (4.17.19-gentoo)
root (hd1,0)
kernel /vmlinuz-4.17.19-gentoo vga=0x346 rootfstype=ext4 root=/dev/sdb3 net.ifnames=0 mitigations=off
title=F12 Boot
root (hd0,0)
kernel /vmlinuz-5.4.72-gentoo vga=0x346 rootfstype=ext4 root=/dev/sda3 net.ifnames=0 mitigations=off
#
title=Windows
root (hd0,0)
chainloader +1
title=32bit
root (hd1,4)
chainloader +1
title=Ubuntu
root (hd1,5)
chainloader +1
title=RESCUE GENTOO
root (hd1,6)
chainloader +1
I really want to remove the (damaged) Windows drive and replace it with an SSD, but I do need a rescue medium.



