similar to: installing C7 on a laptop with Win7, dual boot

Displaying 20 results from an estimated 7000 matches similar to: "installing C7 on a laptop with Win7, dual boot"

2015 Mar 02
3
installing C7 on a laptop with Win7, dual boot
------------ Original Message ------------ > Date: Sunday, March 01, 2015 21:50:34 -0500 > From: Fred Smith <fredex at fcshome.stoneham.ma.us> > To: centos at centos.org > Subject: Re: [CentOS] installing C7 on a laptop with Win7, dual boot > > On Mon, Mar 02, 2015 at 02:04:24AM +0000, Richard wrote: >> >> >> ------------ Original Message ------------
2015 Mar 02
7
installing C7 on a laptop with Win7, dual boot
Hi all! I've just installed C7 on my netbook that already contained Win7 (and also Fedora 19, which the C7 is intended to replace). The Fedora installer had found the windows installation and it appeared in the grub menu, and was bootable and worked fine. The C7 installer did not put the windows installation into the grub menu. with some googling I found a page at
2015 Mar 02
2
installing C7 on a laptop with Win7, dual boot
On Mon, Mar 02, 2015 at 03:33:59PM +0100, M?rio Barbosa wrote: > On 03/02/2015 02:06 AM, Fred Smith wrote: > > Hi all! > > > > I've just installed C7 on my netbook that already contained Win7 (and > > also Fedora 19, which the C7 is intended to replace). The Fedora installer > > had found the windows installation and it appeared in the grub menu, > > and
2015 Mar 02
0
installing C7 on a laptop with Win7, dual boot
On 03/02/2015 02:06 AM, Fred Smith wrote: > Hi all! > > I've just installed C7 on my netbook that already contained Win7 (and > also Fedora 19, which the C7 is intended to replace). The Fedora installer > had found the windows installation and it appeared in the grub menu, > and was bootable and worked fine. > > The C7 installer did not put the windows installation
2015 Mar 02
1
installing C7 on a laptop with Win7, dual boot
On Sun, Mar 01, 2015 at 09:26:59PM -0700, Chris Murphy wrote: > On Sun, Mar 1, 2015 at 6:06 PM, Fred Smith > <fredex at fcshome.stoneham.ma.us> wrote: > > Unfortunately, when I did it, I got this: > > > > Generating grub configuration file ... > > Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64 > > Found initrd image:
2015 Mar 02
0
installing C7 on a laptop with Win7, dual boot
> > Unfortunately, when I did it, I got this: > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64 > Found initrd image: /boot/initramfs-3.10.0-123.el7.x86_64.img > Found linux image: /boot/vmlinuz-3.10.0-123.20.1.el7.x86_64 > Found initrd image: /boot/initramfs-3.10.0-123.20.1.el7.x86_64.img > Found linux image:
2015 Mar 02
0
installing C7 on a laptop with Win7, dual boot
On Sun, Mar 1, 2015 at 6:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: > Unfortunately, when I did it, I got this: > > Generating grub configuration file ... > Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64 > Found initrd image: /boot/initramfs-3.10.0-123.el7.x86_64.img > Found linux image: /boot/vmlinuz-3.10.0-123.20.1.el7.x86_64 > Found initrd
2016 Apr 19
6
Dual boot C7 with Window 10
I have a laptop with windows 10. I went into the Windows disk manager and shrunk the volume to make room for C7. That worked. I also changed the BIOS from secure boot to "both" (secure/legacy) I installed C7, went fine. About the time it was done I realized I never saw anything about "other" boot options (seems I saw that in the past). Anyway sure enough, got done and C7
2015 Mar 02
1
installing C7 on a laptop with Win7, dual boot
On Sun, Mar 01, 2015 at 09:41:06PM -0700, Chris Murphy wrote: > > > > Unfortunately, when I did it, I got this: > > Generating grub configuration file ... > > Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64 > > Found initrd image: /boot/initramfs-3.10.0-123.el7.x86_64.img > > Found linux image: /boot/vmlinuz-3.10.0-123.20.1.el7.x86_64 > > Found
2013 Jan 05
14
/boot as a btrfs subvolume
As of the latest updates to anaconda and grub2 for Fedora 18, it is now possible to install with /boot as a btrfs subvolume. The way that grub2 is handling this is the "reach down" to the files it needs as if the subvolume was a directory. Is this OK? At this point I am not worried about snapshots or any other complexities. If the subvolume name is known. should grub2 be able to
2014 Mar 22
1
RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto
I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL 7 installed GRUB2, I had problem that RHEL 7 is default boot. My personal solution was to go to /etc/grub.d and run command: mv 10_linux 31_linux grub2-mkconfig -o /boot/grub2/grub.cfg Explanation: - /etc/grub.d is where grub2 writes down config files used to create boot menu. - OS-prober creates 30_os-prober file in
2011 Mar 06
10
grub commands problem with Ubuntu 10.04
Following is one grub entry menuentry "Ubuntu, Linux 2.6.32.27" { insmod ntfs set root=''(hd0,2)'' search --no-floppy --fs-uuid --set 96f65c80f65c6313 loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.32.27 root=/dev/sda2 loop=/ubuntu/disks/root.disk ro quiet splash initrd
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together. I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid. After many failed attempts I''ve discovered that on my system the first argument that grub2 should pass to the linux kernel is lost. This is my working grub2 configuration: menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together. I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid. After many failed attempts I''ve discovered that on my system the first argument that grub2 should pass to the linux kernel is lost. This is my working grub2 configuration: menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2016 Jan 03
2
CentOS-7.2 kernel panic
Tru Huynh wrote: > On Fri, Jan 01, 2016 at 11:53:51PM +0100, Timothy Murphy wrote: >> My HP MicroServer crashes with a kernel panic >> when booted into kernel-3.10.0-327.3.1.el7.x86_64, >> but runs perfectly under kernel-3.10.0-229.20.1.el7.x86_64 . > AMD Turion64 cpu? > Could be related to: > https://bugs.centos.org/view.php?id=9860 > uptream at
2016 Aug 10
3
[PATCH 2/2] v2v: ilnux: detect name of grub2-mkconfig
On Debian family of OSes Grub2 tools are prefixed with 'grub-', not with 'grub2-'. We have to detect the correct name of the tool to use it. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/convert_linux.ml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml index
2016 Sep 12
2
[PATCH 2/2] v2v: ilnux: detect name of grub2-mkconfig
On Debian family of OSes Grub2 tools are prefixed with 'grub-', not with 'grub2-'. We have to detect the correct name of the tool to use it. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/linux_bootloaders.ml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/v2v/linux_bootloaders.ml b/v2v/linux_bootloaders.ml index
2008 Jan 15
3
having trouble booting Xen-3.1 on X86_64 Fedora Core 8 install
Hi: Any hints/pointers welcome. I am very new to Xen, I have a AMD "AMD Athlon(tm) 64 X2 Dual Core Processor 4000+" based system on which I am running X86_64 Fedora Core 8. I have installed Xen-3.1 on it, but I can''t get Xen to boot. It seems unable to find the root volume, the kernel panics and reboots immediately so I can''t capture or write down anything and I
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
2016 Sep 13
1
[PATCH v3 2/2] v2v: ilnux: detect name of grub2-mkconfig
On Debian family of OSes Grub2 tools are prefixed with 'grub-', not with 'grub2-'. We have to detect the correct name of the tool to use it. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/linux_bootloaders.ml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/v2v/linux_bootloaders.ml b/v2v/linux_bootloaders.ml index