sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
soulfly
15 Post subject: boot error after install (solved)  PostPosted: May 20, 2008 - 02:20 AM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
Hi, I have windows xp pro installed on sda(80g hdd), software for windows xp installed on sdb(320g hdd w/ 66g used-239 free), sdc1-mepis home(277g), sdc2-mepis root(20g),sdc3-swap(700mb), sdd1 backup and mepis media(160g), sde5 backup(80g-usb external).
What I want to do is install sidux on sdb and be able to boot from mepis grub. sdb contains the software needed for windows but no OS.

I've managed to get sidux installed to sdb, root being the second part. swap is 3rd part. and home is4th part. I coppied the menu.list info from sidux to mepis' menu.list. when I try to boot I get: root (hd3,1)
file system type is ext2fs, partition type 0x83
Error 2: Bad file or directory type
sdb is on the 2nd sata controller, and root is the second partition, so (hd3,1) seems right.
I burned the iso with k3b in DAO mode @ 4x

Can anyone help?


#mepis menu.list after copy and pasted sidux to this list.#

timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1

gfxmenu /boot/grub/message

title MEPIS at sdc2, newest kernel
root (hd0,1)
kernel /boot/vmlinuz root=/dev/sdc2 nomce quiet splash vga=791 resume=/dev/sdc3
boot

title MEPIS at sdc2, previous kernel (if any)
root (hd0,1)
kernel /boot/vmlinuz.old root=/dev/sdc2 nomce quiet splash vga=791 resume=/dev/sdc3
boot

title MEPIS at sdc2, kernel 2.6.22-1-mepis-smp
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-1-mepis-smp root=/dev/sdc2 nomce quiet splash vga=791 resume=/dev/sdc3
boot

title Microsoft Windows XP Professional at sda1
map (hd0,1) (hd2,0)
map (hd2,0) (hd0,1)
rootnoverify (hd2,0)
make active
chainloader +1

title Debian GNU/Linux, kernel 2.6.24-2.6.24.4.slh.5-sidux-amd64
root (hd3,2)
kernel /boot/vmlinuz-2.6.24-2.6.24.4.slh.5-sidux-amd64 root=UUID=fe5eb1d4-7915-4566-bc1e-4f7d402c4523 ro quiet vga=791
initrd /boot/initrd.img-2.6.24-2.6.24.4.slh.5-sidux-amd64

title Debian GNU/Linux, kernel 2.6.24-2.6.24.4.slh.5-sidux-amd64 (single-user mode)
root (hd3,2)
kernel /boot/vmlinuz-2.6.24-2.6.24.4.slh.5-sidux-amd64 root=UUID=fe5eb1d4-7915-4566-bc1e-4f7d402c4523 ro quiet vga=791 single
initrd /boot/initrd.img-2.6.24-2.6.24.4.slh.5-sidux-amd64

title Debian GNU/Linux, kernel memtest86+
root (hd3,2)
kernel /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

title MEMTEST
kernel /boot/memtest86+.bin
 
 View user's profile Send private message  
Reply with quote Back to top
devil
Post subject: boot error after install  PostPosted: May 20, 2008 - 05:59 AM
Team Member


Joined: Nov 24, 2006
Posts: 2866
Location: berlin
Status: Offline
in grub
sda=hd0
sdb=hd1
or is it a typo and you mean sdd?
sdd=hd3

please post also fdisk -l and /grub device map

_________________
>>we are sidux - resistance is futile - you will be assimilated<<
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject: RE: boot error after install  PostPosted: May 20, 2008 - 11:07 PM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
Thanks for replying devil mepis sees everthing sda, sdb, ect. not hd..... mepis also reads the disk channels backwards from sata to IDE. The bios reads: sdc=channel 0
sdd=channel 1
sda=channel 2
sdb=channel 3
#fdisk#
Disk /dev/sda: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 9728 78140128+ 7 HPFS/NTFS

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 1 17847 143355996 17 Hidden HPFS/NTFS
/dev/sdb2 * 17848 21034 25599577+ 83 Linux
/dev/sdb3 21035 21130 771120 82 Linux swap / Solaris
/dev/sdb4 21131 38913 142841947+ 83 Linux

Disk /dev/sdc: 320.0 GB, 320071851520 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdc1 2682 38913 291033540 83 Linux
/dev/sdc2 * 1 2550 20482843+ 83 Linux
/dev/sdc3 2551 2681 1052257+ 82 Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/sdd: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdd1 1 19457 156288321 93 Amoeba
/dev/sdd4 * 1 1 0 0 Empty
Partition 4 does not end on cylinder boundary.

