mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Update grub config
This commit is contained in:
parent
29cca5396c
commit
7e01df0b1b
@ -6,8 +6,13 @@ set menu_color_highlight=black/light-gray
|
|||||||
|
|
||||||
menuentry "Fennix" {
|
menuentry "Fennix" {
|
||||||
clear
|
clear
|
||||||
echo "Loading Fennix..."
|
echo "Loading kernel"
|
||||||
multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false
|
multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false
|
||||||
|
echo "Loading initrd"
|
||||||
|
module2 /initrd.tar.gz initrd
|
||||||
|
echo "Loading bootanim"
|
||||||
|
module2 /bootanim.tar.gz bootanim
|
||||||
|
echo "Booting..."
|
||||||
boot
|
boot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user