all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Adding new entry to GRUB for another OS on the third drive and turning system back to work?
@ 2020-12-04 18:09 znavko--- via
  2020-12-04 22:56 ` znavko
  0 siblings, 1 reply; 3+ messages in thread
From: znavko--- via @ 2020-12-04 18:09 UTC (permalink / raw)
  To: help-guix

Hello, Guix help!
Please, look through my short booyloader configuration, will it break my system?
(operating-system (host-name "antelope") (timezone "Europe/Moscow") (locale "en_US.utf8")
 (bootloader
 (bootloader-configuration (bootloader grub-efi-bootloader)
 (target "/boot/efi")
 (menu-entries (menu-entry
 (label "Ubuntu")
 (linux "(hd2,gpt3)/boot/vmlinuz")
 (linux-arguments '("root=/dev/sdc3"))
 (initrd "(hd2,gpt3)/boot/initrd.img")))))
 (file-systems (cons*
 (file-system (device "/dev/sda1") (mount-point "/boot/efi") (type "vfat"))
 (file-system (device "/dev/sda2") (mount-point "/") (type "ext4"))
 %base-file-systems))
...
I just learned how to use GRUB for booting to another OS placed on another SSD in my PC.
And now I want to add another OS to GRUB's configuration, that is holding by Guix.

Could you say, is this config workable?

And also if something goes wrong in my experiments, how to get back to previous workable Grub configuration?
Can I do it with Guix usb stick? Which steps to do for reconfigure my system and "cow-store" from usb stick?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-04 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04 18:09 Adding new entry to GRUB for another OS on the third drive and turning system back to work? znavko--- via
2020-12-04 22:56 ` znavko
2020-12-04 23:14   ` Tobias Geerinckx-Rice

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.