Skip to content

Commit

Permalink
Update grubtiny.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Jan 7, 2025
1 parent f631980 commit fc060fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions grub/grubtiny.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ else
set menu_color_highlight=black/light-gray
fi

menuentry 'xTCRP Configure Boot Loader (Loader Build)' {
menuentry 'Tiny Core Redpill Image Build' {
savedefault
search --set=root --fs-uuid 6234-C863 --hint hd0,msdos3
search --set=root --fs-uuid 6234-C863 --hint hd0,msdos
echo Loading Linux...
linux /bzImage-friend loglevel=3 waitusb=5 vga=791 net.ifnames=0 biosdevname=0 console=ttyS0,115200n8 IWANTTOCONFIGURE
echo Loading initramfs to configure loader...
initrd /initrd-friend
echo Loading RAMDISK to configure loader...
linux /vmlinuz64 loglevel=3 cde waitusb=5 vga=791
echo Loading initramfs...
initrd /corepure64.gz
echo Booting TinyCore for loader creation
set gfxpayload=1024x768x16,1024x768
}

0 comments on commit fc060fc

Please sign in to comment.