Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
bootsplash: dual boot lilo su Slackware [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
dynamite
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jun 2007
Posts: 114
Location: Rovereto (TN)

PostPosted: Fri Jun 29, 2007 9:27 am    Post subject: bootsplash: dual boot lilo su Slackware [RISOLTO] Reply with quote

Ciao a tutti,
spero di non aver aperto un topic su un argomento già discusso, ma dalla ricerca non ho trovato qualcosa di utile...
Mi spiego attualmente ho un dual-boot slackware/gentoo, gentoo ha preso il posto di windows nella prima partizione e poichè è ancora in fase di prova (prima volta alle prese con gentoo) ho un unica partizione / di all'incirca 10GB.
Per farla breve eccovi un output chiaritore:
Code:
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1        1429    11478411   83  Linux //gentoo
/dev/hda2            1431        5504    32719680    f  W95 Ext'd (LBA)
/dev/hda3            5505        7172    13396320   83  Linux   //slackware
/dev/hda4            7172        7296      997920   82  Linux swap / Solaris
/dev/hda5            1431        5255    30716248+   b  W95 FAT32
/dev/hda6            5255        5504     2003368+  83  Linux  //home di slackware


il mio problema attuale è con lilo che sta in hda3 e il fatto che non capisco come devo posizionare l'initrd per avere il bootsplash caricando gentoo
Ho seguito le guide presenti in rete, patchando il kernel emergendo bootsplash, mettendo lo script in avvio e creando l'initrd. Attualmente i kernel di gentoo sono nella partizione di gentoo vi posto il mio attuale lilo.conf:
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot="/dev/hda"
message = /boot/boot_message.txt
prompt
timeout="100"
# Override dangerous defaults that rewrite the partition table:
change-rules
...
# Windows bootable partition config ends
# Linux bootable partition config begins

image = /boot/vmlinuz
  root = /dev/hda3
  label = Linux
  read-only
  vga=791

image="/boot/vmlinuz-2.6.20"
  root="/dev/hda3"
  label="GunterSlack"
  initrd = /boot/initrd.splash
  read-only
  append = "splash=silent resume2=swap:/dev/hda4"
  vga=791

image="/mnt/gentoo/boot/kernel-2.6.21.1"
  root="/dev/hda1"
  label="Gunteroo"
  initrd = /boot/initrd-black.splash
  read-only
  append = "splash=silent resume2=swap:/dev/hda4"
  vga=791

image="/mnt/gentoo/boot/kernel-2.6.20"
  root="/dev/hda1"
  label="Gunteroo2"
  read-only
  vga=791

# Linux bootable partition config ends

Initrd-black.splash ho provato a metterla anche in /mnt/gentoo/boot/ ma non riesce comunque a visualizzare l'immagine lo stesso, può essere che avendo lilo su un'altra partizione c'è confusione con i path a immagini e script?

Ditemi se avete bisogno di qualche informazione in più...
Grazie mille


Last edited by dynamite on Sat Jun 30, 2007 5:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
dynamite
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jun 2007
Posts: 114
Location: Rovereto (TN)

PostPosted: Sat Jun 30, 2007 5:25 pm    Post subject: Reply with quote

ho risolto lasciando perdere con il bootsplash, ho emergiato i sorgenti suspend2 usando il mio config e aggiungendo le parti relative al fbsplash, seguendo in tutto e per tutto la guida tranne che per il fatto che usa vesafb e non vesafb-tng (troppo star trek! 8O :lol: ) e adesso ho il tema del live cd 2007.0 ... probabilmente ho riguardato il config con troppa superficialità essendo per un kernel .20 e non .21.1 come quello che stavo usando, e ho mischiato informazioni per slackware con pacchetti e opzioni di gentoo...
Meglio così...ehehe
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum