Hello,
I see with the latest dist-upgrade there is a new Grub. Which is ok but this time it was a bit different so I followed the prompts to do a No. I then asked for Grub Install Devices. I have three options 1) /dev/sda (599932)MB; Logical Volume; 2) - /dev/sda (535 MB: /dev/sda1) and 3) /dev/dm-o (103079 MB; pve-root)
I checked on my other server that has not been upgraded yet and check in /boot/grub/grub.cfg to get a hint as they they are the same servers and running Proxmox 3.3.
I am inclined to check /dev/sda Logical Volume) but really don't want to botch a production server.
Normally grub picks up on an upgrade where it was originally loaded?
Here is original Config
Filesystem 1K-blocks Used Available Use% Mounted on
udev 10240 0 10240 0% /dev
tmpfs 3293060 380 3292680 1% /run
/dev/mapper/pve-root 99083868 3400168 90650536 4% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 6586100 3108 6582992 1% /run/shm
/dev/mapper/pve-data 445086800 150723612 294363188 34% /var/lib/vz
/dev/sda1 506724 293853 186708 62% /boot
From grub.cfg
set root='(pve-root)'
search --no-floppy --fs-uuid --set=root 8467c8c7-7445-4b58-9414-903fd80b5465
menuentry 'Proxmox Virtual Environment GNU/Linux, with Linux 2.6.32-34-pve (recovery mode)' --class proxmox --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 8fa8c452-037c-4bf7-bf80-ce28459b385e
echo 'Loading Linux 2.6.32-34-pve ...'
linux /vmlinuz-2.6.32-34-pve root=/dev/mapper/pve-root ro single
echo 'Loading initial ramdisk ...'
Thanks for help on this question.
I see with the latest dist-upgrade there is a new Grub. Which is ok but this time it was a bit different so I followed the prompts to do a No. I then asked for Grub Install Devices. I have three options 1) /dev/sda (599932)MB; Logical Volume; 2) - /dev/sda (535 MB: /dev/sda1) and 3) /dev/dm-o (103079 MB; pve-root)
I checked on my other server that has not been upgraded yet and check in /boot/grub/grub.cfg to get a hint as they they are the same servers and running Proxmox 3.3.
I am inclined to check /dev/sda Logical Volume) but really don't want to botch a production server.
Normally grub picks up on an upgrade where it was originally loaded?
Here is original Config
Filesystem 1K-blocks Used Available Use% Mounted on
udev 10240 0 10240 0% /dev
tmpfs 3293060 380 3292680 1% /run
/dev/mapper/pve-root 99083868 3400168 90650536 4% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 6586100 3108 6582992 1% /run/shm
/dev/mapper/pve-data 445086800 150723612 294363188 34% /var/lib/vz
/dev/sda1 506724 293853 186708 62% /boot
From grub.cfg
set root='(pve-root)'
search --no-floppy --fs-uuid --set=root 8467c8c7-7445-4b58-9414-903fd80b5465
menuentry 'Proxmox Virtual Environment GNU/Linux, with Linux 2.6.32-34-pve (recovery mode)' --class proxmox --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 8fa8c452-037c-4bf7-bf80-ce28459b385e
echo 'Loading Linux 2.6.32-34-pve ...'
linux /vmlinuz-2.6.32-34-pve root=/dev/mapper/pve-root ro single
echo 'Loading initial ramdisk ...'
Thanks for help on this question.
Last edited: