secowu 发表于 2010-3-28 17:07

BT4 正式版,启动出错 initramfs

用grldr.mbr引导grldr,可以出现菜单。
但引导到后面就出现了错误,奶瓶没啃。
怎么处理

系统:W7
bt4及beini解压至(hd0,10)

# By default, boot the first entry.
default 0
fontfile /boot/grub/fonts
# Boot automatically after 30 secs.
timeout 30
splashimage=/boot/grub/bt4.xpm.gz
title Start BackTrack FrameBuffer (1024x768)
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
initrd /boot/initrd.gz
title Start BackTrack FrameBuffer (800x600)
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x314
initrd /boot/initrd800.gz
title Start BackTrack Forensics (no swap)
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent rw quiet vga=0x317
initrd /boot/initrdfr.gz
title Start BackTrack in Safe Graphical Mode
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper xforcevesa rw quiet
initrd /boot/initrd.gz
title Start Persistent Live CD
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper persistent rw quiet
initrd /boot/initrd.gz
title Start BackTrack in Text Mode
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper nopersistent textonly rw quiet
initrd /boot/initrd.gz
title Start BackTrack Graphical Mode from RAM
find --set-root /boot/vmlinuz
kernel /boot/vmlinuz BOOT=casper boot=casper toram nopersistent rw quiet
initrd /boot/initrd.gz
title Memory Test
find --set-root /boot/vmlinuz
kernel /boot/memtest86+.bin
title BEINI
find --set-root /boot/bzImage
kernel /boot/bzImage quiet waitusb=10 tinycore tce=sda10
initrd /boot/tinycore.gz
title Boot the First Hard Disk
root (hd0)
chainloader +1

title Start Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
titleBoot from CD-ROM
cdrom --init
map --hook
chainloader (cd0)
boot
titlereboot
reboot
页: [1]
查看完整版本: BT4 正式版,启动出错 initramfs