test beta
pradoff <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
Lucas, I attach a text file with info you requested. Sorry to say I gave you incomplete information: During install, a swap file is suggested. I left that option intact ( default ) I have however already a SWAP partition as sda1. Now for some answers >>> The Installer currently does not offer to install the bootloader on the root partition Noted-understood-accepted >>>> Which did you type: 'reboot' or 'halt' Reboot >>> Could you please send me the generated /System/Kernel/Boot/extlinux/extlinux.conf and /System/Kernel/Boot/grub/grub.cfg? Attached as 1 single text file >>> Thanks for testing! No sweat :-) I will try tomorrow the 64bit hardware _______________________________________________ gobolinux-users mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
Text File
(text/plain, 3.3 KB)
PROMPT 1
TIMEOUT 50
UI vesamenu.c32
MENU TITLE Boot options
MENU CLEAR
LABEL gobo015
MENU LABEL GoboLinux 015
LINUX /System/Kernel/Boot/kernel
APPEND root=/dev/sda13 vt.default_utf8=1 gfxpayload=1024x768x24 Boot=Graphic
LABEL gobo015_text
MENU LABEL GoboLinux 015 (text mode)
LINUX /System/Kernel/Boot/kernel
APPEND root=/dev/sda13 vt.default_utf8=1 gfxpayload=text
LABEL os
MENU LABEL Other OS at sda1
KERNEL chain.c32
APPEND hd0 1
------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if loadfont unicode ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'GNU/Linux' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-/dev/ram0' {
load_video
insmod gzio
echo 'Loading Linux 3.13.3-Gobo-2 ...'
linux /System/Kernel/Boot/kernel-3.13.3-Gobo-2 root=/dev/ram0 ro
}
submenu 'Advanced options for GNU/Linux' $menuentry_id_option 'gnulinux-advanced-/dev/ram0' {
menuentry 'GNU/Linux, with Linux 3.13.3-Gobo-2' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-Gobo-2-advanced-/dev/ram0' {
load_video
insmod gzio
echo 'Loading Linux 3.13.3-Gobo-2 ...'
linux /System/Kernel/Boot/kernel-3.13.3-Gobo-2 root=/dev/ram0 ro
}
menuentry 'GNU/Linux, with Linux 3.13.3-Gobo-2 (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-Gobo-2-recovery-/dev/ram0' {
load_video
insmod gzio
echo 'Loading Linux 3.13.3-Gobo-2 ...'
linux /System/Kernel/Boot/kernel-3.13.3-Gobo-2 root=/dev/ram0 ro single
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###