Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot)
Date: Mon, 30 Sep 2019 10:25:42
Message-Id: CAGOe-eyr_Ldod_o536RAf1Ow=rju2r6w7tXb0_pOG2=Bg6ZqLQ@mail.gmail.com
In Reply to: [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot) by akater
1 In the first instance have a look at the 'linux' lines here:
2
3 https://gist.github.com/smoke/47f5250b9e6f59a5d172
4
5 You've missed some critical parameters, like 'cdroot'.
6
7 On Mon, 30 Sep 2019 at 11:01, akater <nuclearspace@×××××.com> wrote:
8 >
9 > I downloaded a recent (20190925) Minimal Installation amd64 image and
10 > tried to boot into it from a USB device. An old version of
11 > SystemRescueCD is installed alongside and boots fine.
12 >
13 > The machine is fairly old and has traditional BIOS and 2048M RAM
14 >
15 > My GRUB menuentry for the image is
16 >
17 > menuentry "Gentoo Minimal Installation CD 20190925" {
18 > search --no-floppy --fs-uuid --set=root 6dbfd182-36fb-4476-a414-f5a8cca975bb
19 > set iso=/install-amd64-minimal-20190925.iso
20 > loopback loop ${iso}
21 > linux (loop)/boot/gentoo keymap=dvorak nosound nonfs isoloop=${iso}
22 > initrd (loop)/boot/gentoo.igz
23 > }
24 >
25 > Boot fails at determining root device:
26 > !! Could not find the root block device in .
27 >
28 > I guess menuentry might be misconfigured but I can't figure out what's
29 > wrong with it. Minimal Installation CD is supposed to be bootable even
30 > in the absence of external storage devices, so everything should happen
31 > inside RAM, right? If so, then I don't get what could possibly go wrong
32 > as long as kernel and initrd are found unless there's an issue with
33 > Minimal Installation CD itself.
34
35
36
37 --
38 Regards,
39 Mick

Replies