You are not logged in.
Решил установить Slitaz в качестве системы постоянного использования.Скачиваю iso (и 5.0.3 от 2015 и еженедельный релиз) но не могу запустить с диска (справедливости ради у меня нет Жёсткого диска пока жду SSD) c USB(SD карты), Тазик каждый раз отказывает в загрузке предлагая поковыряться(потренироваться) в установлении параметров загрузки в GRUB см. пошаговое фото что я вижу на экране.
Вообщем как установить Slitaz на компьютер!
[attachment=43635,2403] [attachment=43635,2404]
Offline
Hi andreid,
Not sure I understood very well but you don't have a HD and boot from a SD card, that's it ?
[c]Error 21: Selected disk does not exist[/c]
Seems SliTaz is installed on the same partition that grub; your first line in /boot/menu.lst should be
[c]root (hd0,0)[/c]
[c]Booting SliTaz GNU/Linux 5.0 (Kernel vmlinuz-3.2.53-slitaz)[/c]
Yous should use the last rolling with kernel 3.2.71; not sure but I believe there was a problem with SD in our kernel 3.2.53
Offline
Salut, Ceel!
Yes i have only SD card for boot.
So i have made changes as you wrote, please see the pictures.(((
[attachment=43648,2408] [attachment=43648,2409]
Offline
Ok, grub now found the disk.
In the kernel line of menu.lst you should have [c]root=/dev/sda1[/c]; right ?
Offline
))) Yes now i changed to sda1 from sdb1,ça marche bien !!!
... and is it possible to safe it in GRUB? Where?
Merci beaucoup, Ceel!
Offline
... and is it possible to safe it in GRUB? Where?
Yes. When SliTaz is running, open a terminal as root then type
[c]leafpad /boot/grub/menu.lst &[/c]
Modify the 2 lines [c]root[/c] and [c]kernel[/c] as above.
Save and exit.
At next boot, grub should launch SliTaz.
You're welcome.
Offline
So my menu.lst is empty, need to make new lines?
root=/dev/sda1
Booting SliTaz GNU/Linux 5.0 (Kernel vmlinuz-3.2.71-slitaz)
Like this?
Offline
If it is empty, it's because leafpad didn't find it in /boot/grub.
Strange because grub find one; if not it won't be able to display the first screen (GRUB4DOS 0.4.4 2016-03-06, bla bla bla)
Well, 2 solutions:
1 open the File Manager and search for it.
2 open a terminal as root and type
[c]cd /
find . -name menu.lst[/c]
and the system will give you the path.
Your menu.lst should be something like this:
# SliTaz Rolling
#
title SliTaz Rolling (kernel 3.2.71)
root (hd0,0)
kernel /boot/vmlinuz-3.2.71-slitaz root=/dev/sda1
Offline
I think we somehow need to switch to using UUIDs for drives, not hardcoding sdX block devices.
Offline
devl547,
Nice idea, but it will not help in this particular case both with Kernel panic.
Offline
здравствуйте. у меня точно такая же проблема. я имею нетбук asus eee pc4g. установил SliTaz 4.0 как полноценную систему на SD карту, но вот такая проблема
мой menu.lst сейчас такой
/boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Graphical splash image.
splashimage=/boot/grub/splash.xpm.gz
# Change the colors.
#color yellow/brown light-green/black
# For booting SliTaz from : /dev/sda1
#
title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.37-slitaz)
root (hd0,0)
kernel /boot/vmlinuz-2.6.37-slitaz root=/dev/sda1 quiet rootdelay=10
# For booting Windows :
#
title Microsoft Windows
rootnoverify (hd1,0)
chainloader +1
помогите, пожалуйста отредактировать чтоб загружалась система
Hello. I have exactly the same problem. I have a netbook asus eee pc4g. SliTaz 4.0 installed as a complete system on the SD card, but that's a problem
my menu.lst now such
/boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Graphical splash image.
splashimage = / boot / grub / splash.xpm.gz
# Change the colors.
#color yellow / brown light-green / black
# For booting SliTaz from: / dev / sda1
#
title SliTaz GNU / Linux (cooking) (Kernel vmlinuz-2.6.37-slitaz)
root (hd0,0)
kernel /boot/vmlinuz-2.6.37-slitaz root = / dev / sda1 quiet rootdelay = 10
# For booting Windows:
#
title Microsoft Windows
rootnoverify (hd1,0)
chainloader +1
Please help me to edit the loaded system
Offline
Установил с Windows?
Offline
записал болванку с винды и с нее устанавливал на SD карту через кардридер, потом втавил SD в слот ноутбука с Lubuntu 14.04 открыл menu.lst и добавил rootdelay
Offline
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]