(mysql): SELECT nuke_module_vars.pn_name,
nuke_module_vars.pn_value
FROM nuke_module_vars
WHERE nuke_module_vars.pn_modname = '/PNConfig'
(mysql): SELECT nuke_session_info.pn_vars
FROM nuke_session_info
WHERE nuke_session_info.pn_sessid = '2a53828ab8a8174f531b9f5b15d3ef4f'
(mysql): SELECT nuke_session_info.pn_ipaddr
FROM nuke_session_info
WHERE nuke_session_info.pn_sessid = '2a53828ab8a8174f531b9f5b15d3ef4f'
(mysql): INSERT INTO nuke_session_info
(nuke_session_info.pn_sessid,
nuke_session_info.pn_ipaddr,
nuke_session_info.pn_uid,
nuke_session_info.pn_firstused,
nuke_session_info.pn_lastused)
VALUES
('2a53828ab8a8174f531b9f5b15d3ef4f',
'127.0.0.1',
0,
1751661377,
1751661377)
(mysql): SELECT nuke_modules.pn_name,
nuke_modules.pn_displayname,
nuke_modules.pn_id
FROM nuke_modules
(mysql): SELECT nuke_modules.pn_name,
nuke_modules.pn_displayname,
nuke_modules.pn_id
FROM nuke_modules
(mysql): SELECT nuke_modules.pn_name,
nuke_modules.pn_displayname,
nuke_modules.pn_id
FROM nuke_modules
(mysql): SELECT nuke_modules.pn_id,
nuke_modules.pn_name,
nuke_modules.pn_type,
nuke_modules.pn_directory,
nuke_modules.pn_regid,
nuke_modules.pn_displayname,
nuke_modules.pn_description,
nuke_modules.pn_state,
nuke_modules.pn_version
FROM nuke_modules
(mysql): SELECT nuke_user_perms.pn_realm,
nuke_user_perms.pn_component,
nuke_user_perms.pn_instance,
nuke_user_perms.pn_level
FROM nuke_user_perms
WHERE nuke_user_perms.pn_uid IN (-1,0)
ORDER by nuke_user_perms.pn_sequence
(mysql): SELECT nuke_group_membership.pn_gid
FROM nuke_group_membership
WHERE nuke_group_membership.pn_uid IN (-1,0)
(mysql): SELECT nuke_group_perms.pn_realm,
nuke_group_perms.pn_component,
nuke_group_perms.pn_instance,
nuke_group_perms.pn_level
FROM nuke_group_perms
WHERE nuke_group_perms.pn_gid IN (-1,0)
ORDER by nuke_group_perms.pn_sequence
(mysql): SELECT nuke_theme_skins.skin_id FROM nuke_theme_skins WHERE nuke_theme_skins.name='SilverEngine' AND nuke_theme_skins.is_active='1' LIMIT 1
(mysql): SELECT nuke_module_vars.pn_name,
nuke_module_vars.pn_value
FROM nuke_module_vars
WHERE nuke_module_vars.pn_modname = 'Xanthia'
(mysql): SELECT user_id FROM nuke_phpbb_users LIMIT 1
(mysql): SELECT nuke_modules.pn_name,
nuke_modules.pn_displayname,
nuke_modules.pn_id
FROM nuke_modules
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/printview.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/printview.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/printview.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/printview.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/printview.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/includes/sessions.php on line 416
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/kanotix/includes/classes/adodb/adodb.inc.php:376) in /srv/www/kanotix/modules/PNphpBB2/includes/sessions.php on line 417
kanotix.com :: Thema anzeigen - multiple hard drive boot
kanotix.com
General Support - multiple hard drive boot
dweebman - 30.10.2006, 19:19 Uhr
Titel: multiple hard drive boot
I have kanotix on master drive and everything works great. I've installed a different linux distro on my second drive.
I use the second drive to test other solutions out there and to learn new things.
Here is my problem: kanotix is grub for boot loader and the second drive has lilo. Unfortunately, it has to use lilo.
Is there a way to be able to select at boot time either kanotix or other without changing bootloaders? If so, can someone point me to 'how to'.
thanks
op4latino - 30.10.2006, 20:02 Uhr
Titel: RE: multiple hard drive boot
How about putting some extra lines in grub like this:
Code:
title Second install
root (hd0,1)
chainloader +1
boot
hint:
hd(0,0) = hda1 or sda1
hd(0,1) = hda2 or sda2
hd(1,0) = hdb1 or sdb1
hd(1,1) = hdb2, etc
dweebman - 30.10.2006, 20:09 Uhr
Titel: RE: multiple hard drive boot
thanks - will give it a try and see what happens.
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007
(mysql): UPDATE nuke_session_info
SET nuke_session_info.pn_vars = 'PNSVrand|i:251710765;PNSVlang|s:3:\"deu\";PNSVfullpage|s:1:\"0\";PNSVsubforum|s:1:\"0\";',
nuke_session_info.pn_lastused = 1751661377
WHERE nuke_session_info.pn_sessid = '2a53828ab8a8174f531b9f5b15d3ef4f'