Displaying 20 results from an estimated 300000 matches similar to: "Re: image of OS X how to boot"
2020 Jul 01
1
Re: image of OS X how to boot
Thanks Marc - my OSX is still Yosemite. I dont see that in these files ? Is
support for that available ?
Jerry
2020 Jul 01
1
Re: image of OS X how to boot
Thanks - but I dont see scripts for Yosemite - which to use ?
Jerry
2020 Jun 30
1
image of OS X how to boot
I have an image of OS X that I made with from the physical disk using dd.
When I boot with libvirt-manager and environment I get an error.
no bootable option or device was found.
Using CentOS 8 host - I tried fdisk image.img and I no longer see any
options there to toggle bootable partition option.
How can I boot OSX ?
Thanks,
Jerry
2020 Jul 01
1
fdisk boot partition
On Jun 30, 2020, at 1:25 PM, John Pierce <jhn.pierce at gmail.com> wrote:
>
> On Tue, Jun 30, 2020 at 12:12 PM Jerry Geis <jerry.geis at gmail.com> wrote:
>
>> I am trying to use CentOS 8 host to boot an image (OS X) that I created
>> using dd.
>>
>> First I tried fdisk -l image_file.img ...
>
>
> fdisk has been deprecated for quite a
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/20 1:10 PM, john doe wrote:
> On 10/12/2020 5:14 PM, Michal Privoznik wrote:
>> On 10/12/20 4:27 PM, john doe wrote:
>>> On 10/12/2020 4:09 PM, Peter Krempa wrote:
>>>> On Mon, Oct 12, 2020 at 16:05:43 +0200, Michal Privoznik wrote:
>>>>> On 10/12/20 2:14 PM, john doe wrote:
>>>>>>> <snip/>
>>>>>>
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
On Tue, Oct 13, 2020 at 10:40:11AM +0200, john doe wrote:
> On 10/13/2020 8:50 AM, john doe wrote:
> > On 10/13/2020 3:30 AM, Laine Stump wrote:
> > > On 10/12/20 1:10 PM, john doe wrote:
> > > > On 10/12/2020 5:14 PM, Michal Privoznik wrote:
> > > > > On 10/12/20 4:27 PM, john doe wrote:
> > > > > > On 10/12/2020 4:09 PM, Peter Krempa
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
On Tue, Oct 13, 2020 at 10:40:11 +0200, john doe wrote:
> On 10/13/2020 8:50 AM, john doe wrote:
[...]
> > Thank you, I have now isolated the command generated by libvirt.
> > Starting this command from a script, a vnc server is started.
> >
> > Is libvirt internally using vnc connection?
> >
>
> It looks like the issue is that the libvirt command pass
2020 Oct 12
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/20 4:27 PM, john doe wrote:
> On 10/12/2020 4:09 PM, Peter Krempa wrote:
>> On Mon, Oct 12, 2020 at 16:05:43 +0200, Michal Privoznik wrote:
>>> On 10/12/20 2:14 PM, john doe wrote:
>>>>> <snip/>
>>>>
>>>> I sent privately the requested xml file to 'Peter Krempa
>>>> <pkrempa@redhat.com>'.
2020 Oct 12
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/2020 11:53 AM, john doe wrote:
> On 10/12/2020 11:37 AM, Peter Krempa wrote:
>> On Mon, Oct 12, 2020 at 11:27:20 +0200, john doe wrote:
>>> Hi, thank you for your answer, I'm sending this privatly as you asked
>>> for private information.
>>> Can I ask you to keep those information private?
>>>
>>> On 10/12/2020 10:29 AM, Peter
2020 Jun 30
2
fdisk boot partition
I am trying to use CentOS 8 host to boot an image (OS X) that I created
using dd.
First I tried fdisk -l image_file.img - all looks good so
I did fdisk image_file.img - this works - but seems in CentOS 8 fdisk
there is no longer a
toggle bootable flag option.
How do I do that ?
Thanks,
Jerry
2019 Sep 20
1
Booting new virtual image with 7.7 and with EFI
Is booting a new centos virtual image (centos 7.7 host) supported with EFI
under 7.7
If so how. Last time on 7.6 it was a technology preview or something.
Thanks
Jerry
2020 Jun 30
0
fdisk boot partition
On Tue, Jun 30, 2020 at 12:12 PM Jerry Geis <jerry.geis at gmail.com> wrote:
> I am trying to use CentOS 8 host to boot an image (OS X) that I created
> using dd.
>
> First I tried fdisk -l image_file.img ...
fdisk has been deprecated for quite a long time, I think parted is the
preferred command line tool now.
--
-john r pierce
recycling used bits in santa cruz
2010 Jul 15
0
How to create a guest os from existing disk image file
Hi
I have configured KVM with Fedora Core 13 by enabling the KVM virtualization
option while installing OS.
I have successfully created the guest OS by using the virt-install API
/usr/sbin/virt-install --name centos5 --ram 512 --disk
path=/var/lib/libvirt/images/
centos.img,size=5 --network network:default --accelerate --vnc -c
/tmp/CentOS-5.3-i386-bin-DVD.iso
I am able to login to the guest OS
2019 Jul 09
1
qemu uefi boot
I am trying to play with qemu uefi booting...
I found the OVMF package and installed it.
I added the "-bios /usr/share/OVMF/OVMF_CODE.secboot.fd" to my command line.
when running it says cannot load "/usr/share/OVMF/OVMF_CODE.secboot.fd"
The file is there. I'm trying this on CentOS 7.6
How do I correctly boot UEFI with qemu ?
Thanks
Jerry
2019 Nov 18
1
CentOS 8 boot command line
On 2019-11-18 12:45, Stephen John Smoogen wrote:
> On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> wrote:
>>
>> I am trying to boot a grub entry for CentOS 8
>>
>> menuentry "Server Install CentOS 8" {
>> linux /boot/vmlinuz noverifyssl ks=
>>
2010 Jul 19
1
How to create a guest os from existing disk image file with virt-install
Hi
I have configured KVM with Fedora Core 13 by enabling the KVM virtualization
option while installing OS.
I have successfully created the guest OS by using the virt-install API
/usr/sbin/virt-install --name centos5 --ram 512 --disk
path=/var/lib/libvirt/images/
centos.img,size=5 --network network:default --accelerate --vnc -c
/tmp/CentOS-5.3-i386-bin-DVD.iso
Os installed successfully and after
2020 Oct 12
6
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/20 2:14 PM, john doe wrote:
>> <snip/>
>
> I sent privately the requested xml file to 'Peter Krempa
> <pkrempa@redhat.com>'.
> Peter Krempa 's privately answered me back suggesting to add the
> following in the domain xml file:
Solving things privately doesn't help the community.
>
>
> <bios useserial='yes'/>
2020 Sep 27
2
Using CentOS 7 to attempt recovery of failed disk
In article <E02FA554-9D6D-4E7D-8A78-5FBDE1DE939D at kicp.uchicago.edu>,
Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:
>
>
> > On Sep 26, 2020, at 8:05 AM, Jerry Geis <jerry.geis at gmail.com> wrote:
> >
> > I have a disk that is flagging errors, attempting to rescue the data.
> >
> > I tried dd first - if gets about 117G of 320G disk
2019 Jul 01
1
Migrate older disk image to new UEFI
Hi All - I have a CentOS 7 (image) that is fully updated. However its not
UEFI.
Is there a way to use an older computer and migrate my current image to be
UEFI so this new UEFI only computer I have will boot. Was hoping to not
have to completely re-install and setup for my needs.
Jerry
2005 Dec 20
0
how to correctly turn off apic at boot - also compaq V2000 solved.
Jerry Geis wrote:
>/ I have tried in the grub.conf file
/>/
/>/ noapic
/>/
/>/ and
/>/
/>/ apic=off
/>/
/>/ I am still getting the same error message about ACPI
/>/ in the dmesg output.
/>/
/>/ example:
/>/ ACPI: PCI interupt .... IRQ 16
/>/ eth0: RealTek RTL8139 ... IRQ16
/>/ eth0: identified 8139 chip type
/>/
/>/ so ACPI is grabbing IRQ