扩展资料一: 在GRUB中,可以利用 stage2_eltorito 来制作启动光盘: mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o grub.iso iso stage2_eltorito和menu.lst应该放在光盘的/boot/grub目录里。 在GRUB4DOS中,可以利用 grldr 来制作启动光盘。制作方法有两种:...
[root@localhost /]# ls /boot/grub/ //查看/boot/grub目录内容 e2fs_stage1_5 iso9660_stage1_5 stage1 vstafs_stage1_5 fat_stage1_5 jfs_stage1_5 stage2 xfs_stage1_5 ffs_stage1_5 minix_stage1_5 stage2_eltorito grub.conf reiserfs_stage1_5 ufs2_stage1_5 [root@localh...
5、拷贝grub文件 [root@localhost ~]# mkdir /boot/grub [root@localhost ~]# cp /usr/share/grub/x86_64-redhat/* /boot/grub/ [root@localhost ~]# ls /boot/grub/ e2fs_stage1_5 iso9660_stage1_5 reiserfs_stage1_5 stage2_eltorito xfs_stage1_5 fat_stage1_5 jfs_stage1_5 stage1 ufs2...
[root@localhost /]# ls /boot/grub/ //查看/boot/grub目录内容 e2fs_stage1_5 iso9660_stage1_5 stage1 vstafs_stage1_5 fat_stage1_5 jfs_stage1_5 stage2 xfs_stage1_5 ffs_stage1_5 minix_stage1_5 stage2_eltorito grub.conf reiserfs_stage1_5 ufs2_stage1_5 [root@localhost /]# fdis...
[root@localhost /]# ls /boot/grub/ //查看/boot/grub目录内容 e2fs_stage1_5 iso9660_stage1_5 stage1 vstafs_stage1_5 fat_stage1_5 jfs_stage1_5 stage2 xfs_stage1_5 ffs_stage1_5 minix_stage1_5 stage2_eltorito grub.conf reiserfs_stage1_5 ufs2_stage1_5 ...
mkisofs -R -J -b boot/grub/stage2_eltorito -no-emul-boot \-boot-load-size 4 -boot-info-table -o grub.iso iso Pitfalls: remember to set permissions on all the files before you create the iso as these will be honored when imaged ...
SYSLINUX isohybrid for MBR, UEFI and x86-Mac - GRUB2 grub-mkrescue MBR >>> Mac and/or PowerPC bootable GRUB2 image with HFS+/FAT, APM, EFI GPT partition, PreP MBR partition, mountable FAT partition --- EL Torito CD booting for PC-BIOS x86, PowerPC, (old) Mac, EFI Sources: El ...
[root@localhost /]# ls /boot/grub/ //查看/boot/grub目录内容 e2fs_stage1_5 iso9660_stage1_5 stage1 vstafs_stage1_5 fat_stage1_5 jfs_stage1_5 stage2 xfs_stage1_5 ffs_stage1_5 minix_stage1_5 stage2_eltorito grub.conf reiserfs_stage1_5 ufs2_stage1_5 ...
mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o grub.iso iso This generates a file grub.iso which can burned to CD or DVD. See the YoLinux tutorial on how to burn a CD or DVD. Related Information: HOWTO: Boot Prompt Linux Disk...
You will need to copy the stage2_eltorito file to the top folder of the live CD (the location varies slightly between 32bit and 64bit PCs): cp /usr/lib/grub/i386-pc/stage2_eltorito iso/boot/grub/ Next we need to create GRUB's menu: gedit iso/boot/grub/menu.lst...