BUGS > 2012.1.1

 Error on boot liveusb

(1/3) > >>

frafa:
Hi
Error on boot liveusb
tested on fat32 support with boot option
fromiso=/path/xxx.iso
and
image_dir=/path/siduction

same problem ...

towo:
Please show your grub.cfg entry for the iso-boot.
Edit:

BTW, VirtualBox does not support boot from USB, so you should explain, what exact you are doing.

frafa:
Tested on eee-pc 701 and eee-pc 1005

1 test, copy iso file, and test boot on fat32 support with grub2


--- Code: ---menuentry "Siduction test 1" {
search --set -f "/siduction-12.1.1-desperadoreloaded-kde-i386-201206241910.iso"
loopback loop "/siduction-12.1.1-desperadoreloaded-kde-i386-201206241910.iso"
linux (loop)/boot/vmlinuz0.686 boot=fll fromiso=/siduction-12.1.1-desperadoreloaded-kde-i386-201206241910.iso
initrd (loop)/boot/initrd0.686
}
--- End code ---


2 test, copy content iso on /path, and test boot on fat32 support with grub2


--- Code: ---menuentry "Siduction test 2" {
linux /path/boot/vmlinuz0.686 boot=fll image_dir=/path/siduction
initrd /path/boot/initrd0.686
}
--- End code ---


same problem wont boot

towo:
1st, Why you don't use grub2-fll-fromiso?
2nd, without an entry root= in your kernel line, it can't work.
3rd, the manual speaks only about linux-fs for fromiso.

If you speak about a usbstick, which contains the iso, then some other questions:

Why you don't use dd for putting the iso to the stick? or
Why you don't use fll-iso2usb?

frafa:
Just for information i am the developer of multisystem
http://sourceforge.net/projects/multisystem/
http://liveusb.info/dotclear/index.php?pages/install

I tested also with more boot option:
root=UUID=xxxx-xxxx
fromhd=UUID=xxxx-xxxx
same problem ...


boot ok on all ==> siduction-12.1-desperado-xxx.iso
error on all ==> siduction-12.1.1-desperadoreloaded-xxx.iso

sorry for my broken English

EDIT
I will make a diff -r of the files in initrd ...

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor