Last visit was: It is currently 9. Sep 2010, 08:07


All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: live cd
PostPosted: 21. Oct 2009, 10:42 

Joined: 21. Oct 2009, 10:38
Posts: 3
Download today your Live cd, unable to boot,I had grub telling me need a kernel to boot, first thinking in something wrong, finally rebuild whit Isomaster using isolinux.bin. Here I am.Using your Live Cd.
Nice work, check this problem. Maybe was only mine.
There is password for root?


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 21. Oct 2009, 10:53 
User avatar

Joined: 14. Jun 2009, 12:25
Posts: 424
Hi perdidostone :)

Didn't experienced your boot problem here. Of course, I used virtualbox, maybe I should try on a physical CD-ROM to double check.

root password is: live

_________________
Image
What really matters is where you are going, not where you come from.


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 21. Oct 2009, 11:30 
Salix Wizard
User avatar

Joined: 6. Jun 2009, 14:47
Posts: 1198
Location: Franconia
Akuna wrote:
Didn't experienced your boot problem here. Of course, I used virtualbox


Same here.

_________________
Image
burnCDDA (burns M3U playlists in a terminal)
last.fm (my last.fm profile)


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 21. Oct 2009, 12:38 
User avatar

Joined: 14. Jun 2009, 12:25
Posts: 424
Akuna wrote:
I used virtualbox, maybe I should try on a physical CD-ROM to double check.

perdidostone,

You found a bug!

When I tried booting from a physical CD-ROM, I had the same error message.

_________________
Image
What really matters is where you are going, not where you come from.


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 21. Oct 2009, 15:00 
Salix Wizard
User avatar

Joined: 6. Jun 2009, 14:47
Posts: 1198
Location: Franconia
Who still uses CD roms? Boot from USB instead! :twisted: *scnr*

_________________
Image
burnCDDA (burns M3U playlists in a terminal)
last.fm (my last.fm profile)


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 21. Oct 2009, 16:45 

Joined: 11. Jun 2009, 14:04
Posts: 405
Location: Bavaria
I've found a fix for the problem. The next live release should work on real hardware too. If you want to try the current one:
  1. Install grub2 from here: http://gaia.homelinux.org/salix/package ... 86-1ab.txz
  2. Download these 3 files and put them into one directory:
    http://gaia.homelinux.org/salix/livegrub2/build.tar.bz2
    http://gaia.homelinux.org/salix/livegrub2/build.sh
    http://gaia.homelinux.org/salix/livegrub2/grub.cfg
  3. Extract the build.tar.bz2 file to that directory
  4. Run in that directory (of course you need the beta1 ISO too):
    Code:
    bash ./build.sh --out=salixlive-13.0-beta1.1.iso --overlay=/path/to/salixlive-13.0-beta1.iso --overlay=build/ --grubcfg=grub.cfg
  5. After a few minutes the ISO should have been rebuilt as salixlive-13.0-beta1.1.iso in the working directory

The problem was a hardcoded device in the config files, which I did because of some trouble with grub2's bash-like scripting language. It didn't pop up in VirtualBox because there the cd drive is always hd96.
Anyway this fixes yours and Akuna's problem on real hardware.

_________________
Image


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 1. Nov 2009, 16:42 
User avatar

Joined: 14. Jun 2009, 12:25
Posts: 424
Built a new iso with this script & 'real' CD-ROM do work now. :)

But keyboard selection from grub boot menu does not seem to be taken into account.

_________________
Image
What really matters is where you are going, not where you come from.


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 1. Nov 2009, 21:28 

Joined: 11. Jun 2009, 14:04
Posts: 405
Location: Bavaria
Did you check /proc/cmdline wether grub2 passed the right parameters? Could you do so if not, please.

_________________
Image


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 2. Nov 2009, 10:51 
User avatar

Joined: 14. Jun 2009, 12:25
Posts: 424
Quote:
BOOT_IMAGE=/boot/vmlinuz root=/dev/ram0 rw quiet lang=fr_FR.utf8 keyboard=fr-latin9


But qwerty/us.map definitely got loaded instead.

Quickly checked rc.live & noticed the keyboard cheatcode has been removed from it...
Is it meant to be handled somewhere else now?

BTW the proper cheatcode syntax used to be keyb=
Has that changed too or might this be the reason why it doesn't work?

_________________
Image
What really matters is where you are going, not where you come from.


Top
Offline Profile  
 
 Post subject: Re: live cd
PostPosted: 2. Nov 2009, 11:19 

Joined: 26. Oct 2009, 12:13
Posts: 20
You can add a custom script which changes the keyboard to your wishes, e. g. you type at the grub boot prompt the additional cheatcode

keyb=de

for a german keyboard, the script could do the following:

Code:
cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/


Then the script should change

Code:
<merge key="input.xkb.layout" type="string">us</merge>


into

Code:
<merge key="input.xkb.layout" type="string">de</merge>


in a state before hal will be started.

Just an idea ...

flux.


Top
Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: zAchAry and 2 guests


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

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Theme created StylerBB.net & kodeki