BUGS > 2012.1.1

 Error on boot liveusb

<< < (3/3)

towo:
Also for you, show your bootmanager entrys and tell us, how you have createt the fromiso-boot. Also, is this usb or fromiso from harddisc?

dieres:
Did I understand right if I suppose you want to create a multiple boot usb stick?
What bootloader uses multisystem?

ct' Magazin has a multiboot rescue stick with Windows PE pmagic memtest etc. Uses grub1 if i am right.

here my insert for aptosid; there was no siduction at that time ;-)

--- Code: ---
splashimage /grub/exit.gz
default 0
 
title CC7PE ISO boot
find --set-root /cc7pe.iso
map /cc7pe.iso (0xff) || map --mem /cc7pe.iso (0xff)
map --hook
chainloader (0xff)
lock
 
title Acronis TrueImage Home
find --set-root /acronis1.iso
map --mem /acronis1.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
lock

title aptosid imera xfce (fromsiso Auswahl nötig)
map --mem /aptosid.iso (hd32)
map --hook
chainloader (hd32)
boot  


title MemTest86+ (binary)
kernel /memtest/memtest.bin
lock

title Parted Magic 6.7
find --set-root /pmagic-6.7.iso
map --mem /pmagic-6.7.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
lock
--- End code ---

joji:

--- Quote from: "towo" ---Also for you, show your bootmanager entrys and tell us, how you have createt the fromiso-boot. Also, is this usb or fromiso from harddisc?
--- End quote ---
Thank you for reaction.

Problem solved for the vfat formated stick booting with grub2.
The trick was to add "fromhd=UUID=0E30-87A8" to the grub.cfg menu entry.

Yes. it is a multiboot usb stick. I simply copied the iso to the stick.

My entry is now :

--- Code: ---menuentry "siduction-12.1.1-desperadoreloaded-xfce-i386.iso" {
linux /desperadoreloaded/vmlinuz0.686 boot=fll tz=Europe/Brussels fromhd=UUID=0E30-87A8 fromiso=/siduction-12.1.1-desperadoreloaded-xfce-i386-201206241935.iso nointro quiet
initrd /desperadoreloaded/initrd0.686
}
--- End code ---
Have to thank you for providing your grub.cfg entry which gave me that idea.

Have also to thank the whole group for providing this very nice iso.

Regards.

Navigation

[0] Message Index

[*] Previous page

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