Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920041 - admincd-amd64-20231210T170356Z.iso: initramfs missed exfat filesystem support
Summary: admincd-amd64-20231210T170356Z.iso: initramfs missed exfat filesystem support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: All ISO (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-15 18:30 UTC by Pavel Volkovitskiy
Modified: 2024-02-16 16:54 UTC (History)
1 user (show)

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 Pavel Volkovitskiy 2023-12-15 18:30:48 UTC
I'm trying to boot admincd from usb stick formatted with exfat

But unfortunately iso doesn't boot because initramfs doesn't have exfat module

rescueshell ~ # zcat /proc/config.gz | fgrep -i exfat
# DOS/FAT/EXFAT/NT Filesystems
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# end of DOS/FAT/EXFAT/NT Filesystems

rescueshell ~ # modprobe exfat
modprobe: FATAL: Module exfat not found in directory /lib/modules/6.1.66-gentoo-x86_64


Reproducible: Always

Steps to Reproduce:
1. Format usb stick with exfat
2. Copy admincd iso
3. Try to boot it with grub:

menuentry "Gentoo Admin" {
  set isofile='/images/gentoo-admincd-amd64-20231210T170356Z.iso'
  loopback loop $isofile
  set root=(loop)
  linux  /boot/gentoo root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/image.squashfs cdroot isoboot=$isofile keymap=us dosshd
  initrd /boot/gentoo.igz
}
Actual Results:  
Boot failed with "Media not found" error

Expected Results:  
Image should boot
Comment 1 Larry the Git Cow gentoo-dev 2023-12-15 20:50:12 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/releng.git/commit/?id=9c7c7447effa0efc0f7f49ff01bd72c486b7baba

commit 9c7c7447effa0efc0f7f49ff01bd72c486b7baba
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2023-12-15 20:43:06 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2023-12-15 20:50:06 +0000

    kconfig/amd64: update to 6.6, add exfat, add various new drivers
    
    Bug: https://bugs.gentoo.org/911562
    Bug: https://bugs.gentoo.org/920041
    
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 releases/kconfig/amd64/amd64-6.6.7.config | 6745 +++++++++++++++++++++++++++++
 1 file changed, 6745 insertions(+)