search for: gpt_root_2

Displaying 6 results from an estimated 6 matches for "gpt_root_2".

2016 Jul 17
2
[PATCH] : Adding dlabel option to chain.c32
.../dev/vdd: ... > ... > Number Start (sector) End (sector) Size Code Name > 1 2048 6143 2.0 MiB EF02 BIOS_Boot_2 > 2 411648 1435647 500.0 MiB 8300 GPT_Boot_2 > 3 1435648 22646783 10.1 GiB 8300 GPT_Root_2 > 4 22646784 25163775 1.2 GiB 8200 GPT_Swap_2 > > > > /boot/extlinux/extlinux.conf > ... > label localboot > com32 chain.c32 > append dlabel=GPT_Root > > label localboot 2 > com32 chain.c32 > append dlabel=GPT_Root_2 > ....
2016 Jul 16
5
[PATCH] : Adding dlabel option to chain.c32
The idea is to boot a disk in an mbr fashion while using the GPT (not filesystem) label to detect the disk. That is useful when you use grub2 & gpt. I was in case where my nodes (100s) have 8 disks each and no guarantee of which disk is "bootable" in the disk. This way I can tell "please boot the disk that have one partition labelled "xyz"". So nothing related
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
.../dev/vdd: ... > ... > Number Start (sector) End (sector) Size Code Name > 1 2048 6143 2.0 MiB EF02 BIOS_Boot_2 > 2 411648 1435647 500.0 MiB 8300 GPT_Boot_2 > 3 1435648 22646783 10.1 GiB 8300 GPT_Root_2 > 4 22646784 25163775 1.2 GiB 8200 GPT_Swap_2 > > > > /boot/extlinux/extlinux.conf > ... > label localboot > com32 chain.c32 > append dlabel=GPT_Root > > label localboot 2 > com32 chain.c32 > append dlabel=GPT_Root_2 > ... &g...
2016 Jul 18
0
[PATCH] : Adding dlabel option to chain.c32
...gt; ... >> Number Start (sector) End (sector) Size Code Name >> 1 2048 6143 2.0 MiB EF02 BIOS_Boot_2 >> 2 411648 1435647 500.0 MiB 8300 GPT_Boot_2 >> 3 1435648 22646783 10.1 GiB 8300 GPT_Root_2 >> 4 22646784 25163775 1.2 GiB 8200 GPT_Swap_2 >> >> >> >> /boot/extlinux/extlinux.conf >> ... >> label localboot >> com32 chain.c32 >> append dlabel=GPT_Root >> >> label localboot 2 >> com32 chai...
2016 Jul 17
0
[PATCH] : Adding dlabel option to chain.c32
...tive MBR; using GPT. Disk /dev/vdd: ... ... Number Start (sector) End (sector) Size Code Name 1 2048 6143 2.0 MiB EF02 BIOS_Boot_2 2 411648 1435647 500.0 MiB 8300 GPT_Boot_2 3 1435648 22646783 10.1 GiB 8300 GPT_Root_2 4 22646784 25163775 1.2 GiB 8200 GPT_Swap_2 /boot/extlinux/extlinux.conf ... label localboot com32 chain.c32 append dlabel=GPT_Root label localboot 2 com32 chain.c32 append dlabel=GPT_Root_2 ... OR boot: chain dlabel=GPT_Root OR boot: chain dlabel=GPT_Root_2 OR...
2016 Jul 28
0
[PATCH] : Adding dlabel option to chain.c32
...gt; ... >> Number Start (sector) End (sector) Size Code Name >> 1 2048 6143 2.0 MiB EF02 BIOS_Boot_2 >> 2 411648 1435647 500.0 MiB 8300 GPT_Boot_2 >> 3 1435648 22646783 10.1 GiB 8300 GPT_Root_2 >> 4 22646784 25163775 1.2 GiB 8200 GPT_Swap_2 >> >> >> >> /boot/extlinux/extlinux.conf >> ... >> label localboot >> com32 chain.c32 >> append dlabel=GPT_Root >> >> label localboot 2 >> com32 chain...