Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: (SOLVED) Ubunto Live CD op USB met grub4dos  (gelezen 1852 keer)

Offline raptile

  • Lid
(SOLVED) Ubunto Live CD op USB met grub4dos
« Gepost op: 2010/12/28, 20:17:37 »
Goedeavond,

Ik heb een USB stick met daarop grub4dos.
Momenteel staat acronis boot cd op deze stick en er komen nog een aantal cd's op te staan.
Ik wil graag de Ubuntu LiveCD starten vanaf de USB stick vanuit het grub4dos menu maar ik krijg dit niet aan de praat.
elke LiveCD handleiding die online te vinden is gaat er vanuit dat je enkel Ubuntu plaatst op de USB stick maar dit is niet wat ik wil.

Ik heb inmiddels van alles geprobeerd maar toch lukt het mij niet om de LiveCD werkend te krijgen.

Heeft iemand een idee hoe ik dit aan de praat kan krijgen?

Op dit moment ziet mijn menu.lst er zo uit en alle onderstaande opties werken niet:

title           Ubuntu1
root            (hd0,4)
kernel /ubuntu/casper/vmlinuz
initrd /ubuntu/casper/initrd.gz
chainloader +1
boot

title           Ubuntu2 - testing
root (hd0,4)
#kernel (hd0,4)/ubuntu/casper/vmlinuz ro root=/dev/sda4
#kernel /ubuntu/casper/vmlinuz file=/Ubuntu/ubuntu.seed boot=casper noprompt cdrom-detect/try-usb=true persistent
#kernel /ubuntu/casper/vmlinuz boot=casper quiet splash ro --

title           Ubuntu3
set root=(hd0,4)
kernel /ubuntu/casper/vmlinuz ro root=/dev/sdc5
initrd /ubuntu/casper/initrd.gz
boot

title           Ubuntu4
find --set-root /ubuntu/ubuntu-9.04-desktop-i386.iso
kernel /ubuntu/casper/vmlinuz noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper
initrd /ubuntu/casper/initrd.gz



title           Ubuntu5
root            (hd0,4)
kernel /ubuntu/casper/vmlinuz
initrd /ubuntu/casper/initrd.gz
map --mem (hd0,4)
chainloader +1
boot


Alvast bedankt voor jullie input!
« Laatst bewerkt op: 2010/12/28, 23:59:36 door raptile »

Offline Drummies

  • Lid
Re: Ubunto Live CD op USB met grub4dos
« Reactie #1 Gepost op: 2010/12/28, 20:35:43 »
Gestopt als aktief Forumlid 17/10/2011

Offline raptile

  • Lid
Re: Ubunto Live CD op USB met grub4dos
« Reactie #2 Gepost op: 2010/12/28, 20:58:58 »
@ linkjes meegegeven,misschien kan je er iets mee succes  ;)

http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial
http://www.themudcrab.com/acronis_grub4dos.php

Thanks voor de linkjes!
Ik heb deze inderdaad gebruikt voor grub4dos en my bad... acronis.iso laad wel zoals het hoort.
Ik krijg Ubuntu LiveCD echter niet werkend zoals ik Acronis wel aan de praat heb gekregen. :(


Ik heb deze regels inmiddels toegevoegd:
title           Ubuntu001
map --mem (hd0,0)/ubuntu/ubuntu-9.04-desktop-i386.iso (hd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

title           Ubuntu002
map (hd0,0)/ubuntu/ubuntu-9.04-desktop-i386.iso (hd0)
map (hd0) (hd1)
map --hook
chainloader (hd0,0)+1
bootnoverify (hd0,0)

title           Ubuntu003
map (hd0,0)/ubuntu/ubuntu-9.04-desktop-i386.iso (hd0)
map --hook
chainloader (hd0,0)+1
rootnoverify (hd0,0)

Ik dacht te lezen dat het zo zou moeten werken in het kopje Disk emulation in deze handleiding:
http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial

Maar helaas krijg ik bij alle drie deze opties te melding: Error 5: Partition table invalid or corrupt
« Laatst bewerkt op: 2010/12/28, 21:08:07 door raptile »

Offline raptile

  • Lid
Re: Ubunto Live CD op USB met grub4dos
« Reactie #3 Gepost op: 2010/12/28, 21:58:50 »
De enige optie welke in de buurt kom is:
title LiveCDTEST
find --set-root /ubuntu/ubuntu-9.04-desktop-i386.iso
map /ubuntu/ubuntu-9.04-desktop-i386.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)

Ik krijg het LiveCD menu (TRY before installing) ik selecteer de eerste optie en vervolgens krijg ik het scherm dat Ubuntu laadt.
Een poosje later kom ik in het scherm van busybox en zit ik niet in de GUI :(

Offline raptile

  • Lid
Re: Ubunto Live CD op USB met grub4dos
« Reactie #4 Gepost op: 2010/12/28, 23:58:31 »
Solved met ubuntu-10.04.1-desktop-i386.iso en onderstaande in menu.lst!

title Ubuntu LiveCD 10.4 x32 DESKTOP
find --set-root /Ubuntu/ubuntu-10.04.1-desktop-i386.iso
map /Ubuntu/ubuntu-10.04.1-desktop-i386.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-10.04.1-desktop-i386.iso quiet splash locale=it.UTF-8 --
initrd /casper/initrd.lz
boot