WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: V1.3rc2 - UUID success  (Read 3202 times)

Offline netzen

  • Newbie
  • *
  • Posts: 34
V1.3rc2 - UUID success
« on: April 05, 2009, 08:35:38 AM »
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: [Select]
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

Here is the original syslinux.cfg created by the Unetbootin
Code: [Select]
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

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

Offline netzen

  • Newbie
  • *
  • Posts: 34
Re: V1.3rc2 - UUID success - ext3
« Reply #1 on: April 07, 2009, 04:29:21 AM »
Just to report success with NATIVE EXT3 USB install too.

Here is the Grub file modified:

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

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.