search for: 87c0

Displaying 14 results from an estimated 14 matches for "87c0".

Did you mean: 870
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
...C_TYPE="msdos" UUID="8D81-8D0C" TYPE="vfat" That UUID is the VFAT partition (I dd'ed the partition from the old disk (/dev/sdb1) to the new disk (/dev/sda1) And: newserver.wendellfreelibrary.org% sudo sgdisk -i1 /dev/sda Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data) Partition unique GUID: BD7AFF34-3303-4D58-92C2-0BB938D467CB First sector: 2048 (at 1024.0 KiB) Last sector: 497663 (at 243.0 MiB) Partition size: 495616 sectors (242.0 MiB) Attribute flags: 0000000000000000 Partition name: 'primary' newserver.wendellfree...
2018 May 29
0
CentOS6: HELP! EFI boot fails after replacing disks...
...-8D0C" TYPE="vfat" > > That UUID is the VFAT partition (I dd'ed the partition from the old disk > (/dev/sdb1) to the new disk (/dev/sda1) > > And: > > newserver.wendellfreelibrary.org% sudo sgdisk -i1 /dev/sda > Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data) > Partition unique GUID: BD7AFF34-3303-4D58-92C2-0BB938D467CB > First sector: 2048 (at 1024.0 KiB) > Last sector: 497663 (at 243.0 MiB) > Partition size: 495616 sectors (242.0 MiB) > Attribute flags: 0000000000000000 > Partition name: 'prima...
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
At Mon, 28 May 2018 19:30:25 -0400 CentOS mailing list <centos at centos.org> wrote: > > On May 28, 2018, at 18:25, Robert Heller <heller at deepsoft.com> wrote: > > > I tried to run efibootmgr, but it wants a model named efivars loaded, but > > there is no such module available. > > Are you not running a CentOS kernel? That module should be available.
2019 Jan 22
2
Re: [PATCH nbdkit v2 2/4] partition filter: Support MBR logical partitions.
...nded partition. > +nbdkit -f -v -D partitioning.regions=1 -U - \ > + --filter=partition \ > + partitioning \ > + partitioning1-p1 \ > + partitioning1-p2 \ > + partitioning1-p3 \ > + partitioning1-p4 \ > + type-guid=A2A0D0EB-E5B9-3344-87C0-68B6B72699C7 \ Does type-guid even work with mbr? > + file-data \ > + type-guid=AF3DC60F-8384-7247-8E79-3D69D8477DE4 \ > + partitioning1-p5 \ > + partitioning1-p6 \ > + partition-type=mbr \ > + partition=6 \ > + --run 'qemu-img co...
2014 Aug 26
2
Dual boot with Windows 8.1, UEFI
...that, I find commands "chkdsk", "diskpart", "bootrec", "bcdedit" etc. To cut an even longer story short, I did something like: X:\ diskpart diskpart> select disk 0 diskpart> select partition 4 (the NTFS system one) diskpart> set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 X:\ bcdedit /set {default} device partition=C: X:\ bcdedit /set {default} osdevice partition=C: X:\ bootrec /rebuildbcd After doing that, the system partition appears as C:, passes chkdsk, and the system boots successfully into Windows. 3 questions: - what should I have done instead...
2019 Jan 22
0
Re: [PATCH nbdkit v2 2/4] partition filter: Support MBR logical partitions.
...the > magic number. (I also don't know if the "Bad message" claim from the > nbd plugin is worth improving, but that's unrelated to this series). I think this would require some rather deeper changes to the way filters work. > > + type-guid=A2A0D0EB-E5B9-3344-87C0-68B6B72699C7 \ > > Does type-guid even work with mbr? No, this is an error -- in existing code. I'll add an extra patch in v3 to catch this. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: h...
2005 Mar 05
2
Dovecot 1.0-stable .deb file?
Hi, all. I know that there's no official Dovecot 1.0-stable .deb, given Timo's recommendations. However, does anyone have even an "unofficial" deb of it for, say, Sarge? I want to use 1.0's ability to use both mbox and maildir; the latter is very helpful for dealing with mailing lists. Thanks in advance for any help. --Ian.
2004 Jun 24
1
klibc & dynamic linking
Hello, Sorry if this question is a FAQ, but I don't find it anywere. Does klibc support dynamic linking ? TIA -- gpg key@ keyserver.linux.it: Goffredo Baroncelli (ghigo) <kreijack@inwind.it> Key fingerprint = CE3C 7E01 6782 30A3 5B87 87C0 BB86 505C 6B2A CFF9
2005 Jan 27
2
content of initramfs CPIO archive
Hi, I am compiling a tiny linux kernel 2.6.10 to be used together with linuxbios. The boot phase will go as follows: linuxbios->tiny linux kernel->initramfs The initramfs shall use dhcp to get it's address and then tftp a full featured kernel. This kernel must be started through kexec. I use a tweaked networkdriver in the kernel and cannot use a normal PXE boot. Which files should I
2005 Jan 27
1
klibc/ash doesn't compile
...39;#define' and the 'ARITH_xxxx' macro. But I don't know if the syntax [:space:] is supported on all system where the klib should compile. Goffredo -- gpg key@ keyserver.linux.it: Goffredo Baroncelli (ghigo) <kreijack@inwind.it> Key fingerprint = CE3C 7E01 6782 30A3 5B87 87C0 BB86 505C 6B2A CFF9
2019 Jan 21
0
[PATCH nbdkit v2 2/4] partition filter: Support MBR logical partitions.
...tition 6 because partition 4 is the extended partition. +nbdkit -f -v -D partitioning.regions=1 -U - \ + --filter=partition \ + partitioning \ + partitioning1-p1 \ + partitioning1-p2 \ + partitioning1-p3 \ + partitioning1-p4 \ + type-guid=A2A0D0EB-E5B9-3344-87C0-68B6B72699C7 \ + file-data \ + type-guid=AF3DC60F-8384-7247-8E79-3D69D8477DE4 \ + partitioning1-p5 \ + partitioning1-p6 \ + partition-type=mbr \ + partition=6 \ + --run 'qemu-img convert $nbd partitioning1.out' + +cmp file-data partitioning1.out + +...
2004 Apr 20
1
Strange Fedora Booting problem: can not mount "LABEL=*"partitions
...IME="1079722753" LABEL="/usr" UUID="6ae04a60-5e15-44d7-a009-dca14f2ad01b" SEC_TYPE="ext3" TYPE="ext2">/dev/sda5</device> <device DEVNO="0x0809" TIME="1079722753" LABEL="/alexa" UUID="06009234-95d5-4088-87c0-5bde8470a8ba" SEC_TYPE="ext3" TYPE="ext2">/dev/sda9</device> <device DEVNO="0x080b" TIME="1079722753" LABEL="/0" UUID="655e3381-7157-463e-aaed-fe45a9617e79" SEC_TYPE="ext3" TYPE="ext2">/dev/sda11&lt...
2019 Jan 21
8
[PATCH nbdkit v2 0/4] Support MBR logical partitions.
This is a revised version of the two series previously posted here: https://www.redhat.com/archives/libguestfs/2019-January/msg00137.html https://www.redhat.com/archives/libguestfs/2019-January/msg00139.html There have been many smaller changes but the highlights are: - Using SECTOR_SIZE instead of hard-coding 512 everywhere. - Additional safety checks that the EBR chain doesn't jump
2019 Jan 20
5
[PATCH nbdkit 0/4] partition: Support MBR logical partitions.
This implements support for MBR logical partitions in nbdkit-partition-filter, complementing existing support in the partitioning plugin. Rich.