Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: destroyedlolo on June 13, 2010, 02:49:16 PM
-
Hi all,
I did my first TC hard drive installation but I'm facing some question :
1/ my grub commands are :
kernel /boot/bzImage quiet tce=hda6 kmap=fr vga=788
initrd /boot/tinycore.gz
but TC is still booting in default 1024x768 screen ... why ?
2/ In installed 2 extentions :
- kmaps - install mode
- grub - onDemande
I have no problem at all with kmaps, but ... after rebooting, OnDemande menu is not displayed. If I launch AppBrowser, it saids grub is already loaded.
Why I don't have OnDemande menu visible after a reboot ?
Thanks
Laurent
-
So, replying to myself.
I have added
home=hda6 restore=hda6
in my boot code and it's working now.
But I'm still incline to think vga= is ignored ...
-
vga only applies on the console, X resolution is determined in .xsession for Xvesa (or use xsetup.sh to change it).
-
Ok, thanks.
Laurent