Tiny Core Base > TCB Talk

V1.3rc2 - UUID success

(1/1)

netzen:
I don't know if it is the right place...

Just to report that I succeed with new ID feature of the boot options...

Here is the syslinux.cfg (with modification) from Unetbootin

--- Code: ---default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label ubnentry0
menu label tinycore
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet tce=UUID=69f9562c-5c72-33c2-a1ad-7a583369f348 waitusb=7

--- End code ---

Here is the original syslinux.cfg created by the Unetbootin

--- Code: ---default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit quiet

label ubnentry0
menu label tinycore
kernel /boot/bzImage
append initrd=/boot/tinycore.gz quiet

--- End code ---

UsbKey 512MB with one FAT32 partition and one ext3 partition.
TCE is set to ext3 partition.

netzen:
Just to report success with NATIVE EXT3 USB install too.

Here is the Grub file modified:

/boot/grub/menu.lst

--- Code: ---default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet tce=UUID=980c1105-2129-4a7a-881c-3201f8ffa6e0 waitusb=7
initrd /boot/tinycore.gz

--- End code ---

Used the procedures described in the wiki:
http://wiki.tinycorelinux.com/tiki-index.php?page=Installing+TC+on+USB

UsbKey 1GB with one ext3 partition
PC have one Sata HD and the USBKey plugged.

Navigation

[0] Message Index

Go to full version