Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: jkl on March 16, 2014, 03:39:58 AM
-
Hello,
how can I load the GUI in tinycore?
I created a bootable USB.
map --mem /tinycore.iso (hd32)
map --hook
root (hd32)
kernel /boot/vmlinuz quiet
initrd /boot/core.gz
Now, whenever I boot, it always boots with the CLI.
How can I change it to boot from the GUI?
-
Please do not use syslinux memdisk. It only works properly with DOS and other similar, BIOS-using OSes. Do a proper install.
-
Please do not use syslinux memdisk.
I do not use syslinux memdisk. I use grub4dos.
Do a proper install.
How do I do that?
-
Well, make that "your bootloader's memdisk" ;)
http://tinycorelinux.net/install.html
-
I do not have internal optical disk drive.
I do not want install Tiny Core on HDD.
I want run Tiny Core directly from USB flash drive with GUI desktop.
-
The installer can target USB sticks just fine. If you don't have any computer with both CD and USB, and can't setup a VM with USB pass-through either, you can always do a manual install from any Linux distro, or use core2usb from Windows.
The manual install is linked to from the install page.
-
I'd like to create a multiboot usb flash drive with grub4dos. How do i modify the grub menu?
-
Please check the wiki before posting questions.
http://wiki.tinycorelinux.net/wiki:grub4dos
-
I'd use grub2 (am not sure if grub4dos is supported anymore, but maybe it is... you could try the wiki)
meanwhile, things have changed lately with USB pass-though. For example VirtualBox is perhaps one of the few VM USB drivers which provide USB pass-through. VirtualBox VM is highly beneficial for those without cd drives to assist with installing tc to a USB
My primary method of installing tc to a USB from Windows is via VirtualBox. I attach coreplus.iso and a USB stick to a VM on Windows, from there use the tc-install gui app to create the base USB install with boot loader. Thereafter reboot to the USB and add the desired extensions and amendments to the boot loader config. So flexible..
-
I do not want to install Tiny Core on USB flash memory stick. I read news:
4.4 also features the ability to access embedded extensions when booting from a single ISO image file. This allows the use of various boot loaders such as YUMI.
I'd like to boot Tiny Core with GUI extensions from multiboot USB flash memory stick. I use grub4dos bootloader. Please help me.
-
Supposing the device is formatted as ext2, not FAT...
I use grub4dos with a menu.lst entry as shown below with the kernel, initrd and tce directory all stored under /boot/core4.7.7 You'd have to tweak it to reflect your own directory layout, filesystem label, etc. Once you boot to the CLI, you can use tce-load to download the GUI and whatever apps and such you want.
# 2013-05-21 4.7.7
title Core 4.7.7
find --set-root /boot/grub/menu.lst
kernel /boot/core4.7.7/vmlinuz quiet tce=LABEL=my_fs_label/boot/core4.7.7/tce waitusb=30:LABEL=my_fs_label
initrd /boot/core4.7.7/core.gz
-
Lee
i'd like to automatically load X/GUI extensions from ISO file.
These extensions are stored in directory cde/optional.
Starting with v4.4rc3 it is now possible to load the embedded extensions inside an iso image file.
How to do it?
-
http://tinycorelinux.net/faq.html#iso