#/grub/device map#
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
(hd3) /dev/sdd

this is from mepis where I want to add sidux to menu.list. as you can see, how I had to configure mepis' menu.list does not agree with the device map.

If it helps, sda1 is windows xp on the 1st sata controller, sdb1 is windows xp software installation, sdb2 is sidu root, sdb3 is sidux swap, and sdb4 is sidux home, on the 2nd sata controller, sdc1,2,and3 is mepis on IDE1, and sdd1 is ext3 for linux storage on IDE2. I'm a little confused, mostly from lack of exp.
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject: RE: boot error after install  PostPosted: May 21, 2008 - 02:40 AM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
Even if I try to boot straght off the sidux partition, I get an (hd3,1) boot message error and I get a standard grub menu where I can then boot into mepis or W$.
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject: RE: boot error after install  PostPosted: May 21, 2008 - 04:08 AM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
I've re-burned the iso in windows with nero 8 dao @4x with same problem. maybe redownloading the iso. I'm als o using a memorex dual layer 16x dvd burner. Maybe its time for a new one,approx. 4 yrs old. Any other suggestions would be appreciated,
 
 View user's profile Send private message  
Reply with quote Back to top
dptxp
Post subject: RE: boot error after install  PostPosted: May 21, 2008 - 05:57 AM



Joined: Dec 06, 2007
Posts: 309
Location: New Delhi
Status: Offline
You have not mentioned if there was any problem just after installing sidux while booting from the sidux grub. If you are going to use sidux then every kernel upgrade will change the menu.lst in sidux, if you use mepis grub the you will have to copy/paste to mepis menu.lst everytime.
Best to use sidux grub if you use sidux.

If you think that you are getting bad burns, you can install without CD/DVD. Do a "fromiso" install first, then you can install to HDD by running it. Obviously the partitions have to be different.

You can look at the manual and here
http://sidux.com/index.php?name=PNphpBB ... highlight=

_________________
http://linux.ixcodes.com
In a lunatic asylum, everyone thinks that he is the doctor.
 
 View user's profile Send private message  
Reply with quote Back to top
muchan
Post subject: RE: boot error after install  PostPosted: May 21, 2008 - 10:27 AM



Joined: Aug 24, 2007
Posts: 472
Location: Ljubljana
Status: Offline
Quote:

#/grub/device map#
(hd0) /dev/sda
(hd1) /dev/sdb
(hd2) /dev/sdc
(hd3) /dev/sdd
...

If it helps, sda1 is windows xp on the 1st sata controller, sdb1 is windows xp software installation, sdb2 is sidu root, sdb3 is sidux swap, and sdb4 is sidux home, on the 2nd sata controller, sdc1,2,and3 is mepis on IDE1, and sdd1 is ext3 for linux storage on IDE2. I'm a little confused, mostly from lack of exp.

it means sidux is on sdb, that is hd1, but your sidux menu uses hd3
Quote:

title Debian GNU/Linux, kernel 2.6.24-2.6.24.4.slh.5-sidux-amd64
root (hd3,2)


so, why don't you just edit this to
root (hd1,2)
and boot to it?
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject: RE: boot error after install  PostPosted: May 22, 2008 - 12:49 AM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
OK, I don't know why but (hd0,0) was the magic hdd. It makes no sense because mepis is 0,0 in mepis' grub. I set the bios to boot from sidux hdd and changed menu.list from (hd3,1) to (hd0,0) now I just have to figure out where mepis and windows needs to be. Thanks muchan, you prompted me to just do a process of elimination. Is there a way to set this thread as solved?
 
 View user's profile Send private message  
Reply with quote Back to top
sleekmason
Post subject:   PostPosted: May 22, 2008 - 12:14 PM



Joined: Dec 12, 2006
Posts: 186

You can mark a post solved by editing your first post and attaching a green checkmark to it . . . Also by adding the word (solved) if room permits.

_________________
You've made it all the way to sidux. Sit down, rest a while:)
 
 View user's profile Send private message  
Reply with quote Back to top
piper
Post subject:   PostPosted: May 22, 2008 - 09:07 PM
Team Member


Joined: Nov 27, 2006
Posts: 1962
Location: underworld
Status: Offline
Quote:

Is there a way to set this thread as solved?
sleekmason wrote:
You can mark a post solved by editing your first post and attaching a green checkmark to it . . . Also by adding the word (solved) if room permits.

I did it for you Wink

_________________
.... _
... (0)>
... / / \
.. / / . )
.. V_/_sidux powered
 
 View user's profile Send private message Send e-mail Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio