You are not logged in.
Pages: 1
Hello, as i don't manage to edit the last post I do a second one .
I'm a newbee. I tryed slitaz 5 rolling loram.: Fantastic !
But I didn't manage to install it ( ??)
When I reboot at the end of the installation I read this message: grub error 15 files no found. I read the forums and every where It's a question of menu.lst. Could you help me ? Thanks.
Offline
Is it possible to install a low ram version ?
Offline
Hi!
This problem is probably due to an incorrect grub configuration (menu.lst). I faced this problem in the past too, when I tryed to boot using a USB flash drive. In my case, grub was pointing to the wrong device: it was searching the boot files at the hard drive, instead of flash drive.
Did you use a flash drive to boot? Also, can you post the contents of your menu.lst?
Have a nice day!
Offline
Hello !
I use a cd live to boot. Where can I find menu.lst ? I'm still in live cd
Offline
So you will use the Live CD to access your SliTaz loram installed in your hard drive, am I right?
menu.lst is at /boot/grub
In a terminal (like XTerm), make:
$ su
<type your password; default is "root">
# cat /boot/grub/menu.lst
--- or ---
# pcmanfm
<navigate to /boot/grub and select the file>
Copy and paste the content of the file here.
Offline
hello yes I tryed to install slitaz 5 rollin lowram on the hard drive but when I start the laptop: grub: error 15. So I have to use the Live cd to access ( to try to access menu.lst)
(tux@slitaz:~$ su
Password:
root@slitaz:/home/tux# cat /boot/grub/menu.lst
cat: can't open '/boot/grub/menu.lst': Aucun fichier ou dossier de ce type (no file of this type)
root@slitaz:/home/tux#)
With pcmanfm, I don't find /boot
when I did the graphic install I was asked to install grub and I tick .
Offline
I tested slitaz-loram using VirtualBox and I think we have a problem with the file system and grub.
The first image is the menu.lst output for booting slitaz-loram. The original text is:
[c]kernel /boot/vmlinuz-squashfs.ko root=/dev/sda1 video=-32 quiet[/c]
I corrected it to the real file name:
kernel /boot/vmlinuz-squashfs.koslitaz root=/dev/sda1 video=-32 quiet
After that, grub started. First problem: OK.
Te second image shows where the system freezes at boot. I'm not sure, but I think there is a problem with the squash filesystem. When one try to install slitaz-loram, the only options Gparted shows are ext2, ext3 and ext4; squash filesystem seems to be not supported.
At this point, I have no enough knowledge to help you, @calixtus06, so let's ask other more experienced users to help.
[attachment=43483,2387] [attachment=43483,2388]
Offline
hello and thank you for you patience.
I've got almost the same screen . Yesterday I've seen and lost a post of Christophe (?) telling that it's impossible to install loram version..
http://forum.slitaz.org/topic/eng-fr-install-slitaz-loram-gparted-dont-start-boot-halts-on-blank-screen
Offline
Hi!
If loram version can't be installed, you would try the normal slitaz rolling. As I read at this post: http://forum.slitaz.org/topic/advices-to-install-slitaz-5-rolling-loram
...you have 256 Mb of RAM, so it is possible to start slitaz LiveCD and install it at your hard drive.
Rolling automatically select the best version to boot according to the amount of RAM.
Have a nice day!
Offline
hi Genesis, you don't speak french just in case ?
I 'm on slitaz 5 rollin (last release). Nothing works . No wifi, no shutdown, no package manager, no internet browser ...(?????)
I tryed tazpkg -gi midori in the terminal: it works.
Smtube is installed but " /usr/lib/libQtWebKit.so.4: file too short"
nothing to close terminal
Offline
Hi!
Sorry @calixtus06, but I speak only english and portuguese.
If you have 256Mb, it seems that LiveCD choosed "gtkonly" to boot your computer.But gtkonly is quite limited and many SliTaz features are missing to save memory. I tested a LiveCD onto Virtualbox using gtkonly and it really don't have shutdown, package manager and internet browser.
I think if you want to use a complete SliTaz system, you will need to install it. Unfortunately, graphical installer isn't present at gtkonly, so you need to install Slitaz using a terminal. At this moment, I don't know how to install Slitaz using a terminal, so can't help you at this.
Offline
Hi all.
I have SliTaz Rolling 5.0 (current) installed on a computer with 128MB of memory, HD with 40GB and work fine.
Please calixtus06, choose a version of SliTaz (Rolling or Stable) and try a clean install. We have 32bit and 64bit. "Always check the ISO md5sum before burning the image on CD". In the CD boot options choice: SliTaz Live.
In extreme cases you can (CD Boot) choose the option: Web Boot. And run the system freely in memory and install on your hard drive.
.
Offline
Hello Hackdorte, I don't really understand how to check the iso mdsum before burning the image on cd. I would think that it was just before install on hard drive.
can you explain me . Thank you
Nico
Offline
@ calixtus06
Install Rolling from base: follow these instructions (take care, written for SliTaz 4.0; maybe you'll have to adapt them)
Replace
[*][c]TGT_PARTITION="/dev/hda3"[/c] with [c]TGT_PARTITION="/dev/sda#"[/c] where # is the number of your / partition (I know you use a swap and a /home partition)
[*][c]TGT_FS="ext3"[/c] with the type of the formatting you want (ext2 or ext3 or ext4)
[*][c]TGT_HOME=""[/c] with [c]TGT_HOME="/dev/sda#"[/c] (see [c]TGT_PARTITION[/c] above)
[*][c]TGT_HOME_FS=""[/c] with the type of the formatting you want for /home (ext2 or ext3 or ext4)
[*][c]TGT_WINBOOT="auto"[/c] with [c]TGT_WINBOOT=""[/c] if you don't need dual boot (No other OS installed)
Read TazInst manual for more informations (french version)
BTW, could someone add the links of the TazInst manual on pages http://doc.slitaz.org/en:start and other languages? Thanks.
Offline
hello, wouah. If I well understood, I have to find tazinst somewhere. Tape in the terminal with command and option??
And after tape the 5 lines beginning by TGT ??
I have understood ?
I need a live cd for that I suppose ?
Thanks
Nico
Offline
Hello everybody!
Tazinst manual is outdated. The "TGT-..." entry-style have changed.
I'm trying to learn the complete process on how to install Slitaz using only the terminal (partitioning, formatting, installation). If I have success, I will post here my solution.
Have a nice day!
PS: sorry for my bad English...
Offline
@Genesis
I'm trying to learn the complete process on how to install Slitaz using only the terminal (partitioning, formatting, installation).
Instructions here:
http://doc.slitaz.org/en:handbook:installation
Manual ('By Hand') Installation
Offline
Thanks, @mojo!
Offline
Hi!
Want to install SliTaz using only Tazinst at terminal? It's a piece of cake! :-)
Follow these steps:
1. Login as root:
[c]$ su[/c]
<your password; default is "root">
2. Open parted to create a partition table and some partitions onto your drive:
I used parted instead of Gparted in order to use just the terminal, without graphical interfaces.
[c]# parted[/c]
3. Select the correct device. Please, be careful: if you select the wrong device, data would be lost! In my case, it is /dev/sda:
[c](parted) select /dev/sda[/c]
4. Set the unit that parted will use to display data at screen:
[c](parted) unit MiB[/c]
5. Create a new partition table. It could be "msdos" (MBR) or "gpt":
[c](parted) mktable msdos[/c]
6. Create the data partitions you want. In my case, I used a 1GB hard drive at Virtualbox with a root partition of 800 MB and a swap partition at the end of HD. The first partition should begin at 0% (do not write 0MiB, it won't let enough space to MBR if you do this).
[c](parted) mkpart primary ext4 0% 800MiB[/c]
This create a ext4 primary partition, starting at the begining of disk and ending at 800MiB. Note that you should write "MiB", not "MB".
7. Create the swap partition, if you need it. In this example, it starts at 800MiB and ends at the end of the HD:
[c](parted) mktable primary linux-swap 800MiB 100%[/c]
8. Print information of the partitions you created (optional):
[c](parted) print[/c]
9. If everything seems OK, quit parted.
[c](parted) quit[/c]
10. If you want, use fdisk to check the partitions you have created:
[c]# fdisk -l[/c]
11. If you created a swap partition, format it. In this case, swap partition is /dev/sda2:
[c]# mkswap /dev/sda2[/c]
12. Create a new configuration file for Tazinst:
[c]# tazinst new installation_file.conf[/c]
13. Edit the config file using your preferred editor. In my case, leafpad:
[c]# leafpad installation_file.conf &[/c]
14. Fill the parameters at the config file. The parameters below create a fresh install, using the file at SliTaz LiveCD, install SliTaz at /dev/sda1, with ext4 systemfile, no separated /home partition, configure your root password and user's username and password, and install GRUB as default bootloader:
[c]MODE="install"
MEDIA="cdrom"
SOURCE=""
ROOT_UUID="/dev/sda1"
ROOT_FORMAT="ext4"
HOME_UUID=""
HOME_FORMAT=""
HOSTNAME="slitaz"
ROOT_PWD="<your password>"
USER_LOGIN="<your username>"
USER_PWD="<your passowrd>"
BOOTLOADER="grub"
WINBOOT=""[/c]
Save and close the file.
15. Finally, install SliTaz:
[c]# tazinst execute installation_file.conf[/c]
Done!
Reboot and have a nice day with your brand new SliTaz! :-)
Offline
In doing a re-install (using the 'rolling' iso downloaded this week) I encountered the grub error 15.
I did an reinstall but this time included the boot loader ..and it boots up - no error.
(Also fixed the 'tux' login issue too.)
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]