Skip to content

Commit

Permalink
Fix ISO boot nomodeset
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Oct 25, 2024
1 parent 41f2b90 commit f65ff93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Empty file modified iso/efiboot/loader/entries/01-archiso-x86_64-linux.conf
100755 → 100644
Empty file.
Empty file.
Empty file modified iso/efiboot/loader/entries/04-nvidianouveau.conf
100755 → 100644
Empty file.
12 changes: 6 additions & 6 deletions iso/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ menuentry "Athena OS install medium with speakup screen reader (%ARCH%, UEFI, op
# initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-lts.img
#}

#menuentry "Athena OS install medium (%ARCH%, UEFI, safe graphics, nomodeset)" --class arch --class gnu-linux --class gnu --class os --id 'athenanm' {
# set gfxpayload=keep
# search --no-floppy --set=root --label %ARCHISO_LABEL%
# linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-lts archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} archisolabel=%ARCHISO_LABEL% cow_spacesize=4G copytoram=n driver=free nomodeset nouveau.modeset=0 radeon.modeset=0 i915.modeset=0 nvme_load=yes
# initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-lts.img
#}
menuentry "Athena OS install medium (%ARCH%, UEFI, safe graphics, nomodeset)" --class arch --class gnu-linux --class gnu --class os --id 'athenanm' {
set gfxpayload=keep
search --no-floppy --set=root --label %ARCHISO_LABEL%
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux-lts archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} archisolabel=%ARCHISO_LABEL% cow_spacesize=4G copytoram=n driver=free nomodeset nouveau.modeset=0 radeon.modeset=0 i915.modeset=0 nvme_load=yes
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux-lts.img
}

if [ "${grub_platform}" == "efi" ]; then
if [ "${grub_cpu}" == "x86_64" ]; then
Expand Down

0 comments on commit f65ff93

Please sign in to comment.