Setup :
HP Pavilion x360 - 8GB RAM - SSD
Boot Loader : GRUB - UEFI
ISO : TinyCorePure64-11.1.iso
/dev/sda1 : FAT32 : EFI System Partition
/dev/sda8 : EXT4 : LABEL='ISO.Disk' - TinyCore manual setup
/dev/sda9 : EXT4 : LABEL='TinyCore' - Reserved for TinyCore Install
/dev/sdb : FAT32 : USB Disk
GRUB.CFG
#----------------------------------------------------
menuentry 'INSTALL - TinyCore 11.1 - ISO Loopback' {
set root=(hd0,gpt8)
set isofile='/iso_files/TinyCorePure64-11.1.iso'
echo '..... LoopBack TinyCore 11.1 .....'
loopback loop $isofile
echo '..... Loading TinyCore 11.1 VMLINUZ .....'
linux (loop)/boot/vmlinuz64 waitusb=5 loglevel=5 cde showapps pause iso=/mnt/sda8/$isofile
echo '..... Loading TinyCore 11.1 COREPURE64 .....'
linux (loop)/boot/corepure64.gz
echo '..... Booting TinyCore 11.1 .....'
}
#----------------------------------------------------
What works:
o TinyCore 11.1 64 bit gets loaded.
o GUI desktop is presented
o Buttons present - Exit, Editor, Control Panel, Apps, Run-Program, Mount-Tool, Terminal
Issues:
1) No TC-Install
2) No Wifi Install / Config
3) No Ethernet configuration options
* Need help to install TINYCORE on to a HD-Partition