similar to: guestfish and grub-install

Displaying 20 results from an estimated 10000 matches similar to: "guestfish and grub-install"

2015 Oct 01
1
grub-install with guestfish
[Sending the question to the proper mailing list] On Thu, Oct 01, 2015 at 10:50:13AM +0100, slim tabka wrote: > Hello Mr Richard Jones, > > First of all, thank you for the amazing tools that you are creating. > I'm new to the virtualization and libguestfs ,so I'm hoping you can help me > to at least understand what's the problem I'm having exactly or to know if
2017 May 05
4
CentOS 7 cloned VM cannot boot
On Fri, May 5, 2017 at 2:38 PM, Nikolaos Milas <nmilas at noa.gr> wrote: > On 5/5/2017 3:15 ??, Gianluca Cecchi wrote: > > ... >> grub2-install /dev/vda >> ... >> Was this one of the command you already tried? >> > > Yes, I have tried that multiple times, both from Troubleshooting Mode > (booting using CentOS 7 Installation CD) and from within the
2018 Oct 10
2
I need SERIOUS help on GRUB in CentOS 7.5 1804
Good afternoon from Singapore, I need SERIOUS help on GRUB in CentOS 7.5 1804. Please refer to my installation notes at?http://lists.linuxfromscratch.org/pipermail/lfs-chat/2018-October/028964.html According to Petros' instructions, I need GRUB Legacy 0.97 for my Extremely Simple Linux. But GRUB Legacy 0.97 has been deprecated in CentOS 7.5. GRUB2 is installed by default on CentOS 7.5. So
2015 Oct 20
1
Re: Extlinux with guestfish
Thank you for the quick response. > Strange way to do this, as libguestfs can do all this. Sorry to ask this (I'm a newly graduated engineer and I new to the virtualization world), but how can libguestfs do all of the above?, do you mean it can create all the partitions inside a new lvm volume or a new raw image?? > Did you copy the syslinux.cfg file into the guest? The error message
2016 Aug 22
2
GRUB 2 dumps to grub prompt when installed on >4TB disk
----- Original Message ----- | On Fri, Aug 19, 2016 at 4:59 PM, James A. Peltier <jpeltier at sfu.ca> wrote: | > | > | > ----- Original Message ----- | > | On Thu, Aug 18, 2016 at 11:57 AM, James A. Peltier <jpeltier at sfu.ca> | > | wrote: | > | > Hi All, | > | > | > | > I have a Dell R710 that has 6x1TB in a RAID-5 configuration. | > | | > | |
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
On Fri, Dec 27, 2019 at 7:04 AM Eddie O'Connor <eoconnor25 at gmail.com> wrote: > > Wouldn't a "find grub / find grub*"....or "locate grub / locate grub*" > work?... > locate would require to install that package and run updatedb first. But, it would save time looking for files that have been already added to its db, specially compared to running
2016 Aug 19
2
GRUB 2 dumps to grub prompt when installed on >4TB disk
----- Original Message ----- | On Thu, Aug 18, 2016 at 11:57 AM, James A. Peltier <jpeltier at sfu.ca> wrote: | > Hi All, | > | > I have a Dell R710 that has 6x1TB in a RAID-5 configuration. | | | This is hardware RAID 5? Because it's pretty screwy how this ends up | working when using software RAID and might take additional | troubleshooting. Yes, it's a Dell R710XD |
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
So I installed centos8. And I was looking for the grub config file: [root at testbox ~]# ls -l /etc/grub2.cfg lrwxrwxrwx. 1 root root 22 Oct 2 13:01 /etc/grub2.cfg -> ../boot/grub2/grub.cfg [root at testbox ~]# But [root at testbox ~]# ls /boot/grub2/ grubenv [root at testbox ~]# Why is it not there? FYI, I did try 'yum reinstall grub2' and no /boot/grub2/grub.cfg for me.
2011 Jul 12
2
PV-GRUB chainloading Grub2
Hey guys, what I am trying to do is a chainload into grub2 installation in a DomU. So far I determined, PV-GRUB does not understand grub2''s grub.cfg notation. So I created a dummy menu.lst which has the needed root kernel and initrd rows and then referenced this to the DomUs config. The main intention to do this, is to be able to use kernel upgrades without touching the menu.lst for
2020 Apr 07
2
C8.1 Grub problem
Il 06/04/20 20:51, Jonathan Billings ha scritto: > On Mon, Apr 06, 2020 at 04:03:53PM +0200, Alessandro Baggi wrote: >> I'm on 8.1. I'm searching help to see if this is a bug or error by me but >> can't find nothing. >> Currently I used grubby but it does not write any file that I know like >> /boot/efi/EFI/centos/grub.cfg (I tried to remove and add arg but
2016 Nov 01
3
[PATCH v3] v2v: bootloaders: search grub config for all distributions
From: Pavel Butsykin <pbutsykin@virtuozzo.com> This patch improves the search of grub config on EFI partition. This means that the config will be found not only for rhel but also for many other distributions. Tests were performed on the following distributions: centos, fedora, ubuntu, suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg The main purpose of the patch
2020 Apr 06
2
C8.1 Grub problem
Il 06/04/20 15:21, Simon Matter via CentOS ha scritto: >> Il 06/04/20 11:54, Georgios ha scritto: >>> Hi there! >>> I had a similar problem recently with grub. No idea why it doesnt work. >>> Try using grubby instead of grub2-mkconfig if you want the system to >>> keep your kernel parameters between boots. >>> >>> Something like:
2020 Apr 08
5
C8.1 Grub problem
Il 08/04/20 01:46, Jonathan Billings ha scritto: > On Apr 7, 2020, at 04:14, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: >> thank you for your explanation. So in el8 grubby should be used to update kernel opts and grub2-mkconfig is used to generate an initial config. >> >> If I'm not wrong, grubby updates every single (sperated) entries on
2019 Dec 27
2
The case of the missing /boot/grub2/grub.cfg in centos8
On 27/12/19 7:36 pm, Nicolas Kovacs wrote: > Le 27/12/2019 ? 04:11, Mauricio Tavares a ?crit?: >> Why is it not there?? FYI, I did try 'yum reinstall grub2' and no >> /boot/grub2/grub.cfg for me. > > You're probably on an EFI system, and your grub.cfg is in a different > location. Can't remember it off the top of my head, but do /etc/grub2-efi.cfg ->
2018 Feb 05
1
Re-enable grub boot in UEFI (Windows took over it)
On Mon, Feb 5, 2018 at 8:27 AM, Kay Diederichs <kay.diederichs at uni-konstanz.de> wrote: > grub-install /dev/nvme0n1 Running this on computers with UEFI firmware is not good advice, it's an obsolete command. People should use the prebaked grubx64.efi binary that comes in the grub2-efi package, and is a signed binary so it can support UEFI Secure Boot. If you run grub2-install, a
2017 May 05
0
CentOS 7 cloned VM cannot boot
Il 05 Mag 2017 19:30, "Nikolaos Milas" <nmilas at noa.gr> ha scritto: On 5/5/2017 3:45 ??, Gianluca Cecchi wrote: BTW: see also this paragraph in the provided RH EL link: > 24.7.3. Resetting and Reinstalling GRUB 2 > > But i think is not your problem.... > Yes, I have done that, without change in behavior. Also, after changing partitions flag does your fdisk
2017 May 05
0
CentOS 7 cloned VM cannot boot
On 5/5/2017 3:45 ??, Gianluca Cecchi wrote: > BTW: see also this paragraph in the provided RH EL link: > 24.7.3. Resetting and Reinstalling GRUB 2 > > But i think is not your problem.... Yes, I have done that, without change in behavior. > Also, after changing partitions flag does your fdisk command reflect the > change? Yes. > Is the error during boot the same as the one
2020 Apr 06
4
C8.1 Grub problem
Il 06/04/20 11:54, Georgios ha scritto: > Hi there! > I had a similar problem recently with grub. No idea why it doesnt work. > Try using grubby instead of grub2-mkconfig if you want the system to > keep your kernel parameters between boots. > > Something like: > > sudo grubby --args="i915.modeset=0 rd.driver.blacklist=i915" --update- > kernel=ALL > >
2017 Mar 14
1
[PATCH 2/2] v2v: bootloaders: look for device.map also in /boot/grub (Grub2)
On Debian-based systems, Grub2 is in /boot/grub (as already known after commit 03b9f2b967c4c61a5acda6a3802317be109d213e), so make sure device.map is changed even in this situation. --- v2v/linux_bootloaders.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2v/linux_bootloaders.ml b/v2v/linux_bootloaders.ml index 6582970..061d945 100644 --- a/v2v/linux_bootloaders.ml +++
2018 Oct 11
0
[SOLVED] I need SERIOUS help on GRUB in CentOS 7.5 1804
Good morning from Singapore, I have solved the problem in implementing GRUB Legacy 0.97 for my Extremely Simple Linux. My solution is posted at http://lists.linuxfromscratch.org/pipermail/lfs-chat/2018-October/028968.html Now I will need to learn how to implement GRUB2 for my Extremely Simple Linux. Thank you. ________________________________ From: Turritopsis Dohrnii Teo En Ming Sent: