|
之前做了不少U盘系统 , 最近发现使用Fedora liveusb creator可以保存系统设置 , 但是做了之后发现启动不了 .
could not find kernel image
从网上查了很多帖子 , 发现别人都没有我这样的情况 ,不知道是为什么 . 自己检查了syslinux 并没有发现什么问题 ...
文件夹结构如下
卷 U-SYSTEM 的文件夹 PATH 列表
卷序列号码为 0006EFC4 FCD3:A72F
I:.
│ GPL
│ README
│ tree.txt
│
├─EFI
│ └─boot
│ boot.conf
│ boot.efi
│ bootia32.conf
│ bootia32.efi
│ grub.conf
│ initrd0.img
│ isolinux.bin
│ isolinux.cfg
│ memtest
│ splash.jpg
│ splash.xpm.gz
│ vesamenu.c32
│ vmlinuz0
│
├─LiveOS
│ livecd-iso-to-disk
│ osmin.img
│ squashfs.img
│ overlay-U-SYSTEM-FCD3-A72F
│
├─syslinux
│ boot.cat
│ initrd0.img
│ isolinux.bin
│ memtest
│ splash.jpg
│ vesamenu.c32
│ vmlinuz0
│ syslinux.cfg
│
└─boot
olpc.fth
syslinux.cfg 内容为 :
default vesamenu.c32
timeout 100
menu background splash.jpg
menu title Welcome to F10-i686-Live!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color timeout_msg 0 #ffffffff #00000000
menu color timeout 0 #ffffffff #00000000
menu color cmdline 0 #ffffffff #00000000
menu hidden
menu hiddenrow 5
label linux0
menu label Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=FCD3-A72F rootfstype=vfat rw liveimg overlay=UUID=FCD3-A72F quiet rhgb
menu default
label check0
menu label Verify and Boot
kernel vmlinuz0
append initrd=initrd0.img root=UUID=FCD3-A72F rootfstype=vfat rw liveimg overlay=UUID=FCD3-A72F quiet rhgb check
label memtest
menu label Memory Test
kernel memtest
label local
menu label Boot from local drive
localboot 0xffff
希望各位大侠能给予解答 .... THX ... |
|