Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Not able to boot x86 minimal iso from USB drive
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Tue Jun 13, 2023 5:44 am    Post subject: [Solved] Not able to boot x86 minimal iso from USB drive Reply with quote

I downloaded "install-x86-minimal-*.iso" and used Ventoy (https://github.com/ventoy/Ventoy) to create a bootable USB, but I'm stuck with the following.

Code:
>> Making tmpfs for /newroot
mknod: /newroot/dev/tty0: File exists
>> Looking for the cdrom
!! Media not found
** no bootable media found. Waiting for new devices ...
>> Looking for the cdrom
!! Media not found
!! Could not find CD to boot, something else needed!
>> Determining root device (trying ) ........
!! Block device  is not a valid root device ...
!! Could not find the root block device in .
!! Please specify another value or:
!! - press Enter for the same
!! - type "shell" for a shell
!! - type "q" to skip ...
root block device() ::


If I do the same with "install-amd64-minimal-*.iso" (i.e. 64-bit minimal ISO), then there is no problem.

Code:
>> Making tmpfs for /newroot
mknod: /newroot/dev/tty0: File exists
>> Looking for the cdrom
>> Attempting to mount media: /dev/mapper/ventoy
>> Media found on /dev/mapper/ventoy
>> Determining root device (trying /dev/mapper/ventoy) ...
>> Root device detected as /dev/mapper/ventoy!
>> Determining looptype ...
>> Mounting squashfs filesystem
>> Copying read-write image contents to tmpfs


Please share your suggestions on what I should try to boot x86 minimal ISO from the USB drive.
__
sol


Last edited by solamour on Wed Jun 14, 2023 3:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Wed Jun 14, 2023 3:59 pm    Post subject: Reply with quote

It turned out that if I use Rufus (https://rufus.ie/en/) to make the bootable USB, "install-x86-minimal-*.iso" does work as expected. That doesn't quite explain why it doesn't work with Ventoy even though "install-amd64-minimal-*.iso" works fine, but I do have something I can boot from, so I'll just leave it at that.
__
sol
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4268
Location: Bavaria

PostPosted: Wed Jun 14, 2023 4:35 pm    Post subject: Reply with quote

If you have a working Linux, you can always create a bootable USB with:
Code:
# dd if=/path/to/install-amd64-minimal-*.iso of=/dev/sdX; sync

(use your correct device for sdX; be aware: it will destroy all existant data and partitions on this usb-stick ! Use really sdX and NOT a sdX1 or sdX2 ... )
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Wed Jun 14, 2023 5:07 pm    Post subject: Reply with quote

I always get scared when I use "dd" to write anything to the disk (can't afford to have a typo in the command), but I'll give it a try next time. Thanks for the tip.
__
sol
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1694

PostPosted: Wed Jun 14, 2023 5:11 pm    Post subject: Reply with quote

This is likely down to how Ventoy presents the disks and what support the kernel/initramfs contains.

Each ISO could have varying support based on what is expected on that arch.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum