Tiny Core Linux
Off-Topic => Archive / Obsolete => Release Candidate Testing => Topic started by: roberts on November 21, 2009, 06:14:42 PM
-
The Third Release Candidate of v2.6 (microcore_2.6rc3.iso), is now posted and ready for testing only.
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release_candidates/microcore
microcore_2.6rc3.iso
microcore_2.6rc3.iso.md5.txt
Change log for v2.6rc3:
* Dropped upx'ed bzImage due to reported system errors.
* Updated rebuildfstab to reflect removals..
* Updated select utility added paging through long select lists.
* Updated tc-restore.sh. restore boot option overrides default backup location.
Notes:
You must have your tcz collection updated, i.e., all squashfs and all with 4096 block size.
Be sure to update your kernel..
The distribution files are also availble:
http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release_candidates/distribution_files
Please check md5sums after downloading..
-
doesn't detect my PH (persistent home) on hda3, my backup and my tce dir.
hda3 is ext2.
my kernel line:
kernel (hd0,2)/tce/bzImage quiet embed lang=it_IT max_loop=120 tce=hda3 nodhcp home=hda3 settime kmap=it TZ=CET-1CEST-2,M3.5.0,M10.5.0 noutc
-
doesn't detect my PH (persistent home) on hda3, my backup and my tce dir.
hda3 is ext2.
my kernel line:
kernel (hd0,2)/tce/bzImage quiet embed lang=it_IT max_loop=120 tce=hda3 nodhcp home=hda3 settime kmap=it TZ=CET-1CEST-2,M3.5.0,M10.5.0 noutc
Same on tc; problem restoring backup..so no files in $HOME, etc.
-
Works fine with this test setup
title Tiny Core on sda1 (home=sda4 opt=sda4 local=sda4 base norestore)
kernel (hd0,0)/tinycore/bzImage waitusb=5 quiet host=dev home=sda4 opt=sda4 local=sda4 base norestore tz=PST+8PDT,M3.2.0/2,M11.1.0/2 settime
initrd (hd0,0)/tinycore/tinycore.gz
Lets start by looking at a couple of files. Is your hda3 listed in fstab?
Please post the output of fdisk -l and cat /etc/fstab
-
doesn't detect my PH (persistent home) on hda3, my backup and my tce dir.
hda3 is ext2.
my kernel line:
kernel (hd0,2)/tce/bzImage quiet embed lang=it_IT max_loop=120 tce=hda3 nodhcp home=hda3 settime kmap=it TZ=CET-1CEST-2,M3.5.0,M10.5.0 noutc
Same on tc; problem restoring backup..so no files in $HOME, etc.
You quoted jls, Please post the output of showbootcodes
-
tc@box:~$ showbootcodes
quiet restore=hda1/tc_backup2 tce=hda1/tcZ2 max_loop=100 noicons showapps
-
Hmm, I cannot reproduce.
I have tested a similar configuration and it is working as expected on a test machine:
quiet host=dev tz=PST+8PDT,M3.2.0/2,M11.1.0/2 waitusb=5 tce=sda1/tce-micro restore=sda1/mystuff pause
Does adding a waitusb=5 help?
Is hda1 listed in fstab?
-
Does adding a waitusb=5 help?
Is hda1 listed in fstab?
Yes, fstab looks good; waitusb doesn't help. I'm using grub with boot from hda3. Extensions all working fine,
just not loading the backup. New bzImage works fine with tinycore_2.6rc2.
-
OK. Thanks for the feedback. I think it may be a race condition. I might have a fix. We will see.
-
works ok now with waitusb=3
showbootcodes:
quiet waitusb=3 embed lang=it_IT max_loop=120 tce=hda3 nodhcp home=hda3 settime kmap=it TZ=CET-1CEST-2,M3.5.0,M10.5.0 noutc
my backup is in the tce dir
-
I got my backup to boot as well, by placing backup in the tce_dir. Only problem is that the noicons
bootcode gets removed:
quiet tce=hda1/tcZ2 max_loop=150 showapps
edit: solved that by placing noicons up front:
quiet noicons tce=hda1/tcZ2 max_loop=150 showapps
-
Thanks for great feedback. My intention was not to force backup in tce directory. I have found the bug in restore. Will post rc4.