Tiny Core Base > TCB Q&A Forum

dual boot ubuntu and tcl

<< < (3/4) > >>

mikshaw:
If your directory is located at the top level of a partition, and it uses a default name (tce, tclocal), you need only specify the partition.
If it is a subdirectory, as yours appears to be, you would include the directory  (even if it uses the default name, I think):  opt=sda1/tiny/opt
Then again, I wasn't aware that tc could mount a home or opt subdirectory.  If so, that's pretty cool.

nickispeaki:

--- Quote from: mikshaw on April 12, 2009, 07:36:04 AM ---If it is a subdirectory, as yours appears to be, you would include the directory  (even if it uses the default name, I think):  opt=sda1/tiny/opt

--- End quote ---
what goal of opt directory?

maddoguk:
i have ubuntu 9.10 and I am trying to make it dual boot to TCL. I put the two files:

initrd.img-tinycore
vmlinuz-tinycore

I put these in /boot

I am running grub 2 but the uuid is the same as the ubuntu uuid i guess because its the same boot folder. What am I doing wrong? How do I force a new UUID. Do i need to create a parition and somehow force it. I am linux newbie.

any help really appreciated.

gerald_clark:
Why do you need a new UUID?
Just add the TC stanza to /boot/grub/menu.lst
Change hda5 to whatever your root partition is.

title Tiny Core Linux
  kernel /vmlinuz-tinycore tce=hda5/tce max_loop=256
  initrd /initrd.img-tinycore



beroje:

40_custom
_____________________________________

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "Tinycore" {
set root=(hd0,6)
linux (hd0,6)/bzImage quiet max_loop=255 waitusb=7 tce=sda6/tce laptop
initrd (hd0,6)/tinycore.gz
}


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version