diff --git a/etc/archboot/presets/allinone b/etc/archboot/presets/allinone index 52bc64140..f44a64395 100644 --- a/etc/archboot/presets/allinone +++ b/etc/archboot/presets/allinone @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs" +KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/allinone.conf" diff --git a/etc/archboot/presets/isolinux b/etc/archboot/presets/isolinux index 0b8062e3c..8f2021061 100644 --- a/etc/archboot/presets/isolinux +++ b/etc/archboot/presets/isolinux @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs" +KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default.conf" diff --git a/etc/archboot/presets/isolinux-network b/etc/archboot/presets/isolinux-network index 3e595ea42..7843509d0 100644 --- a/etc/archboot/presets/isolinux-network +++ b/etc/archboot/presets/isolinux-network @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs" +KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-network.conf" diff --git a/etc/archboot/presets/syslinux b/etc/archboot/presets/syslinux index 425128bd7..5655b066c 100644 --- a/etc/archboot/presets/syslinux +++ b/etc/archboot/presets/syslinux @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like root=/dev/hda3 etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs" +KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default.conf" diff --git a/etc/archboot/presets/syslinux-network b/etc/archboot/presets/syslinux-network index 7da20bbfd..e28bd9852 100644 --- a/etc/archboot/presets/syslinux-network +++ b/etc/archboot/presets/syslinux-network @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like root=/dev/hda3 etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="cgroup_disable=memory gpt loglevel=7 rootdelay=10 rootfstype=ramfs" +KERNEL_BOOT_OPTIONS="cgroup_disable=memory rootdelay=10 rootfstype=ramfs" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-network.conf" diff --git a/usr/share/archboot/bootloader/allinone.cfg b/usr/share/archboot/bootloader/allinone.cfg index 804847a55..08c475d4e 100644 --- a/usr/share/archboot/bootloader/allinone.cfg +++ b/usr/share/archboot/bootloader/allinone.cfg @@ -45,7 +45,7 @@ ENDTEXT MENU LABEL Boot Arch Linux (x86_64) LINUX /boot/vmlinuz_x86_64 APPEND @@KERNEL_BOOT_OPTIONS@@ -INITRD /boot/initramfs_x86_64.img +INITRD /boot/intel-ucode.img,/boot/initramfs_x86_64.img LABEL arch32 TEXT HELP @@ -55,7 +55,7 @@ ENDTEXT MENU LABEL Boot Arch Linux (i686) LINUX /boot/vmlinuz_i686 APPEND @@KERNEL_BOOT_OPTIONS@@ -INITRD /boot/initramfs_i686.img +INITRD /boot/intel-ucode.img,/boot/initramfs_i686.img LABEL existing TEXT HELP diff --git a/usr/share/archboot/bootloader/messages/allinone b/usr/share/archboot/bootloader/messages/allinone index 01348dd4b..e303456a1 100644 --- a/usr/share/archboot/bootloader/messages/allinone +++ b/usr/share/archboot/bootloader/messages/allinone @@ -22,4 +22,4 @@ Creation Date: @@DATE@@ Release: @@RELEASENAME@@ Boot kernel: @@KERNEL@@ Architecture: i686 / x86_64 -RAM requirement to boot: 750 MB or greater \ No newline at end of file +RAM requirement to boot: 600 MB or greater \ No newline at end of file