murali
Member

Posts: 14
|
 |
« on: May 22, 2010, 02:10:44 pm » |
|
Hi
I've grub as bootloader booting 3 Linux OS including Vector. Able to load other 2 Linux fine, however Vector doesn't work. Keeps throwing root partition is not enabled for write, VFS syncing, (don't remember exact error messages and their sequence).
Disk partitions look like this -
Device Boot Start End Blocks Id System /dev/sda1 * 1 7056 56670208 83 Linux Partition 1 does not end on cylinder boundary. /dev/sda2 7057 11087 32371889+ 5 Extended Partition 2 does not end on cylinder boundary. /dev/sda3 11088 12161 8626905 83 Linux (VECTOR IS INSTALLED HERE) /dev/sda5 7057 7504 3590968+ 82 Linux swap / Solaris /dev/sda6 7504 10691 25605688+ 83 Linux /dev/sda7 10691 11087 3175168+ 82 Linux swap / Solaris
and grub looks like this -
title Vector kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 resume=/dev/sda7 vga=791 initrd (hd0,2)/boot/initrd
Can anyone please guide me in pointing the issue why Vector isn't booting properly.
|
|
|
|
|
Logged
|
|
|
|
|
nightflier
|
 |
« Reply #1 on: May 23, 2010, 05:15:12 am » |
|
For troubleshooting, I would make the GRUB entry as simple as possible:
title Vector kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 ro vga=normal
You can also try booting VL using the install CD. There is a point where it asks you to press Enter to continue, or type in the path to your installation. Modify the example to fit your system. If it boots okay that way you know the install is good.
|
|
|
|
|
Logged
|
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #2 on: May 23, 2010, 06:52:00 am » |
|
Tried everything as per your suggestion but nothing seem to work. Tried the boot from hard disk as well with live usb but it complained about partition being rw, it has to be read-only. Then i changed to read-only when it started complaining about Kernel panic and VFS syncing error. Kind of catch-22 situation here. Not sure if it is an installation issue or something else. Maybe i'll try downloading v6.0 and see if that goes through ok.
|
|
|
|
|
Logged
|
|
|
|
retired1af
Packager
Vectorian
   
Posts: 1080
|
 |
« Reply #3 on: May 23, 2010, 07:02:17 am » |
|
For the USB boot, try the following:
linux root=/dev/sdXX ro rootdelay=10
Change sdXX to the USB device you have defined on your system. This may allow the system to boot up the USB device and allow you to view the partitions on your hard drive.
|
|
|
|
« Last Edit: May 23, 2010, 07:05:13 am by retired1af »
|
Logged
|
ASUS K73 Intel i3 Dual Core 2.3GHz
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #4 on: May 23, 2010, 07:35:36 am » |
|
USB boot is not an issue, that goes well. I was trying the boot from hard disk using advanced boot options when the live usb is plugged in.
|
|
|
|
|
Logged
|
|
|
|
retired1af
Packager
Vectorian
   
Posts: 1080
|
 |
« Reply #5 on: May 23, 2010, 07:45:00 am » |
|
What is the exact panic error that you receive?
|
|
|
|
|
Logged
|
ASUS K73 Intel i3 Dual Core 2.3GHz
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #6 on: May 23, 2010, 08:28:54 am » |
|
Don't remember exactly but something about "Root partition cannot be read only, this is a serious error. VFS Syncing" Since it didn't give me terminal prompt or anything i was forced to do hard reboot and didn't write down the error message which was about a full screen.
|
|
|
|
|
Logged
|
|
|
|
|
nightflier
|
 |
« Reply #7 on: May 23, 2010, 12:55:49 pm » |
|
You may need to use "/dev/sda3" instead of "/dev/hda3".
|
|
|
|
|
Logged
|
|
|
|
flip city
Packager
Vectorite
   
Posts: 340
Way Out In HyperSpace
|
 |
« Reply #8 on: May 23, 2010, 10:22:50 pm » |
|
Hi
I've grub as bootloader booting 3 Linux OS including Vector.
Can anyone please guide me in pointing the issue why Vector isn't booting properly.
Which grub are you using ? legacy or grub 2 ?
|
|
|
|
|
Logged
|
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #9 on: May 24, 2010, 06:50:02 pm » |
|
@nightflier: I was using it as sda3, changed to hd after i read somewhere about this change.
I'm using legacy grub.
|
|
|
|
|
Logged
|
|
|
|
|
nightflier
|
 |
« Reply #10 on: May 25, 2010, 03:28:36 am » |
|
Try booting VL using the install CD and see if the installation is good. You posted something about trying VL6... if you are still using a 5.x series, I would highly recommend upgrading to a newer version.
|
|
|
|
|
Logged
|
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #11 on: May 25, 2010, 06:51:16 pm » |
|
Yes, I did install VL6 and didnt had much issues w.r.t Grub until i uninstalled one pkg and it borked my system. Was little surprised since it didnt list out what all would be removed but finally i had a completely dead system. Was quite disappointed, will reinstall again over the weekend..
|
|
|
|
|
Logged
|
|
|
|
retired1af
Packager
Vectorian
   
Posts: 1080
|
 |
« Reply #12 on: May 25, 2010, 08:54:28 pm » |
|
Do not remove via gslapt. Not only will it remove the package, but every single dependency associated with it. If you want to remove a program, use removepkg in terminal.
|
|
|
|
|
Logged
|
ASUS K73 Intel i3 Dual Core 2.3GHz
|
|
|
murali
Member

Posts: 14
|
 |
« Reply #13 on: May 26, 2010, 02:49:31 am » |
|
oh didn't know that, will try cmd line then. Thanks for the tip
|
|
|
|
|
Logged
|
|
|
|
|