SliTaz SliTaz Forum

You are not logged in.

#1 2012-02-20 14:03:23

Guest
Guest

double booting archlinux slitaz

Hi:

I have installed Slitaz to a friend.The first system is Archlinux at the sda1 and slitaz at sda4.

Now I dont know how to boot Slitaz from the grub menu at the system start.

This the archlinux menu.lst.

# Config file for GRUB - The GNU GRand Unified Bootloader

# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS

#

#  Linux           Grub

# -------------------------

#  /dev/fd0        (fd0)

#  /dev/sda        (hd0)

#  /dev/sdb2       (hd1,1)

#  /dev/sda3       (hd0,2)

#

#  FRAMEBUFFER RESOLUTION SETTINGS

#     +-------------------------------------------------+

#          | 640x480    800x600    1024x768   1280x1024

#      ----+--------------------------------------------

#      256 | 0x301=769  0x303=771  0x305=773   0x307=775

#      32K | 0x310=784  0x313=787  0x316=790   0x319=793

#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794

#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795

#     +-------------------------------------------------+

#  for more details and different resolutions see

#  https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution

# general configuration:

timeout   6

default   0

color light-blue/black light-cyan/blue

# boot sections follow

# each is implicitly numbered from 0 in the order of appearance below

#

# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.

#

#-*

# (0) Arch Linux

title  Arch Linux

root   (hd0,0)

kernel /boot/vmlinuz-linux root=/dev/sda1 ro

initrd /boot/initramfs-linux.img

# (1) Arch Linux

title  Arch Linux Fallback

root   (hd0,0)

kernel /boot/vmlinuz-linux root=/dev/sda1 ro

initrd /boot/initramfs-linux-fallback.img

title SliTaz

root (hd0,3)

kernel /boot/vmlinuz-2.6.37-slitaz root=/dev/sda4 lang=es_ES ro

initrd /boot/grub/splash.xpm.gz

# (2) Windows

#title Windows

#rootnoverify (hd0,0)

#makeactive

#chainloader +1

is everything ok?

If I select slitaz at the grub loader I get a grub error 15.

Thanks alot

#2 2012-02-20 15:09:04

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: double booting archlinux slitaz

Remove this regardless of install type:

initrd /boot/grub/splash.xpm.gz

If it's a frugal install:

initrd /boot/rootfs.gz

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]