patches and low-level development discussion
 help / color / mirror / code / Atom feed
1a91a758e693b55ceb551f6a33a0bdd25d158f83 blob 479 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
# SPDX-License-Identifier: EUPL-1.2
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

insmod efi_gop
insmod efi_uga

insmod font
loadfont /grub/fonts/unicode.pf2

insmod gfxterm
set gfxpayload=keep
terminal_output gfxterm

menuentry "Try Spectrum" {
  loopback live (hd0,gpt3)/Spectrum-0.0-x86_64-generic.0.Live.img
  chainloader (live,gpt1)/efi/boot/bootx64.efi
}

menuentry "Install Spectrum" {
  set root=(hd0,gpt2)
  linux @linux@ @kernelParams@
  initrd @initrd@
}
debug log:

solving 1a91a75 ...
found 1a91a75 in https://spectrum-os.org/git/spectrum

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).