|
本帖最后由 rgy 于 2014-8-25 10:46 编辑
最近想在U盘中量产卡巴斯基急救盘用GRUB4DOS启动,但苦于没有现成的方法.
搜索了下发现一个叫YUMI的软件可以合盘这些急救盘,可他用的是SYSLINUX引导
其中一段:
kernel /multiboot/kav_rescue_10/boot/rescue append root=live:LABEL=MULTIBOOT live_dir=/multiboot/kav_rescue_10/rescue/LiveOS/
subdir=/multiboot/kav_rescue_10/rescue/LiveOS/ rootfstype=auto vga=791 init=/linuxrc loop=/multiboot/kav_rescue_10/rescue/LiveOS/squashfs.img
initrd=/multiboot/kav_rescue_10/boot/rescue.igz kav_rescue_10_lang=en udev liveimg splash quiet
想改成GRUB4DOS引导
望大神指点
附原文件
syslinux.rar
(659 Bytes, 下载次数: 15)
YUMI软件的原启动代码:
# Simple Menu Created by Lance http://www.pendrivelinux.com for YUMI - (Your USB Multiboot Installer)
menu title Kaspersky Rescue Disk (Antivirus Scanner) Boot Menu
# menu background yumi.png
MENU MARGIN 10
MENU VSHIFT 4
menu color hotsel 30;47 #200000 #FFFFFF
menu color sel 30;47 #00000000 #FFFFFF
menu color border 30;44 #D00000 #00000000 std
default live
label live
menu label ^Run Kaspersky Rescue Disk from this USB
kernel /multiboot/kav_rescue_10/boot/rescue
append root=live:LABEL=MULTIBOOT live_dir=/multiboot/kav_rescue_10/rescue/LiveOS/ subdir=/multiboot/kav_rescue_10/rescue/LiveOS/ rootfstype=auto vga=791 init=/linuxrc loop=/multiboot/kav_rescue_10/rescue/LiveOS/squashfs.img initrd=/multiboot/kav_rescue_10/boot/rescue.igz kav_rescue_10_lang=en udev liveimg splash quiet doscsi nomodeset
label text
menu label ^Run Kaspersky Rescue Disk - Text Mode
kernel /multiboot/kav_rescue_10/boot/rescue
append root=live:LABEL=MULTIBOOT live_dir=/multiboot/kav_rescue_10/rescue/LiveOS/ subdir=/multiboot/kav_rescue_10/rescue/LiveOS/ rootfstype=auto vga=791 init=/linuxrc loop=/multiboot/kav_rescue_10/rescue/LiveOS/squashfs.img initrd=/multiboot/kav_rescue_10/boot/rescue.igz kav_rescue_10_lang=en udev liveimg quiet nox kav_rescue_10shell noresume doscsi nomodeset
label hwinfo
menu label ^Run Hardware Info
kernel /multiboot/kav_rescue_10/boot/rescue
append root=live:LABEL=MULTIBOOT live_dir=/multiboot/kav_rescue_10/rescue/LiveOS/ subdir=/multiboot/kav_rescue_10/rescue/LiveOS/ rootfstype=auto vga=791 init=/linuxrc loop=/multiboot/kav_rescue_10/rescue/LiveOS/squashfs.img initrd=/multiboot/kav_rescue_10/boot/rescue.igz kav_rescue_10_lang=en udev liveimg quiet softlevel=boot nox hwinfo noresume doscsi nomodeset
MENU SEPARATOR
label <-- Back to Main Menu
kernel vesamenu.c32
append /multiboot/syslinux.cfg
|
|