Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NVMe drive and grub
Date: Sat, 09 Apr 2016 11:59:34
Message-Id: 20160409125916.5680d179@digimed.co.uk
In Reply to: Re: [gentoo-user] NVMe drive and grub by R0b0t1
1 On Sat, 9 Apr 2016 06:14:16 -0500, R0b0t1 wrote:
2
3 > It is a matter of unpacking the ISO. I got most of the way through doing
4 > this before giving up as the ISO has a lot of assumptions built into it.
5
6 It turns out to be a trivial task:
7
8 Loop mount the ISO
9 Copy the kernel, initramfs and filesystem files to /boot/sysrcd
10 Add this to /boot/loaders/entries
11
12 title System Rescue Cd
13 version 4.7.2
14 linux /sysrcd/rescue64
15 options subdir=sysrcd setkmap=uk rootpass=wasspord
16 initrd /sysrcd/initram.igz
17
18 Reboot!
19
20 More details at http://www.system-rescue-cd.org/Sysresccd-manual-en_Easy_install_SystemRescueCd_on_harddisk
21
22
23 --
24 Neil Bothwick
25
26 God: What one human uses to persecute another.