* [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot)
@ 2019-09-30 9:53 akater
2019-09-30 10:25 ` Mick
0 siblings, 1 reply; 3+ messages in thread
From: akater @ 2019-09-30 9:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]
I downloaded a recent (20190925) Minimal Installation amd64 image and
tried to boot into it from a USB device. An old version of
SystemRescueCD is installed alongside and boots fine.
The machine is fairly old and has traditional BIOS and 2048M RAM
My GRUB menuentry for the image is
menuentry "Gentoo Minimal Installation CD 20190925" {
search --no-floppy --fs-uuid --set=root 6dbfd182-36fb-4476-a414-f5a8cca975bb
set iso=/install-amd64-minimal-20190925.iso
loopback loop ${iso}
linux (loop)/boot/gentoo keymap=dvorak nosound nonfs isoloop=${iso}
initrd (loop)/boot/gentoo.igz
}
Boot fails at determining root device:
!! Could not find the root block device in .
I guess menuentry might be misconfigured but I can't figure out what's
wrong with it. Minimal Installation CD is supposed to be bootable even
in the absence of external storage devices, so everything should happen
inside RAM, right? If so, then I don't get what could possibly go wrong
as long as kernel and initrd are found unless there's an issue with
Minimal Installation CD itself.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot)
2019-09-30 9:53 [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot) akater
@ 2019-09-30 10:25 ` Mick
2019-09-30 11:56 ` [SOLVED] " Akater
0 siblings, 1 reply; 3+ messages in thread
From: Mick @ 2019-09-30 10:25 UTC (permalink / raw
To: gentoo-user
In the first instance have a look at the 'linux' lines here:
https://gist.github.com/smoke/47f5250b9e6f59a5d172
You've missed some critical parameters, like 'cdroot'.
On Mon, 30 Sep 2019 at 11:01, akater <nuclearspace@gmail.com> wrote:
>
> I downloaded a recent (20190925) Minimal Installation amd64 image and
> tried to boot into it from a USB device. An old version of
> SystemRescueCD is installed alongside and boots fine.
>
> The machine is fairly old and has traditional BIOS and 2048M RAM
>
> My GRUB menuentry for the image is
>
> menuentry "Gentoo Minimal Installation CD 20190925" {
> search --no-floppy --fs-uuid --set=root 6dbfd182-36fb-4476-a414-f5a8cca975bb
> set iso=/install-amd64-minimal-20190925.iso
> loopback loop ${iso}
> linux (loop)/boot/gentoo keymap=dvorak nosound nonfs isoloop=${iso}
> initrd (loop)/boot/gentoo.igz
> }
>
> Boot fails at determining root device:
> !! Could not find the root block device in .
>
> I guess menuentry might be misconfigured but I can't figure out what's
> wrong with it. Minimal Installation CD is supposed to be bootable even
> in the absence of external storage devices, so everything should happen
> inside RAM, right? If so, then I don't get what could possibly go wrong
> as long as kernel and initrd are found unless there's an issue with
> Minimal Installation CD itself.
--
Regards,
Mick
^ permalink raw reply [flat|nested] 3+ messages in thread
* [SOLVED] [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot)
2019-09-30 10:25 ` Mick
@ 2019-09-30 11:56 ` Akater
0 siblings, 0 replies; 3+ messages in thread
From: Akater @ 2019-09-30 11:56 UTC (permalink / raw
To: Mick, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
Mick <michaelkintzios@gmail.com> writes:
> In the first instance have a look at the 'linux' lines here:
>
> https://gist.github.com/smoke/47f5250b9e6f59a5d172
>
> You've missed some critical parameters, like 'cdroot'.
Thanks a lot, boot completed with the following parameters set:
linux (loop)/boot/gentoo keymap=dvorak nosound nonfs isoloop=${iso} cdroot isoboot=${iso}
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 800 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-30 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 9:53 [gentoo-user] Can't boot Minimal Installation CD (ISO loopback; not a UEFI boot) akater
2019-09-30 10:25 ` Mick
2019-09-30 11:56 ` [SOLVED] " Akater
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox