WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: boot code  (Read 4437 times)

Offline doggieh

  • Newbie
  • *
  • Posts: 5
boot code
« on: January 25, 2017, 11:15:13 AM »
Hi im trying to do a frugal install inside a working linux system, what i did was to put inside a folder the 2 folder /boot and /tce and put that in 40 custom grub like this
linux /tinycore/boot/vmlinuz
initrd /tinycore/boot/core.gz
but i got only prompt  i want the full desktop like openbox so i added desktop=openbox but nothing what can i do

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot code
« Reply #1 on: January 25, 2017, 11:45:21 AM »
Hi doggieh
I thought  /tce  needs to be in the root directory.

Offline doggieh

  • Newbie
  • *
  • Posts: 5
Re: boot code
« Reply #2 on: January 25, 2017, 12:12:57 PM »
it is in filesystem inside, i have puppy installed this way andd works well

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot code
« Reply #3 on: January 25, 2017, 12:30:09 PM »
Hi doggieh
it is in filesystem inside, i have puppy installed this way andd works well
That may be, but this is not Puppy. I think Tinycore expects to find  /tce  in the root of the partition.

Offline doggieh

  • Newbie
  • *
  • Posts: 5
Re: boot code
« Reply #4 on: January 25, 2017, 12:38:36 PM »
so it must be
linux /boot/ tce=sda6
initrd /boot
ill will try

Offline doggieh

  • Newbie
  • *
  • Posts: 5
Re: boot code
« Reply #5 on: January 25, 2017, 12:53:15 PM »
worked, now tce is mounted i got desktop i do the same to opt and home?
opt=sda6 home=sda6
screen resolution is bad how can use all space what boot option i use?
i have a radeon card 5450

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot code
« Reply #6 on: January 25, 2017, 12:57:35 PM »
Hi doggieh
vmlinuz  and  core.gz  can have paths, so this:
Code: [Select]
linux /tinycore/boot/vmlinuz
initrd /tinycore/boot/core.gz
is OK.
I'm not sure which line  tce=sda6  would go on with that version of grub.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot code
« Reply #7 on: January 25, 2017, 12:59:36 PM »
Hi doggieh
Yes, add  opt=sda6 home=sda6  to the same line as  tce=sda6.

Offline doggieh

  • Newbie
  • *
  • Posts: 5
Re: boot code
« Reply #8 on: January 25, 2017, 01:03:58 PM »
i have downloaded coreplus  so in folder tce got this
total 88
drwxrwxr-x  4 1001 staff  4096 Jan 25 12:47 .
drwxr-xr-x 25 root root   4096 Jan 25 12:40 ..
-rw-r-----  1 1001 staff     0 Jan 25 12:44 firstrun
-r--rw-r--  1 1001 staff    15 Jul  4  2016 installer.instlist
-r--rw-r--  1 1001 staff    10 Jul  4  2016 kmaps.instlist
-rw-r--r--  1 root root  10478 Jan 25 12:47 mydata.tgz
-r--rw-r--  1 1001 staff    16 Jul  4  2016 ndiswrapper.instlist
-r--rw-r--  1 1001 staff   675 Jan 25 12:43 onboot.lst
drwxrwxr-x  2 1001 staff  4096 Jan 25 12:43 ondemand
drwxrwxr-x  2 1001 staff 20480 Jan 25 12:45 optional
-r--rw-r--  1 1001 staff    15 Jul  4  2016 remaster.instlist
-r--rw-r--  1 1001 staff   962 Jul  4  2016 wififirmware.instlist
-r--rw-r--  1 1001 staff    60 Jul  4  2016 wifi.instlist
-r--rw-r--  1 1001 staff    67 Jul  4  2016 xbase.lst
-r--rw-r--  1 1001 staff   279 Jul  4  2016 xfbase.lst
-r--rw-r--  1 1001 staff    82 Jul  4  2016 xibase.lst
-rw-rw-r--  1 1001 staff     0 Jan 25 12:44 xwbar.lst
-r--rw-r--  1 1001 staff    76 Jul  4  2016 xwbase.lst
sda6 its the partition where folder tinycore are