search for: btrfs_stage1_5

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

2009 Jul 22
0
grub-0.97/btrfs: [PATCH] against fedora 10
...is not allowed. Leafsize != 4K is not allowed. Nodesize != 4K is not allowed. Grub-0.97+btrfs doesn''t understand exotic things like preallocated extents (e.g. files composed by fallocate(2), posix_fallocate(3)). Also grub-0.97 doesn''t check btrfs checksums. In such configurations btrfs_stage1_5 doesn''t exceed 62 sectors in size and can be installed to the boot area. Technical overview: Things are complicated because of logical/physical block translations. We can not afford to maintain a long cache, so grub will search like a mad. The main search routine aux_tree_lookup() is rec...
2009 Sep 25
0
Re: how does grub exactly work?
...tage 1.5 file) and stage 1.5 first sector (list of all > other sectors)? > Grub doesn''t make the blocklist for stage1_5 Optionally grub makes the blocklist for stage2 (in particular when stage1.5 can not be embedded for some reasons). Note, that it is important to embed and use btrfs_stage1_5. First, because btrfs has defragmentator, which can make the blocklist out of date (so that you''ll need to reinstall grub). Second, I am not sure, if the blocklist will be composed correctly in the case when stage2 locates in btrfs volume (I didn''t look at the blocklist specificat...
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2009 Sep 24
7
[patch 0/2] grub-0.97: btrfs support
...(hd1,7) and is not an OS''s root. We want to setup (hd0,4) as grub root device and install grub to the mbr of (hd0). . build and install grub with btrfs support; . mount your the "3 in 1" btrfs volume to /mnt; . create a directory /mnt/grub; . put the built files stage1, stage2, btrfs_stage1_5, grub.conf, etc. to /mnt/grub; . run grub shell; . grub> root (hd0,4) . grub> setup --stage2=/mnt/grub/stage2 (hd0) . have a fun. Use info(1) grub for more details. (*) Glossary: . loading volume: a btrfs volume that contains kernel image and initrd; . image volume: a btrfs volume that...
2009 Sep 24
15
grub-0.97: btrfs multidevice support [PATCH]
...(hd1,7) and is not an OS''s root. We want to setup (hd0,4) as grub root device and install grub to the mbr of (hd0). . build and install grub with btrfs support; . mount your the "3 in 1" btrfs volume to /mnt; . create a directory /mnt/grub; . put the built files stage1, stage2, btrfs_stage1_5, grub.conf, etc. to /mnt/grub; . run grub shell; . grub> root (hd0,4) . grub> setup --stage2=/mnt/grub/stage2 (hd0) . have a fun. Use info(1) grub for more details. (*) Glossary: . loading volume: a btrfs volume that contains kernel image and initrd; . image volume: a btrfs volume th...