WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Booting TC iso from Grub2 menu  (Read 7429 times)

Offline philip_rhoades

  • Newbie
  • *
  • Posts: 7
Re: Booting TC iso from Grub2 menu - SUCCESS!
« Reply #15 on: January 05, 2016, 12:08:17 AM »
People,

Thanks for suggestions - this is now working for me:

menuentry 'Tiny Core - iso' --class core --class gnu-linux --class gnu {
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    set isofile="CorePlus-current.iso"
    echo Loading ${isofile} ...
    loopback loop /${isofile}
    echo Loading Kernel ...
    linux (loop)/boot/vmlinuz iso=/${isofile} loglevel=3 showapps nozswap waitusb=5 blacklist=pcspkr nodhcp cde desktop=fluxbox
    echo Loading RAM-Image ...
    initrd (loop)/boot/core.gz
    echo Booting ...
}

The next step is now to try and get the wifi working - I have had a lot of trouble with the Broadcom B43 driver in Fedora over the years and it is not currently working with this TC - even after a bit of fiddling - but I guess that is a question for a new post . .

Thanks to everyone,

Phil.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: Booting TC iso from Grub2 menu
« Reply #16 on: January 05, 2016, 12:24:17 AM »
Hi philip_rhoades
Go to the search page:
http://forum.tinycorelinux.net/index.php?action=search
Set the search order to  Most recent topics first  and search for  Broadcom B43

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Booting TC iso from Grub2 menu
« Reply #17 on: January 15, 2016, 09:42:50 AM »
You need to install the firmware.  There are  firmware-broadcom_43xx and firmware-openfwwf extensions that you should install "onboot".
That might be all you need.