Displaying 4 results from an estimated 4 matches for "stage2_eltorito".
2007 Jan 04
0
GRUB CD errors on CentOS 4
...command to make it look like
kernel (cd)/boot/vmlinuz-2.6.9-42.0.3.ELsmp ro root=LABEL=/1
rhgb quiet
initrd (cd)/boot/initrd-2.6.9-42.0.3.ELsmp.img
works.
Similar results occur using [for example] (hd2,0) in place of (cd) from
the same GRUB CD. Using /usr/share/grub/i386-redhat/stage2_eltorito
from an FC6 machine as the boot record for the CD fixes the problem.
[See below. I also copied FC6 /boot/grub/*stage* to iso/boot/grub for
good measure.]
The FC6 grub-0.97-13.src.rpm builds on CentOS 4 and provides a
work-around for this problem. Might be a candidate for the centosplus
repo.
Ca...
2011 May 12
0
grub config garbage after 512 bytes when chainloading via chain.c32
...ing to the command interface and catting the menu.lst
shows that the file appears to be corrupted or possibly concatenated
with a sector from another file, starting after the 512th byte (which
falls in the middle of the third 'title' line). I get the same behavior
with either stage2 or stage2_eltorito (at first I hoped it just needed
the eltorito version because it's an iso9660 fs). The menu.lst file
appears contiguous in the iso image (which I'd expect, since it's < 2048
bytes), and catting it in the grub shell prints exactly the right number
of chars, but most of it after b...
2008 Sep 21
1
Need help transfering CentOS5 from desktop to laptop
...oot 6880 Sep 20 20:17 minix_stage1_5
-rw-r--r-- 1 root root 9248 Sep 20 20:17 reiserfs_stage1_5
-rw-r--r-- 1 root root 5427 Nov 22 2007 splash.xpm.gz
-rw-r--r-- 1 root root 512 Sep 20 20:17 stage1
-rw-r--r-- 1 root root 104956 Sep 20 20:17 stage2
-rw-r--r-- 1 root root 104956 May 24 14:37 stage2_eltorito
-rw-r--r-- 1 root root 7072 Sep 20 20:17 ufs2_stage1_5
-rw-r--r-- 1 root root 6272 Sep 20 20:17 vstafs_stage1_5
-rw-r--r-- 1 root root 8864 Sep 20 20:17 xfs_stage1_5
--------------------------
/boot
total 14720
-rw-r--r-- 1 root root 884809 Jun 14 2007 System.map-2.6.18-8.1.6.el5
-rw-r-...
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