Show Posts
|
|
Pages: [1]
|
|
1
|
Assistance / Installing Pardus / Re: Grub2 entry Pardus 2011
|
on: February 05, 2011, 00:53:36 AM
|
OK in reply to proposed modifications to my 40_custom, did those. New issues. However, I decided on two tests, to install Pardus on my hard drive sda /root sda1 /usr /sda2 /var /sda3 /home /sda5 /swap /sda6 So during install process added xorg=safe Anyway as far as initial install, really no issues smooth, fast, I think 10 minutes, anyway the issue is upon reboot It simply does not load Pardus, it stays on sda and does nothing. So if i cannot boot a fresh install where Pardus boot loader is selected, then this is another issue alltogether. So at this point I had to install Mint Linux back as it serves as my boot loader, I might wait till next 64 bit release of Pardus. However I do have Pardus working on my other computer, a 32 bit AMD XP-2400+ unit.. Thanks for all the help, I've added bookmarks to my grub section.
|
|
|
|
|
2
|
Assistance / Installing Pardus / Re: Grub2 entry Pardus 2011
|
on: February 03, 2011, 09:09:12 AM
|
Hi again did try earlier resume=UUID=31bd2d6e [ ... etc.]
to
resume=/dev/sda6 It loaded stuff it could find with error, I'll be more specific tomorrow. Getting late I had a few Network issues and issues with another Workstation, suddenly 10 hours vanished. I do appreciate your knowledge base, it helps. I am also thinking of doing two other tests. One install where my current Mint Linux, Pardus 64 bit and see how that works out. I am familiar with menu.lst and adding entries is easy. Then another variation on my tests, install Sabayon Linux and see how it's boot loader works with Pardus. Along the way I am sure more data will be collected. I'll go through your new suggestions, and give you details on what I encounter. Thanks again
|
|
|
|
|
3
|
Assistance / Installing Pardus / Re: Grub2 entry Pardus 2011
|
on: February 02, 2011, 21:23:09 PM
|
Thanks for new modifications, I think we are getting closer. My current 40_custom file #!/bin/sh exec tail -n +3 $0 echo "Adding Pardus" >&2 # 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.
menuentry "Pardus" { set root=(hd0,7) linux /boot/kernel-2.6.37 root=UUID=54636f7a-34b5-486f-a670-a095a22bd821 resume=UUID=31bd2d6e-4566-4cb9-aefd-2146ea41735f splash=silent quiet blacklist=nouveau initrd /boot/initramfs-2.6.37 } #!/bin/sh exec tail -n +3 $0 echo "Adding Pardus" >&2 # 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.
menuentry "Pardus" { set root=(hd0,msdos7) linux /boot/kernel-2.6.37 root=UUID=54636f7a-34b5-486f-a670-a095a22bd821 resume=UUID=31bd2d6e-4566-4cb9-aefd-2146ea41735f splash=silent quiet blacklist=nouveau initrd /boot/initramfs-2.6.37 } I added note blacklist=nouveau because I had a HW detect hardware error Next I get following error when attempting to load Pardus in both instances. Resume: Could not stat the resume device file "UUID=31bd2d6e-4566-4cb9-aefd-2146ea41735f " Please type in the full path name to try again or press Enter to boot the system: Now note at this point I was looking at this current post, the original response from yourself kalwistiyour code : title Pardus 2011 uuid 5b2d3d30-4195-477e-93c7-9a84c7a94928 kernel /boot/kernel-2.6.37 root=UUID=5b2d3d30-4195-477e-93c7-9a84c7a94928 resume=/dev/sda6 splash quiet blacklist=nouveau initrd /boot/initramfs-2.6.37 How would that be written within 40_custom, as above I tried it, had original errors. Set root is not present above I tried also set root=uuid(5b2d3d30-4195-477e-93c7-9a84c7a94928) In all instances I did sudo update-grub Thank you, awaiting your response.
|
|
|
|
|
4
|
Assistance / Installing Pardus / Re: Grub2 entry Pardus 2011
|
on: February 02, 2011, 00:43:40 AM
|
Good Evening, I tried the new modifications my 40_custom reads now like this #!/bin/sh exec tail -n +3 $0 echo "Adding Pardus" >&2 # 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.
menuentry "Pardus" { set root=(hd0,6) linux /boot/kernel-2.6.37 root=UUID="54636f7a-34b5-486f-a670-a095a22bd821" resume=UUID="31bd2d6e-4566-4cb9-aefd-2146ea41735f" splash=silent quiet vga=0x31a initrd /boot/initramfs-2.6.37 } did my sudo chmod +x /etc/grub.d/40_custom also did my sudo update-grub
& reboot error: unknown filesystem error: you need to load the kernel first here is a copy of my current 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 part_msdos insmod ext2 set root='(hd0,msdos2)' search --no-floppy --fs-uuid --set 06f295c9-d6dc-448c-9f84-ccf76130aef1 if loadfont /share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod gfxterm fi terminal_output gfxterm insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set 4e638c9a-65ff-40b1-a407-613d62cf4456 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext 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/06_mint_theme ### insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set 4e638c9a-65ff-40b1-a407-613d62cf4456 insmod png if background_image /boot/grub/linuxmint.png ; then set color_normal=white/black set color_highlight=white/light-gray else set menu_color_normal=white/black set menu_color_highlight=white/light-gray fi ### END /etc/grub.d/06_mint_theme ###
### BEGIN /etc/grub.d/10_linux ### menuentry 'Linux Mint 10 64-bit, 2.6.35-25-generic (/dev/sda1)' --class linuxmint --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set 4e638c9a-65ff-40b1-a407-613d62cf4456 linux /boot/vmlinuz-2.6.35-25-generic root=UUID=4e638c9a-65ff-40b1-a407-613d62cf4456 ro quiet splash initrd /boot/initrd.img-2.6.35-25-generic } menuentry 'Linux Mint 10 64-bit, 2.6.35-25-generic (/dev/sda1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(hd0,msdos1)' search --no-floppy --fs-uuid --set 4e638c9a-65ff-40b1-a407-613d62cf4456 echo 'Loading Linux 2.6.35-25-generic ...' linux /boot/vmlinuz-2.6.35-25-generic root=UUID=4e638c9a-65ff-40b1-a407-613d62cf4456 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35-25-generic } ### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ### ### END /etc/grub.d/10_lupin ###
### 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 4e638c9a-65ff-40b1-a407-613d62cf4456 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 4e638c9a-65ff-40b1-a407-613d62cf4456 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ### menuentry "Ubuntu, with Linux 2.6.35-25-generic (on /dev/sdb1)" { insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set 2cbab62f-81df-455c-955b-d2e409955f86 linux /boot/vmlinuz-2.6.35-25-generic root=UUID=2cbab62f-81df-455c-955b-d2e409955f86 ro quiet splash initrd /boot/initrd.img-2.6.35-25-generic } menuentry "Ubuntu, with Linux 2.6.35-25-generic (recovery mode) (on /dev/sdb1)" { insmod part_msdos insmod ext2 set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set 2cbab62f-81df-455c-955b-d2e409955f86 linux /boot/vmlinuz-2.6.35-25-generic root=UUID=2cbab62f-81df-455c-955b-d2e409955f86 ro single initrd /boot/initrd.img-2.6.35-25-generic } ### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ### echo "Adding Pardus" >&2 # 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.
menuentry "Pardus" { set root=(hd0,6) linux /boot/kernel-2.6.37 root=UUID="54636f7a-34b5-486f-a670-a095a22bd821" TYPE="ext4" resume=UUID="31bd2d6e-4566-4cb9-aefd-2146ea41735f" TYPE="swap" splash=silent quiet vga=0x31a initrd /boot/initramfs-2.6.37 } ### 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 ### Thank in you in advance for your support, I await any other possibilities. Note I did a Fresh Install using xorg=safe of Pardus 2011 64 bit, without boot loader And I did a fresh install of Mint-Linux 10.00 Isadora 64 bit, which serves as bootloader for all OS on my two hard drives. Also I did sudo blkid results : sudo blkid /dev/sda1: UUID="4e638c9a-65ff-40b1-a407-613d62cf4456" TYPE="ext4" /dev/sda2: UUID="06f295c9-d6dc-448c-9f84-ccf76130aef1" TYPE="ext4" /dev/sda3: UUID="03d90448-f1fc-4fa0-a5b0-83b0f3df09eb" TYPE="ext4" /dev/sda5: UUID="20014abd-8427-4e53-b275-ed946889ec93" TYPE="ext4" /dev/sda6: UUID="31bd2d6e-4566-4cb9-aefd-2146ea41735f" TYPE="swap" /dev/sda7: UUID="54636f7a-34b5-486f-a670-a095a22bd821" TYPE="ext4" /dev/sda8: UUID="9e86f6cb-459a-48ce-8eea-07d7b5552cef" TYPE="ext4" /dev/sda9: UUID="0fe52d39-0237-4799-a020-fa8d3b9f8ef3" TYPE="ext4" /dev/sda10: UUID="f14b4e40-1b01-48d1-a85b-75c893da15c4" TYPE="ext4" /dev/sdb1: UUID="2cbab62f-81df-455c-955b-d2e409955f86" TYPE="ext4" /dev/sdb2: UUID="423ac920-e958-4576-8a56-3c5c70215f2f" TYPE="ext4" /dev/sdb3: UUID="cf48f1f6-d99b-4e38-aa02-61710c89b50e" TYPE="ext4" /dev/sdb5: UUID="246b831a-ec0b-44e2-bb40-730b5817884d" TYPE="ext4" /dev/sdb6: UUID="c5a638d7-e78e-4217-a7b0-ccfc5e5efd33" TYPE="swap" /dev/sdb7: UUID="849c3466-0fe2-4a69-82f8-5899fa25b78e" TYPE="ext4" /dev/sdb8: UUID="42716fbe-b8a3-4261-a788-afa99b0c5716" TYPE="ext4"
That code is very handy, thank you. Looking forward to some feedback.
|
|
|
|
|
5
|
Assistance / Installing Pardus / Re: Grub2 entry Pardus 2011
|
on: January 31, 2011, 09:30:28 AM
|
|
Thank you for your reply, tried it no success, same error. Other option, install Pardus use it's boot-loader and edit menu.lst accordingly. May well try that later today.. Thanks again..
|
|
|
|
|
6
|
Assistance / Installing Pardus / Grub2 entry Pardus 2011
|
on: January 31, 2011, 07:36:11 AM
|
Good Morning, I've installed Pardus 2011 64 bit on some partitions, I am using Mint Linux 10.00 Isadora 64 bit Grub2 as bootloader. Issue I get when I select Pardus from my selection error : unknown command 'kernel' error : you need to load the kernel first Press any key to continue So I've created 40_custom /etc/grub.d/40_custom#!/bin/sh exec tail -n +3 $0 echo "Adding Pardus" >&2 # 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.
menuentry "Pardus" { set root=(hd0,6) kernel /boot/kernel-2.6.37 splash=silent quiet vga=0x31a initrd /boot/initramfs-2.6.37 }
My partition is sda7, I updated update-grub, it shows Pardus. Did my os-probe, all is fine. I am using Nvidia video card. Note when I installed Pardus I had occasional issues with Mouse freezing when I adjusted date and time, and started over. However I did succeed in Installing it in safe mode. Also note when I chose my partitions /usr was not available in drop-down menu. I manually created it /usr and it works, I also use /var along with / and /home. Right now the issue is I cannot boot Pardus. I've done this before adding an entry. That's why I am writing in forum. Note I did install Pardus on a 32 bit PC, and used it as boot loader after modifying menu.lst, no issues. Thank you in advance for your response.
|
|
|
|
|
7
|
Assistance / Pardus for beginners / Re: How to install Opera, Works
|
on: July 15, 2007, 03:50:33 AM
|
Thanks it works!
Yes, It does, very usefull info, new , well no, second time using Pardus, like it, fast, responsive. Thank You, Opera is my favorite browser, as well as Firefox, and Konqueror, I use all of these.
|
|
|
|
|
9
|
Assistance / Pardus Project / I need some clarification for 64bit os and internal phyton..
|
on: March 20, 2007, 06:15:01 AM
|
... 64bit mode. Its on the roadmap. About Python, our init system is written in Python... It's nice to hear 64bit Pardus is on the road map. I'm eager to try it when it's done. Just for curiosity, what is preventing Pardus from compiling 64bit, even without optimization? Is it something related to init system? Almost every package compiles 64bit. Is it possible to try 64bit with some flags? I don't know how pisi works, but I guess it can compile from source like portage on gentoo. I know Pardus does not depend on Gentoo anymore. Also I wonder if Pardus is a binary or source distro? I second that, I tried Pardus, it's quick, I'd love a 64-bit version, then I would concentrate more on this distribution, in Canada, 64-bit is standard, and becoming the only choice, 32 bits are low-end in cost, and fewer than just 2 years ago. Note I currently run, EMT-64 Intel 3.00 Ghz Dual Core, I use OpenSUSE, Fedora, Mepis (rc2), Ubuntu, Sidux, all 64 bits. Thanks for an oppurtunity to post on this topic.
|
|
|
|
|
|