Tiny Core Base > Corepure64

UEFI bootable iso?

<< < (4/7) > >>

sebus:
Thanks, will give it a go

sebus

sebus:

--- Quote from: Juanito on January 03, 2015, 05:15:34 AM ---This works  :)


--- Code: ---loadfont unicode
insmod efi_gop
set gfxmode=1366x768x32
set gfxpayload=keep
set gfxterm_font=unicode
terminal_output gfxterm

search --no-floppy --fs-uuid --set=root f8422ac1-fef4-48ce-b79e-abce5a598e8a

menuentry "corepure64_tc6_iso" {
  set isofile="/TinyCorePure64-6.0rc1.iso"
  loopback loop $isofile
  linux (loop)/boot/vmlinuz64 iso-scan/filename=$isofile quiet noswap
  initrd (loop)/boot/corepure64.gz
}
--- End code ---

--- End quote ---

If using TinyCorePure64-6.0rc1.iso to boot directly (BIOS mode) in Workstation 11, all works perfect

If I boot from UEFI USB (with above entry in grub.cfg) I stop at shell prompt (NO GUI)

Is there way for TinyCorePure to also boot this way? (how to add APPEND loglevel=3 cde vga=791 )

sebus

Rich:
Hi sebus
I don't know for sure, but I would try adding to the right of   quiet noswap

sebus:
Perfect, thanks Rich, works as intended

sebus

sebus:
Well, sorry, but it does NOT work.

I got overexcited, as it did work, but ONLY if I had the iso mounted in Workstation as CD.

Without iso mounted (just the UEFI stick boot) it is a no go - no GUI

But I can "cheat" and copy the /cde folder to the root of USB (and it works this way)

sebus

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version