Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551748 - LiveDVD doesn't boot from USB drive created via "YUMI"
Summary: LiveDVD doesn't boot from USB drive created via "YUMI"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL: https://wiki.gentoo.org/wiki/LiveUSB/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 10:05 UTC by tescas
Modified: 2015-06-15 01:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tescas 2015-06-11 10:05:00 UTC
hello,

i want to boot gento livedvd-x86-amd64-32ul-20140826.iso from yumi - Universal_USB_Installer

1.- i installed ivedvd-x86-amd64-32ul-20140826.iso on my usb, under the 'Unlisted Linux ISO'

2.- yumi.finished.ok.quit

3.- then i reboot on liveusb.yumi.gentoo,
started it 
then ...

-log.start-

... 
(select locale)(default: >) default

>> Looking fot tyhe cdrom
>> Attempting to mount media: /dev/sr0
>> Attempting to mount media: /dev/sda1
>> Attempting to mount media: /dev/sda5
...
>> Attempting to mount media: /dev/sdb1

( actually, the usb is /dev/sdb1 )
!! Media not found
umount: can;t umunt /newroot: Invalid argument
(...)
root block device() ::

-log.end-

an i am stuck here .... 

4.- Conclusion

is it:
- a bug ?
- i missed something out of the doc ?
- something missing in the wiki ?

thx
 

Reproducible: Always

Actual Results:  

stucked

Expected Results:  

additionnal info in the wiki
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2015-06-14 08:33:36 UTC
Note that "YUMI" is not the "Universal USB Installer" linked to in $URL and may not be tested.

At any rate this is a bug for releng, but I'm not sure if they can do anything about a third party software failing to boot Gentoo.
Comment 2 tescas 2015-06-14 18:48:50 UTC
Hello,

Sorry,
Now i try to be more precise ...

Here

YUMI – Multiboot USB Creator
< http://www.pendrivelinux.com/yumi-multiboot-usb-creator/ >
< http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.1.7.exe >


So, i experienced this <YUMI – Multiboot USB Creator> ,
successfully for : backtrack, kali, linuxmint, knoppix, debian, suse 

So, i try YUMI for gentoo-live.dvd...20140825.iso
under the YUMI's title  (~) 'not listed iso' ( ~ )
and finally, got the grub1 header :


/media/tecb/multiboot/gentoo-x86-amd64-32ul-20140826/boot/grub

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Gentoo x86-amd64 32bit userland' --class gentoo {
  set gfxpayload=keep
  echo "Language: $bootlang"
  echo "Keyboard: $bootkeymap"
  echo 'Loading amd64-nomultilib 3.15.6 kernel'
  linux /isolinux/gentoo root=/dev/ram0 init=/linuxrc aufs looptype=squashfs loop=/image.squashfs cdroot vconsole.keymap=$bootkeymap locale=
  echo 'Loading initial ramdisk ...'
  initrd /isolinux/gentoo.igz
}

menuentry 'Gentoo amd64 multilib' --class gentoo {
  set gfxpayload=keep
  echo "Language: $bootlang"
  echo "Keyboard: $bootkeymap"
  echo 'Loading amd64-nomultilib 3.15.6 kernel'
  linux /isolinux/gentoo64 root=/dev/ram0 init=/linuxrc aufs looptype=squashfs loop=/image.squashfs cdroot vconsole.keymap=$bootkeymap local
  echo 'Loading initial ramdisk ...'
  initrd /isolinux/gentoo64.igz
}


Then, i run menuentry 'Gentoo x86-amd64 32bit userland' ( not 'Gentoo amd64 multilib'),

YUMI starts, 
loads gento's start boot stuff, ... 

then 
Gento.livedvd.usb:boot 's process asks me for locale 
> (en_US) : i enter default's

... then here we are on the spot :


then, Gento.livedvd.usb:boot 's process 

<try to get /dev/sr0> id the cd or the dvd, instead of the usb 
<try to get /dev/sr0> id the cd or the dvd, instead of the usb 

And that's is the question ... 

---

At this stage, this is a info forwarding, -- i am not able figure myself deeper in details where this comes out from ...
Comment 3 nm (RETIRED) gentoo-dev 2015-06-14 22:09:56 UTC
If third-party software fails to function, that's not something that Gentoo's RelEng team can fix.
Comment 4 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2015-06-15 01:42:37 UTC
The root cause of this issue is likely the missing USB support in the latest kernels that is causing all the USB issues.
So this is likely another dupe of bug 522176.