Finally up and running whoop whoop :)

  • Thread starter Thread starter Deleted member 6068
  • Start date Start date

Deleted member 6068

D

Deleted member 6068

Finally got linux pinguy os installed and running and have managed to alter the kernal so it boots with the command "nolapic" and its running fine just messing around and tinkering with it now at this moment and using it to type this post. thanks to all who helped i appreciate your input and help and now feel i can try out other linux distros with the knowladge i have gained and cant believe how easy it is to edit the kernal.

thanks

steve.

PS: only shows i got a dual core even though its an 8 core but its fast definitely worth a try as an alternative to windows and everything is free :) thank you linux :).
 
Have taken a look last night while it was installing updates and now back to squiare one even with nolapic in the kernal but i get a screen with a load of explanations will try get a screen of the error see if anyone can help me otherwidise re install and dont update it next time.
 
Thanks i will give that a try qhen i get home and the more help and input i get the better as its my first time with linux :-)
 
well had a look at gentoo and far too advanced for me i just need to know how to edit my kernel to save the boot config "nolipac" but cant seem to find anywhere that describes it from scratch and cannot find the kernal on pinguy os tried everything if someone would be so kind to walk me through a kernel edit from scratch i would appreciate it very much as this thing is weariung me down ,

Have installed pinguy os and updated now i just need to edit the kernel with the "nolapic" configuration but no sites i go on can help i get the termonal but everything i type is a no go i got grub installed and thats about it.


thanks

steve
 
Thanks currently trying to get pinged Os to boot after update but will take a look at the videos and once I get the kernel sorted I will have a mess about and explore linux more as I think it could be better for me than windows
 
getting wiser but no further as i editied it acfording to the link you gave me and updated grub but it does not update the boot grub kernel if you understand ?. here is a copy and past of my grub file i think its located in /boot/grub its file called grub.cfg

#
# 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
set have_grubenv=true
load_env
fi
set default="0"
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 recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
set locale_dir=($root)/boot/grub/locale
set lang=en_GB
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
menuentry 'Pinguy OS, with Linux 3.2.0-25-generic' --class pinguy --class gnu-linux --class gnu --class os {
recordfail
gfxmode $linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
linux /boot/vmlinuz-3.2.0-25-generic root=UUID=c297b050-0f99-47ca-8a82-49bd8467dd8b ro quiet splash $vt_handoff
initrd /boot/initrd.img-3.2.0-25-generic
}
menuentry 'Pinguy OS, with Linux 3.2.0-25-generic (recovery mode)' --class pinguy --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
echo 'Loading Linux 3.2.0-25-generic ...'
linux /boot/vmlinuz-3.2.0-25-generic root=UUID=c297b050-0f99-47ca-8a82-49bd8467dd8b ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-25-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root c297b050-0f99-47ca-8a82-49bd8467dd8b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### 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 $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
 
steve@steve-System-Product-Name:~$ sudo grub-install /dev/sdx
[sudo] password for steve:
Probing devices to guess BIOS drives. This may take a long time.
/dev/sdx: Not found or not a block device.
steve@steve-System-Product-Name:~$ sudo grub-install /dev/sdx0
/dev/sdx0: Not found or not a block device.
steve@steve-System-Product-Name:~$ gksudo gedit /etc/default/grub
update-grub
steve@steve-System-Product-Name:~$ update-grub
Command 'update-grub' is available in the following places
* /sbin/update-grub
* /usr/sbin/update-grub
The command could not be located because '/sbin:/usr/sbin' is not included in the PATH environment variable.
This is most likely caused by the lack of administrative privileges associated with your user account.
update-grub: command not found
steve@steve-System-Product-Name:~$ ^C
steve@steve-System-Product-Name:~$
 
steve@steve-System-Product-Name:~$ sudo update-grub
[sudo] password for steve:
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.2.0-25-generic
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

steve@steve-System-Product-Name:~$


Hopefully someone understands that better than i do and can shed some light on the matter..

thanks

steve
 
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Pinguy OS"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic"
GRUB_CMDLINE_LINUX="nolapic"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

thats the file i edited using "gksudo gedit /etc/default/grub"
then i close and save the file and then run "sudo update-grub"
 
I thought so but the grub file it opens to edit is the one i have edited and does not contain the line u posted the file with the line u have posted is in the other that says dont edit this file . Is it still ok to edit it even with it saying not to edit it ?.
Thanks
steve
 
having no joy what so ever here i cant edit the file that says do not edit keeps saying i dont have enough rights and the only one that i can get to edit is the small one which is this


-----------------------------------------------------------------------------
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Pinguy OS"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic"
GRUB_CMDLINE_LINUX="nolapic"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xe fefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

---------------------------------------------------------------

i can edit this and have searched on how to edit the grub file your talking about but can only find tutorials on how to edit the on above and when i update the grub file using grub-update it looks like it updates but i does not do anything and just have to edit the command by pressing "E" in the grub boot menu
 
Back
Top Bottom